-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
264 lines (255 loc) · 12.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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio - Bruno Pinheiro</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:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/components/main-header.css">
<link rel="stylesheet" href="css/components/main-banner.css">
<link rel="stylesheet" href="css/components/main-title.css">
<link rel="stylesheet" href="css/components/main-subtitle.css">
<link rel="stylesheet" href="css/components/main-box.css">
<link rel="stylesheet" href="css/components/main-action.css">
<link rel="stylesheet" href="css/components/main-button.css">
<link rel="stylesheet" href="css/components/main-section.css">
<link rel="stylesheet" href="css/components/tec-skill.css">
<link rel="stylesheet" href="css/components/progress-bar.css">
<link rel="stylesheet" href="css/components/wrapper-skill.css">
<link rel="stylesheet" href="css/components/card-project.css">
<link rel="stylesheet" href="css/components/wrapper-card.css">
<link rel="stylesheet" href="css/components/main-description.css">
<link rel="stylesheet" href="css/components/button-arrow.css">
<link rel="stylesheet" href="css/components/node-card.css">
<link rel="stylesheet" href="css/components/main-carousel.css">
<link rel="stylesheet" href="css/components/main-footer.css">
<link rel="stylesheet" href="css/components/main-contact.css">
<link rel="stylesheet" href="css/components/contact-itens.css">
</head>
<body>
<header class="main-header">
<h1>BP</h1>
<nav>
<a class="main-action" href="#about" lang="en">Sobre</a>
<a class="main-action" href="#skill">Skill</a>
<a class="main-action" href="#projetos">Projetos</a>
<a class="main-action" href="#contact">Contatos</a>
<a class="main-button" href="" lang="en">Download CV</a>
</nav>
</header>
<section class="main-banner">
<div class="wrapper">
<div class="main-box">
<h1 class="main-title">Bruno Pinheiro</h1>
<h2 class="main-subtitle">FrontEnd Developer</h2>
</div>
<div class="navigation">
<a class="main-button" href="" lang="en">Download CV</a>
<a class="main-button" href="#contact">Contatos</a>
</div>
</div>
</section>
<section id="skill" class="main-section">
<h2 class="main-title -second">Skills</h2>
<div class="wrapper-skill">
<article class="tec-skill">
<img class="icon" src="img/iconHtml.svg" alt="Logo do HTML5 em svg">
<div class="description-skill">
<h3 class="title">HTML</h3>
<progress class="progress-bar" max="100" value="100">100%</progress>
</div>
</article>
<article class="tec-skill">
<img class="icon" src="img/iconCss.svg" alt="Logo do CSS3 em svg">
<div class="description-skill">
<h3 class="title">CSS</h3>
<progress class="progress-bar" max="100" value="100">100%</progress>
</div>
</article>
<article class="tec-skill">
<img class="icon" src="img/iconJS.svg" alt="Logo do JavaScript em svg">
<div class="description-skill">
<h3 class="title">JavaScript</h3>
<progress class="progress-bar" max="100" value="100">100%</progress>
</div>
</article>
<article class="tec-skill">
<img class="icon" src="img/icoAngular.svg" alt="Logo do Angular em svg">
<div class="description-skill">
<h3 class="title">Angular</h3>
<progress class="progress-bar" max="100" value="80">80%</progress>
</div>
</article>
<article class="tec-skill">
<img class="icon" src="img/iconTypescript.svg" alt="Logo do Typescript em svg">
<div class="description-skill">
<h3 class="title">Typescript</h3>
<progress class="progress-bar" max="100" value="80">80%</progress>
</div>
</article>
<article class="tec-skill">
<img class="icon" src="img/iconReact.svg" alt="Logo do React em svg">
<div class="description-skill">
<h3 class="title">React</h3>
<progress class="progress-bar" max="100" value="75">75%</progress>
</div>
</article>
<article class="tec-skill">
<img class="icon" src="img/iconMysql.svg" alt="Logo do MySql em svg">
<div class="description-skill">
<h3 class="title">MySql</h3>
<progress class="progress-bar" max="100" value="90">90%</progress>
</div>
</article>
<article class="tec-skill">
<img class="icon" src="img/iconGit.svg" alt="Logo do Git em svg">
<div class="description-skill">
<h3 class="title">Git e GitHub</h3>
<progress class="progress-bar" max="100" value="95">95%</progress>
</div>
</article>
</div>
</section>
<section id="projetos" class="main-section -bgBlack -bdFirst">
<h2 class="main-title -second">Projetos</h2>
<div class="wrapper-card">
<a href="https://github.com/brunop27/Angular_taskList" target="_blank">
<figure class="card-project">
<img class="logo" src="img/angularTaskList.png" alt="'TaskList' project in Angular17">
</figure>
</a>
<a href="https://github.com/brunop27/Angular_DamageControlProducts" target="_blank">
<figure class="card-project">
<img class="logo" src="img/angularControlDamagedProducts.png" alt="'Control Damaged Products' project in Angular17">
</figure>
</a>
<a href="https://github.com/brunop27/Angular_BlogSaude" target="_blank">
<figure class="card-project">
<img class="logo" src="img/angularBlogSaude.png" alt="'Blog Welfare' project in angular17">
</figure>
</a>
<a href="https://github.com/brunop27/Angular_BuzzyFeed" target="_blank">
<figure class="card-project">
<img class="logo" src="img/angularBuzzFeed.png" alt="'Buzz Feed' project in angular">
</figure>
</a>
<a href="https://brunop27.github.io/Estamparia_deSkate/" target="_blank">
<figure class="card-project">
<img class="logo" src="img/jsEstampariaOnline.png" alt="'Virtual print store' Project in JavaScript, html and css">
</figure>
</a>
<a href="https://brunop27.github.io/Jogo_StarWars/" target="_blank">
<figure class="card-project">
<img class="logo" src="img/jsStarWar.png" alt="'Game star wars' Project in JavaScript, html and css">
</figure>
</a>
<a href="https://brunop27.github.io/Jogo_Detona_Ralph/" target="_blank">
<figure class="card-project">
<img class="logo" src="img/jsDetonaRalph.png" alt="'Game Arcade Detona Ralph' project in JavaScript, html and css">
</figure>
</a>
<a href="https://brunop27.github.io/Jogo_daMemoria/" target="_blank">
<figure class="card-project">
<img class="logo" src="img/jsJogoDaMemoria.png" alt="'Memory game' project in JavaScript,html and css">
</figure>
</a>
<a href="https://brunop27.github.io/Jogo_YuGiOh/" target="_blank">
<figure class="card-project">
<img class="logo" src="img/jsJoKenPo.png" alt="'YuGiOh-themed JokenPo' project in JavaScript, html and css">
</figure>
</a>
<a href="https://brunop27.github.io/Simulador_Piano/" target="_blank">
<figure class="card-project">
<img class="logo" src="img/jsSimulatorVirtualPiano.png" alt="'Piano simulator' project in JavaScript, html and css">
</figure>
</a>
<a href="https://brunop27.github.io/CurriculoWeb/" target="_blank">
<figure class="card-project">
<img class="logo" src="img/htmlCss_CurriculoWeb.png" alt="'Web curriculum' project in html and css">
</figure>
</a>
<a href="https://brunop27.github.io/Landing_page_TrilhaCSS/" target="_blank">
<figure class="card-project">
<img class="logo" src="img/htmlCss_LandingPageTrilhaCss.png" alt="'Landing page Trilha Css' project in html and css">
</figure>
</a>
</div>
</section>
<section id="about" class="main-section -bgSecond -bdBlack">
<h2 class="main-title -second">Sobre</h2>
<p class="main-description">Estudante de programação web, hoje, trabalho como freelancer, colaborando com projetos terceiros e pessoais. Minhas fortes habilidades se compoem com FrontEnd(Angular, JavaScript) e backend(MySql, json-server)</p>
<section class="main-carousel">
<button class="button-arrow -left"><span class="content">Voltar</span></button>
<div class="items">
<div class="elements">
<figure class="node-card">
<figcaption class="title">2024</figcaption>
<div class="logo">
<img src="" alt="Progress" class="logo">
</div>
</figure>
<figure class="node-card">
<figcaption class="title">2024</figcaption>
<div class="logo">
<img src="" alt="Progress" class="logo">
</div>
</figure>
<figure class="node-card">
<figcaption class="title">2024</figcaption>
<div class="logo">
<img src="" alt="Progress" class="logo">
</div>
</figure>
<figure class="node-card">
<figcaption class="title">2024</figcaption>
<div class="logo">
<img src="" alt="Progress" class="logo">
</div>
</figure>
<figure class="node-card">
<figcaption class="title">2024</figcaption>
<div class="logo">
<img src="" alt="Progress" class="logo">
</div>
</figure>
</div>
</div>
<button class="button-arrow -right"><span class="content">Avançar</span></button>
</section>
</section>
<section id="contact" class="main-section -bdBlack">
<h2 class="main-title -second">Contatos</h2>
<div class="main-contact">
<ul>
<li class="contact-itens">
<label>Email</label>
<div>[email protected]</div>
</li>
<li class="contact-itens">
<label>Telefone</label>
<div>85 99291-1666</div>
</li>
<li class="contact-itens">
<label>Cidade</label>
<div>Horizonte - Ce</div>
</li>
</ul>
</div>
</section>
<footer class="main-footer">
<a class="action" href="https://github.com/brunop27">
<img src="img/icon_gitHub.png" alt="Icone do GitHub">
</a>
<a class="action" href="https://www.instagram.com/brunop_o27/">
<img src="img/icon_insta.png" alt="Icone do Instagran">
</a>
<a class="action" href="https://www.linkedin.com/in/bruno-pinheiro-8aa81a9b/">
<img src="img/icon_Linkedin.jfif" alt="Icone do Linkedin">
</a>
</footer>
<script src="js/components/main-carousel.js "></script>
</body>
</html>