-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
127 lines (85 loc) · 2.63 KB
/
index.html
File metadata and controls
127 lines (85 loc) · 2.63 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
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="description" content="Blog">
<meta name="author" content="Gilles Navarro">
<title>Blog</title>
<!-- <link rel="stylesheet" -->
<!-- href="/assets/bower_components/bootstrap-css/css/bootstrap.css"> -->
<!-- <link rel="stylesheet" -->
<!-- href="/assets/bower_components/bootstrap-css/css/bootstrap-theme.css"> -->
<link rel="stylesheet"
href="/assets/bower_components/normalize.css/normalize.css" />
<link rel="stylesheet" href="/assets/css/solarized-dark.css">
<link rel="stylesheet"
href="/assets/bower_components/font-awesome/css/font-awesome.min.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/assets/css/blog.css">
<script type="text/javascript"
src="/assets/bower_components/jquery/dist/jquery.min.js"></script>
</head>
<body>
<aside>
<div class="stripe"></div>
<section>
<h1>
<em>Gilles Navarro</em>
</h1>
<p>
Hi, I've been writing down some code for quite a while now and this blog is to share some stuff I learned along the way.
</p>
<nav class="elsewhere">
<ul>
<li>
<a href="https://github.com/gnavarro77"
title="find me on github"><i class="fa fa-2x fa-github"></i></a>
</li>
<li>
<a href="https://github.com/gnavarro77"
title="find me on linkedin "><i class="fa fa-2x fa-linkedin"></i></a>
</li>
</ul>
</nav>
</section>
<!-- <div class="legal"> -->
<!-- <small class="copyright">© Glenn Naessens - 2015</small> - <a -->
<!-- class="rss" href="/feed/atom/">RSS</a> <small class="credits">Picture -->
<!-- by <a href="http://www.nilssonlee.se">Jonas Nilsson Lee</a> -->
<!-- </small> -->
<!-- </div> -->
</aside>
<main role="main">
<div>
</div>
<!-- <footer class="blog-footer"> -->
<!-- <p> -->
<!-- <a href="https://github.com/gnavarro77"><i -->
<!-- class="fa fa-github fa-2x"></i> <span>find me on github</span></a> -->
<!-- </p> -->
<!-- </footer> -->
</main>
<aside class="right" role="navigation">
<section>
<h4>Categories</h4>
<ul >
<li>
<a href="/categories/angularjs/index.html">angularjs</a>
<li>
<a href="/categories/agility/index.html">agility</a>
</li>
</ul>
<h4>Archives</h4>
<ul>
<li>
<a href="/2015/07/index.html">July 2015</a>
</li>
<li>
<a href="/2014/05/index.html">May 2014</a>
</li>
</ul>
</section>
</aside>
</body>
</html>