-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (53 loc) · 2.9 KB
/
Copy pathindex.html
File metadata and controls
58 lines (53 loc) · 2.9 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name="description" content="Neriki.GitHub.io : My GitHub page">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="p:domain_verify" content="d844efa1fff597bf36570bae402cea6f"/>
<link href='https://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Press+Start+2P' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Neriki@Github</title>
<script type="text/javascript" src="javascripts/main.js" ></script>
</head>
<body>
<div class="container-fluid">
<div class="row">
<div id="header"><p><span id="neriki">Neriki</span><span class="blink">_</span></p></div>
</div>
<div class="row">
<p class="text-center">My CSS/BootStrap/HTML5/Javascript playground</p>
</div>
<div class="row gray">
<div class="col-xs-12 col-md-2"><p><a href="http://neriki.free.fr/">My old site</a></p></div>
<div class="col-xs-12 col-md-10"><p>This is my previous Home page (in french).</p></div>
</div>
<div class="row white">
<div class="col-xs-12 col-md-2"><p><a href="https://www.hackerrank.com/neriki">Hackerrank</a></p></div>
<div class="col-xs-12 col-md-10"><p>Sometimes, I play on Hackerrank.</p></div>
</div>
<div class="row gray">
<div class="col-xs-12 col-md-2"><p><a href="https://www.codingame.com/profile/75b4af0b161442ca62c82d93a803dbc4540079">CodinGame</a></p></div>
<div class="col-xs-12 col-md-10"><p>I play on CodinGame too.</p></div>
</div>
<div class="row white">
<div class="col-xs-12 col-md-2"><p><a href="https://github.com/neriki">Github</a></p></div>
<div class="col-xs-12 col-md-10"><p>I put a lot of (sometimes horrible) code on Github.</p></div>
</div>
<div class="row gray">
<div class="col-xs-12 col-md-2"><p><a href="https://linuxfr.org/users/neriki">Linuxfr</a></p></div>
<div class="col-xs-12 col-md-10"><p>A long time ago, I wrote some blog entry in the journaux of Da Linux French Page (in french).</p></div>
</div>
<div class="row white">
<div class="col-xs-12 col-md-2"><p><a href="http://forum.hardware.fr/forum2.php?post=23938&cat=11&config=hfr.inc&cache=&page=1&sondage=0&owntopic=0&word=DATOUNE&spseudo=neriki&firstnum=263607¤tnum=0&filter=1">Datoune</a></p></div>
<div class="col-xs-12 col-md-10"><p>Glory to Datoune! (the french equivalent of Scientology, as i'm the french equivalent of Tom Cruise :o )</p></div>
</div>
<div class="row gray">
<div class="col-xs-12 col-md-2"><p><a href="http://neriki.github.io/t001337.info">t001337.info</a></p></div>
<div class="col-xs-12 col-md-10"><p>A long time ago, i owned the domain t001337.info. This is a static copy of it.</p></div>
</div>
</div>
</body>
</html>