-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
executable file
·59 lines (57 loc) · 2.89 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Romain Lefrancois</title>
<meta name="description" content="Romain Lefrancois is a Full Stack Software Engineer currently living in San Francisco">
<meta name="author" content="Romain Lefrancois">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300italic,300' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="wrap">
<div id="card">
<div id="header">
<div id="name">
Romain <b>Lefrancois</b>
</div>
<div id="job">Full Stack Software Engineer</div>
</div>
<div id="picture">
<img src="img/me.jpg" alt="" />
</div>
<div id="body">
<p>Currently <b>Full stack Developer</b> at <a href="http://www.myerp.com" target="blank">myERP.com</a></p>
<p>I code for food and for fun.</p>
<p>I'm French and I live in <b>San Francisco</b> but I prefer to consider myself as a world citizen.</p>
</div>
<div id="footer">
<a href="mailto:hi@romainlefrancois.com" class="mail"><i class="icon-mail-alt"></i><span>Email</span></a>
<a href="https://www.linkedin.com/pub/romain-lefrancois/50/456/7b9" class="linkedin" target="_blank"><i class="icon-linkedin"></i><span>Linkedin profile</span></a>
<a href="https://twitter.com/RomaLefrancois" class="twitter" target="_blank"><i class="icon-twitter"></i><span>@RomaLefrancois</span></a>
<a href="https://github.com/RomaLefrancois" class="github" target="_blank"><i class="icon-github-circled"></i><span>@RomaLefrancois</span></a>
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51352543-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>