-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (46 loc) · 1.8 KB
/
index.html
File metadata and controls
51 lines (46 loc) · 1.8 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="nahuelio,portfolio,patricio,ferreira,software,engineer,designer,ux,ui">
<meta name="og:title" content="Nahuel IO">
<meta name="og:image" content="http://nahuel.io/images/logo.png">
<meta name="og:description" content="Nahuel IO - Patricio Ferreira's personal portfolio">
<meta name="og:url" content="http://nahuel.io/">
<title>Nahuel IO</title>
<link rel="stylesheet" href="css/main.css" />
<link href='https://fonts.googleapis.com/css?family=Coda' rel='stylesheet' type='text/css' />
</head>
<body>
<div class="content">
<div class="logo">
<img src="images/logo.png" alt="Nahuel IO Logo" />
</div>
<div class="info">
<img class="avatar" src="images/social/kuakman.jpg" alt="profile picture" />
<div class="contact">
<h5>Patricio Ferreira</h5>
<a href="https://github.com/kuakman" target="_blank">
<img class="github" src="images/social/github.png" alt="Github icon" />
</a>
<a href="https://npmjs.com/~kuakman" target="_blank">
<img class="npm" src="images/social/npm.png" alt="Npm icon" />
</a>
<a href="https://twitter.com/patokuakman" target="_blank">
<img class="twitter" src="images/social/twitter.png" alt="Twitter icon" />
</a>
</div>
</div>
</div>
<div class="footer">2005 - 2023 © Nahuel IO. All rights reserved.</div>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9NV5PPEQZV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9NV5PPEQZV');
</script>
</body>
</html>