-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (42 loc) · 2.31 KB
/
index.html
File metadata and controls
62 lines (42 loc) · 2.31 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Um bot que ira moderar e deixar a sua comunidade segura de um jeito facil!">
<title>Tea Time</title>
<link rel="stylesheet" href="CSS/style.css">
<link rel="shortcut icon" href="Images/icon.png" type="image/x-icon">
</head>
<body>
<header class="header">
<img class="header-image" src="Images/logo.png" alt="Logo">
<nav class="header-menu">
<a class="header-menu-item" href="https://discord.gg/BUcMQgt4yh" target="_blank">Community</a>
<a class="header-menu-item" href="">Tutorial</a>
<a class="header-menu-item" href="">Open Source</a>
<a class="header-menu-item" href="#about">About</a>
</nav>
</header>
<main class="content">
<section class="main-content">
<div class="main-written-content">
<h1 class="main-written-content-title">Tea Time</h1>
<h2 class="main-written-content-subtitle">Community to learn and have fun</h2>
<button class="main-written-content-button"><a class="link" href="https://discord.gg/BUcMQgt4yh" target="_blank">Join</a></button>
</div>
<img class="main-content-image" src="Images/tea.png" alt="Balle Bot">
</section>
<section class="secondary-content">
<h3 id="about" class="secondary-content-title">About The Community</h3>
<p class="secondary-content-paragraph">1. Exclusive channels for learning different languages, from <strong>English</strong> to <strong>Chinese Mandarin</strong></p>
<p class="secondary-content-paragraph">2. It has channels so you can learn about <strong>Development</strong> and different <strong>Programming Languages</strong> like <strong>Python</strong>, <strong>JavaScript</strong>, etc.</p>
<p class="secondary-content-paragraph">3. It also has channels for those who want to have fun, <strong>playing online</strong> with friends</p>
</section>
</main>
<footer class="footer">
<img class="footer-image" src="Images/teatime.png" alt="Ballerini">
</footer>
</body>
</html>