-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
106 lines (100 loc) · 3.82 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
<!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>Document</title>
<link rel="stylesheet" href="styles/app.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Roboto&display=swap" rel="stylesheet">
<link href='https://unpkg.com/css.gg/icons/all.css' rel='stylesheet'>
</head>
<body>
<nav class="main-nav container">
<p>U.</p>
<ul>
<li>
<a href="">Sobre mí</a>
</li>
<li>
<a href="">Experiencia</a>
</li>
<li>
<a href="">Contacto</a>
</li>
</ul>
</nav>
<main>
<section class="main-cover">
<div class="container main-header">
<header>
<p class="text-s green-dot-paragraph">
Disponible como Freelancer
</p>
<p class="text-xl">
Hola, soy Jhon Doe, soy Front End Developer en <span class="pink-text">Google</span>, me apasiona desarrollar interfaces.
</p>
<p class="text-md">Antes trabajé en Apple Inc.</p>
</header>
<img src="images/foto.jpg" alt="Foto de Rafa" srcset="">
</div>
</section>
<section class="projects">
<img src="images/projects/1.png" alt="Captura de pantalla del proyecto X">
<img src="images/projects/2.png" alt="Captura de pantalla del proyecto Y">
<img src="images/projects/3.png" alt="Captura de pantalla del proyecto Z">
<img src="images/projects/4.png" alt="Captura de pantalla del proyecto A">
<img src="images/projects/5.png" alt="Captura de pantalla del proyecto B">
<img src="images/projects/6.png" alt="Captura de pantalla del proyecto C">
</section>
<section class="benefits-section">
<div class="container">
<header>
<h2>Beneficios</h2>
<p class="text-secondary container-s">
Home is behind, the world ahead and there are many paths to tread through shadows to the edge, world ahead and there are.
</p>
</header>
<div class="benefits">
<div>
<div class="icon">
<i class="gg-code-slash"></i>
</div>
<p>Código Limpio</p>
<p class="text-secondary">It's a dangerous business, Frodo, going out your door. You step onto the road</p>
</div>
<div>
<div class="icon">
<i class="gg-search"></i>
</div>
<p>Código Limpio</p>
<p class="text-secondary">It's a dangerous business, Frodo, going out your door. You step onto the road</p>
</div>
<div>
<div class="icon">
<i class="gg-bot"></i>
</div>
<p>Código Limpio</p>
<p class="text-secondary">It's a dangerous business, Frodo, going out your door. You step onto the road</p>
</div>
<div>
<div class="icon">
<i class="gg-code-slash"></i>
</div>
<p>Código Limpio</p>
<p class="text-secondary">It's a dangerous business, Frodo, going out your door. You step onto the road</p>
</div>
</div>
</div>
</section>
<section class="quote">
<p class="main-quote-text">Currently, Ford sells six sedans and coupes in North America with the Fiesta, Focus, Fusion, C-Max, Mustang and Taurus. This lineup hits.</p>
<img src="images/cody.jpeg" alt="">
<p class="text-bold">Emily Jorgensen</p>
<p class="text-secondary">Author at Panoply Store</p>
</section>
</main>
</body>
</html>