-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (53 loc) · 1.82 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
<!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="https://cdn.simplecss.org/simple.min.css">
<link rel="stylesheet" href="css/theme.css">
<title>Codigolândia</title>
</head>
<body>
<header>
<figure>
<img class="logo" src="img/logo_256.png">
</figure>
<nav>
<a target=_blank href="https://www.youtube.com/@codigolandia?sub_confirmation=1">YouTube</a>
<a target=_blank href="https://twitch.tv/codigolandia">Twitch</a>
<a target=_blank href="https://github.com/codigolandia">Github</a>
</nav>
</header>
<main>
<article>
<h2>Live Quest</h2>
<p> O projeto <b>Live Quest</b> é o nosso atual projeto em
desenvolvimento. O objetivo deste projeto é facilitar uma
<b>forma interativa de aprendizagem de programação</b>.</p>
<p>Os participantes da transmissão ao vivo irão desbloquear
recursos nessa quest ao completarem desafios de lógica de
programação, em diferentes linguagens. Durante as transmissões,
iremos ajudar no desenvolvimento destes desafios para quem
precisar daquela força!</p>
<a target=_blank href="https://github.com/codigolandia/live-quest">
Saiba mais sobre o projeto no Github
</a>
<h3>DevLog</h3>
<p>Todo o desenvolvimento está registrado no Youtube, desde
a criação do repositório no Github!</p>
<figure>
<img src="img/playlist.png" alt="Playlist do Live Quest">
<figcaption>
Assista aos episódios desta saga
<a target="_blank"
href="https://www.youtube.com/playlist?list=PL9cYPBWKAaqVqGy2GNv5Udr3H1-0FLxuC">
em nossa playlist </a>
</figcaption>
</figure>
</article>
</main>
<footer>
<p>© Codigolândia 2024</p>
</footer>
</body>
</html>