-
Notifications
You must be signed in to change notification settings - Fork 0
/
Proyectos.html
107 lines (83 loc) · 3.28 KB
/
Proyectos.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="img/arturocrown.svg">
<meta name="theme-color" content="#3055a3">
<meta name=»apple-mobile-web-app-status-bar-style» content="#3055a3">
<meta name=»apple-mobile-web-app-status-bar-style» content=»black-translucent»>
<link rel="stylesheet" href="css/normalize.css">
<link rel="preload" href="css/style.css" as="stylesheet" >
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
<title>Arturo Mora | Proyectos</title>
</head>
<body>
<header>
<!-- BARRA DE NAVEGACIÓN -->
<nav>
<div class="logo">
<img loading="lazy" id="logo" src="/img/arturocrown.svg" alt="Corona Arturo Mora">
<p>Arturo</p>
</div>
<input type="checkbox" id="click">
<label for="click" class="menu-btn">
<i class="fas fa-bars"></i>
</label>
<!-- ENLACES DE NAVEGACIÓN -->
<ul class="no-margin">
<li><a href="/">Inicio</a></li>
<li><a class="active" href="/Proyectos.html">Proyectos</a></li>
<li><a href="/contacto.html">Contácteme</a></li>
<li><a href="/Sobremi.html">Sobre Mi</a></li>
</ul>
<!-- ENLACES DE NAVEGACIÓN END -->
</nav>
<!-- BARRA DE NAVEGACIÓN END -->
</header>
<section class="proyects">
<div class="proyect">
<a href="https://thailoko-co.netlify.app" target="blank">
<img src="/img/image_2021-12-28_13-42-17.png" alt="Imagen de Proyecto">
</a>
<p>ThaiLoko | Restaurant</p>
</div>
<div class="proyect">
<a href="https://bmlenvios.com" target="blank">
<img src="/img/image_2021-12-28_13-59-41.png" alt="Imagen de Proyecto">
</a>
<p>BML Envíos | Empresa de Envíos</p>
</div>
<div class="proyect">
<a href="/index.html">
<img src="/img/image_2021-12-28_14-01-40.png" alt="Imagen de Proyecto">
</a>
<p>Arturo Mora | Web Page
</p>
</div>
<div class="proyect a">
<a href="#" target="blank">
<!-- <img src="/img/image_2021-12-28_13-42-17.png" alt="Imagen de Proyecto"> -->
<p>Estoy Trabajando en más proyectos...</p>
</a>
</div>
<div class="proyect a">
<a href="#" target="blank">
<!-- <img src="/img/image_2021-12-28_13-42-17.png" alt="Imagen de Proyecto"> -->
<p>Estoy Trabajando en más proyectos...</p>
</a>
</div>
<div class="proyect a">
<a href="#" target="blank">
<!-- <img src="/img/image_2021-12-28_13-42-17.png" alt="Imagen de Proyecto"> -->
<p>Estoy Trabajando en más proyectos...</p>
</a>
</div>
</section>
<footer>
<p class="copyrights">Ⓒ Todos los derechos reservados. Arturo Mora Freelancer.</p>
</footer>
</body>
</html>