-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (56 loc) · 1.43 KB
/
index.html
File metadata and controls
60 lines (56 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</head>
<body>
<h1>Gustavo Manchuca</h1>
<img src="./img/photo.jpg" alt="profile photo" width="200px">
<h2>Sumary</h2>
<p>Hi, my name is Gustavo, I work as a night security guard, and I’m currently studying to become a web developer</p>
<hr>
<h2>Education</h2>
<ul><li>FreeCodeCamp (2026)</li>
<li>The Fullstack Web Development Bootcamp (2026)</li></ul>
<hr>
<h2>Work experience</h2>
<ul>
<li><h3>Employer in Google Inc.</h3></li>
<p>January 2020 - January 2023
</p>
<ul><li>Coding</li>
<li>Managment</li>
<li>More Coding</li></ul>
</ul>
<ul>
<li><h3>Employer in Meta</h3></li>
<p>January 2023 - January 2025
</p>
<ul><li>Coding</li>
<li>Managment</li>
<li>Make Coffee to Mark</li></ul>
</ul>
<hr>
<h2>skills</h2>
<ul><li>Coding</li>
<li>Make Coffee</li>
<li>Clean my room</li></ul>
<hr>
<h2>Awards and Certifications</h2>
<ul>
<li>Best Coffee Maker to Mark - Meta (december 2024)</li>
</ul>
<hr>
<h2>Other</h2>
<ul>
<li><a href="#">My Hobbies</a></li>
<li><a href="#">Contact Me</a></li>
</ul>
<hr>
<footer>
<p>Gus Manchuca. All rights reserved.</p>
</footer>
</body>
</html>