-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
287 lines (268 loc) · 11.4 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
<!DOCTYPE HTML>
<html>
<head>
<title>gTorrent</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="gTorrent, a lightweight and modular torrent client for Windows, OSX, and GNU/Linux" />
<meta name="keywords" content="" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600" rel="stylesheet" type="text/css" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-n1.css" />
</noscript>
<link rel="icon" type="image/png" href="favicon.ico">
<link rel="stylesheet" href="css/font-awesome.css" />
<script>
$(function () {
$('a[href*=#]:not([href=#])').click(function () {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 300);
return false;
}
}
});
});
</script>
<script>
function alertPopup() {
alert("Downloads are not ready yet");
}
</script>
</head>
<body class="homepage">
<!-- Header Wrapper -->
<div id="header-wrapper">
<!-- Header -->
<div id="header" class="container">
<!--<h1 id="logo"><a href="https://github.com/gtorrent/gTorrent">fork on github</a></h1>
<nav id="nav">
<ul>
<li>
<a href="">Dropdown</a>
<ul>
<li><a href="#">Lorem ipsum dolor</a></li>
<li><a href="#">Magna phasellus</a></li>
<li><a href="#">Etiam dolore nisl</a></li>
<li>
<span>Phasellus consequat</span>
<ul>
<li><a href="#">Lorem ipsum dolor</a></li>
<li><a href="#">Phasellus consequat</a></li>
<li><a href="#">Magna phasellus</a></li>
<li><a href="#">Etiam dolore nisl</a></li>
</ul>
</li>
<li><a href="#">Veroeros feugiat</a></li>
</ul>
</li>
<li><a href="left-sidebar.html">Left Sidebar</a></li>
<li class="break"><a href="right-sidebar.html">Right Sidebar</a></li>
<li><a href="no-sidebar.html">No Sidebar</a></li>
</ul>
</nav>-->
</div>
<!-- Hero -->
<section id="hero" class="container" style="margin-top:-100px;">
<header>
<h2><img alt="Logo" src="images/logo.png" style="max-width:80%;"/></h2>
</header>
<p style="color:#eef2ff;">A torrent client built from the ground up to be lightweight, modular, and open.</p><p>Available natively for Windows, Mac, and Linux.</p>
<ul class="actions">
<li><a id="featuresbtn" href="#features" class="button" style="color:#34345c;"><i class="fa fa-angle-double-down fa-2x"></i></a></li>
</ul>
</section>
</div>
<!-- Features 1 -->
<div class="wrapper" id="features">
<div class="container">
<div class="row">
<section class="6u feature">
<div class="image-wrapper first">
<a class="image full"><img class="hovergallery2" src="images/scrot1.png" alt="Example picture one" /></a>
</div>
<header>
<h2>Designed with simplicity in mind</h2>
</header>
<p>gTorrent is designed so that no features are intrusive, although all features can be enabled if it is desired</p>
<ul class="actions">
<li><a href="" class="button">Show me</a></li>
</ul>
</section>
<section class="6u feature">
<div class="image-wrapper">
<a class="image full"><img class="hovergallery2" src="images/scrot.png" alt="Example picture two" /></a>
</div>
<header>
<h2>Designed with modularity in mind</h2>
</header>
<p>Anybody can write their own UI for any platform by building on top of a single, shared core library</p>
<ul class="actions">
<li><a href="" class="button">How so?</a></li>
</ul>
</section>
</div>
</div>
</div>
<!-- Promo -->
<!-- Features 2 -->
<div class="wrapper">
<section class="container" style="margin-top:-30px;">
<header class="major">
<h2>Your UI, any platform</h2><br />
</header>
<div class="row features">
<section class="4u feature">
<div class="image-wrapper first">
<div class="hovergallery">
<a href="https://github.com/gtorrent/gTorrent" class="image full"><img src="images/pic03.jpg" alt="Theme one" /></a>
</div>
</div>
<p>This one is nice and pretty<br /><br /></p>
</section>
<section class="4u feature">
<div class="hovergallery">
<a href="https://github.com/gtorrent/gTorrent" class="image full"><img src="images/pic04.jpg" alt="Theme two"/></a>
</div>
<p>This one is very customizable<br /><br /></p>
</section>
<section class="4u feature">
<div class="hovergallery">
<a href="https://github.com/gtorrent/gTorrent" class="image full"><img src="images/pic05.jpg" alt="Theme three" /></a>
</div>
<p>This one is full of shit<br /><br /></p>
</section>
</div>
<!-- <ul class="actions major">
<li><a href="#" class="button">Elevate my awareness</a></li>
</ul>-->
</section>
<!-- Builds -->
<section class="container" style="margin-top:80px;">
<header class="major">
<h2>Download for your OS</h2>
</header>
<br />
<div class="row">
<section class="4u feature">
<a class="button" onclick="alertPopup()" style="cursor:pointer;">
<i class="fa fa-5x fa-windows"></i>
</a>
<br /><br />
<span>Windows</span>
</section>
<section class="4u feature">
<a class="button" href="http://jenkins.gtorre.net/job/gTorrent-gtk/ws/build/gtorrent-gtk" style="cursor:pointer;">
<i class="fa fa-5x fa-linux"></i>
</a>
<br /><br />
<span>GNU/Linux</span>
</section>
<section class="4u feature">
<a class="button" onclick="alertPopup()" style="cursor:pointer;">
<i class="fa fa-5x fa-apple"></i>
</a>
<br /><br />
<span>Mac OS X</span>
</section>
</div>
</section>
</div>
<!-- Footer Wrapper -->
<div id="footer-wrapper">
<!-- Footer -->
<div id="footer" class="container">
<header class="major">
<h2>Want to stay updated?</h2>
<span>gTorrent is released under the GNU GPL, and contributions are welcome.</span>
<span style="margin-top:20px;">
Review the code, submit bug reports, and more at
<i class="fa fa-github"></i> GitHub
</span>
<span style="height:40px;">
<a id="gtk" class="button" target="_blank" href="https://github.com/gtorrent/gtorrent-gtk">
<i class="fa fa-list-alt"></i> gtorrent-gtk
</a>
<a id="core" class="button" target="_blank" href="https://github.com/gtorrent/gtorrent-core">
<i class="fa fa-file-code-o"></i> gtorrent-core
</a>
</span>
<span style="margin-top:30px;">
Join us on IRC for discussions and collaborations
</span>
<span style="margin-top:-40px;">
<a class="button" target="_blank" href="https://qchat.rizon.net/?channels=gtorrent">
<i class="fa fa-lg fa-comment-o" ></i> #gtorrent
</a>
</span>
</header>
<!--<div class="row">
<section class="6u">
<form method="post" action="#">
<div class="row half">
<div class="6u">
<input name="name" placeholder="Name" type="text" class="text" />
</div>
<div class="6u">
<input name="email" placeholder="Email" type="text" class="text" />
</div>
</div>
<div class="row half">
<div class="12u">
<textarea name="message" placeholder="Message"></textarea>
</div>
</div>
<div class="row half">
<div class="12u">
<ul class="actions">
<li><a href="#" class="button">Send Message</a></li>
<li><a href="#" class="button">Clear Form</a></li>
</ul>
</div>
</div>
</form>
</section>
<section class="6u">
<div class="row no-collapse-1">
<ul class="divided icons 6u">
<li class="fa fa-twitter"><a href="#"><span class="extra">twitter.com/</span>untitled</a></li>
<li class="fa fa-facebook"><a href="#"><span class="extra">facebook.com/</span>untitled</a></li>
<li class="fa fa-dribbble"><a href="#"><span class="extra">dribbble.com/</span>untitled</a></li>
</ul>
<ul class="divided icons 6u">
<li class="fa fa-linkedin"><a href="#"><span class="extra">linkedin.com/</span>untitled</a></li>
<li class="fa fa-youtube"><a href="#"><span class="extra">youtube.com/</span>untitled</a></li>
<li class="fa fa-pinterest"><a href="#"><span class="extra">pinterest.com/</span>untitled</a></li>
</ul>
</div>
</section>
</div>
</div>-->
<!-- Copyright -->
<div id="copyright" class="container" style="margin-top:0px;">
<ul class="menu" style="margin-bottom:-50px; margin-top:-30px;">
<li style="vertical-align:-60%;">site made with <i class="fa fa-heart"></i><br /> by yttrium and explouad</li>
<li>based on <a href="http://html5up.net/">HTML5 UP</a></li>
<li>logo
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<img alt="Creative Commons License" src="images/ccbysa.png" style="vertical-align: -22%; opacity: 0.4; height: 24px;"/>
</a>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>