-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
144 lines (96 loc) · 4.17 KB
/
index.html
File metadata and controls
144 lines (96 loc) · 4.17 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.55.4" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>AFelipeTrujillo's Blog</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono:400,100,300italic,300,100italic,400italic,500,500italic,700,700italic&subset=latin,cyrillic' rel='stylesheet'>
<link rel="stylesheet" href="/css/orange/glitche-basic.css" />
<link rel="stylesheet" href="/css/orange/glitche-layout.css" />
<link rel="stylesheet" href="/css/orange/ionicons.css" />
<link rel="stylesheet" href="/css/orange/magnific-popup.css" />
<link rel="stylesheet" href="/css/orange/animate.css" />
<link rel="shortcut icon" href="/images/favicons/favicon.ico">
<link rel="apple-touch-icon" href="/images/favicons/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="/images/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="/images/favicons/apple-touch-icon-114x114.png">
</head>
<body>
<div class="preloader">
<div class="centrize full-width">
<div class="vertical-center">
<div class="pre-inner">
<div class="load typing-load"><p>loading...</p></div>
<span class="typed-load"></span>
</div>
</div>
</div>
</div>
<div class="container">
<header>
<div class="head-top">
<a href="#" class="menu-btn"><span></span></a>
<div class="top-menu">
<ul>
<li class="active">
<a href=" / " class="lnk">Home</a>
</li>
<li class="">
<a href=" /blog/ " class="lnk">Blog</a>
</li>
<li class="">
<a href=" /resume/ " class="">Résumé[EN]</a>
</li>
<li class="">
<a href=" /resume-en-espanol/ " class="">Résumé[ES]</a>
</li>
<li class="">
<a href=" /contacts/ " class="btn">Contacts</a>
</li>
</ul>
</div>
</div>
</header>
<div class="wrapper">
<div class="section started">
<div class="centrize full-width">
<div class="vertical-center">
<div class="started-content">
<div class="h-title glitch-effect" data-text="I'm A. Felipe Trujillo">I'm <span>A. Felipe Trujillo</span></div>
<div class="h-subtitle typing-subtitle">
<p>Product Manager, Agile Evangelist & Developer</p>
<p>Based in Bogotá, Colombia.</p>
</div>
<span class="typed-subtitle"></span>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="soc">
<a target="_blank" href="https://twitter.com/AFelipeTrujillo"><span class="ion ion-social-twitter"></span></a>
<a target="_blank" href="https://github.com/AFelipeTrujillo"><span class="ion ion-social-github"></span></a>
<a target="_blank" href="https://www.linkedin.com/in/andr%c3%a9s-felipe-trujillo-madrigal-035a8093"><span class="ion ion-social-linkedin"></span></a>
</div>
<div class="copy">© 2019 All rights reserved.</div>
<div class="clr"></div>
</footer>
<div class="line top"></div>
<div class="line bottom"></div>
<div class="line left"></div>
<div class="line right"></div>
</div>
<script src="/js/jquery.min.js"></script>
<script src="/js/jquery.validate.js"></script>
<script src="/js/typed.js"></script>
<script src="/js/magnific-popup.js"></script>
<script src="/js/masonry.pkgd.js"></script>
<script src="/js/imagesloaded.pkgd.js"></script>
<script src="/js/masonry-filter.js"></script>
<script src="/js/glitche-scripts.js"></script>
</body>
</html>