-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
110 lines (96 loc) · 3.78 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
<!DOCTYPE HTML>
<!--
Directive by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Simon Basset</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<div id="header">
<span class="logo icon fa-wrench"></span>
<h1>Hi. I am Simon.</h1>
<p>I love web engineering, disruptive technologies,
<br />
crafting value and quality.</p>
</div>
<!-- Main -->
<div id="main">
<header class="major container 75%">
<h2>I write code for friends, colleagues and users
<br />
not for machine.</h2>
</header>
<div class="box alt container">
<section class="feature left">
<a href="https://github.com/simbas/" class="image icon fa-bullseye"><img src="images/pic01.png" alt="" width="100%"/></a>
<div class="content">
<h3>Long-term value</h3>
<p>My job is opinionated, I am always looking for the best solution which must be reliable, evolutive and cost-efficient.<br />
Success is a measure of time.</p>
</section>
<section class="feature right">
<a href="https://codereview.stackexchange.com/users/146007/simbas" class="image icon fa-comments-o"><img src="images/pic02.png" alt="" width="100%"/></a>
<div class="content">
<h3>Collaboration</h3>
<p>My job is about communication. I like setting up playful and challenging environment with my coworkers.<br />
Communication and sharing are precious.</p>
</div>
</section>
<section class="feature left">
<a href="https://gitlab.com/simbas/" class="image icon fa-lightbulb-o"><img src="images/pic03.jpg" alt="" width="100%"/></a>
<div class="content">
<h3>Innovate, fix, iterate</h3>
<p>My job is an endless source of surprise and curiosity. Every morning I wake up with a coffee and my technology scouting routine.<br />
Everyday is a new chance for improvements.</p>
</div>
</section>
</div>
<footer class="major container 75%">
<h3>Want to know me better?</h3>
<ul class="actions">
<li><a href="./timeline.html" class="button">Check my resume</a></li>
</ul>
</footer>
</div>
<!-- Footer -->
<div id="footer">
<div class="container 75%">
<header class="major last">
<h2>Questions or comments?</h2>
</header>
<form method="post" action="#">
<div class="row">
<div class="12u">
<ul class="actions">
<a href="mailto:[email protected]"><input type="button" value="Mail Me" /></a></li>
</ul>
</div>
</div>
</form>
<ul class="icons">
<li><a href="https://www.instagram.com/simbasset/" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/simbas" class="icon fa-github"><span class="label">Github</span></a></li>
</ul>
<ul class="copyright">
<li>© Simon Basset. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<script>console.log('%c Hire me now! :)', 'font-size: 80px; font-weight: bold; color: red');</script>
</body>
</html>