-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·135 lines (122 loc) · 4.91 KB
/
Copy pathindex.html
File metadata and controls
executable file
·135 lines (122 loc) · 4.91 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Engineers Without Borders | Columbia University</title>
<meta name="description" content="Blueprint: On-Scroll Animated Header" />
<link rel="shortcut icon" href="assets/images/newfavicon.ico">
<link rel="stylesheet" type="text/css" href="css/responsiveslides.css" />
<link rel="stylesheet" type="text/css" href="css/headerComponent.css" />
<link rel="stylesheet" type="text/css" href="css/default.css" />
<link href='https://fonts.googleapis.com/css?family=Roboto:400,900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<script src="js/modernizr.custom.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="js/responsiveslides.min.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<div class="container">
<!-- NAV BAR -->
<div class="cbp-af-header">
<div class="cbp-af-inner">
<a href="http://cuewb.org/"><h1><img src="assets/images/newlogo.png"></h1></a>
<nav>
<a href="http://cuewb.org/" class="active">Home</a>
<a href="http://cuewb.org/about">About</a>
<a href="http://cuewb.org/projects">Projects</a>
<a href="http://cuewb.org/blog">Blog</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdw33bKWCmzXySU0E9rswTzphUEYpd1fjmmTWjUcDnfwJ_FNw/viewform">Join</a>
<a href="assets/files/Spring_2021_Newsletter.pdf">Newsletter</a>
<a href="http://cuewb.org/donate"><b>Donate!</b></a>
</nav>
</div>
</div>
<!-- SLIDESHOW -->
<section><ul class="rslides" id="slideshow">
<li><img src="assets/images/slideshow_1.jpg" alt=""></li>
<li><img src="assets/images/FPRotate2.jpg" alt=""></li>
<li><img src="assets/images/FPRotate3.jpg" alt=""></li>
<li><img src="assets/images/FPRotate4.jpg" alt=""></li>
<li><img src="assets/images/FPRotate5.jpg" alt=""></li>
<li><img src="assets/images/FPRotate6.jpg" alt=""></li>
</ul></section>
<!-- MISSION -->
<section><div id="mission">
<h1>Engineering With A Purpose</h1>
<p>Engineers Without Borders (EWB) USA supports community-driven development programs worldwide by collaborating with local partners to design and implement sustainable engineering projects, while creating transformative experiences and responsible leaders. Founded in 2004, Columbia University's student chapter follows this mission by working on sustainable engineering projects in Ghana, Morocco, and Uganda.</p>
</div></section>
<!-- JOIN -->
<section><div id="join">
<h1>How Can I Join?</h1>
<p>Engineers Without Borders at Columbia is open to all students at Columbia University and Barnard. This includes non-engineers, as we take a multidisciplinary approach to our development work.
<br><b>Simply attend any one of our meetings to join!</b></p>
<p> Morocco: Thursdays @ 6:30pm (Lerner 302)<br>
Yuba County: Mondays @ 7:30pm (Lerner 302) <br>
Uganda: Mondays @ 9:00pm (Hamilton 317 and 318)</p>
</div></section>
<style>
/* MISSION STATEMENT CSS */
#mission{
color: #f0ece8;
text-align: center;
background: #0065b2;
padding: 8% 8% 8%;
}
#mission h1 {
font-size: 2.3em;
font-weight: bold;
}
#mission p {
font-size: 1.3em;
}
#page-container{
margin-top: 150px;
color: #333;
}
/* HOW TO JOIN CSS */
#join{
color: #f0ece8;
text-align: center;
background: #8A8D4A;
padding: 8% 8% 8%;
}
#join h1 {
font-size: 2.3em;
font-weight: bold;
}
#join p {
font-size: 1.3em;
}
</style>
<!-- FOOTER -->
<section><div id="footer">
<div class="footer-box">
<span>Join</span>
<p>Simply attend any one of our meetings to join!</p>
<p> Morocco: Thursdays at 6:30pm (Lerner 302) <br>
Yuba County: Mondays @ 7:30pm (Lerner 302) <br>
Uganda: Mondays @ 9:00pm (Hamilton 309) </p>
</div>
<div class="footer-box" id="social">
<span>Social</span>
<p>
<a href="https://www.facebook.com/cuewb/" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/company/2624?trk=prof-exp-company-name" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://www.instagram.com/cuewb/" target="_blank"><i class="fa fa-instagram"></i></a>
</p>
</div>
<div class="footer-box">
<span> Contact Us </span>
<p>cu-ewb@columbia.edu</p>
</div>
<div id="clearfix"></div>
</div></section>
</div>
<!-- classie.js by @desandro: https://github.com/desandro/classie -->
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.min.js"></script>
</body>
</html>