-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
99 lines (74 loc) · 4.58 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
<!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">
<title>Samuel Marchal — Web Development</title>
<meta name="description" content="Website of a web developer from Strasbourg (France)">
<meta property="og:site_name" content="Samuel Marchal" />
<meta property="og:locale" content="en_EN" />
<meta property="og:url" content="https://smarchal.com" />
<meta property="og:image" content="https://smarchal.com/images/zessx.png" />
<meta property="og:description" content="Website of a web developer from Strasbourg (France)" />
<meta property="og:type" content="website" />
<meta property="twitter:card" content="summary" />
<meta property="twitter:site" content="zessx" />
<meta property="twitter:creator" content="zessx" />
<meta property="twitter:image" content="/public/images/zessx.png" />
<meta property="twitter:image:width" content="360" />
<meta property="twitter:image:height" content="360" />
<meta property="twitter:description" content="Website of a web developer from Strasbourg (France)" />
<meta property="twitter:title" content="Samuel Marchal" />
<link rel="stylesheet" href="/public/app.css">
<link rel="canonical" href="https://smarchal.com">
<link rel="me" href="https://twitter.com/zessx">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#0d1a23">
<meta name="msapplication-TileColor" content="#0d1a23">
<meta name="theme-color" content="#0d1a23">
</head>
<body>
<main>
<h1>Samuel Marchal</h1>
<h2>Web development<br>R&D management</h2>
<svg id="logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" version="1.1" stroke-width="3" stroke-linecap="round" fill="transparent">
<circle cx="50" cy="49" r="47"/>
<path d="m35.66,26.26c23.73,23.73 23.73,23.73 23.73,23.73c3.95,3.95 11.86,3.95 15.82,0c3.95,-3.95 3.95,-11.86 0,-15.82c-3.95,-3.95 -11.86,-3.95 -15.82,0c-23.73,23.73 -23.73,23.73 -23.73,23.73c-3.95,3.95 -11.86,3.95 -15.82,0c-3.95,-3.95 -3.95,-11.86 0,-15.82c3.95,-3.95 11.86,-3.95 15.82,0c23.73,23.73 23.73,23.73 23.73,23.73m-23.98,8.16l47.71,-47.71"/>
</svg>
</main>
<section id="links">
<a href="mailto:[email protected]" draggable="false">Email</a>
<a href="https://stackoverflow.com/users/1238019/zessx" draggable="false">Stack Overflow</a>
<a href="https://github.com/zessx" draggable="false">GitHub</a>
<a href="https://www.twitter.com/zessx" draggable="false">Twitter</a>
<span class="separator"></span>
<a href="https://blog.smarchal.com" draggable="false">Blog</a>
<a href="https://github.com/zessx/nikagi" draggable="false">Nikagi</a>
<a href="https://work.smarchal.com/sass-flexbox" draggable="false">SassFlexbox</a>
<a href="https://work.smarchal.com/sass-queries" draggable="false">SassQueries</a>
<a href="https://work.smarchal.com/cookiesplease" draggable="false">CookiesPlease</a>
<a href="https://work.smarchal.com/cementjs" draggable="false">CementJS</a>
<a href="https://work.smarchal.com/bootstrap-expand-btn" draggable="false">Bootstrap Expand Button</a>
<a href="https://work.smarchal.com/hashicon" draggable="false">HashIcon</a>
<a href="https://work.smarchal.com/drulers/" draggable="false">Drulers</a>
<a href="https://work.smarchal.com/twbscolor/" draggable="false">TWBSColor</a>
<a href="https://work.smarchal.com/monsterflat" draggable="false">Monsterflat</a>
</section>
<svg id="scroller" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" version="1.1" stroke-width="3" stroke-linecap="round" fill="transparent">
<path class="to-up" d="m30,12l20,-10l20,10"/>
<path class="to-bottom" d="m30,88l20,10l20,-10"/>
</svg>
<figure id="background">
<img src="/public/images/background.jpg" alt="Moutains covered in snow, by @eberhardgross">
</figure>
<span id="hint">Drag the logo to access the menu</span>
<svg id="toggler" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" version="1.1" stroke-width="3" stroke-linecap="round" fill="transparent">
<path d="m5,5h50M5,30h50M5,55h50"/>
</svg>
<script src="/public/app.js"></script>
</body>
</html>