-
-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathindex.html
208 lines (207 loc) · 11 KB
/
index.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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quick Picture Viewer - Lightweight, versatile desktop image viewer for Windows</title>
<link rel="stylesheet" href="index.css">
<script src="js/jquery-3.5.1.min.js"></script>
<script src="js/showdown.min.js"></script>
<script src="js/snowflakes.js"></script>
<script src="js/index.js"></script>
<link rel="shortcut icon" href="https://github.com/ModuleArt/quick-picture-viewer/blob/master/quick-picture-viewer/resources/imgs/picture32.png?raw=true" type="image/png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Quick Picture Viewer">
<meta name="twitter:description" content="🖼️ Lightweight, versatile desktop image viewer for Windows. The best replacement for the default Windows photo viewer.">
<meta name="twitter:image:src" content="https://repository-images.githubusercontent.com/227230655/fc018000-8ae6-11eb-8ea0-a0c3744f45db">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Module Art">
<meta property="og:title" content="Quick Picture Viewer">
<meta property="og:description" content="🖼️ Lightweight, versatile desktop image viewer for Windows. The best replacement for the default Windows photo viewer.">
<meta property="og:url" content="https://moduleart.github.io/quick-picture-viewer/">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="https://repository-images.githubusercontent.com/227230655/fc018000-8ae6-11eb-8ea0-a0c3744f45db">
</head>
<body>
<div id="special-effects" class="special-effects"></div>
<header>
<a href="https://moduleart.github.io">
<div class="logo">
<img src="imgs/moduleart/white256.png" />
<span>Module Art</span>
<span class="tagline">Best apps with ❤</span>
</div>
</a>
<div class="navbar">
<a href="#donate" onclick="scrollToId('donate')">
<div class="link">↓ Donate</div>
</a>
<a href="https://github.com/ModuleArt">
<div class="link">GitHub</div>
</a>
</div>
</header>
<div class="hero">
<img class="icon" src="https://raw.githubusercontent.com/ModuleArt/quick-picture-viewer/master/quick-picture-viewer/resources/imgs/picture512.png" />
<h1>Quick Picture Viewer</h1>
<h3>Lightweight, versatile desktop image viewer for Windows</h3>
<div class="buttons">
<a href="#" id="download-link">
<div class="button dark">
<img src="imgs/icons/windows.png" />
<span>Download</span>
<span class="version"></span>
</div>
<div class="size"></div>
</a>
<a href="https://github.com/ModuleArt/quick-picture-viewer">
<div class="button">
<img src="imgs/icons/github.png" />
<span>GitHub</span>
</div>
</a>
<a href="https://trello.com/b/mFgTs747/quick-picture-viewer">
<div class="button">
<img src="imgs/icons/trello.png" />
<span>Roadmap</span>
</div>
</a>
</div>
<svg viewbox="0 0 100 25">
<path fill="rgba(255, 255, 255, 0.5)" opacity="0.5" d="M0 30 V15 Q30 3 60 15 V30z" />
<path fill="#f1f1f1" d="M0 30 V12 Q30 17 55 12 T100 11 V30z" />
</svg>
</div>
<main>
<img class="screenshot" src="imgs/screenshots/main.png" />
<h2>Features:</h2>
<div class="features">
<div class="feature">
<img src="imgs/icons/rocket.png" />
<h4>Lightweight</h4>
<span>Small and fast but still have a bunch of features</span>
</div>
<div class="feature">
<img src="imgs/icons/file.png" />
<h4>20+ formats supported</h4>
<span>Works great with GIF, SVG, PNG, WEBP, ICO, BMP, DDS, TGA, CR2 etc.</span>
</div>
<div class="feature">
<img src="imgs/icons/puzzle.png" />
<h4>Plugins ready</h4>
<span>You can extend the functionality of the app using the built-in plugin manager</span>
</div>
<div class="feature">
<img src="imgs/icons/keyboard.png" />
<h4>Shortcuts</h4>
<span>You will find a hotkey for any action</span>
</div>
</div>
<div class="features">
<div class="feature --small">
<img src="imgs/icons/photoshop.png" />
<span>PSD support</span>
</div>
<!-- <div class="feature --small --disabled"> -->
<!-- <img src="imgs/icons/gif.png" /> -->
<!-- <span>Advanced GIF options (Soon)</span> -->
<!-- </div> -->
<div class="feature --small">
<img src="imgs/icons/pip.png" />
<span>Picture-in-Picture mode</span>
</div>
<div class="feature --small">
<img src="imgs/icons/settings.png" />
<span>A lot of configurable settings</span>
</div>
</div>
<h2>What's new:</h2>
<div id="whats-new" class="whats-new">
<a href="#" class="release-title"></a>
<span class="release-date"></span><br>
<div class="content release-markdown"></div>
</div>
<h2 id="plugins">Built-in plugins:</h2>
<div = class="content">
<div class="hscroll">
<div class="flex-table">
<div class="flex-table-col">
<div class="flex-table-row --header">Effect</div>
<div class="flex-table-row"><img src="imgs/icons/plugins/blur.png" /><span>Blur or pixelate</span></div>
<div class="flex-table-row"><img src="imgs/icons/plugins/grayscale.png" /><span>Grayscale</span></div>
<div class="flex-table-row"><img src="imgs/icons/plugins/invert.png" /><span>Invert colors</span></div>
<div class="flex-table-row"><img src="imgs/icons/plugins/rainbow.png" /><span>Rainbow</span></div>
<div class="flex-table-row"><img src="imgs/icons/plugins/photofilter.png" /><span>Photo filter</span></div>
<div class="flex-table-row --header">Tool</div>
<div class="flex-table-row"><img src="imgs/icons/plugins/screenshot.png" /><span>Screenshot</span></div>
<div class="flex-table-row"><img src="imgs/icons/plugins/picker.png" /><span>Color picker</span></div>
</div>
<div class="flex-table-col">
<div class="flex-table-row --header">By</div>
<div class="flex-table-row">Module Art (<a href="https://github.com/Beelink">Beelink</a>)</div>
<div class="flex-table-row">Module Art (<a href="https://github.com/Beelink">Beelink</a>)</div>
<div class="flex-table-row">Module Art (<a href="https://github.com/Beelink">Beelink</a>)</div>
<div class="flex-table-row">Module Art (<a href="https://github.com/Beelink">Beelink</a>)</div>
<div class="flex-table-row">Community</div>
<div class="flex-table-row"></div>
<div class="flex-table-row">Module Art (<a href="https://github.com/Beelink">Beelink</a>)</div>
<div class="flex-table-row">Module Art</div>
</div>
<div class="flex-table-col">
<div class="flex-table-row --header">More details</div>
<div class="flex-table-row"><a href="https://github.com/ModuleArt/qpv-plugins#blur">GitHub ↗</a></div>
<div class="flex-table-row"><a href="https://github.com/ModuleArt/qpv-plugins#grayscale">GitHub ↗</a></div>
<div class="flex-table-row"><a href="https://github.com/ModuleArt/qpv-plugins#invert">GitHub ↗</a></div>
<div class="flex-table-row"><a href="https://github.com/ModuleArt/qpv-plugins#rainbow">GitHub ↗</a></div>
<div class="flex-table-row">Soon...</div>
<div class="flex-table-row"></div>
<div class="flex-table-row"><a href="https://github.com/ModuleArt/qpv-plugins#screenshot">GitHub ↗</a></div>
<div class="flex-table-row">Soon...</div>
</div>
</div>
</div>
</div>
<!-- <h2>Beta releases:</h2> -->
<!-- <div = class="content"> -->
<!-- <div class="hscroll"> -->
<!-- <div class="flex-table"> -->
<!-- <div class="flex-table-col"> -->
<!-- <div class="flex-table-row --header">Version</div> -->
<!-- <div class="flex-table-row">v3.0.3 - Beta 4</div> -->
<!-- <div class="flex-table-row">v3.0.2 - Beta 3</div> -->
<!-- <div class="flex-table-row">v3.0.1 - Beta 2</div> -->
<!-- <div class="flex-table-row">v3.0.0 - Beta 1</div> -->
<!-- </div> -->
<!-- <div class="flex-table-col"> -->
<!-- <div class="flex-table-row --header">Release date</div> -->
<!-- <div class="flex-table-row">Feb 17, 2021</div> -->
<!-- <div class="flex-table-row">Feb 1, 2021</div> -->
<!-- <div class="flex-table-row">Jan 1, 2021</div> -->
<!-- <div class="flex-table-row">Dec 17, 2020</div> -->
<!-- </div> -->
<!-- <div class="flex-table-col"> -->
<!-- <div class="flex-table-row --header">Link</div> -->
<!-- <div class="flex-table-row"><a href="https://github.com/ModuleArt/quick-picture-viewer/raw/master/inno-setup/beta/v3.0.3-beta4.exe">⇓ Download</a></div> -->
<!-- <div class="flex-table-row"><a href="https://github.com/ModuleArt/quick-picture-viewer/raw/master/inno-setup/beta/v3.0.2-beta3.exe">⇓ Download</a></div> -->
<!-- <div class="flex-table-row"><a href="https://github.com/ModuleArt/quick-picture-viewer/raw/master/inno-setup/beta/v3.0.1-beta2.exe">⇓ Download</a></div> -->
<!-- <div class="flex-table-row"><a href="https://github.com/ModuleArt/quick-picture-viewer/raw/master/inno-setup/beta/v3.0.0-beta1.exe">⇓ Download</a></div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<h2>Donate:</h2>
<div class="content">
<div id="donate" class="donate">
<a href="https://opencollective.com/moduleart/projects/quick-picture-viewer">
<img src="imgs/icons/opensource.png" />
<span>Open Collective</span>
</a>
</div>
</div>
</main>
<footer>
<span id="copyright">Copyright © 2020 elementary, Inc.</span>
<a href="mailto:[email protected]">[email protected] ↗</a>
</footer>
</body>
</html>