-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
128 lines (117 loc) · 3.52 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
126
127
128
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Portafolio - CRISTIAN ALEXANDER MARTINEZ</title>
<meta
name="description"
content="Bienvenid@s a #AlxZeroXChronicles, canal donde encontrarás diferentes vídeos de:
► REVIEW
► CONSEJOS
► ANÁLISIS
► RECOMENDACIONES
► TOP
► Y MAS
SOBRE ANIME, SERIES, PELÍCULAS, COMIC Y COSAS FRIKIS
Espero que te sirva cada uno de mis vídeos y me gustaría que me apoyes con tu suscripción."
/>
<meta name="theme-color" content="#007ea5" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<link
rel="shortcut icon"
type="image/png"
href="./img/AlxZeroXChronicles.png"
/>
<link rel="apple-touch-icon" href="./AlxZeroXChronicles.png" />
<link rel="apple-touch-startup-image" href="./AlxZeroXChronicles.png" />
<link rel="manifest" href="./manifest.json" />
<link
href="https://fonts.googleapis.com/css?family=Raleway:400,700"
rel="stylesheet"
/>
<link
href="https://use.fontawesome.com/releases/v5.0.7/css/all.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<header class="Header">
<h1>#CRISTIAN ALEXANDER MARTINEZ</h1>
<img src="./img/AlxZeroXChronicles.png" alt="#AlxZeroXChronicles" />
<span>
<p>
Bienvenid@s a mi portfolio. <br />
Aqui encontraras diversos proyectos que he hecho en el tiempo que me
he dedicado a esta carrera. Espero que sea de tu agrado. <br />
</p>
</span>
<nav>
<!-- LINKEDIN -->
<a
href="https://www.linkedin.com/in/cristian-alexander-martinez"
target="_blank"
rel="noopener noreferrer"
>
<i class="fab fa-linkedin"></i>
</a>
<!-- GITHUB -->
<a
href="https://github.com/AlxZeroX"
target="_blank"
rel="noopener noreferrer"
>
<i class="fab fa-github"></i>
</a>
<!-- YOUTUBE -->
<a
href="https://www.youtube.com/c/AlxZeroXChronicles"
target="_blank"
title="YouTube"
>
<i class="fab fa-youtube"></i>
</a>
<!-- FACEBOOK -->
<a
href="https://www.facebook.com/TheAlxZeroX"
target="_blank"
title="Facebook"
>
<i class="fab fa-facebook"></i>
</a>
<!-- INSTAGRAM -->
<a
href="https://www.instagram.com/AlxZeroX"
target="_blank"
title="Instagram"
>
<i class="fab fa-instagram"></i>
</a>
</nav>
</header>
<section class="Section">
<img src="./img/RN/en-construccion.png" alt="construccion" />
</section>
<main class="Main">
<img src="./img/RN/en-construccion.png" alt="construccion" />
</main>
<footer class="Footer">
<p>
<script>
var d = new Date();
document.write(d.getFullYear());
</script>
© Cristian Alexander Martinez - Todos los derechos reservados.
</p>
</footer>
<script src="./script.js"></script>
</body>
</html>