-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (56 loc) · 2.09 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Code Girls</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<script src="script.js"></script>
<ul>
<li><a href="index.html" target="_self">Home</a></li>
<li><a href="about.html" target="_self">About</a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Curriculum</a>
<div class="dropdown-content">
<a href="2022-2023.html" target="_self">2022-2023</a>
<a href="resources.html" target="_self">Additional Resources</a>
</li>
<li><a href="competition.html" target="_self">Overview</a></li>
</ul>
<br>
<br>
<br>
<br>
<center><img src="logo-no-text-1024.png" alt="Logo"></center>
<center>
<h1>Montgomery Blair Code Girls</h1>
</center>
<!--
<center class="references">
<h3><b>Register for the 2022 competition <a href="https://bit.ly/2022cgc" target="_blank">here</a>!</b>
</h3>
</center>
-->
</br>
<center>
<p>Meetings every Thursday lunch</p>
</center>
<center><p>Sign Up: <a href="https://bit.ly/codegirls22-23" target="_blank">https://bit.ly/codegirls22-23</a> </p></center>-->
<center>
<p>[email protected]</p>
</center>
<center><a href="https://www.instagram.com/mbhscodegirls/"><img src="instagram.png" alt="instagram"
height="40"></a> <a href="https://twitter.com/blaircodegirls"><img src="twitter.png"
alt="twiter" height="40"></a></center>
<div class="footer">Copyright © 2022 Montgomery Blair Code Girls.</div>
</body>
</html>