Merge lp:~dpm/developer-ubuntu-com/rotate-featured-apps into lp:developer-ubuntu-com/wordpress

Proposed by David Planella
Status: Merged
Merged at revision: 17
Proposed branch: lp:~dpm/developer-ubuntu-com/rotate-featured-apps
Merge into: lp:developer-ubuntu-com/wordpress
Diff against target: 66 lines (+21/-21)
1 file modified
template-home.php (+21/-21)
To merge this branch: bzr merge lp:~dpm/developer-ubuntu-com/rotate-featured-apps
Reviewer Review Type Date Requested Status
David Planella Approve
Review via email: mp+93360@code.launchpad.net

Description of the change

Rotate the featured apps slider pages in the site's home page.

To post a comment you must log in.
Revision history for this message
David Planella (dpm) wrote :

Tested the code on a live test site. Merging it into trunk to fix the last commit.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'template-home.php'
--- template-home.php 2012-02-15 18:35:06 +0000
+++ template-home.php 2012-02-16 09:40:30 +0000
@@ -40,6 +40,26 @@
40 <h3>Featured apps on the Ubuntu Software Centre</h3>40 <h3>Featured apps on the Ubuntu Software Centre</h3>
41 <div>41 <div>
42 <ul class="slider clearfix">42 <ul class="slider clearfix">
43 <li>
44 <img src="<?php echo get_template_directory_uri(); ?>/img/logo-transmission.png" width="60" height="60" alt="Transmission" />
45 <h4>Transmission</h4>
46 <p>Internet | <span class="price">FREE</span><br/>Lightweight BitTorrent client.</p>
47 </li>
48 <li>
49 <img src="<?php echo get_template_directory_uri(); ?>/img/logo-uplink.png" width="60" height="60" alt="Uplink" />
50 <h4>Uplink</h4>
51 <p>Games | <span class="price">&#36;9.99</span><br/>High-tech computer crime and corporate espionage game.</p>
52 </li>
53 <li>
54 <img src="<?php echo get_template_directory_uri(); ?>/img/logo-fretsonfire.png" width="60" height="60" alt="Frets on fire" />
55 <h4>Frets on fire</h4>
56 <p>Games | <span class="price">FREE</span><br/>Game of musical skill and fast fingers.</p>
57 </li>
58 <li class="no-border">
59 <img src="<?php echo get_template_directory_uri(); ?>/img/logo-steelstorm.png" width="60" height="60" alt="Steel Storm" />
60 <h4>Steel Storm</h4>
61 <p>Games | <span class="price">&#36;4.99</span><br/>Brilliant tactical action shooter.</p>
62 </li>
43 <li>63 <li>
44 <img src="<?php echo get_template_directory_uri(); ?>/img/logo-chromium.png" width="60" height="60" alt="Chromium" />64 <img src="<?php echo get_template_directory_uri(); ?>/img/logo-chromium.png" width="60" height="60" alt="Chromium" />
45 <h4>Chromium</h4>65 <h4>Chromium</h4>
@@ -75,7 +95,7 @@
75 <h4>OpenShot</h4>95 <h4>OpenShot</h4>
76 <p>Sound &amp; video | <span class="price">FREE</span><br/>Create and edit videos and movies.</p>96 <p>Sound &amp; video | <span class="price">FREE</span><br/>Create and edit videos and movies.</p>
77 </li>97 </li>
78 <li class="no-border">98 <li>
79 <img src="<?php echo get_template_directory_uri(); ?>/img/logo-oilrush.png" width="60" height="60" alt="Oil Rush" />99 <img src="<?php echo get_template_directory_uri(); ?>/img/logo-oilrush.png" width="60" height="60" alt="Oil Rush" />
80 <h4>Oil Rush</h4>100 <h4>Oil Rush</h4>
81 <p>Games | <span class="price">&#36;19.95</span><br/>Naval strategy game.</p>101 <p>Games | <span class="price">&#36;19.95</span><br/>Naval strategy game.</p>
@@ -94,26 +114,6 @@
94 <h2>Why develop for Ubuntu?</h2>114 <h2>Why develop for Ubuntu?</h2>
95 <ul>115 <ul>
96 <li>116 <li>
97 <img src="<?php echo get_template_directory_uri(); ?>/img/logo-transmission.png" width="60" height="60" alt="Transmission" />
98 <h4>Transmission</h4>
99 <p>Internet | <span class="price">FREE</span><br/>Lightweight BitTorrent client.</p>
100 </li>
101 <li>
102 <img src="<?php echo get_template_directory_uri(); ?>/img/logo-uplink.png" width="60" height="60" alt="Uplink" />
103 <h4>Uplink</h4>
104 <p>Games | <span class="price">&#36;9.99</span><br/>High-tech computer crime and corporate espionage game.</p>
105 </li>
106 <li>
107 <img src="<?php echo get_template_directory_uri(); ?>/img/logo-fretsonfire.png" width="60" height="60" alt="Frets on fire" />
108 <h4>Frets on fire</h4>
109 <p>Games | <span class="price">FREE</span><br/>Game of musical skill and fast fingers.</p>
110 </li>
111 <li>
112 <img src="<?php echo get_template_directory_uri(); ?>/img/logo-steelstorm.png" width="60" height="60" alt="Steel Storm" />
113 <h4>Steel Storm</h4>
114 <p>Games | <span class="price">&#36;4.99</span><br/>Brilliant tactical action shooter.</p>
115 </li>
116 <li>
117 <img src="<?php echo get_template_directory_uri(); ?>/img/why-desktop.png" width="120" height="85" alt="A laptop running Ubuntu" />117 <img src="<?php echo get_template_directory_uri(); ?>/img/why-desktop.png" width="120" height="85" alt="A laptop running Ubuntu" />
118 <h4>Get into the desktop</h4>118 <h4>Get into the desktop</h4>
119 <p>Have you always wanted to develop applications for the desktop? Ubuntu gives you the tools to get up and running in no time.</p>119 <p>Have you always wanted to develop applications for the desktop? Ubuntu gives you the tools to get up and running in no time.</p>

Subscribers

People subscribed via source and target branches