-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
45 lines (37 loc) · 1.54 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
<!DOCTYPE html>
<html lang="en">
<head><link rel="stylesheet" href="style.css">
<title>BFHS-Open | Ben Franklin Computer Science Club</title>
<meta charset="UTF-8">
</head>
<body>
<nav>
<a href="index.html">BFHS-Open</a>
<a href="about.html">About</a>
</nav>
<p>A center of gravity for open work happening at or associated with Benjamin Franklin High School.</p>
<p>BHFS-Open is an initiative of the BFHS Computer Science Club in effort to create, organize, and support projects being done transparently.</p>
<h1>Get involved</h1>
<ul>
<li>Attend weekly meetings in Room 213</li>
<ul>
<li>Currently Mondays after school</li>
</ul>
<li>Join the CSC <a href="https://discord.gg/kUd3m8HMG8">Discord Server</a></li>
<li>Join our IRC channel at ##bfhs-open on libera.chat</li>
</ul>
<h1>How to participate</h1>
<ul>
<li><a href="https://github.com/BFHS-Open">Contribute to our various projects on Github</a></li>
<li><a href="https://github.com/BFHS-Open/knowledge-base">Create your own knowledge base and share it with us</a></li>
</ul>
<h1>Projects</h1>
<ul>
<li><a href="https://github.com/BFHS-Open/bfhs-open.github.io">Official BFHS-Open website</a></li>
<li><a href="https://github.com/BFHS-Open/knowledge-base">Collective knowledge base</a></li>
<li>SuperTuxKart game server</li>
<li>Learning Git to keep track of changes</li>
<li>Learning Python to make games, utilities, and more</li>
</ul>
</body>
</html>