~ya-bo-ng/+junk/fenchurch-megamenu-switcher

« back to all changes in this revision

Viewing changes to pc/features/nav/_explore_ubuntu.html

  • Committer: Anthony Dillon
  • Date: 2013-03-13 11:26:13 UTC
  • mfrom: (275.1.2 ubuntu)
  • Revision ID: anthony.dillon@canonical.com-20130313112613-en6mcq3tfyosfqx2
Initishal setup

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<nav class="row-box row-explore-ubuntu">
 
2
                <h2>Explore Ubuntu's features</h2>
 
3
                <ul class="no-bullets">
 
4
                        <li{% if level_3 == 'web-browsing' %} class="current"{% endif %}>
 
5
                                <a href="/pc/features/web-browsing">
 
6
                                        <img src="{{ STATIC_URL }}u/img/ubuntu/features/icon-web-browsing-64x64.png" width="64" height="64" alt="Web browsing" />
 
7
                                        <p>Web browsing</p>
 
8
                                </a>
 
9
                        </li>
 
10
                        <li{% if level_3 == 'office-applications' %} class="current"{% endif %}>
 
11
                                <a href="/pc/features/office-applications">
 
12
                                        <img src="{{ STATIC_URL }}u/img/ubuntu/features/icon-office-applications-64x64.png" width="64" height="64" alt="Office applications" />
 
13
                                        <p>Office applications</p>
 
14
                                </a>
 
15
                        </li>
 
16
                        <li{% if level_3 == 'social-and-email' %} class="current"{% endif %}>
 
17
                                <a href="/pc/features/social-and-email">
 
18
                                        <img src="{{ STATIC_URL }}u/img/ubuntu/features/icon-social-and-email-64x64.png" width="64" height="64" alt="Social and email" />
 
19
                                        <p>Social and email</p>
 
20
                                </a>
 
21
                        </li>
 
22
                        <li{% if level_3 == 'music-and-mobile' %} class="current"{% endif %}>
 
23
                                <a href="/pc/features/music-and-mobile">
 
24
                                        <img src="{{ STATIC_URL }}u/img/ubuntu/features/icon-music-and-mobile-64x64.png" width="64" height="64" alt="Music and mobile" />
 
25
                                        <p>Music and mobile</p>
 
26
                                </a>
 
27
                        </li>
 
28
                        <li{% if level_3 == 'photos-and-videos' %} class="current"{% endif %}>
 
29
                                <a href="/pc/features/photos-and-videos">
 
30
                                        <img src="{{ STATIC_URL }}u/img/ubuntu/features/icon-photos-and-videos-64x64.png" width="64" height="64" alt="Photos and videos" />
 
31
                                        <p>Photos and videos</p>
 
32
                                </a>
 
33
                        </li>
 
34
                        <li{% if level_3 == 'find-more-apps' %} class="current"{% endif %}>
 
35
                                <a href="/pc/features/find-more-apps">
 
36
                                        <img src="{{ STATIC_URL }}u/img/ubuntu/features/icon-find-more-apps-64x64.png" width="64" height="64" alt="Find more apps" />
 
37
                                        <p>Find more apps</p>
 
38
                                </a>
 
39
                        </li>
 
40
                        <li{% if level_3 == 'personal-cloud' %} class="current"{% endif %}>
 
41
                                <a href="/pc/features/personal-cloud">
 
42
                                        <img src="{{ STATIC_URL }}u/img/ubuntu/features/icon-personal-cloud-64x64.png" width="64" height="64" alt="Personal cloud" />
 
43
                                        <p>Personal cloud</p>
 
44
                                </a>
 
45
                        </li>
 
46
                </ul>
 
47
</nav><!-- /.row -->