forked from pacomgh/resume2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (63 loc) · 1.98 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
<html>
<head>
<link href="style.css" rel="stylesheet">
<title>Francisco's Resume</title>
</head>
<body>
<header id="header">
<!-- resume header with your name and title -->
<h1>Francisco Guzman</h1>
<hr>
Microsoft Learn Student Ambassador
<hr>
</header>
<main>
<article id="mainLeft">
<section>
<h2>CONTACT</h2>
<p>
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="mailto:[email protected]">[email protected]</a>
</p>
<p>
<i class="fab fa-github" aria-hidden="true"></i>
<a href="github.com/@pacomgh">@pacomgh</a>
</p>
<p>
<i class="fab fa-linkedin" aria-hidden="true"></i>
<a href="linkedin.com/linkedin-username">linkedin-username</a>
</p>
</section>
<section>
<h2>SKILLS</h2>
<p>HTML, CSS, GitHub, VS Code, NodeJS, MongoDB, Angular, SQL Server, GitHub</p>
</section>
<section>
<h2>EDUCATION</h2>
<!-- your education -->
</section>
</article>
<article id="mainRight">
<section>
<h2>ABOUT</h2>
<p>Francisco Is a great leader for different tech communities, he develop their programmer skills and share on metorships about Azure, GitHub, Python.... </p>
</section>
<section>
<h2>WORK EXPERIENCE</h2>
<h3>Software developer</h3>
<p>
Produce Team | 2022 - Present
</p>
<p>
Backend Developer
</p>
<ul>
<li>Create API's</li>
<li>Create Database</li>
<li>NodeJS</li>
</ul>
</section>
</article>
</main>
</body>
</html>