-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathget-started.html
179 lines (158 loc) · 8.18 KB
/
get-started.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Loic Pelleau</title>
<link rel="shortcut icon" type="image/png" href="/img/logo.ico"/>
<meta name="description" content="Profesional website of Loic Pelleau, Computer Engineer." />
<meta name="keywords" content="Loic Pelleau, Loic, Pelleau, lpelleau, Engineer, Computer Science, IT, Software, front-end, back-end, Development, Developer, Amazon" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="#FFF" />
<meta name="apple-mobile-web-app-title" content="Loic Pelleau" />
<link rel="apple-touch-icon-precomposed" href="/img/logo.ico" />
<meta name="msapplication-TileColor" content="#FFF" />
<meta name="theme-color" content="#FFF">
<meta name="author" content="Loic Pelleau">
<!-- Bootstrap -->
<link href="/css/theme.min.css" rel="stylesheet">
<link href="/css/custom.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<a href="https://github.com/lpelleau" class="hidden-xs hidden-sm hidden-md"><img style="position: fixed; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/567c3a48d796e2fc06ea80409cc9dd82bf714434/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png"></a>
<nav class="navbar navbar-fixed-top">
<div class="container" style="background-color: white;">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar" style="border: 1px solid black;">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar" style="background-color: black;"></span>
<span class="icon-bar" style="background-color: black;"></span>
<span class="icon-bar" style="background-color: black;"></span>
</button>
<a class="navbar-brand" style="padding-top: 3px; padding-bottom: 0px;" href="/"><img src="/img/logo.png" alt="Loic Pelleau"/></a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/">Home</a></li>
<li><a href="/Demos/PooP.html">Demo</a></li>
<li><a href="/docs.html">Docs</a></li>
<li><a href="/get-started.html">Get started</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container fill" style="min-height: 750px;">
<div class="row full">
<div class="col-xs-12 full">
<h1 class="text-center" style="color: #777">Getting Started with Loic Pelleau</h1>
<h5 class="text-center" style="color: #aaa">Our story begins here</h5>
<p class="text-center" style="margin-top: 50px; margin-bottom: 20px;">Just choose one of these pills:</p>
<div class="social-wrap text-center">
<a class="icon-button facebook" href="https://facebook.com/lpelleau" target="_blank"><i class="fa fa-facebook icon-facebook"></i><span></span></a>
<br/>
<a class="icon-button twitter" href="https://twitter.com/loicpelleau" target="_blank"><i class="fa fa-twitter icon-twitter"></i><span></span></a>
<br/>
<a class="icon-button linkedin" href="https://linkedin.com/in/loicpelleau" target="_blank"><i class="fa fa-linkedin icon-linkedin"></i><span></span></a>
<br/>
<a class="icon-button viadeo" href="http://www.viadeo.com/fr/profile/lo%C3%AFc.pelleau" target="_blank"><i class="fa fa-viadeo icon-viadeo"></i><span></span></a>
<br/>
<a class="icon-button angel-list" href="https://angel.co/lpelleau" target="_blank"><i class="fa fa-angellist icon-angel-list"></i><span></span></a>
<br/>
<a class="icon-button github" href="https://github.com/lpelleau" target="_blank"><i class="fa fa-github icon-github"></i><span></span></a>
<br/>
<a class="icon-button email" href="mailto:[email protected]" id="ct"><i class="fa fa-envelope icon-email"></i><span></span></a>
</div>
</div>
</div>
</div>
<div class="container-fluid" style="padding: 10px; background-color: #ddddff;">
<div class="container">
<div class="row">
<div class="col-xs-12 text-right">
Made with Loic Pelleau 1.0 for you. This web site is open-source (MIT).
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script type="text/javascript" src="https://rawgit.com/ricmoo/aes-js/master/index.js"></script>
<script type="text/javascript">
(function() {
var encryptedBytesStep = [219,34,152,149,157,225,118,
129,174,167,205,206,133,5,
96,56,231,45,127,200,74,
185,57,215,39,179,9,242,
104,154,95,83,28,71,13,
228,249,195,167,106,119,25];
var encryptedBytes = [252,54,95,93,126,145,115,30,240,
184,35,167,131,235,27,79,185,40,
121,99,53,26,39,231,188,193,104,
152,55,212,140,211,31,92,255,52,
204,86,169,224,42,16,236,180,90,
49,102,198,40,193,168,45,191,91,
182,214,75,130,195,94,227,191,7,
199,54,191,237,254,16,140,204,5,
205,175,221,230,38,214,191,55,189,
238,215,43,49,140,179,93,200,73,
127,64,140,153,162,184,192,188,
42,79,13,21];
$('#secretInput').on('input', function() {
var keyAscii = $('#secretInput').val().toUpperCase().trim();
if (keyAscii.length == 12) {
keyAscii += "####";
}
var text = decrypt(keyAscii, encryptedBytesStep);
if (!isASCII(text)) {
text = decrypt(keyAscii, encryptedBytes)
if (text === "...") {
$('#secretOutput').removeClass('text-warning');
$('#secretOutput').removeClass('text-success');
} else {
$('#secretOutput').removeClass('text-warning');
$('#secretOutput').addClass('text-success');
}
} else {
$('#secretOutput').removeClass('text-success');
$('#secretOutput').addClass('text-warning');
}
$('#secretOutput').text(text);
});
function isASCII(str) {
return /^[\x00-\x7F]*$/.test(str);
}
function decrypt(keyAscii, encryptedBytes) {
if (keyAscii.length != 16) {
return "...";
}
var key = aesjs.util.convertStringToBytes(keyAscii);
var aesCtr = new aesjs.ModeOfOperation.ctr(key, new aesjs.Counter(5));
var decryptedBytes = aesCtr.decrypt(encryptedBytes);
var decryptedText = aesjs.util.convertBytesToString(decryptedBytes);
return decryptedText;
}
})();
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78255115-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>