-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (73 loc) · 3.49 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
<!DOCTYPE html>
<html lang="en">
<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">
<title>NomoLanding</title>
<link rel="stylesheet" href="./styles/main.css">
</head>
<body>
<div class="background">
<div></div>
</div>
<main class="main-container">
<section class="full-section__left">
<div class="left-side">
<img class="bar-codes" src="https://i.imgur.com/KoMp81i.png" alt="code bar">
<img class="slashes_interior" src="https://i.imgur.com/cjteIQt.png" alt="slashes">
<div class="happy-faces">
<img class="happy-smile" src="https://i.imgur.com/VCkxj4S.png" alt="happy smile face">
<img class="happy-smile" src="https://i.imgur.com/VCkxj4S.png" alt="happy smile face">
</div>
</div>
<h2 class="passion-title">PASSION</h2>
</section>
<section class="full-section-center">
<p class="left-up-text">
WEB DEVELOPMENT<br>
DESIGN SYSTEMS<br>
FRONT-END / / / / /
</p>
<div class="design-title">
<!-- <a class="ancla" href="/#description">Click the Nomo.</a> -->
<h1>DESIGN</h1>
<img class="gafas_logo" src="https://i.imgur.com/YH9FndS.png" alt="gafas de logo">
</div>
<p class="right-bottom-text">
DESCIPLINE<br>
TRUST & COMPROMISE<br>
CREATIVITY / / / / /
</p>
</div>
<div class="center_middle">
<img class="chispas" src="https://i.imgur.com/PMl1dbj.png" alt="chispas" loading="lazy">
<img class="ajedrez" src="https://i.imgur.com/nFRyyOt.png" alt="tapete ajedrez" loading="lazy">
<img class="nomo_back" src="https://i.imgur.com/jziqhyY.png" alt="fondo de nomo" loading="lazy">
<img class="advisory" src="https://i.imgur.com/pn8Dixc.png" alt="advisory" loading="lazy">
<img class="pildora-grande" src="https://i.imgur.com/AdfZvvZ.png" alt="pildora grande" loading="lazy">
<img class="pildora-small" src="https://i.imgur.com/AdfZvvZ.png" alt="pildora small" loading="lazy">
<a href="#description">
<img class="nomo" src="https://i.imgur.com/ZRz9e77.png" alt="nomo" loading="lazy">
</a>
<img class="gafas" src="https://i.imgur.com/HnLFg9q.png" alt="gafas" loading="lazy">
<img class="register" src="https://i.imgur.com/06DWDin.png" alt="register" loading="lazy">
<img class="slashes_interior" src="https://i.imgur.com/cjteIQt.png" alt="slashes" loading="lazy">
<img class="happy-smile" src="https://i.imgur.com/VCkxj4S.png" alt="happy smile face" loading="lazy">
</div>
</section>
<section class="full-section__right">
<div class="right-side">
<p>
TWO THOUSAND<br>
23 ----------------------
</p>
<h2 class="juancacode">JUANCACODE</h2>
<img class="bar-codes" src="https://i.imgur.com/KoMp81i.png" alt="code bar">
</div>
</section>
</main>
<section id="description" class="description-container">
</section>
</body>
</html>