-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
139 lines (115 loc) · 4.25 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
<!doctype html>
<html lang="fr" data-theme="light">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords"
content="Rémi, Robichet, Remi, Rémi Robichet, Remi Robichet, web, cgi, développeur, developpeur, Toulouse, toulouse, mmi, iut, rtai, licence, lp, licence pro">
<meta name="description"
content="Rémi Robichet, développeur web à Toulouse. Passionné du web et de la culture internet.">
<meta name="author" content="Rémi Robichet">
<meta name="theme-color" content="#3fc380">
<meta property="og:title" content="Rémi Robichet">
<meta property="og:site_name" content="Site personnel de Rémi Robichet">
<meta property="og:url" content="https://remirobichet.fr/">
<meta property="og:description"
content="Rémi Robichet, développeur web à Toulouse. Passionné du web et de la culture internet.">
<meta property="og:type" content="website">
<title>Rémi Robichet - Développeur web</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/styles.scss" rel="stylesheet">
<link href="assets/css/print.scss" rel="stylesheet" type="text/css" media="print">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<aside class="print_hide">
<span>
<button class="lang-switcher" data-lang="fr">:fr:</button>
<button class="lang-switcher" data-lang="en">:uk:</button>
</span>
<span>
<button class="theme-switcher" data-theme="light">:sun_with_face:</button>
<button class="theme-switcher" data-theme="dark">:first_quarter_moon_with_face:</button>
</span>
</aside>
<br class="print_hide">
<header data-text="about">
<div data-template="intro">
{{#data}}
<p><span role="img" aria-label="hi">:wave:</span> <span class="print_hide">{{welcome-site}} </span></p>
<h1>Rémi Robichet</h1>
<div class="discover"></div>
<h2>— {{job}}</h2>
<br/>
<p>{{hobby}} <span role="img" aria-label="hobby">:computer:</span></p>
<br class="print_show"/>
<p>{{job2}}</p>
{{/data}}
</div>
</header>
<hr>
<article data-text="links">
<ul data-template="portfolio">
{{#data}}
<li><span role="img" aria-label="{{name}}">{{icon}}</span> <a href="{{url}}" target="_blank">{{name}}</a>:
{{text}}
<div class="discover"></div>
</li>
{{/data}}
<li class="print_hide"><span role="img" aria-label="CV print">:memo:</span> <a href="/cv.pdf">CV</a>:
<span data-template="cv-print">{{cv-print}}</span>
</li>
<li class="print_hide"><span role="img" aria-label="CV npm">:man_technologist:</span> <a href="javascript:;">CV</a>:
<span><code>$ npx remirobichet-resume</code></span>
</li>
</ul>
</article>
<hr>
<article data-text="skills">
<p data-template="skills">
{{#data}}
<span>{{.}}</span>
{{/data}}
</p>
</article>
<hr>
<article data-text="career">
<ul data-template="career">
{{#data}}
<li>
<b>{{date}}:</b> {{mission}}
{{#text}}<p>{{text}}</p>{{/text}}
</li>
{{/data}}
</ul>
</article>
<hr>
<article data-text="contact">
<div data-template="contact">
{{#data}}
<p>{{icon}} {{data}}</p>
{{/data}}
</div>
</article>
<hr class="print_hide">
<article class="print_hide">
<p>Rémi Robichet :copyright: Built from scratch with :sparkling_heart:
<br>Check the <a href="humans.txt">humans.txt</a> file !
<br><a href="/v1">
<span data-template="previous-version">{{previous-version}}</span>
</a>
</p>
</article>
<script src="assets/js/script.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-62788682-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-62788682-1');
</script>
</body>
</html>