-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
211 lines (210 loc) · 10.9 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<title>Matheus Gabriel - Site</title>
</head>
<body class="body user-select-none">
<div class="hamburguer d-none d-lg-flex position-fixed p-2 justify-content-evenly flex-column shadow-sm">
<div class="line w-100 bg-light" id="line1"></div>
<div class="line w-100 bg-light" id="line2"></div>
<div class="line w-100 bg-light" id="line3"></div>
<span class="d-flex position-absolute text-uppercase justify-content-center align-items-center bg-secondary">fechar</span>
</div>
<aside>
<nav class="navbar navbar-light navbar-expand-lg position-fixed">
<div class="container-fluid p-0">
<span class="navbar-brand d-lg-none mx-2 px-1">Matheus - Site</span>
<button class="navbar-toggler d-lg-none mx-3" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse pb-lg-4 mb-lg-4" id="navbarSupportedContent">
<ul class="navbar-nav d-flex flex-column text-uppercase me-auto mb-0">
<li class="d-lg-none"><hr class="dropdown-divider"></li>
<li class="nav-item ms-2 text-center text-lg-start"><a class="nav-link fs-3" aria-current="page" href="#home">Início</a></li>
<li class="nav-item ms-2 text-center text-lg-start"><a class="nav-link fs-3" aria-current="page" href="#proficional">Profissional</a></li>
<li class="nav-item ms-2 text-center text-lg-start"><a class="nav-link fs-3" aria-current="page" href="#projetos">Projetos</a></li>
<li class="nav-item ms-2 text-center text-lg-start"><a class="nav-link fs-3" href="#">Escrita</a></li>
<li class="nav-item ms-2 text-center text-lg-start"><a class="nav-link fs-3" aria-current="page" href="#contato">Contato</a></li>
<li class="d-none d-lg-block ms-3"><hr class="dropdown-divider"></li>
</ul>
</div>
</div>
</nav>
<div class="social-media d-none d-lg-flex w-25 position-fixed justify-content-evenly my-3">
<a class="text-decoration-none" href="#"><i class="fab fa-whatsapp d-flex fs-1 justify-content-center align-items-center rounded-circle bg-dark"></i></a>
<a class="text-decoration-none" href="#"><i class="fab fa-github-alt d-flex fs-1 justify-content-center align-items-center rounded-circle bg-dark"></i></a>
<a class="text-decoration-none" href="#"><i class="fab fa-linkedin-in d-flex fs-1 justify-content-center align-items-center rounded-circle bg-dark"></i></a>
</div>
</aside>
<header id="home" class="w-100 vh-100 position-relative overflow-hidden">
<div class="img-wrapper w-100 h-100">
<img class="w-100 h-100" src="img/bg.jpg" alt="">
</div>
<div class="banner position-absolute">
<h1 class="fs-1 my-2">Programador, WebDev, GameDev & Escritor</h1>
<h2 class="fs-2 my-2">Matheus Gabriel de Lima</h2>
<button class="fs-4 text-uppercase my-3 px-5 py-3 border-0 shadow-lg">Saiba Mais</button>
</div>
</header>
<section class="bg-light" id="proficional">
<div class="d-flex justify-content-center align-items-center">
<h1 class="fs-1 my-4 border-bottom border-secondary border-5">Profissional</h1>
</div>
<div class="container">
<div class="row">
<div class="hab-info col m-1 px-4">
<div class="d-flex my-3">
<i class="fas fa-code fs-1 me-2"></i>
<h3 class="fs-3 pt-1">HTML/CSS</h3>
</div>
<div class="row">
<p>Linguagens de marcação e estilização base das páginas web.</p>
</div>
</div>
<div class="hab-info col m-1 px-4">
<div class="d-flex my-3">
<i class="fab fa-js-square fs-1 me-2"></i>
<h3 class="fs-3 pt-1">JavaScript</h3>
</div>
<div class="row">
<p>Junto com HTML e CSS, principal tecnologia de desenvolvimento web e front-end.</p>
</div>
</div>
<div class="hab-info col m-1 px-4">
<div class="d-flex my-3">
<i class="fab fa-bootstrap fs-1 me-2"></i>
<h3 class="fs-3 pt-1">Bootstrap</h3>
</div>
<div class="row">
<p>Framework para desenvolvimento de sites veloz, dinâmico e responsivo.</p>
</div>
</div>
</div>
<div class="row">
<div class="hab-info col m-1 px-4">
<div class="d-flex my-3">
<img class="me-2" width="45" src="img/csharp.svg"/>
<h3 class="fs-3 pt-1">CSharp</h3>
</div>
<div class="row">
<p>Linguagem de programação fortemente, parte da plataforma dotNET.</p>
</div>
</div>
<div class="hab-info col m-1 px-4">
<div class="d-flex my-3">
<i class="fas fa-pencil-alt fs-1 me-2"></i>
<h3 class="fs-3 pt-1">Design</h3>
</div>
<div class="row">
<p>Edição em PhotoShop.</p>
</div>
</div>
<div class="hab-info col m-1 px-4">
<div class="d-flex my-3">
<i class="fab fa-git-square fs-1 me-2"></i>
<h3 class="fs-3 pt-1">Git e GitHub</h3>
</div>
<div class="row">
<p>Utilização de repositórios e desenvolvimento dinâmico de códigos.</p>
</div>
</div>
</div>
</div>
</section>
<section class="container mb-4" id="projetos">
<div class="d-flex justify-content-center align-items-center">
<h1 class="fs-1 my-4 border-bottom border-secondary border-5">Projetos</h1>
</div>
<div class="row justify-content-center">
<div class="col-auto mx-0 my-3">
<div class="card position-relative px-0 bg-warning shadow-lg">
<div class="card-img-wrapper w-100 h-100">
<img class="w-100 h-100" src="img/exproj.jpg">
</div>
<div class="card-body hover position-absolute">
<h2 class="card-title fs-3">Projeto Exemplo0</h2>
<h3 class="fs-4">Javascript</h3>
<p class="card-text">Qualquer coisa que seja para a característica da existência do próprio objeto.</p>
<button class="fs-5 text-uppercase px-5 py-1 border-0 shadow-lg">Ver</button>
</div>
</div>
</div>
<div class="col-auto mx-0 my-3">
<div class="card position-relative px-0 bg-warning shadow-lg">
<div class="card-img-wrapper w-100 h-100">
<img class="w-100 h-100" src="img/exproj.jpg">
</div>
<div class="card-body hover position-absolute">
<h2 class="card-title fs-3">Projeto Exemplo0</h2>
<h3 class="fs-4">Javascript</h3>
<p class="card-text">Qualquer coisa que seja para a característica da existência do próprio objeto.</p>
<button class="fs-5 text-uppercase px-5 py-1 border-0 shadow-lg">Ver</button>
</div>
</div>
</div>
<div class="col-auto d-lg-none d-xl-block mx-0 my-3">
<div class="card position-relative px-0 bg-warning shadow-lg">
<div class="card-img-wrapper w-100 h-100">
<img class="w-100 h-100" src="img/exproj.jpg">
</div>
<div class="card-body hover position-absolute">
<h2 class="card-title fs-3">Projeto Exemplo0</h2>
<h3 class="fs-4">Javascript</h3>
<p class="card-text">Qualquer coisa que seja para a característica da existência do próprio objeto.</p>
<button class="fs-5 text-uppercase px-5 py-1 border-0 shadow-lg">Ver</button>
</div>
</div>
</div>
<div class="col-auto mx-0 my-3">
<div class="card position-relative px-0 bg-transparent shadow-sm">
<div class="card-body card-body-link position-absolute">
<div class="fs-4 bg-secondary mb-3" style="width: 12rem; height: 1.5rem; opacity: .1;"></div>
<div class="fs-4 bg-secondary" style="width: 5rem; height: 1.3rem; margin-bottom: 0.9rem; opacity: .1;"></div>
<div class="fs-4 bg-secondary mb-2" style="width: 11rem; height: 1rem; opacity: .1;"></div>
<div class="fs-4 bg-secondary mb-2" style="width: 13rem; height: 1rem; opacity: .1;"></div>
<div class="fs-4 bg-secondary" style="width: 9rem; height: 1rem; margin-bottom: 1.2rem; opacity: .1;"></div>
<button class="fs-5 text-uppercase px-5 py-1 border-0 shadow-lg">Ver todos</button>
</div>
</div>
</div>
</div>
</section>
<section class="d-flex w-100 vh-100 justify-content-center align-items-center" id="contato">
<div class="contato-wrapper d-flex justify-content-center align-items-center flex-column shadow-lg">
<h1 class="fs-1 mb-3 mb-xl-5 mt-0 pt-0 border-bottom border-secondary border-5">Contato</h1>
<form class="info d-flex w-100 justify-content-center align-items-center flex-column">
<div class="d-flex w-75 flex-column mb-1">
<label for="nome">Nome</label>
<input type="text" id="nome" class="input w-100">
</div>
<div class="d-flex w-75 flex-column mb-1">
<label for="email">E-mail</label>
<input type="text" id="email" class="input w-100">
</div>
<div class="d-flex w-75 flex-column mb-1">
<label for="mensagem">Mensagem</label>
<textarea class="w-100 mt-2" id="mensagem"></textarea>
</div>
<button type="submit" class="fs-5 w-75 text-uppercase my-3 py-1 border-0 shadow-lg">Enviar</button>
</form>
</div>
</section>
<footer class="d-flex w-100 justify-content-center align-items-center flex-column text-center border-top border-secondary border-2">
<p class="m-0 p-0 user-select-auto">Copyright © 2021; Matheus Gabriel de Lima || contato: mg01012021@hotmail.com<span class="d-lg-none">.</span></p>
<p class="d-lg-none"> Acesse as redes sociais:</p>
<div class="social-foot d-flex d-lg-none w-75 justify-content-evenly my-2">
<a class="text-decoration-none" href="#"><i class="fab fa-whatsapp d-flex fs-1 justify-content-center align-items-center rounded-circle bg-dark"></i></a>
<a class="text-decoration-none" href="#"><i class="fab fa-github-alt d-flex fs-1 justify-content-center align-items-center rounded-circle bg-dark"></i></a>
<a class="text-decoration-none" href="#"><i class="fab fa-linkedin-in d-flex fs-1 justify-content-center align-items-center rounded-circle bg-dark"></i></a>
</div>
</footer>
<a href="#home" id="link-topo" class="d-none d-lg-flex position-fixed text-decoration-none justify-content-center align-items-center shadow-lg bg-light"><i class="fas fa-arrow-up"></i></a>
</body>
<script>
document.querySelector(".hamburguer").addEventListener("click", () => {document.querySelector(".body").classList.toggle("show-menu");});
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/bb44415f08.js" crossorigin="anonymous"></script>
</html>