-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
58 lines (56 loc) · 2.47 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
<!DOCTYPE html>
<html>
<head>
<title>Interactive Demos and Tutorials | Bit by Bit</title>
<meta name="google-site-verification" content="3ZZBiUXLZjoPG_C2Wdb0t6goBE73uGxwygCi0gwGWOk" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="assets/prism.css">
<link rel="icon" type="image/png" href="assets/favicon.svg">
<link href="https://fonts.googleapis.com/css2?family=Anonymous+Pro&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/7f9874946f.js" crossorigin="anonymous"></script>
</head>
<body id="body">
<div id="header" class="flex-container-header">
<h1 class="flex-item-header" id="top-heading">ALL DEMOS AND TUTORIALS</h1>
<div class="flex-item-header">
<img id="bxb-logo" src="https://bitbybitcoding.org/imgs/Logos%20and%20Icons/Logo.svg" alt="Logo">
</div>
</div>
<br />
<h1 style="text-align:center;">Interactive Demos and Tutorials</h1>
<div class="content grid-flex">
<img src="/assets/bit-by-bot-images/waving-happy-bot.svg" width="10%" id="main-pic-1">
<div class="grid-item" id="demos-box">
<h3>DEMOS</h3>
<p>Check out our interactive demos!</p>
</div>
<div class="grid-item" id="tutorials-box">
<h3>TUTORIALS</h3>
<p>Learn HTML, CSS, and Javascript with our interactive tutorials!</p>
</div>
<img src="/assets/bit-by-bot-images/two-hands-party-bot.svg" width="8%" id="main-pic-2">
</div>
<footer>
<div class="footer-home">
<h4>Visit our main page</h4>
<a href="https://bitbybitcoding.org" target="_blank">https://bitbybitcoding.org</a>
</div>
<div class="footer-socials">
<h4>Follow us</h4>
<ul class="socials">
<li><a href="https://www.facebook.com/BitByBitCoding" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/_bitxbit_" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/company/bit-by-bit-coding" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<div class="footer-info">
<p>Bit by Bit Coding is a registered nonprofit</p>
<p>EIN 84-5025902</p>
<p>© 2022 Bit by Bit Coding</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>