-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
64 lines (63 loc) · 2.24 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
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="About CS for Social Good">
<meta name="author" content="UNC CS for Social Good">
<title>CS for Social Good | About Us</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<div class="container">
<h1 id="title">
<span class="icon">
<img class="iconImg" src="img/trimmed_logo.png">
</span>
UNC CS + Social Good
</h1>
<div class="navbar">
<div class="navlink">
<a href="index.html">Home</a>
</div>
<div class="navlink" id="current">
<a href="#">About Us</a>
</div>
<div class="navlink">
<a href="projects.html">Projects</a>
</div>
<div class="navlink">
<a href="workwithus.html">Work with Us</a>
</div>
</div>
</div>
</header>
<section class="main">
<div class="container">
<article id="main-col">
<h1 id="page-title">About Us</h1>
<p>
<!--Mission Statement-->
The goal of the organization is to foster discussion and action for ethical uses of technology.
Our projects will enable us to understand the applications and impacts of technology
beyond Computer Science alone. In addition, we will be able to give back to UNC and other
communities with our projects.
</p>
<div class="dark">
<h3>The Team</h3>
<p id="leadership">
President - Neil Davis<br>Treasurer - Visrut Sudhakar
</p>
</div>
</article>
</div>
</section>
<div class="footer">
<footer>
<p>CS for Social Good - UNC Chapel Hill</p>
</footer>
</div>
</body>
</html>