-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·63 lines (58 loc) · 3.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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Guillermo Jimenez</title>
<meta name="description" content="Code, Coffee, Photographs.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-MfvZlkHCEqatNoGiOXveE8FIwMzZg4W85qfrfIFBfYc= sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">
<link href='//fonts.googleapis.com/css?family=Open+Sans:800' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Quattrocento' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/fontello.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">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="container">
<div class="row">
<div class="hidden-xs hidden-sm" style="height:10vh"></div>
<div class="col-xs-12 text-center">
<h1 class="name-main">Guillermo Jimenez</h1>
<div class="photo">
<a href="/zen" class="img-circle"></a>
</div>
<div class="presentation text-font">
<p>
You can call me Memo.
</p>
<p>
I'm passionate about developing products that solve real problems, music, photography, gastronomy, and coffee.
</p>
<p>
Please, feel free to <a href="mailto:[email protected]">reach me</a>, or grab a copy of my <a href="files/CV.pdf" download>résumé</a>.
</p>
</div>
<div class="row social-networks">
<div class="col-xs-12 text-center">
<span class="text-font">find me on</span>
<div class="icon-links">
<a href="https://twitter.com/memorammstein" target="_blank"><i class="icon-twitter"></i></a>
<a href="https://github.com/memorammstein" target="_blank"><i class="icon-github-circled"></i></a>
<a href="https://medium.com/@memorammstein" target="_blank"><i class="icon-medium"></i></a>
<a href="https://www.linkedin.com/in/guillermo~jimenez" target="_blank"><i class="icon-linkedin"></i></a>
<a href="mailto:[email protected]"><i class="icon-mail-alt"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>