-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
98 lines (95 loc) · 4.76 KB
/
gallery.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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
<title>Echelon — An Old Mozilla Firefox Theme</title>
</head>
<body>
<div class="site-container">
<div class="site-content-container">
<div class="site-content">
<div class="sidebar">
<ul class="sidebar-links">
<li class="sidebar-logo-section">
<a href="/" class="sidebar-logo"></a>
</li>
<li class="sidebar-section">
<a class="sidebar-link" href="/">Home</a>
</li>
<li class="sidebar-section selected">
<a class="sidebar-link" href="/gallery.html">Gallery</a>
</li>
</ul>
</div>
<div class="content">
<div class="content-header">
<h1>Gallery</h1>
<div class="content-header-secondary">
<h2>Styles for Everyone</h2>
<div class="header-secondary-text">
Echelon features many styles across Firefox's lifespan. It features every iteration of Strata (Classic) and Australis.
</div>
</div>
</div>
<div class="gallery-grid">
<div class="gallery-preview">
<div class="gallery-preview-image">
<img src="/assets/images/previews/ff4.png" alt="Echelon Style 1 (Firefox 4)">
</div>
<span class="gallery-preview-caption">Default</h2>
<span class="secondary-preview-caption">Firefox 4</span>
</div>
<div class="gallery-preview">
<div class="gallery-preview-image">
<img src="/assets/images/previews/ff10.png" alt="Echelon Style 2 (Firefox 10)">
</div>
<span class="gallery-preview-caption">Echelon Style 2</h2>
<span class="secondary-preview-caption">Firefox 10-13</span>
</div>
<div class="gallery-preview">
<div class="gallery-preview-image">
<img src="/assets/images/previews/ff14.png" alt="Echelon Style 3 (Firefox 14)">
</div>
<span class="gallery-preview-caption">Echelon Style 3</h2>
<span class="secondary-preview-caption">Firefox 14-28</span>
</div>
<div class="gallery-preview">
<div class="gallery-preview-image">
<img src="/assets/images/previews/ff29.png" alt="Echelon Style 4 (Firefox 29)">
</div>
<span class="gallery-preview-caption">Echelon Style 4</h2>
<span class="secondary-preview-caption">Firefox 29+ (Australis)</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="site-footer-container">
<div class="site-footer">
<div class="site-footer-logo">
<a href="/" class="footer-logo"></a>
</div>
<div class="site-footer-copyright">
©2024 The Echelon Team. Echelon is not associated with Mozilla and/or Firefox. Content available under <a href="https://github.com/echelon-theme/echelon?tab=License-1-ov-file#readme">CC BY-NC-SA 4.0</a>.
</div>
<div class="site-footer-links">
<ul>
<li>
<a target="_blank" href="https://github.com/echelon-theme/echelon">GitHub</a>
</li>
<li>
<a target="_blank" href="https://discord.gg/FyrRVctnAW">Discord Server</a>
</li>
<li>
<a target="_blank" href="https://github.com/echelon-theme/echelon/issues">Report an Issue</a>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>