forked from ObieSource/obiesource.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
33 lines (30 loc) · 1.66 KB
/
about.html
File metadata and controls
33 lines (30 loc) · 1.66 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
<!DOCTYPE html>
<head>
<title>About ObieSource</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<meta property="og:title" content="About ObieSource">
<meta property="og:description" content="Open Source is a programming philosophy that work and ownership of projects should be decentralized and community-based.">
<meta property="og:url" content="https://obiesource.github.io/about.html">
<meta property="og:type" content="article">
</head>
<body>
<!-- Attempt at a navbar without bootstrap API lol -->
<header>
<nav>
<ul>
<li><a href="/index.html">Home</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/resources.html">Resources</a></li>
<li><a href="/membersdir.html">Members</a></li>
<li><a href="/contact.html">Contact Us</a></li>
</ul>
</nav>
</header>
<main>
<h1>What is Open Source?</h1>
<p>Open Source is a programming philosophy that work and ownership of projects should be decentralized and community-based. Open Source Software (OSS) is software which is publically visible and modifiable. Some OSS projects that you may know or have used include Mozilla Firefox, Linux, Audacity, and Wordpress.</p>
<h1>What do we do?</h1>
<p>Oberlin Open Source Club (ObieSource) is a club in which students can interact with Oberlin-specific open source projects. Anyone can join, and anyone can contribute to our projects. To see what we're working on, checkout our <a href="https://github.com/ObieSource">GitHub Page</a>, and explore our website to learn more about our club!</p>
</main>
</body>