-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
458 lines (405 loc) · 27.8 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
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
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="Douglas é um desenvolvedor web apaixonado por criar projetos ambiciosos e acessíveis. Ele valoriza a experiência do usuário, pixels bonitos e código limpo.">
<meta name="author" content="Douglas Carlos">
<title>Douglas Carlos | Desenvolvedor</title>
<link rel="icon" type="image/x-icon" href="https://douglascarlos.dev/img/favicon.ico">
<link rel="canonical" href="https://douglascarlos.dev" />
<meta name="norton-safeweb-site-verification" content="PNPCDDCBP41S2ZMEU896TAEKIPYAFJCQI7-2R5QB0NKQVDZR68M3T49ZFX-G6GTTGQIA-M0I8MVWZ1BDUJG64BZ6KW3SOIS3VKFGSXG-8IB57LLJ93H0J-W0QP6ZLNY6" />
<meta property="og:image" content="https://douglascarlos.dev/img/dev.png" />
<meta property="og:title" content="Douglas Carlos | Desenvolvedor" />
<meta property="og:description"
content="Douglas é um desenvolvedor web apaixonado por criar projetos ambiciosos e acessíveis. Ele valoriza a experiência do usuário, pixels bonitos e código limpo." />
<meta name="robots" content="index, follow">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<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=Dancing+Script:wght@700&family=Satisfy&display=swap"
rel="stylesheet">
<style type="text/css">
.back-to-top {
background: #fff;
cursor: pointer;
position: fixed;
right: 1rem;
bottom: 1rem;
line-height: 0;
visibility: hidden;
opacity: 0;
transition: 0.3s;
transform: translateY(100%);
}
.back-to-top.show {
visibility: visible;
opacity: 1;
transform: translateY(0);
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async loading="lazy" src="https://www.googletagmanager.com/gtag/js?id=G-P352WN5S6F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-P352WN5S6F');
</script>
<script loading="lazy" src="https://www.googleoptimize.com/optimize.js?id=OPT-KMG8LD2"></script>
<script loading="lazy" type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "ellyiy8gna");
</script>
<script src="https://kit.fontawesome.com/14edfcae2f.js" crossorigin="anonymous"></script>
</head>
<body>
<a name="top"></a>
<div class="container py-3">
<header>
<div class="d-flex flex-column flex-md-row align-items-center pb-3 mb-4 border-bottom">
<a href="#" class="d-flex align-items-center link-body-emphasis text-decoration-none">
<span class="fs-4">Douglas Carlos</span>
</a>
<nav class="d-inline-flex mt-2 mt-md-0 ms-md-auto">
<a class="me-3 py-2 link-body-emphasis text-decoration-none" href="#sobre">Sobre</a>
<a class="me-3 py-2 link-body-emphasis text-decoration-none" href="#habilidades">Habilidades</a>
<a class="me-3 py-2 link-body-emphasis text-decoration-none" href="#trabalhos">Trabalhos</a>
<a class="me-3 py-2 link-body-emphasis text-decoration-none" href="./tcc-ifnmg-pirapora-aco-vrpfh/">Meu TCC</a>
<a class="py-2 link-body-emphasis text-decoration-none" href="#contato">Contato</a>
</nav>
</div>
</header>
<!-- WELCOME -->
<a name="sobre"></a>
<section class="pt-4 pt-md-11">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-5 col-lg-6 order-md-2">
<!-- Image -->
<center><picture>
<source media="(max-width: 599px)" srcset="img/web_technology_mobile.webp">
<source media="(min-width: 600px)" srcset="img/web_technology_desktop.webp">
<img src="" class="img-fluid mw-md-150 mw-lg-130 mb-6 mb-md-0 aos-init aos-animate" alt="..." data-aos="fade-up" data-aos-delay="100" height="300" width="300">
</picture></center>
</div>
<div class="col-12 col-md-7 col-lg-6 order-md-1 aos-init aos-animate" data-aos="fade-up">
<!-- Heading -->
<h1 class="display-3 text-center text-md-start">
<strong><span class="text-primary"
style="font-family: 'Dancing Script', cursive;">Olá</span>, meu nome é <br>
Douglas.</strong>
</h1>
<!-- Text -->
<p class="lead text-center text-md-start mb-6 mb-lg-8">
Sou um desenvolvedor Full Stack em <a href="geo:-19.7499454,-47.931084?z=12">Uberaba</a>, Minas Gerais - Brasil.
</p>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<br><br>
<!-- habilidades -->
<a name="habilidades"></a>
<section class="pt-8 pt-md-11 bg-gradient-light-white">
<div class="container">
<div class="col-12 col-md-12 order-md-2 aos-init aos-animate" data-aos="fade-left">
<!-- Heading -->
<h2>
As tecnologias que mais uso para
<span style="color:#028360; font-family: 'Satisfy', cursive;"><strong>
desenvolver</strong>.</span>
</h2>
<!-- Text -->
<p class="fs-lg text-body-secondary mb-6">
Com essas tecnologias eu crio soluções inovadoras para problemas complexos.
</p>
<!-- List -->
<div class="row">
<div class="col-12 col-lg-2">
<!-- Item -->
<div class="d-flex">
<!-- Check -->
<div class="me-4"><i class="fa-solid fa-check" style="color: #000000;"></i>
</div>
<!-- Text -->
<p style="color:#000000"><strong>PHP e <span style="color:#ff0011">Laravel</span></strong></p>
</div>
<!-- Item -->
<div class="d-flex">
<!-- Check -->
<div class="me-4"><i class="fa-solid fa-check" style="color: #028360;"></i>
</div>
<p style="color:#028360"><strong>HTML</strong></p>
</div>
</div>
<div class="col-12 col-lg-2">
<!-- Item -->
<div class="d-flex">
<!-- Check -->
<div class="me-4"><i class="fa-solid fa-check" style="color: #028360;"></i>
</div>
<!-- Text -->
<p style="color:#028360"><strong>CSS</strong></p>
</div>
<!-- Item -->
<div class="d-flex">
<!-- Check -->
<div class="me-4"><i class="fa-solid fa-check" style="color: #028360;"></i>
</div>
<p style="color:#028360"><strong>Javascript</strong></p>
</div>
</div>
<div class="col-12 col-lg-2">
<!-- Item -->
<div class="d-flex">
<!-- Check -->
<div class="me-4"><i class="fa-solid fa-check" style="color: #028360;"></i>
</div>
<!-- Text -->
<p style="color:#028360"><strong>Bootstrap</strong></p>
</div>
<!-- Item -->
<div class="d-flex">
<!-- Check -->
<div class="me-4"><i class="fa-solid fa-check" style="color: #028360;"></i>
</div>
<p style="color:#028360"><strong>jQuery</strong></p>
</div>
</div>
<div class="col-12 col-lg-2">
<!-- Item -->
<div class="d-flex">
<!-- Check -->
<div class="me-4"><i class="fa-solid fa-check" style="color: #028360;"></i>
</div>
<!-- Text -->
<p style="color:#028360"><strong>SQL</strong></p>
</div>
<!-- Item -->
<div class="d-flex">
<!-- Check -->
<div class="me-4"><i class="fa-solid fa-check" style="color: #028360;"></i>
</div>
<p style="color:#028360"><strong>PostgreSQL</strong></p>
</div>
</div>
<div class="col-12 col-lg-2">
<!-- Item -->
<div class="d-flex">
<!-- Check -->
<div class="me-4"><i class="fa-solid fa-check" style="color: #028360;"></i>
</div>
<!-- Text -->
<p style="color:#028360"><strong>Ubuntu Server</strong></p>
</div>
<!-- Item -->
<div class="d-flex">
<!-- Check -->
<div class="me-4"><i class="fa-solid fa-check" style="color: #028360;"></i>
</div>
<p style="color:#028360"><strong>GitHub</strong></p>
</div>
</div>
<div class="col-12 col-lg-2">
<!-- Item -->
<div class="d-flex">
<!-- Check -->
<div class="me-4"><i class="fa-solid fa-check" style="color: #028360;"></i>
</div>
<!-- Text -->
<p style="color:#028360"><strong>API REST</strong></p>
</div>
<!-- Item -->
<div class="d-flex">
<!-- Check -->
<div class="me-4"><i class="fa-solid fa-check" style="color: #028360;"></i>
</div>
<p style="color:#028360"><strong>GitHub</strong></p>
</div>
</div>
</div> <!-- / .row -->
</div>
</div> <!-- / .container -->
</section>
<br><br><br>
<!-- trabalhos -->
<a name="trabalhos"></a>
<section class="pt-8 pt-md-11 bg-gradient-light-white">
<div class="container">
<div class="col-12 col-md-12 order-md-2 aos-init aos-animate" data-aos="fade-left">
<!-- Heading -->
<h2>
Uma seleção de coisas que
<span class="text-primary"
style="font-family: 'Satisfy', cursive;"><strong>construí</strong>.</span>
</h2>
<!--- WORK ONE --->
<div class="row align-items-center">
<div class="col-12 col-md-5 col-lg-6 order-md-2">
<!-- Image -->
<center><img src="img/5138237.svg"
class="img-fluid mw-md-150 mw-lg-130 mb-6 mb-md-0 aos-init aos-animate" alt="..."
data-aos="fade-up" data-aos-delay="100" height="300" width="300"></center>
</div>
<div class="col-12 col-md-7 col-lg-6 order-md-1 aos-init aos-animate" data-aos="fade-up">
<!-- Heading -->
<h3 class="text-primary">
<br>Clientes Gestor
</h3>
<!-- Text -->
<p>
Software Web para cadastro de clientes.
</p>
<p><i class="fa-solid fa-link"></i> URL amigável, <i class="fa-brands fa-php"></i> PHP
Orientado a Objetos, <i class="fa-solid fa-folder-tree"></i> MVC, <i
class="fa-solid fa-database"></i> Postgresql, <u
style="text-decoration-color: #d4b60a;"> <i class="fa-solid fa-puzzle-piece"></i>
CAPTCHA, <i class="fa-solid fa-file-pdf"></i> PDF, <i class="fa-solid fa-book"></i>
API de CEP/Endereço e <i class="fa-solid fa-cloud-arrow-up"></i> upload de
imagem</u>.</p>
<a class="btn btn-success" href="https://clientesgestor.douglascarlos.dev/" role="button"
target="_blank">Veja Aqui</a>
<a class="btn btn-primary" href="https://github.com/douglascarlos-dev/Clientes-Gestor"
role="button" target="_blank">GitHub</a>
</div>
</div>
<br><br>
<!--- WORK TWO --->
<div class="row align-items-center">
<div class="col-12 col-md-5 col-lg-6 order-md-1">
<!-- Image -->
<center><img src="img/5138237b.svg"
class="img-fluid mw-md-150 mw-lg-130 mb-6 mb-md-0 aos-init aos-animate" alt="..."
data-aos="fade-up" data-aos-delay="100" height="300" width="300"></center>
</div>
<div class="col-12 col-md-7 col-lg-6 order-md-2 aos-init aos-animate" data-aos="fade-up">
<!-- Heading -->
<h3 class="text-primary">
<br>Acervo Suíte
</h3>
<!-- Text -->
<p>
Software de gerenciamento de ativos digitais (DAM).
</p>
<p><i class="fa-solid fa-link"></i> URL amigável, <i class="fa-brands fa-php"></i> PHP
Orientado a Objetos, <i class="fa-solid fa-folder-tree"></i> MVC, <i
class="fa-solid fa-database"></i> Postgresql, <u
style="text-decoration-color: #d4b60a;"><i class="fa-solid fa-puzzle-piece"></i>
CAPTCHA, <i class="fa-brands fa-cloudflare"></i> CDN, <i class="fa-solid fa-file"
style="color: #119c6e;"></i> relatório em planilha, <i
class="fa-solid fa-cloud-arrow-up"></i> upload de arquivos, encurtador de URL</u>.</p>
<a class="btn btn-success" href="https://acervo.douglascarlos.dev/"
role="button" target="_blank">Veja Aqui</a>
<a class="btn btn-primary" href="https://github.com/douglascarlos-dev/Product-Library"
role="button" target="_blank">GitHub</a>
<a class="btn btn-warning" href="https://docs.google.com/document/d/1lGkQJgT9CtSLaCH_Aaeg9VsKbeiK1l6kDzS_bA3kawA/edit?usp=sharing"
role="button" target="_blank">Folheto</a>
</div>
</div>
<br><br>
<!--- WORK TREE --->
<div class="row align-items-center">
<div class="col-12 col-md-5 col-lg-6 order-md-2">
<!-- Image -->
<center><picture>
<source media="(max-width: 599px)" srcset="img/figma_mobile.webp" height="366" width="300">
<source media="(min-width: 600px)" srcset="img/figma_desktop.webp" height="457" width="375">
<img src="" class="img-fluid mw-md-150 mw-lg-130 mb-6 mb-md-0 aos-init aos-animate" alt="App Fim do almoço" data-aos="fade-up" data-aos-delay="100" >
</picture></center>
</div>
<div class="col-12 col-md-7 col-lg-6 order-md-1 aos-init aos-animate" data-aos="fade-up">
<!-- Heading -->
<h3 class="text-primary">
<br>Fim do almoço
</h3>
<!-- Text -->
<p>
Aplicativo Web para calcular o horário de almoço.
</p>
<p><i class="fa-brands fa-html5"></i> HTML, <i class="fa-brands fa-css3-alt"></i> CSS, <i
class="fa-brands fa-js"></i> JavaScript, <i class="fa-brands fa-js"></i> jQuery, <i
class="fa-brands fa-bootstrap"></i> Bootstrap, <u
style="text-decoration-color: #d4b60a;"><i
class="fa-solid fa-circle-half-stroke"></i> Dark Mode e <i
class="fa-brands fa-figma"></i> Figma</u>.</p>
<a class="btn btn-success" href="https://fim-do-almoco.pages.dev/" role="button"
target="_blank">Veja Aqui</a>
<a class="btn btn-primary" href="https://github.com/douglascarlos-dev/fim-do-almoco"
role="button" target="_blank">GitHub</a>
</div>
</div>
</div>
</div>
</section>
<br><br><br>
<!-- contato -->
<a name="contato"></a>
<section class="pt-8 pt-md-11 bg-gradient-light-white">
<div class="container">
<div class="col-12 col-md-12 order-md-2 aos-init aos-animate" data-aos="fade-left">
<!-- Heading -->
<h2>
Fique à vontade para entrar em
<span style="color:#EA101D; font-family: 'Satisfy', cursive;"><strong>contato</strong>.</span>
</h2>
<!-- Text -->
<p class="fs-lg text-body-secondary mb-6">
Deixando um <span style="color:#EA101D"><strong>Bit</strong></span>, pedir meu currículo ou ver
se podemos construir algo
incrível juntos? Eu adoraria ouvir você!
</p>
<!-- e-mail -->
<p><i class="fa-solid fa-envelope" style="color: #EA101D;"></i> <a
href="mailto:[email protected]">[email protected]</a></p>
<!-- linkedin-->
<p><i class="fa-brands fa-linkedin" style="color: #EA101D;"></i> <a
href="https://www.linkedin.com/in/douglascarlos"
target="_blank">https://www.linkedin.com/in/douglascarlos</a></p>
</div>
</div>
</section>
<br>
<center><a href="https://info.flagcounter.com/4k0s">
<script data-pagespeed-no-defer>//<![CDATA[
(function () { for (var g = "function" == typeof Object.defineProperties ? Object.defineProperty : function (b, c, a) { if (a.get || a.set) throw new TypeError("ES3 does not support getters and setters."); b != Array.prototype && b != Object.prototype && (b[c] = a.value) }, h = "undefined" != typeof window && window === this ? this : "undefined" != typeof global && null != global ? global : this, k = ["String", "prototype", "repeat"], l = 0; l < k.length - 1; l++) { var m = k[l]; m in h || (h[m] = {}); h = h[m] } var n = k[k.length - 1], p = h[n], q = p ? p : function (b) { var c; if (null == this) throw new TypeError("The 'this' value for String.prototype.repeat must not be null or undefined"); c = this + ""; if (0 > b || 1342177279 < b) throw new RangeError("Invalid count value"); b |= 0; for (var a = ""; b;)if (b & 1 && (a += c), b >>>= 1) c += c; return a }; q != p && null != q && g(h, n, { configurable: !0, writable: !0, value: q }); var t = this; function u(b, c) { var a = b.split("."), d = t; a[0] in d || !d.execScript || d.execScript("var " + a[0]); for (var e; a.length && (e = a.shift());)a.length || void 0 === c ? d[e] ? d = d[e] : d = d[e] = {} : d[e] = c }; function v(b) { var c = b.length; if (0 < c) { for (var a = Array(c), d = 0; d < c; d++)a[d] = b[d]; return a } return [] }; function w(b) { var c = window; if (c.addEventListener) c.addEventListener("load", b, !1); else if (c.attachEvent) c.attachEvent("onload", b); else { var a = c.onload; c.onload = function () { b.call(this); a && a.call(this) } } }; var x; function y(b, c, a, d, e) { this.h = b; this.j = c; this.l = a; this.f = e; this.g = { height: window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight, width: window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth }; this.i = d; this.b = {}; this.a = []; this.c = {} } function z(b, c) { var a, d, e = c.getAttribute("data-pagespeed-url-hash"); if (a = e && !(e in b.c)) if (0 >= c.offsetWidth && 0 >= c.offsetHeight) a = !1; else { d = c.getBoundingClientRect(); var f = document.body; a = d.top + ("pageYOffset" in window ? window.pageYOffset : (document.documentElement || f.parentNode || f).scrollTop); d = d.left + ("pageXOffset" in window ? window.pageXOffset : (document.documentElement || f.parentNode || f).scrollLeft); f = a.toString() + "," + d; b.b.hasOwnProperty(f) ? a = !1 : (b.b[f] = !0, a = a <= b.g.height && d <= b.g.width) } a && (b.a.push(e), b.c[e] = !0) } y.prototype.checkImageForCriticality = function (b) { b.getBoundingClientRect && z(this, b) }; u("pagespeed.CriticalImages.checkImageForCriticality", function (b) { x.checkImageForCriticality(b) }); u("pagespeed.CriticalImages.checkCriticalImages", function () { A(x) }); function A(b) { b.b = {}; for (var c = ["IMG", "INPUT"], a = [], d = 0; d < c.length; ++d)a = a.concat(v(document.getElementsByTagName(c[d]))); if (a.length && a[0].getBoundingClientRect) { for (d = 0; c = a[d]; ++d)z(b, c); a = "oh=" + b.l; b.f && (a += "&n=" + b.f); if (c = !!b.a.length) for (a += "&ci=" + encodeURIComponent(b.a[0]), d = 1; d < b.a.length; ++d) { var e = "," + encodeURIComponent(b.a[d]); 131072 >= a.length + e.length && (a += e) } b.i && (e = "&rd=" + encodeURIComponent(JSON.stringify(B())), 131072 >= a.length + e.length && (a += e), c = !0); C = a; if (c) { d = b.h; b = b.j; var f; if (window.XMLHttpRequest) f = new XMLHttpRequest; else if (window.ActiveXObject) try { f = new ActiveXObject("Msxml2.XMLHTTP") } catch (r) { try { f = new ActiveXObject("Microsoft.XMLHTTP") } catch (D) { } } f && (f.open("POST", d + (-1 == d.indexOf("?") ? "?" : "&") + "url=" + encodeURIComponent(b)), f.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"), f.send(a)) } } } function B() { var b = {}, c; c = document.getElementsByTagName("IMG"); if (!c.length) return {}; var a = c[0]; if (!("naturalWidth" in a && "naturalHeight" in a)) return {}; for (var d = 0; a = c[d]; ++d) { var e = a.getAttribute("data-pagespeed-url-hash"); e && (!(e in b) && 0 < a.width && 0 < a.height && 0 < a.naturalWidth && 0 < a.naturalHeight || e in b && a.width >= b[e].o && a.height >= b[e].m) && (b[e] = { rw: a.width, rh: a.height, ow: a.naturalWidth, oh: a.naturalHeight }) } return b } var C = ""; u("pagespeed.CriticalImages.getBeaconData", function () { return C }); u("pagespeed.CriticalImages.Run", function (b, c, a, d, e, f) { var r = new y(b, c, a, e, f); x = r; d && w(function () { window.setTimeout(function () { A(r) }, 0) }) }); })(); pagespeed.CriticalImages.Run('/mod_pagespeed_beacon', 'https://douglascarlos.dev/', 'dWwAOoYA9u', true, false, 'C8RGEsOR1c8');
//]]></script><img loading="lazy" height="119" width="162"
src="https://s01.flagcounter.com/count2/4k0s/bg_FFFFFF/txt_000000/border_CCCCCC/columns_2/maxflags_10/viewers_3/labels_0/pageviews_0/flags_0/percent_0/"
alt="Flag Counter" border="0" data-pagespeed-url-hash="3056947580"
onload="pagespeed.CriticalImages.checkImageForCriticality(this);">
</a></center><br>
<a class="back-to-top" href="#top"><i class="fa-solid fa-chevron-up"></i></a>
<footer class="pt-3 my-md-2 border-top">
<div class="row">
<div class="col-12 col-md">
<small class="d-block mb-3 text-muted text-center">© 2025<br><a
href="https://github.com/douglascarlos-dev" target="_blank"><img loading="lazy" src="img/logo.svg"
alt="Logo douglascarlos.dev" height="35" width="50"></a></small>
</div>
</div>
</footer>
</div>
<script type="text/javascript">
const backToTopButton = document.querySelector('.back-to-top')
const backToTop = () => {
if (window.scrollY >= 100) {
backToTopButton.classList.add('show')
} else {
backToTopButton.classList.remove('show')
}
}
window.addEventListener('scroll', function () {
backToTop()
})
console.log('Seu feedback é importante! Dê uma estrelinha no GitHub para mostrar seu apoio. ⭐ https://github.com/douglascarlos-dev');
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</body>
</html>