-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
166 lines (163 loc) · 11.8 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Encuentra todos mis proyectos desarrollados de Frontend Mentor aqui">
<link rel="apple-touch-icon" sizes="57x57" href="./assets/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./assets/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./assets/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./assets/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./assets/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./assets/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./assets/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./assets/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./assets/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./assets/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./assets/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon/favicon-16x16.png">
<link rel="manifest" href="./assets/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="./css/style.css">
<title>Challege's Frontend Mentor</title>
</head>
<body>
<header class="header">
<div class="header__wrapper wrapper">
<p class="header__logo">Christina Pascual</p>
<div class="redes">
<a href="https://github.com/devchris03" aria-label="Navegar al perfil de Github de la Autora(Christina Pascual)" title="GitHub" target="_blank" class="redes_link"><img src="./assets/img/icon-github.svg" width="24" height="24" alt="Logo de GitHub"></a> <!-- red git hub -->
<a href="https://www.linkedin.com/in/christina-pascual/" aria-label="Navegar al perfil de LinkedIn de la Autora(Christina Pascual)" title="LinkedIn" target="_blank" class="redes_link"><img src="./assets/img/icon-linkedin.svg" width="24" height="24" alt="Logo de LinkedIn"></a> <!-- red linkedin -->
<a href="https://www.tiktok.com/@devchris03?_t=8r5MTdB0BFe&_r=1" aria-label="Navegar al perfil de Tiktok de la Autora(Christina Pascual)" title="Tiktok" target="_blank" class="redes_link"><img src="./assets/img/icon-tiktok.svg" width="24" height="24" alt="Logo de Tiktok"></a> <!-- red tiktok -->
<a href="https://x.com/devchris03" aria-label="Navegar al perfil de X(Twitter) de la Autora(Christina Pascual)" title="Twitter" target="_blank" class="redes_link"><img src="./assets/img/icon-twitter.svg" width="24" height="24" alt="Logo de Twitter"></a> <!-- red tiktok -->
</div>
</div>
</header>
<div class="hero">
<div class="hero__wrapper wrapper">
<h1 class="hero__title">Challege's <span class="color">Frontend Mentor</span></h1>
<p class="hero__description">
Este proyecto tiene como fin poner en práctica mis habilidades en las tecnologías HTML, CSS y JS. Cada proyecto realizado es un paso más en mi camino como frontend.</p>
<p class="hero__help">Si deseas poner a prueba tus conocimientos, te dejo la página <a href="https://www.frontendmentor.io/challenges" class="link color" target="_blank" aria-label="Ir a la web de Frontend Mentor"> Frontend Mentor</a>.</p>
</div>
</div> <!-- hero -->
<main class="proyects">
<h2 class="proyects__title">Mis proyectos</h2>
<div class="proyects__wrapper wrapper">
<article class="proyectCard">
<div class="proyectCard__image">
<picture>
<source srcset="./assets/img/qr-code.avif" type="image/avif">
<source srcset="./assets/img/qr-code.webp" type="image/webp">
<img loading="lazy" class="proyectCard__img" src="./assets/img/qr-code.png" width="300"height="300" alt="Proyecto QR code visualizado con mobile y desktop">
</picture>
</div> <!-- imagen -->
<div class="proyectCard__details">
<h3 class="proyectCard__title">Código QR</h3>
</div> <!-- details -->
<div class="proyectCard__buttons">
<a href="https://devchris03.github.io/qr-code/" target="_blank" aria-label="Haz click aqui para ver el deploy del proyecto " class="buttonIcon buttonIcon--primary">
<img src="./assets/img/icon-send.svg" alt="Icono" width="24" height="24">
<span>Ver proyecto</span>
</a>
<a href="https://github.com/devchris03/qr-code" target="_blank" aria-label="Haz click aquí para navegar al repositorio(Git hub) del proyecto" class="buttonIcon buttonIcon--secundary">
<img src="./assets/img/icon-github.svg" alt="Icono" width="24" height="24">
<span>Ver código</span>
</a>
</div> <!-- botones -->
</article> <!-- proyecto -->
<article class="proyectCard">
<div class="proyectCard__image">
<picture>
<source srcset="./assets/img/blog-card.avif" type="image/avif">
<source srcset="./assets/img/blog-card.webp" type="image/webp">
<img loading="lazy" class="proyectCard__img" src="./assets/img/blog-card.png" width="300"height="300" alt="Proyecto Blog Card visualizado en desktop">
</picture>
</div> <!-- imagen -->
<div class="proyectCard__details">
<h3 class="proyectCard__title">Blog Card</h3>
</div> <!-- details -->
<div class="proyectCard__buttons">
<a href="https://devchris03.github.io/blog-preview-card/" target="_blank" aria-label="Haz click aqui para ver el deploy del proyecto " class="buttonIcon buttonIcon--primary">
<img src="./assets/img/icon-send.svg" alt="Icono" width="24" height="24">
<span>Ver proyecto</span>
</a>
<a href="https://github.com/devchris03/blog-preview-card" target="_blank" aria-label="Haz click aquí para navegar al repositorio(Git hub) del proyecto" class="buttonIcon buttonIcon--secundary">
<img src="./assets/img/icon-github.svg" alt="Icono" width="24" height="24">
<span>Ver código</span>
</a>
</div> <!-- botones -->
</article> <!-- proyecto -->
<article class="proyectCard">
<div class="proyectCard__image">
<picture>
<source srcset="./assets/img/social_link.avif" type="image/avif">
<source srcset="./assets/img/social_link.webp" type="image/webp">
<img loading="lazy" class="proyectCard__img" src="./assets/img/social_link.png" width="300"height="300" alt="Proyecto culminado de Social Link">
</picture>
</div> <!-- imagen -->
<div class="proyectCard__details">
<h3 class="proyectCard__title">Social Link</h3>
</div> <!-- details -->
<div class="proyectCard__buttons">
<a href="https://devchris03.github.io/social-links/" target="_blank" aria-label="Haz click aqui para ver el deploy del proyecto " class="buttonIcon buttonIcon--primary">
<img src="./assets/img/icon-send.svg" alt="Icono" width="24" height="24">
<span>Ver proyecto</span>
</a>
<a href="https://github.com/devchris03/social-links" target="_blank" aria-label="Haz click aquí para navegar al repositorio(Git hub) del proyecto" class="buttonIcon buttonIcon--secundary">
<img src="./assets/img/icon-github.svg" alt="Icono" width="24" height="24">
<span>Ver código</span>
</a>
</div> <!-- botones -->
</article> <!-- proyecto -->
<article class="proyectCard">
<div class="proyectCard__image">
<picture>
<source srcset="./assets/img/recipe-omellete.avif" type="image/avif">
<source srcset="./assets/img/recipe-omellete.webp" type="image/webp">
<img loading="lazy" class="proyectCard__img" src="./assets/img/recipe-omellete.png" width="300"height="300" alt="Proyecto culminado de Recipe Omellete">
</picture>
</div> <!-- imagen -->
<div class="proyectCard__details">
<h3 class="proyectCard__title">Recipe Omelette</h3>
</div> <!-- details -->
<div class="proyectCard__buttons">
<a href="https://devchris03.github.io/Recipe/" target="_blank" aria-label="Haz click aqui para ver el deploy del proyecto " class="buttonIcon buttonIcon--primary">
<img src="./assets/img/icon-send.svg" alt="Icono" width="24" height="24">
<span>Ver proyecto</span>
</a>
<a href="https://github.com/devchris03/Recipe" target="_blank" aria-label="Haz click aquí para navegar al repositorio(Git hub) del proyecto" class="buttonIcon buttonIcon--secundary">
<img src="./assets/img/icon-github.svg" alt="Icono" width="24" height="24">
<span>Ver código</span>
</a>
</div> <!-- botones -->
</article> <!-- proyecto -->
<article class="proyectCard">
<div class="proyectCard__image">
<picture>
<source srcset="./assets/img/product-review.avif" type="image/avif">
<source srcset="./assets/img/product-review.webp" type="image/webp">
<img loading="lazy" class="proyectCard__img" src="./assets/img/product-review.png" width="300"height="300" alt="Proyecto culminado de Product Preview">
</picture>
</div> <!-- imagen -->
<div class="proyectCard__details">
<h3 class="proyectCard__title">Product Review</h3>
</div> <!-- details -->
<div class="proyectCard__buttons">
<a href="https://devchris03.github.io/product-preview/" target="_blank" aria-label="Haz click aqui para ver el deploy del proyecto " class="buttonIcon buttonIcon--primary">
<img src="./assets/img/icon-send.svg" alt="Icono" width="24" height="24">
<span>Ver proyecto</span>
</a>
<a href="https://github.com/devchris03/product-preview" target="_blank" aria-label="Haz click aquí para navegar al repositorio(Git hub) del proyecto" class="buttonIcon buttonIcon--secundary">
<img src="./assets/img/icon-github.svg" alt="Icono" width="24" height="24">
<span>Ver código</span>
</a>
</div> <!-- botones -->
</article> <!-- proyecto -->
</div>
</main> <!-- proyectos lista-->
</body>
</html>