-
Notifications
You must be signed in to change notification settings - Fork 6
/
about.html
62 lines (50 loc) · 2.37 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css" />
<link rel="stylesheet" href="css/main.css" />
<link id="css" rel="stylesheet" href="css/normal.css" />
<link rel="icon" type="image/x-icon" href="static/hackclubfav.png" />
<title>Hack Club Poornima</title>
</head>
<body>
<header>
<nav id="navbar">
</nav>
<h1>About Us</h1>
</header>
<main>
<h2>What is Hack Club Poornima?</h2>
<p>A place where we can ...</p>
<ul>
<li>Run events: like HackJams and Hackathons which are short events in which students can create anything within their means in teams.</li>
<li>Run workshops: group learning events where students can lead and learn both CS and other maker skills.</li>
<li>Create projects for the Hack Club community: anything a student wants to make, be it an app, a tool, an event, we want to make it happen as a team.</li>
<li>Simply put, we are a team of creators, and want to bring that drive to create anything.</li>
</ul>
<h2>Who are we?</h2>
<p>We are students from across Poornima Group who are working together to create meaningful work for our college and the pipeline to continue doing it.</p>
<h3>What is our Mission?</h3>
<p>To teach CS/SE through flexible non-cumulative workshops and provide opportunities of collaborative work on projects for the Poornima Students by the Poornima Students including software, hardware, art, and events(hackathons, hackjams, etc).</p>
<h3>What is Hack Club?</h3>
<p>Hack Club is an American based nonprofit organization helping establish Coding Clubs.</p>
<section>
<h3>Founder</h3>
<p>Rachit Agarwal: <a href="https://www.linkedin.com/in/rachitag112/">Contact him</a></p>
</section>
<section>
<blockquote>
<p>"Tell me and I forget, teach me and I may remember, involve me and I learn."</p>
<p>Benjamin Franklin</p>
</blockquote>
</section>
</main>
<footer>
<p>Created with ❤️ by Hack Club Poornima</p>
</footer>
</body>
<script src="js/main.js"></script>
</html>