-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
217 lines (209 loc) · 10.7 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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<!DOCTYPE html>
<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>Monsor3sDev</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400&family=Press+Start+2P&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./styles/reset.css">
<link rel="stylesheet" href="./components/main-header.css">
<link rel="stylesheet" href="./components/icon-menu.css">
<link rel="stylesheet" href="./components/icon-close.css">
<link rel="stylesheet" href="./components/main-banner.css">
<link rel="stylesheet" href="./components/section-hero.css">
<link rel="stylesheet" href="./components/main-button.css">
<link rel="stylesheet" href="./components/main-title.css">
<link rel="stylesheet" href="./components/main-subtitle.css">
<link rel="stylesheet" href="./components/main-box.css">
<link rel="stylesheet" href="./components/action-header.css">
<link rel="stylesheet" href="./components/main-section.css">
<link rel="stylesheet" href="./components/skill-tec.css">
<link rel="stylesheet" href="./components/wrapper-skill.css">
<link rel="stylesheet" href="./components/progress-bar.css">
<link rel="stylesheet" href="./components/wrapper-card.css">
<link rel="stylesheet" href="./components/card-project.css">
<link rel="stylesheet" href="./components/main-description.css">
<link rel="stylesheet" href="./components/button-arrow.css">
<link rel="stylesheet" href="./components/node-card.css">
<link rel="stylesheet" href="./components/form-contact.css">
<link rel="stylesheet" href="./components/field-text.css">
<link rel="stylesheet" href="./components/name-form.css">
<link rel="stylesheet" href="./components/main-label.css">
<link rel="stylesheet" href="./components/main-footer.css">
<link rel="stylesheet" href="./components/main-input.css">
<link rel="stylesheet" href="./components/responsive.css">
</head>
<body>
<header class="main-header">
<a href="index.html" class="main-subtitle"><Monsor3sDev/></a>
<div class="menu-section">
<a class="icon-menu" >Abri Menu</a>
<nav id="nav" class="nav" >
<ul class="wrapper-menu">
<li><a class="action-header" href="#skills">Skills</a></li>
<li><a class="action-header" href="#project">Projetos</a></li>
<li><a class="action-header" href="#about">Sobre</a></li>
<li><a class="action-header" href="#contact">Contatos</a></li>
<li><a class="main-button" href="path_to_file" download="Profile-1.pdf" lang="en">Download CV</a></li>
</ul>
<a class="icon-close">X</a>
</nav>
</div>
</header>
<section class="main-banner">
<div class="section-hero">
<div class="wrapper">
<div class="main-box">
<h1 class="main-title">Marlon Monsores</h1>
<h2 class="main-subtitle">FrontEnd Developer</h2>
</div>
<div class="navigation">
<a class="main-button -section" href="" href="path_to_file" download="Profile-1.pdf" lang="en">Download CV</a>
<a class="main-button -section" href="#contact">Contatos</a>
</div>
</div>
<img src="./assets/perfilpixeladoport 2.png" alt="Photo banner" class="photo-banner">
</div>
</section>
<section class="main-section" id="skills">
<h2 class="main-title -second">Skills</h2>
<div class="wrapper-skill">
<article class="skill-tec">
<img class="icon" src="./img/ico_html5.png" alt="logo HTML">
<div class="right">
<h3 class="title">HTML</h3>
<progress class="progress-bar" max="100" value="80">
70%
</progress>
</div>
</article>
<article class="skill-tec">
<img class="icon" src="./img/ico_restapi.png" alt="logo Rest API">
<div class="right">
<h3 class="title">Rest API</h3>
<progress class="progress-bar" max="100" value="20">
70%
</progress>
</div>
</article>
<article class="skill-tec">
<img class="icon" src="./img/ico_css3.png" alt="logo CSS">
<div class="right">
<h3 class="title">CSS</h3>
<progress class="progress-bar" max="100" value="80">
70%
</progress>
</div>
</article>
<article class="skill-tec">
<img class="icon" src="./img/ico_figma.png" alt="logo Figma">
<div class="right">
<h3 class="title">Figma</h3>
<progress class="progress-bar" max="100" value="70">
70%
</progress>
</div>
</article>
<article class="skill-tec">
<img class="icon" src="./img/ico_js.png" alt="logo JavaScript">
<div class="right">
<h3 class="title">JavaScript</h3>
<progress class="progress-bar" max="100" value="50">
70%
</progress>
</div>
</article>
<article class="skill-tec">
<img class="icon" src="./img/ico_photoshop.png" alt="logo Photoshop">
<div class="right">
<h3 class="title">Photoshop</h3>
<progress class="progress-bar" max="100" value="60">
70%
</progress>
</div>
</article>
<article class="skill-tec">
<img class="icon" src="./img/ico_react.png" alt="logo React">
<div class="right">
<h3 class="title">React</h3>
<progress class="progress-bar" max="100" value="30">
70%
</progress>
</div>
</article>
<article class="skill-tec">
<img class="icon" src="./img/ico_illustrator.png" alt="logo Illustrator">
<div class="right">
<h3 class="title">Illustrator</h3>
<progress class="progress-bar" max="100" value="60">
70%
</progress>
</div>
</article>
</div>
</section>
<section class="main-section -project" id="project">
<h2 class="main-title -second">Projetos</h2>
<div class="wrapper-card">
<a href="https://monsor3s.github.io/hundlepage/" target="_blank">
<figure class="card-project">
<img class="logo" src="./img/logo-hundle.svg" alt="logo hundle">
</figure>
</a>
<a href="https://monsor3s.github.io/intro-section/" >
<figure class="card-project -blue">
<img class="logo -intro" src="./img/logo-introsection.svg" alt="logo introsection">
</figure>
</a>
<a href="#" class="card-project -green">
<h2 class="main-subtitle -logoproject"><Monsor3sDev/></h2>
</a>
</div>
</section>
<section class="main-section -about" id="about">
<h2 class="main-title -second">Sobre</h2>
<p class="main-description">Desenvolver Frontend, me formei em Bacharelado em Sistemas de Informação em 2016. Atualmente trabalhando como suporte técnico no qual já estou no mercado há 3 anos. Possuo foco em desenvolvimento com Javascript, TypeScript, React, Styled-Components e dentre outras tecnologias e ferramentas para criação de aplicações web/mobile. Me considero persistente e dedicado para enfrentar os desafios do dia a dia. Se pudesse me definir em uma frase seria : "O esforço vence o talento."
</p>
</section>
<section class="main-section -contact" id="contact">
<h2 class="main-title -second">Contatos</h2>
<form id="form" class="form-contact" action="https://api.staticforms.xyz/submit" method="post">
<input type="hidden" name="accessKey" value="1cb17734-ce39-4e11-a3c5-adbea0d8ae06">
<input type="hidden" name="redirectTo" value="https://monsor3s.github.io/thankspage">
<div class="wrap-form">
<div class="">
<label class="main-label" for="inputName">Nome</label>
<input class="main-input required" type="text" id="inputName" name="name" oninput="nameValidate()">
<span class="span-required">Nome deve ter no mínimo 3 caracteres</span>
</div>
<div class="">
<label class="main-label" for="inputEmail">Email</label>
<input class="main-input required" type="email" id="inputEmail" name="email" oninput="emailValidate()">
<span class="span-required">Digite um email válido</span>
</div>
<div class="">
<label class="main-label" for="inputMessage">Mensagem</label>
<textarea class="main-input -textarea" id="inputMessage" name="message" placeholder="Digite aqui sua mensagem..."></textarea>
</div>
<button type="submit" class="main-button -contact">Enviar</button>
</div>
</form>
</section>
<footer class="main-footer">
<a class="action" href="https://github.com/monsor3s" target="_blank">
<img src="img/github.png" alt="logo github">
</a>
<a class="action" href="https://www.linkedin.com/in/marlon-monsores-380408b2/" target="_blank">
<img src="img/linkedin.png" alt="logo linkedin">
</a>
<a class="action" href="https://twitter.com/monsoresdev" target="_blank">
<img src="img/twitter.png" alt="logo twitter">
</a>
</footer>
<script src="./scripts/validForm.js"></script>
<script src="./scripts/menu.js"></script>
</body>
</html>