-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathabout.html
20 lines (17 loc) · 1.65 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>
<h1>About</h1>
<p>BFHS-Open is a community dedicated to the pursuit of knowledge, openness, and creativity. We strive to learn by sharing what we are working on with one another. We create and collect all of our projects with transparency in mind, so as to reach and benefit as many members of our community as possible, including other clubs at BFHS. For any prospective members, it is important to note that no prerequisite knowledge is required for membership. All one needs is the motivation and dedication to learn.</p>
<p>There is much fun to be had as a member of BFHS-Open. Every Monday, we meet to have hands-on time with whatever projects the club in currently involved in. These meetings are a great opportunity to learn from other club members and experience new technologies. Additionally, we have lunch meetings on Mondays and Wednesdays, where we have discussions, make plans, and work on soft projects, such as creating posters. In the future, we also plan on participating in and/or hosting hackathons and code jams.</p>
<p>With the limited time we have to meet each week, much of the progress made in each project is done asynchronously, on our own time, using collaboration tools such as Github, and we are working on hosting our own collaboration suite on the new server we were granted. We hope you will consider joining BFHS-Open!</p>
</body>
</html>