This repository has been archived by the owner on Apr 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (78 loc) · 3.04 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
<!DOCTYPE html>
<!--
<p>Although this is open source and you are welcome to use anything here, please refer me as the author and link me, thanks!</p>
-->
<html>
<head>
<meta charset="utf-8">
<meta property="og:url" content="http://www.estebandalelr.co" />
<meta property="og:title" content="estebandalelr.co" />
<meta property="og:description" content="A personal webpage, get to know me!" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<link rel="shortcut icon" type="image/ico" href="assets/favicon.ico"/>
<title>EstebanDalelR</title>
</head>
<body>
<div class="big-container">
<div class="picture-holder">
<img class = "selfie" src="assets/Selfie.jpg" height="183" width="326" />
<p class= "image-desc">
That's me, and a friend at a music festival.
</p>
</div>
<div class="bio-container">
<h2 class ="bio-tittle">
Well, a little about me
</h2>
<p>
<b>Hello visitor, stranger, friend. Welcome to my land.</b>
<br>
</p>
<br>
<p>
I am a geek, a dreamer, an entrepreneur.
<br>
I study Systems & Computer Engineering in the <a href="https://uniandes.edu.co/en"> Universidad de los Andes</a>.
<br>
I <b>plan</b> on graduating on 2018.
<br>
I'm a native Spanish speaker, fluent in English and will not starve stuck in a French speaking place.
<br>
I currently work in YC startup: <a href="https://www.rappi.com/"> Rappi.</a>
<br>
Find me everywhere below!
<br>
</p>
<div class = "social-container">
<ul style="color: #130b85">
<li>
<a style="color: #130b85" href="http://twitter.com/estebandalelr" title="Follow me on Twitter" class="symbol">
<img width="60" height="60" src="assets/mini_twitter_logo.svg"></a>
</li>
<li>
<a style="color: #130b85" href="https://facebook.com/estebandalelr" title="Say hi to me on Facebook" class="symbol">
<img width="60" height="60" src="assets/mini_facebook_logo.svg"></a>
</li>
<li>
<a style="color: #130b85" href="http://linkedin.com/in/estebandalelr" title="Connect with me on LinkedIn" class="symbol">
<img width="60" height="60" src="assets/mini_linkedin_logo.svg"></a>
</li>
<li>
<a style="color: #130b85" href="https://plus.google.com/+EstebanDalel" title="Email me on Google" class="symbol">
<img width="60" height="60" src="assets/mini_google_logo.svg"></a>
</li>
<li>
<a style="color: #130b85" href="https://github.com/EstebanDalelR" title="View my work on Github" class="symbol">
<img width="60" height="60" src="assets/mini_github_logo.svg"></a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer">
<p class= "license">
Protected under the MIT license, by Esteban Dalel R, 2017
</p>
</div>
</body>
</html>