-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojects.html
More file actions
32 lines (31 loc) · 2.03 KB
/
projects.html
File metadata and controls
32 lines (31 loc) · 2.03 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
<head>
<title>DISC NU · Projects</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">
</head>
<body>
<div class="menu-nav animated fadeInDown">
<a href="/"><img src="/img/disc%20logo.png"></a>
<a href="/mission.html">Our Mission</a>
<a href="/team.html">Executive Board</a>
<a href="/projects.html">Projects</a>
<a href="/contact.html">Contact Us</a>
</div>
<div class="child">
<div class="header-bg header-project">
<i class="material-icons icon-big" style="font-size: 4rem; margin-bottom: 15px; color: #fff;">contacts</i>
<div class="green-bar green-bar-contact"></div>
<h1>PROJECTS</h1></div>
<div class="child-text child-text-project">
<h2>Spring '18</h2>
<h3>Community Currency</h3>
<img src="img/commcurrency.png">
<p>Our first project is in partnership with <a href="https://www.commcurrency.com/">Community Currency</a>, a non-profit startup which collects wasted foreign currency and sends the proceeds to disadvantaged Chicagoland children and educators. We are in the process of redesigning their website to create a solution that meets Community Currency’s needs, with a special focus on mobile-friendly web displays. We're also providing an implementation strategy to ensure that Community Currency is able to maintain the site independently in the long term.</p>
</div>
</div>
</body>