-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (53 loc) · 1.73 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
<!DOCTYPE html>
<html>
<head>
<title>Nicbuitr's Site</title>
<link rel="icon" type="image/png" href="./favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body class="body">
<h1>Nicolás Buitrago Castaño</h1>
<h2>(@nicbuitr)</h2>
<img src="./img/klostrag_work.png" alt="Imagen de Nicolás" class="profile-pic"/>
<h3>Estudiante de Ingeniería de Sistemas y Computación</h3>
<ul align="left">
<h4 class="header-links">Links del curso:</h4>
<li>
<a href="http://johnguerra.co" target="_blank">Website del Profesor John Guerra </a>
</li>
<li>
Twitter <a href="http://bit.ly/2kJl1ia" target="_blank">#WebDev @Uniandes</a>
</li>
</ul>
<ol align="left">
<h4 class="header-links">Links Proyectos:</h4>
<li>
<a href="./bootstrap.html">Bootstrap </a>
</li>
<li>
<a href="./index_v2.html">WebSite V2 </a>
</li>
</ol>
<h4>Mis links:</h4>
<table style="width:50%" align="center">
<tr>
<th>
<a href="https://github.com/nicbuitr" target="_blank">
<img src="./img/GitHubIco.png" alt="GitHub Icon"/>
</a>
</th>
<th>
<a href="https://twitter.com/nicbuitr" target="_blank">
<img src="./img/TwitterIco.png" height="32px" alt="Twitter Icon" />
</a>
</th>
<th>
<a href="https://web-dev-uniandes.slack.com/messages/@nicbuitr/" target="_blank">
<img src="./img/SlackIco.png" height="32px" alt="Slack Icon"/>
</a>
</th>
</tr>
</table>
</body>
</html>