-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (20 loc) · 866 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PrimerHtml</title>
</head>
<body>
<h1><strong>Nicolás Penagos Montoya</strong></h1>
<p>Student of <em>Interactive Media Desing and Software System Engineering.</em><strong><br>Universidad ICESI</strong></p>
<p>
<strong>Links:</strong><br>
<a href=https://github.com/nicolaspenagos target="_blank">Github</a>
<a href="https://www.behance.net/nicolaspenagosm" target="_blank">Behance</a>
<a href="https://www.facebook.com/nicolas.penagos.127/" target="_blank">Facebok</a>
<a href="./pages/contactInfo.html" target="_blank">Contact Info</a>
<a href="/simple-html-example/pages/personalData.html">Personal Info</a>
</p>
</body>
</html>