forked from martinezjose/shpe-ucsd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·287 lines (256 loc) · 18.2 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
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>SHPE UCSD</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="assets/plugins/flexslider/flexslider.css">
<link rel="stylesheet" href="assets/plugins/pretty-photo/css/prettyPhoto.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="home-page">
<div class="wrapper">
<!-- ******HEADER****** -->
<header class="header">
<div class="top-bar">
<div class="container">
<ul class="social-icons col-md-6 col-sm-6 col-xs-12 hidden-xs">
<li><a target="_blank" href="https://twitter.com/shpeucsd" ><i class="fa fa-twitter"></i></a></li>
<li><a target="_blank" href="https://www.facebook.com/groups/SHPEUCSD/" ><i class="fa fa-facebook"></i></a></li>
<li class="row-end"><a target="_blank" href="https://instagram.com/shpeucsd/" ><i class="fa fa-instagram"></i></a></li>
</ul><!--//social-icons-->
</div>
</div><!--//to-bar-->
<div class="header-main container">
<h1 class="logo col-md-4 col-sm-4">
<a href="index.html"><img id="logo" src="assets/images/logo.png" alt="Logo"></a>
</h1><!--//logo-->
<div class="info col-md-8 col-sm-8">
<ul class="menu-top navbar-right hidden-xs">
<li class="divider"><a href="index.html">Home</a></li>
<li class="divider"><a href="faq.html">FAQ</a></li>
<li><a href="contact.html">Contact</a></li>
</ul><!--//menu-top-->
<br />
<div class="contact pull-right">
<p class="phone"><i class="fa fa-phone"></i>Idea Center: (858) 534-6237</p>
<p class="email"><i class="fa fa-envelope"></i><a href="mailto:shpeucsandiego@gmail.com">shpeucsandiego@gmail.com</a></p>
</div><!--//contact-->
</div><!--//info-->
</div><!--//header-main-->
</header><!--//header-->
<!-- ******NAV****** -->
<nav class="main-nav" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button><!--//nav-toggle-->
</div><!--//navbar-header-->
<!-- Modal -->
<div id="underConstructionModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Under Construction</h4>
</div>
<div class="modal-body">
<p>This page is still under construction. Please visit us again soon!</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="navbar-collapse collapse" id="navbar-collapse">
<ul class="nav navbar-nav">
<li class="nav-item"><a href="index.html">Home</a></li>
<li class="nav-item"><a href="events.html">Events</a></li>
<li class="nav-item"><a href="gbmslides.html">GBM Slides</a></li>
<li class="nav-item dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="0" data-close-others="false" href="#">SHPE Points <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a target="_blank" href="documents/shpepointsguidelines.pdf">System Guidelines</a></li>
<li><a target="_blank" href="documents/shpepointsworksheet.pdf">Worksheet</a></li>
</ul>
</li>
<li class="nav-item active"><a href="about.html">About</a></li>
<li class="nav-item"><a href="team.html">2015-2016 Board</a></li>
<li class="nav-item"><a data-toggle="modal" data-target="#underConstructionModal" href="#">Gallery</a></li>
<li class="nav-item"><a href="faq.html">FAQ</a></li>
<li class="nav-item"><a href="contact.html">Contact</a></li>
</ul><!--//nav-->
</div><!--//navabr-collapse-->
</div><!--//container-->
</nav><!--//main-nav-->
<!-- ******CONTENT****** -->
<div class="content container">
<div class="page-wrapper">
<header class="page-heading clearfix">
<h1 class="heading-title pull-left">About</h1>
<div class="breadcrumbs pull-right">
<ul class="breadcrumbs-list">
<li class="breadcrumbs-label">You are here:</li>
<li><a href="index.html">Home</a><i class="fa fa-angle-right"></i></li>
<li class="current">About</li>
</ul>
</div><!--//breadcrumbs-->
</header>
<div class="page-content">
<div class="row page-row">
<div class="welcome">
<h3 class="title">Welcome to SHPE UC San Diego</h3>
<p><img style="margin:0 auto;" class="img-responsive" src="assets/images/about.jpg" alt="" /></p>
<h4>SHPE Inc. Mission</h4>
<p>The Society of Hispanic Professional Engineers changes lives by empowering the Hispanic community to realize its fullest potential and to impact the world through STEM awareness, access, support and development.</p>
<blockquote class="custom-quote">
<p><i class="fa fa-quote-left"></i>As engineers, we were going to be in a position to change the world - not just study it.</p>
<p class="people"><span class="name">Henry Petroski</span><br><span class="title">Engineering Professor, Duke University</span></p>
</blockquote>
<h4>SHPE Inc. Vision</h4>
<p>
SHPE's vision is a world where Hispanics are highly valued and influenced as the leading innovators, scientists, mathematicians, and engineers.
</p>
<h4>SHPE UC San Diego</h4>
<p>
SHPE at UC San Diego was established in 1986. The purpose was originally to create a medium in which the small population of Hispanic/Latino students studying engineering at the university could network with other Hispanic engineers in the area. It was soon apparent that networking was just one of the many benefits that SHPE would provide to students.The role of the chapter has evolved to where it currently serves as a way for students to receive tips and encouragement for academic and professional success.</p><p>SHPE UC San Diego has a history of collaborating with other organizations at UCSD. The chapter worked very closely with what used to be the MESA program at UCSD. Although the MESA program no longer exists at UCSD, the chapter is affiliated with the umbrella organization Triton Engineering Student Council (TESC). Additionally, our SHPE chapter also works with UCSD's Academic Enrichment Programs (AEP), which includes programs such as the California Alliance for Minority Participation (CAMP) and the McNair Program. Very recently SHPE has become an annual sponsor to AEP’s “Comienza con un Sueño” High School Conference, dedicated to provide college application and financial aid workshops to first generation students and their parents. In the past year we have also begun collaborating with UCSD’s NSBE chapter to provide help to San Diego homeless students in their pursuit of attending college.</p><p>Our chapter is one of very few engineering student organizations at UCSD that does outreach to schools in socioeconomically disadvantaged areas of San Diego. SHPE UC San Diego has taken a very active role in giving back to the San Diego community. In 1999, the chapter began to do outreach at an elementary school in the Barrio Logan area of San Diego. After ten years, students from UCSD still participate in Logan Elementary on a bi-monthly basis.</p><p>We have established our own High School Conference, focused on encouraging underprivileged students to not only receive a college education but to also pursue a degree in the STEM fields. Through it all, SHPE UCSD has continuously provided professional and leadership development to our members such as our annual Professional Development Day consisting of workshops, resume critiques, and mock interviews done by company representatives and recruiters.
</p>
<h4>GBMs</h4>
<p>Our GBMs held Thursdays of weeks 2, 4, 6, and 8. For more information, you can join us on our SHPE UC San Diego <a href="https://www.facebook.com/groups/SHPEUCSD" target="_blank">Facebook group</a>.</p>
</div><!--//page-content-->
</div><!--//page-row-->
</div><!--//page-content-->
</div><!--//page-->
</div><!--//content-->
</div><!--//wrapper-->
<!-- ******FOOTER****** -->
<footer class="footer">
<div class="footer-content">
<div class="container">
<div class="row">
<div class="footer-col col-md-3 col-sm-4 about">
<div class="footer-col-inner">
<h3>About</h3>
<ul>
<li><a href="about.html"><i class="fa fa-caret-right"></i>About us</a></li>
<li><a href="contact.html"><i class="fa fa-caret-right"></i>Contact us</a></li>
</ul>
</div><!--//footer-col-inner-->
</div><!--//foooter-col-->
<div class="footer-col col-md-6 col-sm-8 newsletter">
<div class="footer-col-inner">
<h3>Join our mailing list</h3>
<p>Subscribe to get information about SHPE delivered directly to your inbox</p>
<!-- Begin MailChimp Signup Form -->
<form action="http://ucsd.us11.list-manage.com/subscribe/post?u=2f482866bc733339907244de9&id=e91067ab70" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate subscribe-form" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group form-group">
<input name="EMAIL" id="mce-EMAIL" type="email" class="form-control" placeholder="Email *" />
</div>
<div class="mc-field-group form-group"><input name="NAME" id="mce-NAME" type="text" class="form-control" placeholder="Name" />
</div> <div class="mc-field-group form-group"><input name="MAJOR" id="mce-MAJOR" type="text" class="form-control" placeholder="Major" />
</div>
<div class="mc-field-group form-group">
<input name="subscribe" id="mc-embedded-subscribe" class="btn btn-theme btn-subscribe" type="submit" value="Subscribe">
</div>
<div class="mc-field-group form-group">
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none; padding:0"></div>
<div class="response" id="mce-success-response" style="display:none; padding:0"></div>
</div> </div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_2f482866bc733339907244de9_e91067ab70" tabindex="-1" value=""></div>
</div>
</form>
<script type='text/javascript' src='http://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {
window.fnames = new Array();
window.ftypes = new Array();
fnames[0]='EMAIL';
ftypes[0]='email';
fnames[1]='NAME';
ftypes[1]='text';
fnames[2]='MAJOR';
ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
</div><!--//footer-col-inner-->
</div><!--//foooter-col-->
<div class="footer-col col-md-3 col-sm-12 contact">
<div class="footer-col-inner">
<h3>Contact us</h3>
<div class="row">
<p class="adr clearfix col-md-12 col-sm-4">
<i class="fa fa-map-marker pull-left"></i>
<span class="adr-group pull-left">
<span class="street-address">UC San Diego</span><br>
<span class="region">9500 Gilman Dr. #0429</span><br>
<span class="postal-code">La Jolla, CA 92093</span><br>
<span class="country-name">US</span>
</span>
</p>
<p class="tel col-md-12 col-sm-4"><i class="fa fa-phone"></i>(858) 534-6237</p>
<p class="email col-md-12 col-sm-4"><i class="fa fa-envelope"></i><a href="mailto:shpeucsandiego@gmail.com">shpeucsandiego@gmail.com</a></p>
</div>
</div><!--//footer-col-inner-->
</div><!--//foooter-col-->
</div>
</div>
</div><!--//footer-content-->
<div class="bottom-bar">
<div class="container">
<div class="row">
<small class="copyright col-md-6 col-sm-12 col-xs-12">Copyright @ 2015 SHPE UC San Diego</small>
<ul class="social pull-right col-md-6 col-sm-12 col-xs-12">
<li><a target="_blank" href="https://twitter.com/shpeucsd" ><i class="fa fa-twitter"></i></a></li>
<li><a target="_blank" href="https://www.facebook.com/groups/SHPEUCSD/" ><i class="fa fa-facebook"></i></a></li>
<li class="row-end"><a target="_blank" href="https://instagram.com/shpeucsd/" ><i class="fa fa-instagram"></i></a></li>
</ul><!--//social-->
</div><!--//row-->
</div><!--//container-->
</div><!--//bottom-bar-->
</footer><!--//footer-->
<!-- Javascript -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68451810-1', 'auto');
ga('send', 'pageview');
</script>
</script>
<script type="text/javascript" src="assets/plugins/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap-hover-dropdown.min.js"></script>
<script type="text/javascript" src="assets/plugins/back-to-top.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-placeholder/jquery.placeholder.js"></script>
<script type="text/javascript" src="assets/plugins/pretty-photo/js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="assets/plugins/flexslider/jquery.flexslider-min.js"></script>
<script type="text/javascript" src="assets/plugins/jflickrfeed/jflickrfeed.min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>