-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<style>
@media print {
body {
width: 210mm;
height: 297mm;
margin: 30mm;
font-family: Arial, sans-serif;
}
h1 {
font-size: 20px;
text-align: center;
}
h2 {
font-size: 18px;
margin-top: 30px;
}
p {
font-size: 16px;
text-align: justify;
}
}
</style>
</head>
<body>
<h1>Curriculum Vitae</h1>
<h2>Academic Life:</h2>
<p>Technical High School (CEEF - FUCAPI, 1997-1999): Initial technical training.</p>
<p>Bachelor’s Degree in Industrial Design (Federal University of Amazonas, 2000-2005): Formal education in design.</p>
<p>Postgraduate Degree in Software Engineering (PUC-Minas, 2023 - currently enrolled): Specialization in software development.</p>
<!-- Add the rest of your content here -->
</body>
</html>