-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (97 loc) · 4 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
<!DOCTYPE html>
<html lang="es">
<head>
<!-- <link rel="icon" type="image/gif/png" href="spacecraft.png"> -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="image/gif/detenla.png" type="image/png">
<meta name="twitter:" content="">
<title>Detenla!</title>
<!-- CSS de Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- Custom CSS -->
<link href="css/main.css" rel="stylesheet" type="text/css" />
<!-- librerías opcionales que activan el soporte de HTML5 para IE8 -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<!-- pace theme -->
<link href="css/pace.theme.css" rel="stylesheet" media="screen">
<!-- jQuery -->
<script src="js/jquery-2.2.4.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-88437781-1', 'auto');
ga('send', 'pageview');
</script>
<!-- ( ( (
( )\ ) )\ ) )\ ) ) (
)\ (()/((()/((()/( ( ) ( /( )\ )
(((_) /(_))/(_))/(_)) ( \( )\())( \((()
((\_\) (_)) (_)) (_)) ( )(_))((_)\((_)() )
((| \ | __||___|| __|| \| || | / _ \ )\
( | () || _| | | | _| | \ || |_ | |_| |))
|___/ |___| |_| |___||_|\_||___|| | | |
F U L L S T A C K W E B D E V E L O P M E N T
C r i s t o p h e r V i c u ñ a
-->
</head>
<body>
<!-- <div class="menu-section">
<div class="menu-toggle">
<div class="one"></div>
<div class="two"></div>
<div class="three"></div>
</div>
<nav class="cl-effect-15">
<ul role="navigation" class="hidden">
<li><a href="#" data-hover="Home">Home</a></li>
<li><a href="#" data-hover="About">About</a></li>
<li><a href="#" data-hover="Resume">Resume</a></li>
<li><a href="#" data-hover="Contact">Contact</a></li>
</ul>
</nav>
</div> -->
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="centered">
<table class="table-me" style="width:100%">
<tr>
<td class="text-center">
<h5>Hello world, i'm</h5></td>
</tr>
<tr>
<td class="borde-tabla">
<p>Christopher Vicuña</p>
</td>
</tr>
<tr>
<td class="text-center">
<a href="https://cl.linkedin.com/in/cristopher-vicuña-vasquez-59b66970"><i class="fa fa-linkedin"></i><a/>
<a href="https://github.com/dohkodev"><i class="fa fa-github"></i></a>
<a href="https://twitter.com/cryptopher__"><i class="fa fa-twitter"></i></a>
</td>
</tr>
</table>
</div>
</div>
<script src="js/pace.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>