-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (112 loc) · 4 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="assets/curriculum.png" type="image/png" />
<title>Resume</title>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<hearder>
<div class="container">
<div id="img">
<img src="assets/profilepicture.JPG" alt="Profile picture" />
</div>
<h1>Gabriel Alves</h1>
</hearder>
<main>
<section>
<hr class="hr1" />
<div style="display: flex">
<div style="flex: 1">
<p id="profession">FullStack Developer</p>
</div>
<div>
<a
id="linkedin"
href="https://www.linkedin.com/in/gabrielvesal/"
target="_blank"
><img src="assets/linkedin.png" alt="Linkedin icon"
/></a>
</div>
<div>
<a
id="github"
href="https://github.com/gabrielvesal/"
target="_blank"
>
<img src="assets/github.png" alt="Github icon" />
</a>
</div>
<div>
<a
id="instagram"
href="https://www.instagram.com/gabrielteixeiralvs/"
target="_blank"
>
<img src="assets/instagram.png" alt="Instagram icon" />
</a>
</div>
</div>
<hr class="hr2" />
</section>
<section>
<p id="bio">As a Junior Fullstack Developer at General Claims, with experience in SQL Server,
</br> C#, .NET, and AngularJS,I help create solutions that improve claims management
</br>and enhance the user experience.</p>
<a class="email" href="mailto:gabrielvesal1@gmail.com" target="_blank">
<button>Contact me</button>
</a>
<a class="email" href="assets/Resume.pdf" download>
<button>Curriculum PDF</button>
</a>
</section>
<section>
<hr class="hr1" />
<h2>Experience</h2>
<hr class="hr2" />
<p class="paragraph">Development FullStack</p>
<p class="paragraph1">FullStack Developer • Set, 2024 — Present</p>
<p class="paragraph2">Junior FullStack Development - General Claims</p>
</section>
<section>
<hr class="hr1" />
<h2>Education</h2>
<hr class="hr2" />
<p class="paragraph">
Federal Institute of Science and Technology of Minas Gerais
</p>
<p class="paragraph1">Bachelor in Information Systems • 2023 — 2026</p>
<p class="paragraph2"></p>
</section>
<section>
<hr class="hr1" />
<h2>Projects</h2>
<hr class="hr2" />
<p class="paragraph1"><a href="https://github.com/gabrielvesal/">My projects</a></p>
<!--<p class="paragraph1"><a href="https://gabrieldeveloper.vercel.app">My website</a></p>
<p class="paragraph1"><a href="https://voeazul.vercel.app">Azul airlines website INNOVATED</a></p>
<p class="paragraph1"><a href="https://redbullwiiings.vercel.app">Red bull website INOVATED</a></p>
-->
</section>
<section>
<hr class="hr1" />
<h2>Skills</h2>
<hr class="hr2" />
<p class="paragraph1">Languages</p>
<p class="paragraph2">JavaScript, C#, SQL</p>
<p class="paragraph1">Technologies</p>
<p class="paragraph2">ASP.NET MVC, Azure DevOps, AngularJS, Git</p>
<p class="paragraph1">Concepts</p>
<p class="paragraph2">Algorithms, Data Structures, Full-Stack Development, Claims Solutions</p>
<hr class="hr1" />
</section>
</main>
<footer>
<p id="copyright">© 2023 Gabriel Alves. All rights reserved</p>
<br />
</footer>
</div>
</body>
</html>