-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
74 lines (57 loc) · 2.44 KB
/
Copy pathabout.html
File metadata and controls
74 lines (57 loc) · 2.44 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
63
64
65
66
67
68
69
70
71
72
73
74
<!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><a href="resources.html" target="_self">Additional Resources</a></li>
<li><a href="competition.html" target="_self">Code Girls Competition</a></li>
</ul>
<h1>About Us</h1>
<p>Code Girls is a club at Montgomery Blair High School that aims to introduce more girls and nonbinary students to
the field of computer science. Females and nonbinary students are often underrepresented in STEM fields including
computer science, and we hope to change that! Join us weekly during Thursday lunches! We will be teaching several
programming languages such as Python, exploring interesting CS topics such as web development and cybersecurity,
helping club members prepare for the American Computer Science League competition, and even hosting our own coding
competition!
</p>
<h2>Captains</h2>
<p>    Jessica</p>
<p>    Juniper</p>
<p>    Jiya</p>
<p>    Angela</p>
<!--
<table class="center" height="5%">
<tr>
<th><img src="image-placeholder.jpg" alt="Anna" height="5%"></th>
<th><img src="image-placeholder.jpg" alt="Margo" height="5%"></th>
<th><img src="image-placeholder.jpg" alt="Megan" height="5%"></th>
</tr>
<tr>
<th><p>Anna</p></th>
<th><p>Margo</p></th>
<th><p>Megan</p></th>
</tr>
-->
<h2>Teacher Sponsor</h2>
<p>    Ms. Koval</p>
<!--<center><img src="image-placeholder.jpg" alt="Ms. Nora Blasko" height="100px"></center>-->
<!--<h2>Sponsors</h2>
<p>[Insert sponsor logos here??]</p>-->
<div class="footer">Copyright © 2026 Montgomery Blair Code Girls.</div>
</body>
</html>