-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·52 lines (49 loc) · 2.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Carlos Tacón</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="css/animate.css" />
<link rel="stylesheet" type="text/css" href="css/bootstrap-grid12.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/png" href="img/fav.png"/>
</head>
<body>
<div class="info">
<!-- <img class="round-avatar" src="img/avatar.jpg" height="185" width="185"> -->
<!-- <img class="round-avatar" src="http://www.gravatar.com/avatar/82414c7604ca72622845797a600d9c13?s=185" height="185" width="185"> -->
<div id="name">carlos tacón</div>
</div>
<div class="social">
<a href="https://www.imdb.com/name/nm10715548/">
<i id="aw-imdb" class="fa fa-imdb fa-3x social-icon"></i></a>
<a href="vfx">
<i id="aw-bomb" class="fa fa-bomb fa-3x social-icon"></i></a>
<a href="photo">
<i id="aw-photo" class="fa fa-camera-retro fa-3x social-icon"></i></a>
<!-- <a href="onclick/labs">
<i id="aw-labs" class="fa fa-flask fa-3x social-icon"></i></a> -->
<a href="https://github.com/carlosjtacon">
<i id="aw-github" class="fa fa-github-alt fa-3x social-icon"></i></a>
<a href="360panoramas">
<i id="aw-panoramas" class="fa fa-eercast fa-3x social-icon"></i></a>
<a href="http://linkedin.com/in/ctacon">
<i id="aw-linkedin" class="fa fa-linkedin fa-3x social-icon"></i></a>
<a href="https://mastodon.social/@carlosjtacon">
<i id="aw-mastodon" class="fa fa-user-secret fa-3x social-icon"></i></a>
<a href="https://medium.com/@carlosjtacon">
<i id="aw-blog" class="fa fa-rss fa-3x social-icon"></i></a>
<a href="mailto:carlosjtacon@gmail.com">
<i id="aw-mail" class="fa fa-inbox fa-3x social-icon"></i></a>
<a href="cv">
<i id="aw-cv" class="fa fa-id-card-o fa-3x social-icon"></i></a>
<a href="about">
<i id="aw-about" class="fa fa-street-view fa-3x social-icon"></i></a>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.smoothState.js"></script>
<script type="text/javascript" src="js/scripts.js?v=3"></script>
</body>
</html>