-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (52 loc) · 1.64 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
<!doctype html>
<html>
<head>
<!--info about this page goes here-->
<title>Maria Paola Gomez</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css">
<link href='http://fonts.googleapis.com/css?family=Lora:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="main">
<h1>Maria Paola Gómez Gélvez</h1>
<h2>Corporate Lawyer & Entrepreneur</h2>
<img src="images/me.jpg" width="300" alt="Maria Paola">
<h3>About Me</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<h3>Top Three Favourite Savoury Fruits</h3>
<ol>
<li>Avocado</li>
<li>Pepper</li>
<li>Tomato</li>
</ol>
<h3>Me On The Web</h3>
<ul>
<li>
<a href="http://twitter.com/MyPaoG">
Twitter
</a>
</li>
<li>
<a href="https://www.facebook.com/paola.g.gelvez">
Facebook
</a>
</li>
<li>
<a href="https://www.linkedin.com/profile/view?id=227074194">
Linkedin
</a>
</li>
</ul>
</div>
<script src="http://code.jquery.com/jquery.js"></script>
<script src="js/main.js"></script>
</body>
</html>