-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact.html
More file actions
291 lines (259 loc) · 13.2 KB
/
contact.html
File metadata and controls
291 lines (259 loc) · 13.2 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
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
287
288
289
290
291
<!doctype html>
<html lang="en">
<head>
<title>NT@B | Contact</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="images/GradientLogo.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="fonts/ionicons/css/ionicons.min.css">
<link rel="stylesheet" href="fonts/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css">
<!-- Theme Style -->
<link rel="stylesheet" href="css/style.css">
<style>
@font-face {
font-family: 'Righteous';
src: url('fonts/righteous.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
#logoText,
.navbar-brand,
.nav-link,
.nav-btn-highlight,
.dropdown-toggle,
.dropdown-item,
h1 {
font-family: 'Righteous', sans-serif;
}
.transparent-box {
background-color: rgba(0, 0, 0, 0.8);
border-radius: 8px;
padding: 20px;
color: white;
max-width: 60%;
margin-right: 20px; /* Optional, to provide some space from the right */
}
.transparent-box h1 {
font-size: 28px; /* Adjust this value to your preference */
}
.nav-item .dropdown-menu .dropdown-item:hover {
background-color: #3B9C9C !important;
}
.dropdown-menu {
background-color: white !important;
}
.dropdown-item:hover {
background-color: teal !important;
}
/* make header black: */
.navbar-brand #logoText {
color: black !important;
}
.navbar-nav .nav-link {
color: black !important;
}
/* media format responsive: */
@media (max-width: 768px) {
.transparent-box {
max-width: 90%;
margin: 20px 5%;
}
}
@media (max-width: 768px) {
.footer-link {
text-align: center;
}
}
@media (max-width: 768px) {
.navbar-brand #logoText {
font-size: 15px !important;
}
}
@media (max-width: 768px) {
.navbar.navbar-expand-lg.bg-dark.custom-header {
background-color: rgba(0, 0, 0, 0.8) !important;
}
}
</style>
</head>
<body>
<header role="banner" class="fixed-header">
<div class="header-blur">
<nav class="navbar navbar-expand-lg bg-dark custom-header">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/GradientLogo.png" alt="Logo" style="height: 30px; margin-right: 5px;">
<span id="logoText" style="color: white;">Neurotech@Berkeley</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExample05"
aria-controls="navbarsExample05" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExample05">
<ul class="navbar-nav pl-md-5 ml-auto">
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="projectsDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Projects
</a>
<div class="dropdown-menu" aria-labelledby="projectsDropdown">
<a class="dropdown-item" href="divisions_devices.html">Software & Devices</a>
<a class="dropdown-item" href="divisions_consulting.html">Industry</a>
<a class="dropdown-item" href="divisions_education.html">Education</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="publicationsDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Publications
</a>
<div class="dropdown-menu" aria-labelledby="publicationsDropdown">
<a class="dropdown-item" href="https://ucbneurotech.medium.com/" target="_blank">Blog</a>
<a class="dropdown-item" href="divisions_publications.html">MIND</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="conference.html">Conference</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<!-- <a class="btn nav-btn-highlight app-btn-bg" href="join.html" style="color: rgb(255, 255, 255); font-weight: 900; text-transform: none; margin-top: 24px; vertical-align: middle;">Apply</a> -->
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!-- END header -->
<!-- START section -->
<div class="inner-page">
<div class="slider-item overlay darken" style="background-image: url('images/berkeley_wallpaper.webp'); background-color: #0B2041; height: 104vh;" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row slider-text align-items-center justify-content-center">
<div class="transparent-box">
<h1 class="mb-3" style="text-align: center">Connect with us!</h1>
<p class="custom-breadcrumbs"><a href="mailto:contact@neurotech.berkeley.edu">contact@neurotech.berkeley.edu</a></p>
<p class="custom-breadcrumbs">Interested in working with us? Please reach out and we will contact you shortly!</p>
<br>
<p style = "font-weight: 900;">Follow our social media.</p>
<a href="https://twitter.com/calneurotech" target="_blank">
<img src="images/twitter-icon.png" alt="Twitter" style="height: 24px; margin-right: 10px;">
</a>
<a href="https://www.instagram.com/calneurotech/" target="_blank">
<img src="images/ig-icon2.png" alt="Instagram" style="height: 44px;">
</a>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row text-center mb-5">
<div class="col-12">
</div>
</div>
</div>
</div>
<!-- END section -->
<footer class="site-footer" role="contentinfo">
<div class="container">
<div class="row mb-5">
<div class="col-md-4 mb-5">
<h3 class="mb-4">Neurotech@Berkeley</h3>
<p class="mb-5">We are a student group acting independently of the University of California. We take
full responsibility for our organization and this web site.</p>
<a href="https://www.ocf.berkeley.edu">
<img src="https://www.ocf.berkeley.edu/hosting-logos/ocf-hosted-penguin.svg"
alt="Hosted by the OCF" style="border: 0;" />
</a>
</div>
<div class="col-md-5 mb-5 pl-md-5">
<div class="mb-5">
<h3 class="mb-4">Contact Info</h3>
<ul class="list-unstyled footer-link">
<li class="d-block">
<span class="d-block">Social Media</span>
<a href="https://www.facebook.com/neurotechberkeley/">
<img src="images\facebookLogo.png" class="social-logo" />
</a>
<a href="https://twitter.com/calneurotech">
<img src="images\twitterLogo.png" class="social-logo" />
</a>
<a href="https://github.com/neurotech-berkeley">
<img src="images\githubLogo.png" class="social-logo" />
</a>
<a href="https://medium.com/@ucbneurotech">
<img src="images\mediumLogo.png" class="social-logo" />
</a>
<a href="https://www.youtube.com/channel/UC0X69hdu_1U_KBwSxZndswQ/featured">
<img src="images\youtube_logo2.png" class="social-logo" />
</a>
</li>
<li class="d-block">
<span class="d-block">Email</span><span
class="text-white">contact@neurotech.berkeley.edu</span>
</li>
</ul>
</div>
</div>
<div class="col-md-3 mb-5">
<h3 class="mb-4">Links</h3>
<ul class="list-unstyled footer-link">
<li><a href="about.html">About</a></li>
<li><a href="divisions.html">Projects</a></li>
<li><a href="https://medium.com/neurotech-berkeley">Blog</a></li>
<!-- <li><a href="join.html">Apply</a></li> -->
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col-md-3">
</div>
</div>
<div class="row">
<div class="col-12 text-md-center text-left">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>
document.write(new Date().getFullYear());
</script> All Rights Reserved | This template is made with
<i class="fa fa-heart text-danger" aria-hidden="true"></i> by <a href="https://colorlib.com"
target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</footer>
<!-- END footer -->
<!-- loader -->
<div id="loader" class="show fullscreen"><svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#f4b214" />
</svg></div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>