-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
35 lines (35 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, minimum-scale=1"/>
<title>Davsket | Senior Software Engineer</title>
<meta property="og:url" content="http://davsket.me" />
<meta property="og:title" content="Davsket | Senior Software Engineer" />
<meta property="og:description" content="My name is David Avellaneda, I'm a software engineer with experience in web development, entrepreneurship and organization of communities and conferences. I like to use all my abilities into creating solutions that makes everybody's life better. I love to work with diverse teams, to transfer knowledge and join ideas together." />
<meta property="og:image" content="http://davsket.me/img/me.jpg" />
<meta name="twitter:title" content="Davsket | Senior Software Engineer ">
<meta name="twitter:description" content="My name is David Avellaneda, I'm a software engineer with experience in web development, entrepreneurship and organization of communities and conferences. I like to use all my abilities into creating solutions that makes everybody's life better. I love to work with diverse teams, to transfer knowledge and join ideas together.">
<meta name="twitter:image" content="http://davsket.me/img/me.jpg">
<meta name="twitter:card" content="summary_large_image">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400" rel="stylesheet">
<script src="https://use.fontawesome.com/3ba1705297.js"></script>
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<div class="content">
<img src="/img/me.jpg" alt="Davsket" class="avatar">
<h1 class="name">David Avellaneda</h1>
<p>I'm a software engineer with experience in web development, entrepreneurship and organization of communities and conferences. I like to use all my abilities into creating solutions that makes everybody's life better. I love to work with diverse teams, to transfer knowledge and join ideas together.</p>
<nav class="social-bar">
<a class="social-link fa fa-file-pdf-o" title="Download my CV" href="https://bit.ly/davsket" target="_blank"></a>
<a class="social-link fa fa-github" title="Visit me on GitHub" href="https://github.com/davsket" target="_blank"></a>
<a class="social-link fa fa-linkedin" title="Visit me on LinkedIn" href="https://www.linkedin.com/in/davsket" target="_blank"></a>
<a class="social-link fa fa-instagram" title="Visit me on Instagram" href="https://instagram.com/davsket" target="_blank"></a>
<a class="social-link fa fa-medium" title="Visit me on Medium" href="https://medium.com/@davsket" target="_blank"></a>
<a class="social-link fa fa-twitter" title="Visit me on Twitter" href="https://twitter.com/davsket" target="_blank"></a>
</nav>
</div>
</body>
</html>