-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
125 lines (120 loc) · 3.66 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
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
<!DOCTYPE html>
<html>
<head>
<title>Yamil Esquivel | Portfolio Personal Development IT</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=yes"
/>
<meta
name="”description”"
content="”portfolio"
con
repositorios
de
practicas
realizadas
por
Yamil
Esquivel”
/>
<meta name="author" content="Yamil Esquivel" />
<link
rel="shortcut icon"
href="https://www.flaticon.com/svg/static/icons/svg/2037/2037751.svg"
/>
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header">
<div class="inner">
<a href="/index.html" class="logo">Yamil Esquivel</a>
<link rel="stylesheet" href="/../../assets/css/main.css" />
<nav id="nav">
<a href="index.html">Home</a>
<a href="blog.html">Blog</a>
<a href="proyects.html">Proyects</a>
<a href="followed.html">Followed</a>
</nav>
</div>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<!-- Banner Secction-->
<section id="banner">
<div class="inner">
<h1>portfolio & links</h1>
<ul class="actions">
<!-- <li><a href="#" class="button alt">Empezar... </a></li> -->
<ul class="icons">
<li>
<a href="http://bit.ly/twiter-3gw8hL5" class="icon fa-twitter"
><span class="label">Twitter</span></a
>
</li>
<li>
<a href="http://bit.ly/facebook-2QTt0xm" class="icon fa-facebook"
><span class="label">Facebook</span></a
>
</li>
<li>
<a href=" http://bit.ly/likedin-2Pf0Nkh" class="icon fa-linkedin"
><span class="label">Linkedin</span></a
>
</li>
<li>
<a href="https://archive.org/" class="icon fa-book"
><span class="label">Resource-learn</span></a
>
</li>
<li>
<a
href="http://bit.ly/repositorios-3nd5ojo"
class="icon fa-github"
><span class="label">Github</span></a
>
</li>
<li>
<a href="https://gitlab.com/" class="icon fa-gitlab"
><span class="label">Gitlab</span></a
>
</li>
<li>
<a href="https://codepen.io/" class="icon fa-codepen"
><span class="label">Codepen</span></a
>
</li>
<li>
<a
href="http://bit.ly/docgoogle-3vcQuMV"
class="icon fa-file-text"
><span class="label">resume</span></a
>
</li>
<li>
<a
href="https://github.com/yamilesquivel?tab=repositories"
class="icon fa-link"
><span class="label">Anexo</span></a
>
</li>
</ul>
</ul>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<header></header>
<div class="copyright" align="center">
<cite>
"We know what we are, but know not what we may be" William
Shakespeare ©
</cite>
</div>
</div>
</section>
<!-- Scripts -->
</body>
</html>