-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
184 lines (161 loc) · 9.88 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<!--Soli Deo Gloria-->
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Matheus Leo.</title>
<link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@500&family=Press+Start+2P&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/components/about-card.css">
<link rel="stylesheet" href="css/components/about-image.css">
<link rel="stylesheet" href="css/components/about-timeline.css">
<link rel="stylesheet" href="css/components/about-wrappers.css">
<link rel="stylesheet" href="css/components/button-dark.css">
<link rel="stylesheet" href="css/components/button-main.css">
<link rel="stylesheet" href="css/components/button-measure.css">
<link rel="stylesheet" href="css/components/contact-column.css">
<link rel="stylesheet" href="css/components/contact-content.css">
<link rel="stylesheet" href="css/components/contact-medias.css">
<link rel="stylesheet" href="css/components/description-paragraph.css">
<link rel="stylesheet" href="css/components/description-wrapper.css">
<link rel="stylesheet" href="css/components/footer-main.css">
<link rel="stylesheet" href="css/components/form-fieldset.css">
<link rel="stylesheet" href="css/components/form-main.css">
<link rel="stylesheet" href="css/components/form-validity.css">
<link rel="stylesheet" href="css/components/header-menu.css">
<link rel="stylesheet" href="css/components/header-page.css">
<link rel="stylesheet" href="css/components/main-scrollbar.css">
<link rel="stylesheet" href="css/components/menu-control.css">
<link rel="stylesheet" href="css/components/presentation.css">
<link rel="stylesheet" href="css/components/profile-picture.css">
<link rel="stylesheet" href="css/components/project-card.css">
<link rel="stylesheet" href="css/components/project-overlay.css">
<link rel="stylesheet" href="css/components/project-wrapper.css">
<link rel="stylesheet" href="css/components/section-description.css">
<link rel="stylesheet" href="css/components/section-introduction.css">
<link rel="stylesheet" href="css/components/section-main.css">
<link rel="stylesheet" href="css/components/skill-icon.css">
<link rel="stylesheet" href="css/components/skill-list.css">
<link rel="stylesheet" href="css/components/skill-measure.css">
<link rel="stylesheet" href="css/components/skill-wrappers.css">
<link rel="stylesheet" href="css/components/subtitle-main.css">
<link rel="stylesheet" href="css/components/title-main.css">
</head>
<body>
<header class="header-page">
<a class="logo-link" href="">
<img class="logo" src="assets/img/logo.png" alt="Invader de Space Invaders">
</a>
<div class="header-menu">
<div id="menu-control" class="menu-control" tabindex="0">
<div class="menu-icon -one"></div>
<div class="menu-icon -two"></div>
<div class="menu-icon -three"></div>
</div>
<nav id="menu-nav" class="menu-nav">
<ul id="menu-options" class="options">
<li class="list-item"><a class="option" href="#section-skills" lang="en">Skills</a></li>
<li class="list-item"><a class="option" href="#section-projects">Projetos</a></li>
<li class="list-item"><a class="option" href="#section-about">Sobre Mim</a></li>
<li class="list-item"><a class="option" href="#section-contact">Contatos</a></li>
<li id="option-cv" class="list-item"><a class="option" href="assets/files/curriculum.pdf"
download="Currículo - Matheus Leonardo">Download CV</a></li>
</ul>
</nav>
<a class="button-main -cv" lang="en" href="assets/files/curriculum.pdf"
download="Currículo - Matheus Leonardo">Download CV</a>
<!--Editar depois a configuração de como
utilizar o botão para baixar CV-->
</div>
</header>
<main id="main-content" style="transition: 500ms ease-in-out;">
<section class="section-introduction" id="section-introduction">
<div class="introduction-wrapper">
<div class="introduction-banner">
<h1 id="title-main-large-screens" class="title-main -introduction">Matheus Leo.</h1>
<h1 id="title-main-phone-screens" class="title-main -introduction">Matheus Leonardo</h1>
<h2 class="subtitle-main -introduction" lang="en">Software Engineer</h2>
</div>
<div class="wrapper-actions">
<a class="button-main -cv" lang="en" href="assets/files/curriculum.pdf"
download="Currículo - Matheus Leonardo">Download CV</a>
<a class="button-main -contact" href="#section-contact">Contatos</a>
</div>
</div>
<img class="profile-picture" src="https://github.com/matheusleo/my-profile/blob/main/assets/img/perfil-my-profile.png?raw=true" alt="Foto de Perfil">
</section>
<section class="section-main -skills" id="section-skills">
<h3 class="title-main -section" lang="en">Skills</h3>
<dl id="skill-list">
</dl>
<button id="button-measure" class="button-dark"></button>
</section>
<section class="section-main -projects" id="section-projects">
<h3 class="title-main -section">Projetos</h3>
<div class="project-wrapper" id="projects-list">
<section class="section-description -disabled" id="section-description"></section>
</div>
</section>
<section class="section-main -about-me" id="section-about">
<h3 class="title-main -section">Sobre Mim</h3>
<div class="wrapper-timeline">
<span class="about-timeline"></span>
<button class="button-main -arrow" id="button-arrow-left">
<img src="https://raw.githubusercontent.com/matheusleo/my-profile/807714eb65e32f231d9ed7ee747531ec73909e9d/assets/arrow/arrow-pixel-art.svg " alt="Seta para Esquerda, em Pixel Art">
</button>
<div class="wrapper-cards" id="wrapper-cards">
</div>
<button class="button-main -arrow" id="button-arrow-right">
<img style="transform: rotate(180deg);" src="https://raw.githubusercontent.com/matheusleo/my-profile/807714eb65e32f231d9ed7ee747531ec73909e9d/assets/arrow/arrow-pixel-art.svg " alt="Seta para Direita, em Pixel Art">
</button>
</div>
<p class="description-paragraph -about-me">Entrei na área de programação desde que
descobri ela com uma matéria dedicada à Python, na UFMG, em 2020, e fiquei
maravilhado. A partir disso, comecei a aprender HTML, CSS e JavaScript com um
desejo crescente e a disposição de sempre aprender mais e me aprofundar na área.
Com o meu avanço, descobri novas paixões, como design, e que, com programação,
posso realizar uma das minhas maiores vontades: ajudar meu próximo. E, por isso,
sigo em frente na área, estudando cada vez mais.</p>
</section>
<section class="section-main -contact" id="section-contact">
<h3 class="title-main -section">Contatos</h3>
<div class="contact-content">
<form action="#" class="form-main" id="form-contact">
<fieldset class="form-fieldset">
<label for="form-message" class="form-label">Mensagem:</label><br>
<textarea title="Insira a mensagem que você deseja enviar" required name="form-message"
placeholder= "Então, Bats, sobre o Batmóvel que eu peguei emprestado para dar uma voltinha..."
name="form-massage" id="form-message" class="form-input"
rows="10" style="resize: none;"></textarea>
</fieldset>
<fieldset class="form-fieldset">
<button form="form-contact" type="submit" class="button-main -submit">Enviar</button>
</fieldset>
</form>
<div class="contact-column">
<figure id="contact-gif" class="wrapper-gif">
<img src="assets/img/mario-pc.gif" alt="GIF, em Pixel Art, do Mario utilizando o computador,
com várias referências no ambiente aos elementos presentes nos jogos da franquia">
</figure>
</div>
</div>
</section>
</main>
<footer id="footer-main" class="footer-main">
</footer>
<script src="js/about-cards.js"></script>
<script src="js/about-timeline.js"></script>
<script src="js/menu-control.js"></script>
<script src="js/project-cards.js"></script>
<script src="js/project-description.js"></script>
<script src="js/skill-itens.js"></script>
<script src="js/skill-measure.js"></script>
<script src="js/contact-media.js"></script>
<script src="js/contact-form.js"></script>
</body>
</html>