-
Notifications
You must be signed in to change notification settings - Fork 1
/
category-list.html
139 lines (123 loc) · 4.15 KB
/
category-list.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
---
layout: common
title: "Featured Extensions :: Firefox Add-ons"
page-class: listing-page
facet-type: browse
facet-compatibility: true
facet-sort: true
facet-category: true
featured-exts:
-
name: "Tab Scope"
icon: "featured-01.png"
category: "Tabs"
desc: "Preview and navigate tab contents through popup."
author: "Filiberto Mastrocola"
-
name: "CyberSearch"
icon: "featured-02.png"
category: "Search Tools"
desc: "Adds advanced Google Search capabilities to the Firefox 3 address bar. Supercharge the Awesome Bar with instant search results that appear as you type!"
author: "Filiberto Mastrocola"
-
name: "Pixlr Grabber"
icon: "featured-03.png"
category: "Photos, Music & Videos"
desc: "Grabbing screens and pulling images from the web just got a bit easier. With the Pixlr Grabber add-on, you can copy, save, share or even edit your final grabs - including any image or … background - with just a right-click."
author: "Filiberto Mastrocola"
-
name: "Xmarks Sync"
icon: "featured-04.png"
category: "Bookmarks"
desc: "NOTE: Xmarks lives! Learn more at http://blog.xmarks.com . Xmarks is the #1 bookmarking add-on. Keep your bookmarks, passwords and open tabs backed up and synchronized … across computers and browsers."
author: "Filiberto Mastrocola"
-
name: "Stylish"
icon: "featured-05.png"
category: "Appearance"
desc: "Restyle the web with Stylish, a user styles manager. Stylish lets you easily install themes and skins for Google, Facebook, YouTube, Orkut, and many, many other sites. You can even … customize Firefox and other programs themselves."
author: "Filiberto Mastrocola"
-
name: "Search Tabs - get Facebook, Gmail™, Dropbox, LinkedIn on Go…"
icon: "featured-06.png"
category: "Search Tools"
desc: "Get search results from your Gmail, Facebook, Dropbox, LinkedIn accounts and more, on the right-hand side of the Google search results page. Add Wikipedia, Twitter and many more … to personalize your search as you like it."
author: "Filiberto Mastrocola"
---
<div id="proto-controls" class="initial">
<div class="floating"><div>
Show:
<a href="#" data-class="non-firefox">Non-Firefox</a>
<a href="#" data-class="first-run">First Run</a>
<a href="#" data-class="small-screen">Small Screen</a>
<a href="#" class="close">Close</a>
</div></div>
<div class="fixed"></div>
</div>
<div id="page-content"><div class="funnel">
{% include nav-sidebar.html %}
<div class="primary-col">
<section id="featured" class="island">
<header class="large">
<h2>
Social & Communication
</h2>
<form class="sort">
<label>Sort by</label>
<select>
<optgroup>
<option>Featured</option>
</optgroup>
<optgroup>
<option>Most Users</option>
<option>Highest Rating</option>
</optgroup>
<optgroup>
<option>Release Date</option>
<option>Last Update</option>
</optgroup>
</select>
</form>
<div class="sorter">
Sort by:<!--
--><ul><!--
--><li><a class="selected" href="#">Featured</a></li><!--
--><li><a href="#">Most Users</a></li><!--
--><li><a href="#">Highest Rating</a></li><!--
--><li><a href="#">Last Update</a></li><!--
-->
</ul>
</div>
</header>
<div class="pages">
<ul class="page onecol wide-ext-list">
<!--
{% for i in (1..3) %}
{% for ext in page.featured-exts %}
--><li>
<div class="wide-ext">
<p class="icon"><img src="static/img/icons/{{ ext.icon }}" /></p>
<p class="title">
<a href="detail.html">{{ ext.name }}</a>
<span class="author">by {{ ext.author }}</span>
</p>
<p class="desc">{{ ext.desc }}</p>
<p class="meta">
<span class="rating-stars rating-4"></span> (30)
·
<span class="users">9,999,999 users</span>
</p>
<p class="install">
<a class="button small install" href="#"><span>Add to Firefox</span></a>
</p>
</div>
</li><!--
{% endfor %}
{% endfor %}
-->
</ul>
</div>
</section>
{% include paginator.html %}
</div>
</div></div>