-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (76 loc) · 2.5 KB
/
Copy pathindex.html
File metadata and controls
76 lines (76 loc) · 2.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/styles/styles.css" />
<link rel="shortcut icon" href="img/favicon.ico" sizes="50px" type="img/x-icon">
<title>Dennis Ramirez</title>
</head>
<body>
<!-- Header -->
<main class="header-container">
<div class="menu-container">
<img class="profile" src="./img/Perfil.jpeg" alt="profile"/>
<div class="texts">
<h1 class="text-init">
<span class="animate">{Hola Mundo} 👨💻</span>
<h1>
<h2 class="text-name">
Soy Dennis Ramirez 👽
</h2>
</div>
</div>
</main>
<!--Biografia-->
<section class="biog-container">
<div class="about-container">
<img class="profile2" src="img/profile2.jpg" alt="profile2">
<div class="aboutme">
<h2 class="title-aboutme">
¿Quien soy?
</h2>
<br><br><br>
<p class="paragraph">
Un desarrollador <spam>gua</spam>temal<spam>teco</spam>, apasionado por la tecnología. 🚀 Me gusta la ciberseguridad y el café, (sobre todo ahora que estoy haciendo esto.) ☕
<br> <br> <br>
<spam class="heart">❤</spam> Gracias por visitar mi portafolio. Damos un recorrido? 🙌
</p>
</div>
</div>
</section>
<!--Projects-->
<section class="projects-container">
<div class="container-projects">
<h1>Proyectos</h1>
<div class="card">
<h3>title</h3>
<p>description</p>
<img src="" alt="project1" />
</div>
</div>
</section>
<!--Técnologias que conozco-->
<section class="whoiam-container">
<div class="tech-container">
<h1>Técnologias</h1>
<a href="https://skilicons.dev">
<img
class="tech"
src="https://skillicons.dev/icons?i=git,github,html,css,javascript,ts,nodejs,react,nextjs"
alt="icons"
/>
</a>
</div>
</section>
<!-- Footer -->
<section class="footer-container">
<div class="fo-container">
<h4 class="txt-end">
Powered by<spam class="github">
<a href="https://github.com/fLeonel" target="_blank"><spam>@fLeonel</spam></a></spam>
</h4>
</div>
</section>
</body>
</html>