-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (46 loc) · 1.92 KB
/
index.html
File metadata and controls
51 lines (46 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gabriel's Portfolio</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Main Page Container -->
<div class="container">
<!-- Hero Section -->
<section id="hero">
<h1>Gabriel De Souza De Almeida</h1>
<h3>Aspiring Software Engineer | University of Michigan Student</h3>
<a href="projects.html" class="btn">View My Projects</a>
</section>
<!-- About Me Section -->
<section id="about">
<h2>About Me</h2>
<p>
Driven computer science student with over 5 years of
programming experience and strong expertise in data structures,
algorithms, web design, and mathematics. Proficient in software design and
committed to teamwork and collaboration. Bilingual in Portuguese and
English, with advanced skills in Spanish. Looking for a
summer tech internship to leverage
my knowledge and work ethic in tackling complex programming challenges.
</p>
</section>
<!-- Resume Section -->
<section id="resume">
<h2>Resume</h2>
<p>Take a look at my full resume for more details about my experience and skills:</p>
<a href="resume(4).pdf" class="btn">Download Resume</a>
</section>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<h2>Contact Me</h2>
<p>Email me at <a style="color: aqua;" href="mailto:degabe@umich.edu">degabe@umich.edu</a> or use the form below:</p>
<iframe scrolling="no" src="https://fm.addxt.com/form/?vf=1FAIpQLSdzAT78urEcA1Mu8Au6LquKmBKg9GCWcfusMAVYXWdszdpx3Q" width="1080" height="1240" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
</section>
</body>
</html>