-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
309 lines (301 loc) · 15.3 KB
/
index.html
File metadata and controls
309 lines (301 loc) · 15.3 KB
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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<!DOCTYPE html>
<html lang="en">
<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" />
<meta property="og:image" content="assets/Logo3.png">
<meta name="google" content="notranslate">
<link rel="icon" id="favicon" type="image/png" href="assets/Logo3.png">
<link rel="stylesheet" href="style.css" />
<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=Bebas+Neue&family=Kalam:wght@300;400;700&family=Quicksand:wght@300&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/devicon.min.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<title>Davi Soares</title>
</head>
<body>
<div class="loading">
<div class="loading-spinner"></div>
</div>
<a id="back-top"></a>
<header class="header">
<div class="wraper">
<div class="logo">
<p><img src="assets/Logo.png" width="70" height="70"></img></p>
</div>
<nav class="navbar">
<ul class="navbar-links">
<li class="sugest-trad">language: en <i class="fa fa-angle-right"></i></li>
<li><a href="./pt-br.html"><img src="assets/lang.png" height="35px" alt="pt-site"></a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="main-section">
<h1 class="title">Davi Soares</h1>
<h2 class="subtitle">fullstack developer</h2>
</section>
<a href="#sobre">
<div class="scroll-down"></div>
<div class="scroll-desc">About me</div>
</a>
</main>
<section id="sobre" class="about-me">
<div class="about">
<img src="assets/sf21.png" class="pic" alt="Davi">
<div class="text">
<h2 data-aos="fade-right"
data-aos-easing="ease-in-out"
data-aos-delay="150"
data-aos-offset="0"
data-aos-duration="1400"
style="margin-bottom: 0 !important"
>Fullstack</h2>
<h2 data-aos="fade-right"
data-aos-easing="ease-in-out"
data-aos-delay="650"
data-aos-offset="0"
data-aos-duration="1400"
><span class="highlight">Developer</span></h2>
<p>I'm a car enthusiast, lover of good music and the Italian cuisine, and I'm currently studying
Database. I enjoy solving problems, working with clean codes,
staying up to date with trends, and learning new things. <br>
Here are some of the technologies that I study and specialize in:
</p>
<div class="style-icons">
<i class="devicon-java-plain"></i>
<i class="devicon-spring-plain"></i>
<i class="devicon-postgres-plain"></i>
<i class="devicon-mysql-plain"></i>
<i class="devicon-rails-plain"></i>
<i class="devicon-react-plain"></i>
<i class="devicon-typescript-plain"></i>
<i class="devicon-docker-plain"></i>
<i class="devicon-git-plain"></i>
</div>
<div class="data">
<a href="#contatos" class="btn-contatos">More info</a>
</div>
</div>
</div>
</section>
<section id="projetos" class="projetos">
<div class="container">
<div class="texto"
data-aos="fade-in"
data-aos-easing="ease-in-out"
data-aos-delay="150"
data-aos-offset="0"
data-aos-duration="1400">
<h2 style="font-size: 70px;
padding-bottom: 10px;
margin-top: 0;
text-align: center;">Projects</h2>
</div>
<div style="margin-bottom: 3em;">
<a href="https://newstartp.com" target="_blank">
<div data-aos="fade-up"
data-aos-easing="ease-in-out"
data-aos-delay="150"
data-aos-offset="0"
data-aos-duration="1400">
<div class="row link" style="--bs-gutter-x: 0; height: auto;">
<div class="col-6">
<img src="./assets/Print-NSP.png" width="80%" alt="New Start Pro" style="margin-left: 8%;">
</div>
<div class="col-6"><p style="text-align: center;">
<div style="margin-top: -15px;">
<p style="font-size: 32px; font-weight: 500;">New Start Pro</p>
Project completed in 3 weeks alongside Matheus Schiavão. During the development, support was provided
for the maintenance of the website's databases.
<br>
New Start Pro is an American company that aims for the highest standard in furniture construction
and various home spaces.
<br>
It was developed with Wordpress and Elementor. The maintained technologies were PHP and MySQL.
</div>
</p>
</div>
</div>
</div>
</a>
</div>
<div class="row" style="--bs-gutter-x: 0;">
<div class="col-md-6"
data-aos="fade-up"
data-aos-easing="ease-in-out"
data-aos-delay="150"
data-aos-offset="0"
data-aos-duration="1400"
style="margin-right: auto;">
<div class="link link-2">
<a href="./idv/davisoares.html" target="_blank">
<div class="container proj-info">
<img src="./assets/Logo5.png" alt="Logo Davi" width="80%" style="margin-top: 5%; margin-bottom: 3%;">
<br><br>
<p style="font-size: 32px; font-weight: 500; padding: 0;">Davi Soares - Branding</p>
Project in constant improvement and development, with the intention of personal
promotion and of causing a good first impression with a striking visual identity.
</div>
</a>
</div>
</div>
<div class="col-md-6"
data-aos="fade-up"
data-aos-easing="ease-in-out"
data-aos-delay="450"
data-aos-offset="0"
data-aos-duration="1400">
<div class="link link-3">
<a href="./idv/somostodosti.html" target="_blank">
<div class="container proj-info">
<img src="./idv/somostodosti_img/stti2.png" alt="Logo STTI" width="80%">
<br><br>
<p style="font-size: 32px; font-weight: 500; padding: 0;">Somos Todos T.I. - Branding</p>
Visual identity for professional promotion, aiming at the
modernization and resignification of the brand, representing the universality of
the themes addressed by the professor.
</div>
</a>
</div>
</div>
</div>
<div style="margin-bottom: 3em;">
<a href="https://ctbravus.com" target="_blank">
<div data-aos="fade-up"
data-aos-easing="ease-in-out"
data-aos-delay="150"
data-aos-offset="0"
data-aos-duration="1400">
<div class="row link" style="--bs-gutter-x: 0; height: auto; margin-top: 3%;">
<div class="col-6">
<img src="./assets/print-ct-bravus.png" width="80%" alt="Somos Todos T.I." style="margin-left: 8%;">
</div>
<div class="col-6"><p style="text-align: center;">
<div style="margin-top: -15px;">
<p style="font-size: 32px; font-weight: 500;">CT Bravus</p>
Freelance project. A landing page to promote a local gym.
<br>
“CT Bravus” is a recent crosstraining gym that aims to provide
an acessible but efficient training experience.
<br>
Developed with React.
</div>
</p>
</div>
</div>
</div>
</a>
</div>
<div class="row" style="--bs-gutter-x: 0;">
<div class="col-md-6"
data-aos="fade-up"
data-aos-easing="ease-in-out"
data-aos-delay="150"
data-aos-offset="0"
data-aos-duration="1400"
style="margin-right: auto;">
<div class="link link-2">
<a href="./idv/sqlutions.html" target="_blank">
<div class="container proj-info">
<img src="./idv/sqlutions_img/Logo2.png" alt="Logo sqlutions" width="60%" style="margin-top: -12%; margin-bottom: -8%;">
<br><br>
<p style="font-size: 32px; font-weight: 500; padding: 0;">sqlutions - Branding</p>
This brand was created to be the identity of the projects developed by the “sqlutions” group during the Database
Technologist Graduation at FATEC. It was made aiming to take advantage of the pun made with the group’s name.
</div>
</a>
</div>
</div>
<div class="col-md-6"
data-aos="fade-up"
data-aos-easing="ease-in-out"
data-aos-delay="450"
data-aos-offset="0"
data-aos-duration="1400">
<div class="link link-3">
<a href="./idv/gilbertoribeiro.html" target="_blank">
<div class="container proj-info">
<img src="./idv/gilbertoribeiro_img/Logo.png" alt="Logo GR" width="50%">
<br><br>
<p style="font-size: 32px; font-weight: 500; padding: 0;">Gilberto Ribeiro - Branding</p>
This identity was made for a frontend web developer, aiming to bring originality to
the projects made by Gilberto.
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<footer class="footer-main" id="contatos">
<div class="container">
<div class="row address-main">
<div class="col-lg-6 col-sm-12">
<div class="address-box">
<div class="add-content">
<h5>Take a look at my curriculum
<a class="highlight" href="assets/Curriculum Davi Soares.pdf" target="_blank">here</a>
</h5>
<div class="imageBox">
<div class="bottom-img">
<img src="assets/Logo2.png" alt="Imagem 1">
</div>
<div class="hoverImg">
<img src="assets/Logo.png" alt="Imagem 2">
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-12">
<div class="address-box">
<div class="add-content">
<h5>Find me on social networks!</h5>
<p>
<a href="https://www.linkedin.com/in/dsf21/" role="button" target="_blank">
<i class="fa fa-linkedin"></i> Davi Soares</a><br>
<a href="https://github.com/DaviSFS21" role="button" target="_blank">
<i class="fa fa-github"></i> DaviSFS21</a><br>
</p>
</div>
<div class="address-box">
<div class="add-content">
<h5>Or get in touch with me through my email:</h5>
<p><a href="mailto:davisfs2110@gmail.com" style="text-decoration:none">
<i class="fa fa-envelope-o"></i> davisfs2110@gmail.com</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer-2 text-center text-white">
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
Designed and coded by
<a href="https://github.com/DaviSFS21" target="_blank">Davi Soares</a>.
© 2025 All Rights Reserved.
</div>
</footer>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="script.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
//init da biblioteca de elementos responsivos ao scroll do usuário
AOS.init();
//Código para alternar o ícone do site dependendo do tema do navegador
var prefersDarkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
if (prefersDarkMode) {
document.getElementById('favicon').href = 'assets/Logo2.png';
}
</script>
</body>
</html>