-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (76 loc) · 3.38 KB
/
index.html
File metadata and controls
80 lines (76 loc) · 3.38 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
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>CodeForCharity</title>
<link rel="stylesheet" href="./css/index.css" />
<link rel="stylesheet" href="./main.css" />
<link rel="icon" type="image/x-icon" href="./favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="header">
<a href="" id="cfc-text">CodeForCharity</a>
<div id="links">
<div id="wide" style="display: none">
<a class="link" href="">Home</a> <a class="link" href="./our-process/">Our Process</a>
<a class="link" href="./archive/">Project Archive</a>
<a class="link" href="./active-projects/">Active Projects</a>
<a class="link" href="./contact-us/">Contact Us</a>
</div>
<img id="narrow" src="./images/hamburger-menu.svg" style="display: none" />
</div>
</div>
<div style="background:red;color:white;font-weight:bold;text-align:center; padding:2rem;">
THIS WEBSITE IS MOSTLY OUT OF DATE AND IS IN THE PROCESS OF BEING UPDATED. PLEASE CHECK BACK LATER FOR MORE
</div>
<div id="links-narrow" style="display: none">
<a class="link" href="">Home</a> <a class="link" href="./our-process/">Our Process</a>
<a class="link" href="./archive/">Project Archive</a>
<a class="link" href="./active-projects/">Active Projects</a>
<a class="link" href="./contact-us/">Contact Us</a>
</div>
<div id="main-text">
<h2>CodeForCharity</h2>
<div>
We are a community of high school coders, thinkers, artists, and engineers based in Bergen County, New
Jersey.
</div>
<div>
Together, our mission is to help out charities and all sorts of nonprofit organizations and communities
establish an online presence in the modern digital world. We help out with creating websites, web and
mobile applications for any organizations that need help in those areas.
</div>
<div>
Our developers and organization members are well versed in the website and application field, and are
capable of putting together professional, production ready software, built with the goal of quality,
longevity, and maintainability.
</div>
<div>
Feel free to look at our project archive to see some of the projects that we've worked on in the past,
or our active projects page to take a look at the projects we are currently working on or planning to
start working on in the near future. All of our project code is open source.
</div>
</div>
<br />
<div id="image">
<img id="cfc-image" src="./images/cfc.jpg" />
</div>
<h1>Our Organization Leaders</h1>
<h2>HEADS OF CodeForCharity</h2>
<div class="names">
Parth Jain - President <br />
Jack Crowley - President <br />
Jacob Berger - Head of Operations <br />
Mudasir Ali - Lead Developer <br />
<br />
Isha Tyagi - Lead Developer <br />
Shreya Thirumala - Lead Developer <br />
Kunj Parikh - Lead Developer <br />
Devin Joe - Management <br />
Emma Kabous - Head Interface Designer <br />
<br><br><br>
</div>
<script src="./main.js"></script>
</body>
</html>