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
1=== modified file 'template-home.php'
2--- template-home.php 2012-02-15 18:35:06 +0000
3+++ template-home.php 2012-02-16 09:40:30 +0000
4@@ -40,6 +40,26 @@
5 <h3>Featured apps on the Ubuntu Software Centre</h3>
6 <div>
7 <ul class="slider clearfix">
8+ <li>
9+ <img src="<?php echo get_template_directory_uri(); ?>/img/logo-transmission.png" width="60" height="60" alt="Transmission" />
10+ <h4>Transmission</h4>
11+ <p>Internet | <span class="price">FREE</span><br/>Lightweight BitTorrent client.</p>
12+ </li>
13+ <li>
14+ <img src="<?php echo get_template_directory_uri(); ?>/img/logo-uplink.png" width="60" height="60" alt="Uplink" />
15+ <h4>Uplink</h4>
16+ <p>Games | <span class="price">&#36;9.99</span><br/>High-tech computer crime and corporate espionage game.</p>
17+ </li>
18+ <li>
19+ <img src="<?php echo get_template_directory_uri(); ?>/img/logo-fretsonfire.png" width="60" height="60" alt="Frets on fire" />
20+ <h4>Frets on fire</h4>
21+ <p>Games | <span class="price">FREE</span><br/>Game of musical skill and fast fingers.</p>
22+ </li>
23+ <li class="no-border">
24+ <img src="<?php echo get_template_directory_uri(); ?>/img/logo-steelstorm.png" width="60" height="60" alt="Steel Storm" />
25+ <h4>Steel Storm</h4>
26+ <p>Games | <span class="price">&#36;4.99</span><br/>Brilliant tactical action shooter.</p>
27+ </li>
28 <li>
29 <img src="<?php echo get_template_directory_uri(); ?>/img/logo-chromium.png" width="60" height="60" alt="Chromium" />
30 <h4>Chromium</h4>
31@@ -75,7 +95,7 @@
32 <h4>OpenShot</h4>
33 <p>Sound &amp; video | <span class="price">FREE</span><br/>Create and edit videos and movies.</p>
34 </li>
35- <li class="no-border">
36+ <li>
37 <img src="<?php echo get_template_directory_uri(); ?>/img/logo-oilrush.png" width="60" height="60" alt="Oil Rush" />
38 <h4>Oil Rush</h4>
39 <p>Games | <span class="price">&#36;19.95</span><br/>Naval strategy game.</p>
40@@ -94,26 +114,6 @@
41 <h2>Why develop for Ubuntu?</h2>
42 <ul>
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>
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>
63- <li>
64 <img src="<?php echo get_template_directory_uri(); ?>/img/why-desktop.png" width="120" height="85" alt="A laptop running Ubuntu" />
65 <h4>Get into the desktop</h4>
66 <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