This repository has been archived by the owner on Dec 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
559 lines (485 loc) · 18.5 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
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en" class="no-js">
<!--<![endif]-->
<head>
<!-- meta charec set -->
<meta charset="utf-8">
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Page Title -->
<title>LPTSTR</title>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google Font -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!-- CSS
================================================== -->
<!-- Fontawesome Icon font -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Twitter Bootstrap css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- jquery.fancybox -->
<link rel="stylesheet" href="css/jquery.fancybox.css">
<!-- animate -->
<link rel="stylesheet" href="css/animate.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/main.css">
<!-- media-queries -->
<link rel="stylesheet" href="css/media-queries.css">
<!-- Modernizer Script for old Browsers -->
<script src="js/modernizr-2.6.2.min.js"></script>
<script src="js/automatic-eureka.js" async></script>
<script src="js/prace.js" async></script>
</head>
<body id="body" onload="automaticEurekaInit();praceInit(" pre");">
<!-- preloader -->
<div id="preloader">
<img src="img/preloader.gif" alt="Preloader">
</div>
<!-- end preloader -->
<!--
Fixed Navigation
==================================== -->
<header id="navigation" class="navbar-fixed-top navbar">
<div class="container">
<div class="navbar-header">
<!-- responsive nav button -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-bars fa-2x"></i>
</button>
<!-- /responsive nav button -->
</div>
<!-- main nav -->
<nav class="collapse navbar-collapse navbar-center" role="navigation">
<ul id="nav" class="nav navbar-nav">
<li class="current"><a href="#body">Home</a></li>
<li><a href="#features">Technologies</a></li>
<li><a href="#works">Projects</a></li>
<li><a href="#team">Members</a></li>
<li><a href="#facts">Statistics</a></li>
</ul>
</nav>
<!-- /main nav -->
</div>
</header>
<!--
End Fixed Navigation
==================================== -->
<!--
Home Slider
==================================== -->
<section id="slider">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators bullet -->
<!--<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
</ol>-->
<!-- End Indicators bullet -->
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<!-- single slide -->
<div class="item active" style="background-image: url(img/banner.jpg);">
<div class="carousel-caption">
<h2 data-wow-duration="700ms" data-wow-delay="500ms" class="wow bounceInDown animated">
<span>LPTSTR</span></h2>
<h3 data-wow-duration="1000ms" class="wow slideInLeft animated">Open Sorcerers <span
class="color">addicted</span> to GitHub</h3>
<p data-wow-duration="1000ms" class="wow slideInRight animated">A group of Windows fanatics
building open-source software.</p>
<ul class="social-links text-center">
<li><a href="https://github.com/lptstr"><i class="fa fa-github fa-3x"></i></a></li>
</ul>
</div>
</div>
<!-- end single slide -->
</div>
<!-- End Wrapper for slides -->
</div>
</section>
<!--
End Home SliderEnd
==================================== -->
<!--
Features
==================================== -->
<section id="features" class="features">
<div class="container">
<div class="row">
<div class="sec-title text-center mb50 wow bounceInDown animated" data-wow-duration="500ms">
<h2>Technologies</h2>
<div class="devider"><i class="fa fa-code fa-lg"></i></div>
</div>
<!-- service item -->
<div class="col-md-4 wow fadeInLeft" data-wow-duration="500ms">
<div class="service-item">
<div class="service-icon">
<i class="fa fa-code fa-2x"></i>
</div>
<div class="service-desc">
<h3>Web</h3>
<p>HTML5, CSS3, and Javascript with Bootstrap and JQuery.</p>
</div>
</div>
</div>
<!-- end service item -->
<!-- service item -->
<div class="col-md-4 wow fadeInUp" data-wow-duration="500ms" data-wow-delay="500ms">
<div class="service-item">
<div class="service-icon">
<i class="fa fa-desktop fa-2x"></i>
</div>
<div class="service-desc">
<h3>Desktop GUI</h3>
<p>We do .NET/PowerShell with WinForms and WPF, C with Win32, and ElectronJS with HTML5,
CSS, and Javascript.</p>
</div>
</div>
</div>
<!-- end service item -->
<!-- service item -->
<div class="col-md-4 wow fadeInRight" data-wow-duration="500ms" data-wow-delay="900ms">
<div class="service-item">
<div class="service-icon">
<i class="fa fa-terminal fa-2x"></i>
</div>
<div class="service-desc">
<h3>Desktop CLI</h3>
<p>We have C#, F#, Visual C++/CLI, C, Rust, Powershell, and Python 3 in our arsenal.</p>
</div>
</div>
</div>
<!-- end service item -->
</div>
</div>
</section>
<!--
End Features
==================================== -->
<!--
Our Works
==================================== -->
<section id="works" class="works clearfix">
<div class="container">
<div class="row">
<div class="sec-title text-center">
<h2>Projects</h2>
<div class="devider"><i class="fa fa-github fa-lg"></i></div>
</div>
<div class="sec-sub-title text-center">
<p>Take a look at our projects, all of which are hosted for free on GitHub.</p>
</div>
<div class="work-filter wow fadeInRight animated" data-wow-duration="500ms">
<ul class="text-center">
<!--<li><a href="javascript:;" data-filter="all" class="active filter">All</a></li>-->
<li><a id="def" href="javascript:;" data-filter=".cli" class="filter">Desktop</a></li>
<li><a href="javascript:;" data-filter=".web" class="filter">Web</a></li>
<li><a href="javascript:;" data-filter=".misc" class="filter">Misc</a></li>
</ul>
</div>
</div>
</div>
<div class="project-wrapper">
<figure class="mix work-item cli">
<img src="img/works/mouse.png" alt="">
<figcaption class="overlay">
<a class="fancybox" rel="works" title="View me on GitHub" href="https://github.com/lptstr/mouse"><i
class="fa fa-eye fa-lg"></i></a>
<h4>Mouse</h4>
<p>A simple, cross-platform app to backup and manage your configuration files.</p>
</figcaption>
</figure>
<figure class="mix work-item cli">
<img src="img/works/sultan.png" alt="">
<figcaption class="overlay">
<a class="fancybox" rel="works" title="View me on GitHub" href="https://github.com/lptstr/sultan"><i
class="fa fa-eye fa-lg"></i></a>
<h4>Sultan</h4>
<p>An un-opinionated, cross-platform utility to stress your server.</p>
</figcaption>
</figure>
<figure class="mix work-item web">
<img src="img/works/item-5.jpg" alt="">
<figcaption class="overlay">
<a class="fancybox" rel="works" title="View me on GitHub"
href="https://github.com/kiedtl/invisitext"><i class="fa fa-eye fa-lg"></i></a>
<h4>InvisiText</h4>
<p>Hide text and spoilers with pure CSS until the user hovers over it.</p>
</figcaption>
</figure>
<figure class="mix work-item cli">
<img src="img/works/kpm.jpg" alt="">
<figcaption class="overlay">
<a class="fancybox" rel="works" title="View me on GitHub"
href="https://github.com/lptstr/kombucha"><i class="fa fa-eye fa-lg"></i></a>
<h4>Kombucha</h4>
<p>A simple PowerShell package manager.</p>
</figcaption>
</figure>
<figure class="mix work-item misc">
<img src="img/works/item-1.jpg" alt="">
<figcaption class="overlay">
<a class="fancybox" href="https://github.com/lptstr/open-scoop" rel="works"
title="The Scoop bucket for everything"><i class="fa fa-eye fa-lg"></i></a>
<h4>Open-Scoop</h4>
<p>The Scoop bucket for everything!</p>
</figcaption>
</figure>
<figure class="mix work-item misc">
<img src="img/works/amiageek.png" alt="">
<figcaption class="overlay">
<a class="fancybox" rel="works" title="View me on GitHub"
href="https://github.com/lptstr/am-i-a-geek"><i class="fa fa-eye fa-lg"></i></a>
<h4>Am I A Geek?</h4>
<p>Take this quiz to see if you are a geek or you only think you are.</p>
</figcaption>
</figure>
<figure class="mix work-item web">
<img src="img/works/item-3.jpg" alt="">
<figcaption class="overlay">
<a class="fancybox" rel="works" title="View me on GitHub" href="https://github.com/kiedtl/prace"><i
class="fa fa-eye fa-lg"></i></a>
<h4>PraceJS</h4>
<p>An easy way to transform <code>pre</code> elements to mini Ace editors.</p>
</figcaption>
</figure>
<figure class="mix work-item cli">
<img src="img/works/pixur.PNG" alt="">
<figcaption class="overlay">
<a class="fancybox" rel="works" title="View me on GitHub" href="https://github.com/lptstr/pixur"><i
class="fa fa-eye fa-lg"></i></a>
<h4>Pixur</h4>
<p>The right way to print pictures in the terminal with PowerShell.</p>
</figcaption>
</figure>
<figure class="mix work-item web">
<img src="img/works/item-7.jpg" alt="">
<figcaption class="overlay">
<a class="fancybox" rel="works" title="View me on GitHub"
href="https://github.com/lptstr/website"><i class="fa fa-eye fa-lg"></i></a>
<h4>Website</h4>
<p>You are viewing it right now.</p>
</figcaption>
</figure>
<figure class="mix work-item cli">
<img src="img/works/item-4.jpg" alt="">
<figcaption class="overlay">
<a class="fancybox" rel="works" title="View me on GitHub" href="https://github.com/kiedtl/meow"><i
class="fa fa-eye fa-lg"></i></a>
<h4>Meow</h4>
<p>A minimal <code>lolcat</code> clone for Windows that actually works.</p>
</figcaption>
</figure>
</div>
</section>
<!--
End Our Works
==================================== -->
<!--
Meet Our Team
==================================== -->
<section id="team" class="team">
<div class="container">
<div class="row">
<div class="sec-title text-center wow fadeInUp animated" data-wow-duration="700ms">
<h2>Our Members</h2>
<div class="devider"><i class="fa fa-code fa-lg"></i></div>
</div>
<!--<div class="sec-sub-title text-center wow fadeInRight animated" data-wow-duration="500ms">
<p>Wanna join us?</p>
</div>-->
<!-- single member -->
<figure class="team-member col-md-3 col-sm-6 col-xs-12 text-center wow fadeInUp animated"
data-wow-duration="500ms">
<div class="member-thumb">
<img src="img/team/member-1.jpg" alt="Team Member" class="img-responsive">
<figcaption class="overlay">
<ul class="social-links text-center">
<li><a href="https://codepen.io/kiedtl/#"><i class="fa fa-codepen fa-lg"></i></a></li>
<li><a href="https://github.com/kiedtl"><i class="fa fa-github fa-lg"></i></a></li>
</ul>
</figcaption>
</div>
<h4>Kied Llaentenn</h4>
<span>Owner</span>
</figure>
<!-- end single member -->
<!-- single member -->
<figure class="team-member col-md-3 col-sm-6 col-xs-12 text-center wow fadeInUp animated"
data-wow-duration="500ms">
<div class="member-thumb">
<img src="https://github.com/Aniket-Pradhan.png" alt="Team Member" class="img-responsive">
<figcaption class="overlay">
<ul class="social-links text-center">
<li><a href="http://home.iiitd.edu.in/~aniket17133/"><i class="fa fa-globe fa-lg"></i></a></li>
<li><a href="https://github.com/Aniket-Pradhan"><i class="fa fa-github fa-lg"></i></a></li>
</ul>
</figcaption>
</div>
<h4>Aniket Pradhan</h4>
<span>Member</span>
</figure>
<!-- end single member -->
</div>
</div>
</section>
<!--
End Meet Our Team
==================================== -->
<!--
Some fun facts
==================================== -->
<section id="facts" class="facts">
<div class="parallax-overlay">
<div class="container">
<div class="row number-counters">
<div class="sec-title text-center mb50 wow rubberBand animated" data-wow-duration="1000ms">
<h2 id="white-title">Statistics</h2>
<div class="devider"><i class="fa fa-heart-o fa-lg"></i></div>
</div>
<!-- first count item -->
<div class="col-md-3 col-sm-6 col-xs-12 text-center wow fadeInUp animated"
data-wow-duration="500ms">
<div class="counters-item">
<i class="fa fa-rocket fa-3x"></i>
<strong data-to="26">0</strong>
<!-- Set Your Number here. i,e. data-to="56" -->
<p>Repositories</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center wow fadeInUp animated" data-wow-duration="500ms"
data-wow-delay="300ms">
<div class="counters-item">
<i class="fas fa-code-branch fa-3x"></i>
<strong data-to="6412">0</strong>
<!-- Set Your Number here. i,e. data-to="56" -->
<p>Git Commits</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center wow fadeInUp animated" data-wow-duration="500ms"
data-wow-delay="600ms">
<div class="counters-item">
<i class="fa fa-file-code fa-3x"></i>
<strong data-to="311894">0</strong>
<!-- Set Your Number here. i,e. data-to="56" -->
<p>Lines of code</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center wow fadeInUp animated" data-wow-duration="500ms"
data-wow-delay="900ms">
<div class="counters-item">
<i class="fa fa-hdd fa-3x"></i>
<strong data-to="736">0</strong>
<!-- Set Your Number here. i,e. data-to="56" -->
<p>Megabytes of code</p>
</div>
</div>
<!-- end first count item -->
</div>
</div>
</div>
</section>
<!--
End Some fun facts
==================================== -->
<footer id="footer" class="footer">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-12 wow fadeInUp animated" data-wow-duration="500ms">
<div class="footer-single">
<h2><strong>LPTSTR</strong></h2><br>
<p>A group of Windows and Linux fanatics churning out open-source software.</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 wow fadeInUp animated" data-wow-duration="500ms"
data-wow-delay="300ms">
<div class="footer-single">
<h6>Members</h6>
<ul>
<li><a href="https://github.com/kiedtl">kiedtl</a></li>
<li><a href="https://github.com/Aniket-Pradhan">aniket-pradhan</a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 wow fadeInUp animated" data-wow-duration="500ms"
data-wow-delay="600ms">
<div class="footer-single">
<h6>Explore</h6>
<ul>
<li><a href="https://github.com/lptstr/">GitHub</a></li>
<li><a href="https://github.com/lptstr#org-repositories">Repositories</a></li>
<li><a href="https://github.com/lptstr/people">Members</a></li>
<li><a href="https://github.com/lptstr/teams">Teams</a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 wow fadeInUp animated" data-wow-duration="500ms"
data-wow-delay="900ms">
<div class="footer-single">
<h6>Projects</h6>
<ul>
<li><a href="https://github.com/lptstr/lptstr-images">LPTSTR-Images</a></li>
<li><a href="https://github.com/lptstr/mouse">Mouse</a></li>
<li><a href="https://github.com/lptstr/open-scoop">Open-Scoop</a></li>
<li><a href="https://github.com/kiedtl/meow">Meow</a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="copyright text-center">
AGPLv-3.0 © 2019 LPTSTR Organization. <br>Proudly not hosted by Wordpress.
</p>
</div>
</div>
</div>
</footer>
<a href="javascript:void(0);" id="back-top"><i class="fa fa-angle-up fa-3x"></i></a>
<!-- Essential jQuery Plugins
================================================== -->
<!-- Main jQuery -->
<script src="js/jquery-1.11.1.min.js"></script>
<!-- Single Page Nav -->
<script src="js/jquery.singlePageNav.min.js"></script>
<!-- Twitter Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- jquery.fancybox.pack -->
<script src="js/jquery.fancybox.pack.js"></script>
<!-- jquery.mixitup.min -->
<script src="js/jquery.mixitup.min.js"></script>
<!-- jquery.parallax -->
<script src="js/jquery.parallax-1.1.3.js"></script>
<!-- jquery.countTo -->
<script src="js/jquery-countTo.js"></script>
<!-- jquery.appear -->
<script src="js/jquery.appear.js"></script>
<!-- Contact form validation -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery.form/3.32/jquery.form.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.11.1/jquery.validate.min.js"></script>
<!-- jquery easing -->
<script src="js/jquery.easing.min.js"></script>
<!-- jquery easing -->
<script src="js/wow.min.js"></script>
<script>
var wow = new WOW({
boxClass: 'wow', // animated element css class (default is wow)
animateClass: 'animated', // animation css class (default is animated)
offset: 120, // distance to the element when triggering the animation (default is 0)
mobile: false, // trigger animations on mobile devices (default is true)
live: true // act on asynchronously loaded content (default is true)
}
);
wow.init();
</script>
<!-- Custom Functions -->
<script src="js/custom.js"></script>
</body>
</html>