-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
773 lines (696 loc) · 23.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
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Matheus Henrique - Desenvolvedor Web</title>
<meta charset="utf-8" />
<!-- VIEWPORT -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- META DO GOOGLE -->
<meta
name="google-site-verification"
content="3jV9cL8kXzU8GndB9jvO5uFhng1vFi-AWl9_8q_cTNk"
/>
<meta
name="google-site-verification"
content="p6IOrboWBTZZ8kFfcp34zAns-24iRGfUBOMM54nhoNY"
/>
<!-- ALL ICONS -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="img/icones/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="img/icones/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="img/icones/favicon-16x16.png"
/>
<link rel="manifest" href="img/icones/site.webmanifest" />
<link
rel="mask-icon"
href="img/icones/safari-pinned-tab.svg"
color="#007b9e"
/>
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="theme-color" content="#ffffff" />
<meta name="author" content="Matheus Henrique - Mhq" />
<!-- META DESCRIÇÃO -->
<meta
name="description"
content="Matheus Henrique - Desenvolvedor Web - Detalhista, ágil e comprometido. Entrego trabalhos com qualidade e no prazo combinado."
/>
<!-- META PARA OS ROBOS DOS BUSCADORES -->
<meta name="robots" content="index, follow" />
<!-- LINK UNICO -->
<link rel="canonical" href="https://matheusmhq.com.br" />
<!-- Google+ / Schema.org -->
<meta itemprop="name" content="Matheus Henrique - Desenvolvedor Web" />
<meta
itemprop="description"
content="Detalhista, ágil e comprometido. Entrego trabalhos com qualidade e no prazo combinado."
/>
<meta
itemprop="image"
content="https://matheusmhq.com.br/img/logos/logo-desktop.png"
/>
<link
href="https://plus.google.com/matheusmhq.github.io"
rel="Matheus Henrique"
/>
<!-- Open Graph Facebook -->
<meta property="og:title" content="Matheus Henrique - Desenvolvedor Web" />
<meta
property="og:description"
content="Detalhista, ágil e comprometido. Entrego trabalhos com qualidade e no prazo combinado."
/>
<meta property="og:url" content="https://matheusmhq.com.br" />
<meta
property="og:site_name"
content="Matheus Henrique - Desenvolvedor Web"
/>
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://matheusmhq.com.br/img/logos/logo-desktop.png"
/>
<!-- ///////// FIM SEO ///////// -->
<!-- INICIO FONTES PARA LETRA -->
<!-- FONTE H3 E SUBTITULO -->
<link
href="https://fonts.googleapis.com/css?family=Fira+Sans|Raleway"
rel="stylesheet"
/>
<!-- FONTE VAMOS TRABALHAR JUNTOS -->
<link
href="https://fonts.googleapis.com/css?family=Archivo+Black"
rel="stylesheet"
/>
<!-- FONTE MENU -->
<link
href="https://fonts.googleapis.com/css?family=Oswald"
rel="stylesheet"
/>
<!-- OUTRAS FONTES -->
<link
href="https://fonts.googleapis.com/css?family=Merienda"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Dancing+Script|Merienda|Pacifico"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Lato"
rel="stylesheet"
/>
<!-- FIM FONTES PARA LETRA -->
<!-- /// ALL CSS ///-->
<link rel="stylesheet" href="stylesheets/reset.css" />
<link rel="stylesheet" href="stylesheets/botao-topo.css" />
<link rel="stylesheet" href="stylesheets/style.css" />
<link rel="stylesheet" href="stylesheets/botao-topo.css" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.4.1/css/all.css"
integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="plugins/lightbox/css/lightbox.min.css" />
<link rel="stylesheet" href="plugins/wow-animate/css/animate.min.css" />
</head>
<body>
<header>
<nav
class="bg-white nav-edit container-fluid navbar navbar-expand-lg navbar-light bg-light nav"
>
<a class="nav-item" href="#slider"
><img src="img/logos/logo-desktop.png"
/></a>
<button
class="btn-edit navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNavDropdown"
aria-
controls="navbarNavDropdown"
aria-expanded="false"
aria-label="Alterna navegação"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="flex-row-reverse collapse navbar-collapse"
id="navbarNavDropdown"
>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link menu-active" href="#slider">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#sobre">Sobre</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#servicos">Serviços</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio">Portfólio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contato">Contato</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- INICIO BOTÃO TOPO -->
<span class="buttontop">
<i class="fa fa-chevron-up"></i>
</span>
<!-- FIM BOTÃO TOPO -->
<main>
<section id="slider" class="carousel slide" data-ride="carousel">
<div class="slider-foto" id="particles-js">
<div id="particles-js">
<div class="slider-bg">
<h4 class="texto-fixo">Você quer um site</h4>
<div id="texto-com-efeito"></div>
</div>
</div>
</div>
<div class="efeito-direita"></div>
<!-- INICIO AUTO ESCREVER -->
<script>
var div = document.getElementById("texto-com-efeito");
var textos = [
"totalmente responsivo?",
"para você ou sua empresa?",
"...então está no lugar certo!",
];
function escrever(str, done) {
var char = str.split("").reverse();
var typer = setInterval(function () {
if (!char.length) {
clearInterval(typer);
return setTimeout(done, 500); // só para esperar um bocadinho
}
var next = char.pop();
div.innerHTML += next;
}, 80);
}
function limpar(done) {
var char = div.innerHTML;
var nr = char.length;
var typer = setInterval(function () {
if (nr-- == 0) {
clearInterval(typer);
return done();
}
div.innerHTML = char.slice(0, nr);
}, 25);
}
function rodape(conteudos, el) {
var atual = -1;
function prox(cb) {
if (atual < conteudos.length - 1) atual++;
else atual = 0;
var str = conteudos[atual];
escrever(str, function () {
limpar(prox);
});
}
prox(prox);
}
rodape(textos);
</script>
<!-- FIM AUTO ESCREVER -->
</section>
<div class="margin-all"></div>
<section id="sobre" class="container-fluid">
<h3 class="text-center">Sobre</h3>
<p class="sub-titulo text-center">Conheça um pouco de mim</p>
<div class="margin-all"></div>
<div class="row text-center text-md-left">
<div class="sobre-foto col-md-4">
<img
class="img-fluid"
src="img/sobre/matheus.jpg"
alt="Matheus Henrique"
title="Matheus Henrique"
/>
</div>
<div class="sobre-texto col-md-7 offset-md-1 d-flex flex-column">
<h2>Matheus Henrique</h2>
<p class="mt-4">Apaixonado por tecnologia e ama o que faz.</p>
<p>
Bacharel em <strong>Engenharia de Software</strong> e
<strong
>Desenvolvedor Front-end | React JS | React Native | Javascript
| Web | Mobile</strong
>.
</p>
</div>
</div>
</section>
<div class="margin-all"></div>
<section class="container-fluid" id="habilidades">
<div class="row d-flex justify-content-around">
<div class="habilidades-separado">
<a
target="_blank"
href="https://www.w3schools.com/html/html5_intro.asp"
title="HTML5"
><img
class="img-fluid"
src="img/habilidades/html.png"
alt="HTML5"
title="HTML5"
/></a>
<p>HTML</p>
</div>
<div class="habilidades-separado">
<a target="_blank" href="https://www.w3schools.com/css/"
><img
class="img-fluid"
src="img/habilidades/css.png"
alt="CSS3"
title="CSS3"
/></a>
<p>CSS3</p>
</div>
<div class="habilidades-separado">
<a target="_blank" href="https://www.javascript.com/"
><img
class="img-fluid"
src="img/habilidades/javascript.png"
alt="JavaScript"
title="JavaScript"
/></a>
<p>JavaScript</p>
</div>
<div class="habilidades-separado">
<a target="_blank" href="https://jquery.com/"
><img
class="img-fluid"
src="img/habilidades/jquery.png"
alt="Jquery"
title="Jquery"
/></a>
<p>Jquery</p>
</div>
<div class="habilidades-separado">
<a target="_blank" href="https://git-scm.com/"
><img
class="img-fluid"
src="img/habilidades/git.png"
alt="GIT"
title="GIT"
/></a>
<p>GIT</p>
</div>
<div class="habilidades-separado">
<a target="_blank" href="https://sass-lang.com/"
><img
class="img-fluid"
src="img/habilidades/sass.png"
alt="SASS"
title="SASS"
/></a>
<p>SASS</p>
</div>
<div class="habilidades-separado">
<a target="_blank" href="https://github.com/"
><img
class="img-fluid"
src="img/habilidades/github.png"
alt="GitHub"
title="GitHub"
/></a>
<p>GitHub</p>
</div>
<div class="habilidades-separado">
<a target="_blank" href="https://www.photoshop.com/"
><img
class="img-fluid"
src="img/habilidades/photoshop.png"
alt="PhotoShop"
title="PhotoShop"
/></a>
<p>PhotoShop</p>
</div>
<div class="habilidades-separado">
<a target="_blank" href="http://php.net/"
><img
class="img-fluid"
src="img/habilidades/php.png"
alt="PHP"
title="PHP"
/></a>
<p>PHP</p>
</div>
<div class="habilidades-separado">
<a target="_blank" href="https://br.wordpress.com/"
><img
class="img-fluid"
src="img/habilidades/wordpress.png"
alt="WordPress"
title="WordPress"
/></a>
<p>WordPress</p>
</div>
<div class="habilidades-separado">
<a
target="_blank"
href="https://docs.microsoft.com/pt-br/aspnet/mvc/overview/getting-started/introduction/getting-started"
><img
class="img-fluid"
src="img/habilidades/asp-net-mvc.png"
alt="Asp net MVC"
title="Asp net MVC"
/></a>
<p>Asp net MVC</p>
</div>
<div class="habilidades-separado">
<a
target="_blank"
href="https://www.devmedia.com.br/guia/linguagem-csharp/38152"
><img
class="img-fluid"
src="img/habilidades/csharp.png"
alt="C#"
title="C#"
/></a>
<p>C#</p>
</div>
<div class="habilidades-separado">
<a target="_blank" href="http://www.reactnative.com/"
><img
class="img-fluid"
src="img/habilidades/react-native.png"
alt="React Native"
title="React Native"
/></a>
<p>React Native</p>
</div>
<div class="habilidades-separado">
<a
target="_blank"
href="https://www.microsoft.com/pt-br/sql-server/sql-server-downloads"
><img
class="img-fluid"
src="img/habilidades/sql-server.png"
alt="Sql Server"
title="Sql Server"
/></a>
<p>Sql Server</p>
</div>
<div class="habilidades-separado">
<a target="_blank" href="https://getbootstrap.com/"
><img
class="img-fluid"
src="img/habilidades/boostrap.png"
alt="Bootstrap"
title="Bootstrap"
/></a>
<p>Bootstrap</p>
</div>
</div>
</section>
<div class="margin-all"></div>
<section id="servicos">
<h3 class="text-center">Serviços</h3>
<p class="sub-titulo text-center">
Alguns dos serviços que posso desenvolver
</p>
<div class="margin-all"></div>
<div class="servicos-all container-fluid">
<div class="card-deck text-center">
<div class="card-edit card">
<i class="fas fa-expand-arrows-alt"></i>
<div class="card-body">
<h5 class="card-title">Desenvolvimento de sites</h5>
<p class="card-text">
Um design bem elaborado e responsivo que se adapta aos
dispositivos atuais (smartphone, tablet etc...)
</p>
</div>
</div>
<div class="card-edit card">
<i class="fas fa-rocket"></i>
<div class="card-body">
<h5 class="card-title">SEO</h5>
<p class="card-text">
Otimização para mecanismos de busca do seu site, deixando em
melhores condições nas buscas orgânicas.
</p>
</div>
</div>
<div class="card-edit card">
<i class="fas fa-chalkboard-teacher"></i>
<div class="card-body">
<h5 class="card-title">Resultados</h5>
<p class="card-text">
Unindo um bom design a um seo bem otimizado seu site trará
resultados que você nunca viu antes.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="voce-sabia">
<div class="vs-color">
<div class="container-fluid">
<div class="voce-sabia-bg row align-items-center">
<div
class="col-md-7 text-center text-white d-flex flex-column justify-content-between"
>
<p class="vs-titulo">
Você sabia <i class="fas fa-question"></i>
</p>
<div>
<p>• 94% dos Brasileiros acessam a internet pelo celular.</p>
<p>
• A compatibilidade de um site com dispositivos móveis é um
fator de classificação nos resultados de buscas do Google.
</p>
</div>
<div>
<p class="vs-titulo-02">
SITE NÃO RESPONSIVO SIGNIFICA ESTAR ATRÁS DA CONCORRÊNCIA
<i class="fas fa-exclamation"></i>
</p>
<a
href="https://www.raffcom.com.br/blog/sites-responsivos-ranquearao-melhor/"
target="_blank"
><button
type="button"
value="Saiba Mais"
title="Clique aqui para ler mais"
class="btn color-primary text-white"
>
Saiba Mais
</button></a
>
</div>
</div>
<img
class="col-md-5"
src="img/voce-sabia/responsivo.gif"
alt="Gif Responsivo"
title="Gif Responsivo"
/>
</div>
</div>
</div>
</section>
<section id="portfolio">
<div class="container-fluid">
<h3 class="text-center">Portfólio</h3>
<p class="sub-titulo text-center">Alguns projetos desenvolvidos</p>
<div class="margin-all"></div>
<div class="row container-cards"></div>
</div>
</section>
<section id="frase">
<div
class="frase-bg d-flex justify-content-center flex-column align-items-left"
>
<div class="container-fluid">
<div class="frase-edit">
<p>
<i class="fas fa-quote-left icone-frase"></i> Todo mundo deveria
aprender a programar um computador...pois isso nos ensina como
pensar. <i class="fas fa-quote-right icone-frase"></i>
</p>
</div>
<p class="frase-autor d-flex flex-md-row">Steve Jobs</p>
</div>
</div>
</section>
<div class="margin-all"></div>
<section id="contato" class="container-fluid">
<h3 class="text-center">Contato</h3>
<p class="sub-titulo text-center">Envie sua mensagem</p>
<div class="margin-all"></div>
<div class="row">
<div
style="background: #9b9b9b; padding: 1em"
class="contato-forms col-md-6"
>
<form
class="row d-flex flex-column flex-lg-row"
action="https://formspree.io/[email protected]"
method="POST"
>
<div class="form-group">
<input
required="required"
type="text"
name="name"
class="form-control"
aria-describedby="Nome"
placeholder="Nome"
/>
</div>
<div class="form-group offset-0 offset-lg-1">
<input
required="required"
type="email"
name="email"
class="form-control"
aria-describedby="Email"
placeholder="Email"
/>
</div>
<div class="form-group">
<input
required="required"
type="text"
name="telefone"
class="form-control"
aria-describedby="Telefone"
placeholder="Telefone"
/>
</div>
<div class="form-group offset-0 offset-lg-1">
<input
required="required"
type="text"
name="assunto"
class="form-control"
aria-describedby="Assunto"
placeholder="Assunto"
/>
</div>
<div class="form-group text-area">
<textarea
required="required"
class="form-control"
name="mensagem"
rows="10"
placeholder="Escreva sua mensagem aqui"
></textarea>
</div>
<button
style="width: 100%"
type="submit"
class="btn text-white color-primary"
value="Enviar"
title="Enviar"
>
Enviar
</button>
</form>
</div>
<div class="col-md-6 text-center text-md-left">
<div
class="contato-imediato container-fluid d-flex flex-column align-items-center align-items-md-start"
>
<h6>
Dúvidas? Quer um contato imediato? <br />
Use as opções abaixo! <i class="far fa-smile-wink"></i>
</h6>
<div class="contato-imediato-all">
<div class="row">
<i class="fas fa-map-marker-alt iconecontato"></i>
<p class="">Londrina - PR</p>
</div>
<div class="row">
<i class="fab fa-whatsapp"></i>
<a
style="color: red"
href="https://api.whatsapp.com/send?phone=5543996659495"
target="_blank"
><p class="cinza numerowhats">(43) 99665-9495</p></a
>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<p class="">[email protected]</p>
</div>
</div>
<div class="margin-all"></div>
<div class="redes">
<h6>Redes</h6>
<div class="row">
<a
href="https://www.linkedin.com/in/matheus-henrique-7605b9167/"
target="_blank"
><i class="col-md-1 fab fa-linkedin"></i
></a>
<a href="https://github.com/matheusmhq" target="_blank"
><i class="col-md-1 fab fa-github-square"></i
></a>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer style="overflow: hidden; margin-top: 70px; background: black">
<p class="text-center text-white" style="padding: 1.5em 0">
© <span class="year"></span> Matheus Henrique - Todos os direitos
reservados
</p>
</footer>
<!-- ALL JS -->
<script
type="text/javascript"
src="./plugins/jquery/jquery-3.3.1.min.js"
></script>
<!-- JQUERY -->
<script
type="text/javascript"
src="./plugins/bootstrap/popper.min.js"
></script>
<script
type="text/javascript"
src="./plugins/bootstrap/bootstrap.min.js"
></script>
<!-- BOOTSTRAP -->
<script type="text/javascript" src="./js/all-js.js"></script>
<script
type="text/javascript"
src="./plugins/lightbox/js/lightbox.min.js"
></script>
<script
type="text/javascript"
src="./plugins/particles/particles.min.js"
></script>
<script type="text/javascript" src="./plugins/particles/app.js"></script>
<script
type="text/javascript"
src="./plugins/wow-animate/js/wow.min.js"
></script>
<script type="text/javascript" src="./js/buttontop.js"></script>
</body>
</html>