-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmission.html
More file actions
46 lines (43 loc) · 2.74 KB
/
mission.html
File metadata and controls
46 lines (43 loc) · 2.74 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
<head>
<title>DISC NU · Our Mission</title>
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link rel="icon"
type="image/ico"
href="/img/favicon.ico">
</head>
<body>
<div class="menu-nav animated fadeInDown">
<a class="logoImg" href="/"><img src="/img/disc%20logo.png"></a>
<div class="bar">
<nav class="main-nav">
<ul id="nav" class="">
<li><a href="/mission">Our Mission</a></li>
<li><a href="/team">Executive Board</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/contact">Contact Us</a></li>
</ul>
</nav>
</div>
<a id="hamburger" class="nav-opener" href="#"><span></span></a>
</div>
<div class="child">
<div class="header-bg header-mission">
<i class="material-icons icon-big" style="font-size: 4rem; z-index: 99; position: relative; color: #fff;">dashboard</i>
<div class="green-bar green-bar-mission" style="position: relative; z-index: 99;"></div>
<h1 style="position: relative; z-index: 99;">OUR MISSION</h1>
</div>
<div class="child-text">
<h2>PASSIONATE TEAMS. IMPACTFUL PROJECTS. TECH FOR GOOD.</h2>
<p>DISC started as a student group in 2017 with the goal of expanding Northwestern students' perceptions of the capabilities of technology. Since then, we've gathered a diverse group of student leaders interested in using technology to make a positive impact on the world. We recognize the power of collaboration across difference, and look for the right balance of technical and non-technical skills when we work together.</p>
<p>We do this by assembling project teams of hardworking students, and challenging them to grow as they work for our clients.</p>
<p>Our work couldn't be done without the help of our national organization, <a href="https://techshift.co/">TechShift</a>, as well as the <a href="https://www.mccormick.northwestern.edu/">McCormick School of Engineering</a>.</p>
</div>
</div>
<script src="main.js"></script>
</body>