This repository was archived by the owner on Aug 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
327 lines (281 loc) · 15.9 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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Alduin - Feed reader</title>
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<!-- Main Style -->
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<!-- Responsive Style -->
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
<!--Icon Fonts-->
<link rel="stylesheet" media="screen" href="assets/fonts/font-awesome/font-awesome.min.css" />
<!-- Extras -->
<link rel="stylesheet" type="text/css" href="assets/extras/animate.css">
<link rel="stylesheet" type="text/css" href="assets/extras/lightbox.css">
<!-- Custom style -->
<link rel="stylesheet" type="text/css" href="assets/css/custom.css">
<!-- jQuery Load -->
<script src="assets/js/jquery-min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/img/favicons/manifest.json">
<link rel="mask-icon" href="assets/img/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="assets/img/favicons/favicon.ico">
<meta name="apple-mobile-web-app-title" content="Alduin">
<meta name="application-name" content="Alduin">
<meta name="msapplication-config" content="assets/img/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="http://analytics.stouder.io/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '2']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//analytics.stouder.io/piwik.php?idsite=2&rec=1" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
</head>
<body data-spy="scroll" data-offset="20" data-target="#navbar">
<!-- Nav Menu Section -->
<div class="logo-menu">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation" data-spy="affix" data-offset-top="50">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header col-md-3">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#home"><img src="assets/img/512x512.png" /> Alduin</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav col-md-9 pull-right">
<li class="active"><a href="#hero-area"><i class="fa fa-home"></i> Home</a></li>
<li><a href="#features"><i class="fa fa-cogs"></i> Features</a></li>
<li><a href="#facts"><i class="fa fa-puzzle-piece"></i> Facts</a></li>
<li><a href="#about"><i class="fa fa-info"></i> About</a></li>
<li><a href="#donation"><i class="fa fa-usd"></i> Donate</a></li>
<li><a href="#contact"><i class="fa fa-envelope"></i> Contact</a></li>
</ul>
</div>
</div>
</nav>
</div>
<!-- Nav Menu Section End -->
<!-- Hero Area Section -->
<section id="hero-area">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="title">Alduin - Feed Reader</h1>
<h2 class="subtitle">Follow RSS, Atom and JSON feeds!</h2>
<img class="col-md-6 col-sm-6 col-xs-12 animated fadeInLeft" src="assets/img/hero/macbook.png" alt="">
<div class="col-md-6 col-sm-6 col-xs-12 animated fadeInRight delay-0-5">
<p>Alduin is an feed reader that allow you to follow your favorites RSS, Atom and JSON feeds. Totally
free and open source, it provides a beautiful interface and it has made with powerful open
source technologies.
</p>
<a href="https://github.com./AlduinApp/alduin/releases" class="btn btn-common btn-lg">Download now!</a>
<a href="https://github.com./AlduinApp/alduin" class="btn btn-primary btn-lg">Learn More on Github</a>
</div>
</div>
</div>
</div>
</section>
<!-- Hero Area Section End -->
<!-- Features Section -->
<section id="features">
<div class="container text-center">
<div class="row">
<h1 class="title">Awesome features</h1>
<h2 class="subtitle">All this make Alduin what it is</h2>
<div class="row" style="padding-top: 40px">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="service-item">
<h3>Dark and full of...</h3>
<p>Trust me, it's more pleasant to read on a dark background theme. This is why Alduin provides
a dark theme by default, forever.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="service-item">
<h3>Right to left</h3>
<p>As Alduin is used across the world, it is important to automatically support right to left
languages as arabic or hebrew. To do this, Alduin use a common language detector.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="service-item">
<h3>Feed types</h3>
<p>Alduin supports the three main feed types that exists on earth: RSS, Atom and JSONFeed. But
if you find another intersting one, let me know.</p>
</div>
</div>
</div>
<div class="row" style="padding-top: 0">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="service-item">
<h3>Auto update</h3>
<p>To be sure that you always have the last version available of Alduin, it automatically download
the latest version when it's released an updates itself.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="service-item">
<h3>Refresh interval</h3>
<p>That you want to follow trading feeds or news articles, you can set the refresh interval
to your needs.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="service-item">
<h3>Peguin lover</h3>
<p>Alduin is mainly developed on Fedora, so it's available on the most known Linux-based systems.
But as we aren't racists, you can download Alduin to use it on Windows too.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features Section End -->
<!-- Service Section -->
<section id="facts">
<div class="container text-center">
<div class="row">
<h1 class="title">Cool facts</h1>
<h2 class="subtitle"></h2>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="service-item">
<h3>Free and open source</h3>
<p>As Alduin is open source, you can read the source to inspire you, fork the project and contribute
to its development.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="service-item">
<h3>Powerful</h3>
<p>Alduin is built on ReactJS, Electron and NodeJS. Three extremely rich and powerful technologies.
And it's why power overflows from Alduin.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="service-item">
<h3>Enhancements</h3>
<p>A big part of enhancement ideas were bring to Alduin by the users. And you easily can submits
yours too.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Service Section End -->
<!-- About Section -->
<section id="about">
<div class="container">
<div class="row">
<h1 class="title">Author</h1>
<h2 class="subtitle">Xavier Stouder aka Xstoudi</h2>
<div class="col-md-9 col-sm-12">
<p>
Xstoudi is a 19 years old IT student that actually lives in Switzerland. Passionate about development and astronomy, he first
used Alduin to keep up with NASA's latest developments because his previous RSS software wasn't
stable enough.
</p>
<p>
At the begining, Alduin was just a learning project but it very quickly become used by a lot of people, mainly on Linux.
And since the 2.0 version is there, Alduin is more stable, more powerful and more efficient to
allow you to follow your favorites feeds.
</p>
</div>
<img class="col-md-3 col-sm-12 col-xs-12" id="xstoudi-picture" src="assets/img/about/graph.png" alt="">
</div>
</div>
</section>
<!-- About Section End -->
<!-- Donation Section -->
<section id="donation">
<div class="container text-center">
<div class="row">
<h1 class="title">Donation</h1>
<h2 class="subtitle">Help Alduin to run</h2>
<div class="col-sm-12" style="margin-bottom: 30px">
<p>
If you like Alduin and you think it deserves to continue to exists, please consider making a donation to help its development.
</p>
<p>
Thank you in advance!
</p>
</div>
<div class="col-sm-12 col-xs-12">
<script src="https://donorbox.org/install-popup-button.js" type="text/javascript" defer></script>
<a class="dbox-donation-button" href="https://donorbox.org/alduin?amount=5" style="background:#2d81c5; color: #fff;text-decoration: none;font-family: Verdana,sans-serif;display: inline-block;font-size: 16px;padding: 17px 64px 17px 60px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; box-shadow: 0 2px 0 0 #1f5a89; text-shadow: 0 1px rgba(0, 0, 0, 0.3);">Donate</a>
</div>
</div>
</div>
</section>
<!-- Donation Section End -->
<!-- Contact Section -->
<section id="contact">
<div class="container text-center">
<div class="row">
<h1 class="title">Contact</h1>
<h2 class="subtitle">Leave us a message!</h2>
<div class="col-md-12">
<div class="social-links">
<a class="social" href="https://twitter.com/Xstoudi" target="_blank"><i class="fa fa-twitter fa-2x"></i></a>
<a class="social" href="https://github.com./AlduinApp" target="_blank"><i class="fa fa-github fa-2x"></i></a>
<a class="social" href="https://www.linkedin.com/in/xavier-stouder-1b8990124" target="_blank"><i class="fa fa-linkedin fa-2x"></i></a>
</div>
<div class="contact-info">
<p><i class="fa fa-envelope"></i> <a href="mailto:[email protected]?subject=Alduin">[email protected]</a></p>
</div>
<p>
In case of issue, enhancement request, business inquiries, please contact us.<br>
</p>
</div>
</div>
</div>
</section>
<!-- Contact Section End-->
<!-- Copyright Section -->
<div id="copyright">
<div class="container">
<div class="col-md-10">
<p>Made with <span class="heart">❤</span> - Theme by <a href="http://graygrids.com">GrayGrids</a></p>
</div>
<div class="col-md-2">
<span class="to-top pull-right"><a href="#hero-area"><i class="fa fa-angle-up fa-2x"></i></a></span>
</div>
</div>
</div>
<!-- Copyright Section End-->
<!-- Bootstrap JS -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Smooth Scroll -->
<!-- Smooth Scroll -->
<script src="assets/js/smooth-scroll.js"></script>
<script src="assets/js/lightbox.min.js"></script>
<!-- All JS plugin Triggers -->
<script src="assets/js/main.js"></script>
</body>
</html>