-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 828 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title>Carlos Puchol</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="homepage.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet'>
</head>
<body>
<div class="name">Carlos Puchol</div>
<div class="title">System Architect</div>
<div class="logos">
<a href="https://blog.amahi.org" title="Amahi's Blog">Blog</a>
<a href="https://twitter.com/amahi" title="Amahi's Twitter Feed">Twitter</a>
<a href="http://www.linkedin.com/in/cpuchol" title="Carlos Puchol's LinKedIn Profile">LinkedIn</a>
<a href="http://github.com/cpg" title="Carlos Puchol's GitHub Profile">GitHub</span></a>
<a href="http://plus.google.com/+Amahi" title="Amahi's Google+ Profile">Google+</a>
</div>
</body>
</html>