-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (37 loc) · 2.68 KB
/
index.html
File metadata and controls
38 lines (37 loc) · 2.68 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Code Easy - Quase pronto!" />
<meta name="author" content="Felipe Renan Vieira" />
<title>Code Easy - Aprenda de forma simples e prática</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap" rel="stylesheet" />
<link href="css/styles.css" rel="stylesheet" />
</head>
<body>
<video class="bg-video" playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop"><source src="assets/mp4/background.mp4" type="video/mp4" /></video>
<div class="masthead">
<div class="masthead-content text-white">
<div class="container-fluid px-4 px-lg-0">
<h1 class="fst-italic lh-1 mb-4">Quase pronto!</h1>
<p class="mb-5">A Code Easy se manteve estagnada por um tempo, mas em breve voltará com conteúdos sobre programação de computadores e tecnologia para que você posso continuar a <i><strong>aprender de forma simples e prática!</strong></i></p>
<p>Enquanto isso acesse alguns dos nossos antigos conteúdos aqui no nosso canal no YouTube e aproveite para se inscrever, ativar o sininho e, assim, se manter atualizado com o que vier por aí.</p>
<br/>
<button class="btn btn-lg btn-danger" id="submitButton" type="button" onclick="window.open('https://youtube.com/codeeasy', '_blank')"><i class="fab fa-youtube"></i> YouTube</button>
</div>
</div>
</div>
<div class="social-icons">
<div class="d-flex flex-row flex-lg-column justify-content-center align-items-center h-100 mt-3 mt-lg-0">
<a class="btn btn-dark m-3" href="https://github.com/codeeasy-dev" target="_blank"><i class="fab fa-github"></i></a>
<a class="btn btn-dark m-3" href="https://youtube.com/codeeasy" target="_blank"><i class="fab fa-youtube"></i></a>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>