-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (87 loc) · 3.82 KB
/
index.html
File metadata and controls
90 lines (87 loc) · 3.82 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Landing Page</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="LOGO">LOGO</div>
<div class="links">
<ul>
<li><a target="_blank" href="https://github.com/Iker1211">GitHub</a></li>
<li><a target="_blank" href="https://limewire.com/skocooap47">LimeWire</a></li>
<li><a target="_blank" href="https://twitter.com/iker_velez">Twitter</a></li>
</ul>
</div>
</header>
<div class="header">
<div class="hero">
<div class="presentation">
<h1>The 42 Project</h1>
<p>The 42 Project es un proyecto a largo plazo centrado en la adquisición y rédito económico de destrezas de alto valor. Con una filosofía basada en el valor compuesto, se tiene la intención de combinar diferentes áreas en pos de crear un
mensaje y una estética únicos. El camino del fundador del 42 Project empieza con el web development.</p>
<button type="button"><a target="_blank" href="https://github.com/Iker1211/landing-page">¡No se asuste!</a></button>
</div>
<img alt="no se asuste!" src="images/_f4cf726d-8307-4cd6-9c20-6cb35ca96784.jpg" width=200>
<!--svg ultra mega super-->
</div>
</div>
<div class="information">
<div class="background"></div>
<div class="boxes">
<h1>Razones</h1>
<div class="boxxes">
<div class="box">
<img src="./images/_18cecc15-d044-4bec-b0f3-c5b56b2642c8.jpg" alt="dark wizard" width=200>
<p class="leyenda">
Aquí se almacenarán las recetas de la vida, se irán añadiendo.
</p>
</div>
<div class="box">
<div>
<img src="./images/inner-breath.jpg" alt="inner breath" width=200>
<p class="leyenda">
Se hará un seguimiento del desarrollo de los procesos internos.
</p>
</div>
</div>
<div class="box">
<div>
<img src="./images/post_image_medium.jpeg" alt="pi harmony" width=200>
<p class="leyenda">
Se mostrarán las diferentes formas de armonía y equilibrio.
</p>
</div>
</div>
<div class="box">
<div>
<img src="./images/coins-of-hope.jpg" alt="value" width=200>
<p class="leyenda">
Este es un depósito donde se guardan las monedas de la esperanza.
</p>
</div>
</div>
</div>
</div>
<div class="quote">
<p>“If a man does not keep pace with his companions, perhaps it is because he hears a different drummer. Let him step to the music which he hears, however measured or far away”</p>
<p id="author">- Henry David Thoreau</p>
<div id="f">
<div id="l">
<p>¡Únete a nosotros!</p>
<p>Empieza aquí tu viaje a lo desconocido</p>
</div>
<button class="button" type="button"><a target="_blank" href="https://github.com/Iker1211/landing-page">¡No se asuste!</a></button>
</div>
</div>
</div>
<div class="footer">
<footer>
Copyright The Odin Project 2024
</footer>
</div>
</body>
</html>