-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (46 loc) · 2.52 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="Sergio Sánchez Marcos">
<meta name="Description" content="Personal page of Sergio Sánchez Marcos">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sergio Sánchez</title>
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./images/favicon-96x96.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="./stylesheets/global.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109102007-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-109102007-1');
</script>
</head>
<body class="page__content">
<h2 class="nogrid">It looks like you don't have CSS Grid module enabled. Try
downloading
Firefox Nightly, Safari Technology Preview, or go to chrome://flags and tick "Enable experimental Web Platform
features". You won't be disappointed!</h2>
<div class="gridcontainer">
<div class="me">
<picture>
<source srcset="images/me.webp" type="image/webp">
<source srcset="images/me.jpg" type="image/jpeg">
<img class="me__image" src="images/me.jpg" alt="myself">
</picture>
</div>
<p class="position">Software engineer at <a class="link" target="_blank" href="https://spotahome.com/">Spotahome</a></p>
<a class="block codewars" target="_blank" href="https://www.codewars.com/users/ssanchezmarc"></a>
<a class="block github" target="_blank" href="https://github.com/ssanchezmarc"></a>
<a class="block hackerrank" target="_blank" href="https://www.hackerrank.com/ssanchezmarc"></a>
<a class="block instagram" target="_blank" href="https://www.instagram.com/ssanchezmarc/"></a>
<a class="block medium" target="_blank" href="https://medium.com/@ssanchezmarc"></a>
<a class="block linkedin" target="_blank" href="https://www.linkedin.com/in/sergio-s%C3%A1nchez-38091160/"></a>
<a class="block twitter" target="_blank" href="https://twitter.com/ssanchezmarc"></a>
</div>
</body>
</html>