-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
204 lines (198 loc) · 8.49 KB
/
contact.html
File metadata and controls
204 lines (198 loc) · 8.49 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Berkeley Group</title>
<link rel="stylesheet" href="css/fabrica-font.css" />
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" href="css/top-bar.css" />
<link rel="stylesheet" href="css/footer.css" />
<link rel="stylesheet" href="css/style.css" />
<script src="js/modernizr.js"></script>
</head>
<body>
<!-- Top Bar-->
<div class="header">
<div class="fixed">
<nav class="top-bar" data-topbar>
<ul class="title-area">
<li class="name">
<a href="home.html"><img src="img/logo-blue.png"/></a>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right">
<li class="nav-about has-dropdown"><a href="home.html">about</a></li>
<li class="nav-clients has-dropdown"><a href="clients.html">clients</a></li>
<li class="nav-consultants has-dropdown"><a href="consultants.html">consultants</a></li>
<li class="nav-partners has-dropdown"><a href="partners.html">partners</a></li>
<li><a href="partners.html#donate_today">donate</a></li>
<li> <a href="contact.html">contact us</a></li>
</ul>
</section>
</nav>
<div class="has-dropdown sub-bar">
<div class="nav-about sub-about">
<ul class="inline-list">
<li class="sub"><a href="#about_us" class="smooth_scroll">about us</a></li>
<li class="sub sub-last"><a href="#executive_committee" class="smooth_scroll">executive committee</a></li>
</ul>
</div>
<div class="nav-clients sub-clients">
<ul class="inline-list">
<li class="sub"><a href="clients.html#our_services" class="smooth_scroll">our services</a></li>
<li class="sub"><a href="clients.html#faq" class="smooth_scroll">FAQ</a></li>
<li class="sub"><a href="clients.html#social_impact" class="smooth_scroll">social impact</a></li>
<li class="sub"><a href="clients.html#application_process" class="smooth_scroll">application process</a></li>
<li class="sub sub-last"><a href="clients.html#client_application" class="smooth_scroll">client application</a></li>
</ul>
</div>
<div class="nav-consultants sub-consultants">
<ul class="inline-list">
<li class="sub"><a href="consultants.html#who_we_are" class="smooth_scroll">who we are</a></li>
<li class="sub"><a href="consultants.html#why_TBG" class="smooth_scroll">why TBG?</a></li>
<li class="sub"><a href="consultants.html#recruitment_timeline" class="smooth_scroll">recruitment timeline</a></li>
<li class="sub sub-last"><a href="consultants.html#consultant_application" class="smooth_scroll">consultant application</a></li>
</ul>
</div>
<div class="nav-partners sub-partners">
<ul class="inline-list">
<li class="sub"><a href="partners.html#why_partner" class="smooth_scroll">why partner?</a></li>
<li class="sub"><a href="partners.html#sponsors" class="smooth_scroll">sponsors</a></li>
<li class="sub"><a href="partners.html#partners" class="smooth_scroll">partners</a></li>
<li class="sub"><a href="partners.html#individual_donors" class="smooth_scroll">individual donors</a></li>
<li class="sub sub-last"><a href="partners.html#donate_today" class="smooth_scroll">donate today</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Beginning of Contact Us Section-->
<div class="basic-panel">
<div class="row">
<div class="large-12 columns">
<a name="our_services" class="anchor-link"></a>
<h2>
contact us
</h2>
<br>
<div class="contact-description">
Drop us an email at <a href="mailto:info@theberkeleygroup.org" class="contact-blue-text">info@theberkeleygroup.org</a>, or fill out the form below.
<br>
We will get back to you within three working days.
<br><br>
To <a href="clients.html#client_application" class="contact-blue-text">apply for consulting services</a> or <a href="#" class="contact-blue-text">apply to join TBG</a>, please utilize the available applications.
<br>
You can visit our <a href="http://www.facebook.com/TheBerkeleyGroup" class="contact-blue-text">Facebook page</a> for the most up-to-date information
<br>
regarding upcoming events and deadlines.
<br><br><br>
</div>
</div>
</div>
</div>
<!-- End of Contact Us Section-->
<!-- Beginning of Send Us Message Section-->
<div class="grey-basic-panel">
<br>
<h2>
send us a message
</h2>
<br><br>
<!-- FORM STUFF -->
<div class="row">
<form method="POST" action="mailer.php">
<div class="medium-3 columns contact-form-left">
<div class="contact-blue-text">
your name
</div>
<br>
<input type="text" name="name" size="50">
<br>
<div class="contact-blue-text">
your email address
</div>
<br>
<input type="text" name="email" size="50">
<br>
<div class="contact-blue-text">
your organization (if applicable)
</div>
<br>
<input type="text" name="org" size="50">
<br>
<input class="contact-blue-button" type="submit" value="Submit" name="submit">
</div>
<div class="contact-form-right">
<div class="contact-blue-text">
your message
</div>
<br>
<textarea id="feedback" name="message"></textarea>
</div>
</form>
</div>
</div>
<!-- End of Send Us Message Section-->
<!-- Beginning of Footer-->
<div class="footer">
<div class="row">
<div class="medium-3 columns">
<div class="footer-title">
CONTACT US
</div>
<div class="row">
<div class="small-1 columns">
<ul class="footer-list">
<li class="footer-item">
<img src="img/mail.png"/></li>
<li class="footer-item">
<img src="img/facebook.png"/></li>
<li class="footer-item">
<img src="img/twitter.png"/></li>
<li class="footer-item">
<img src="img/linkedin.png"/></li>
</ul>
</div>
<div class="small-10 columns">
<ul class="footer-list2">
<li class="footer-item">
<a href="mailto:info@theberkeleygroup.org">info@theberkeleygroup.org</a></li>
<li class="footer-item">
<a href="http://facebook.com/theberkeleygroup">Facebook</a></li>
<li class="footer-item">
<a href="http://twitter.com/theberkeleygrp">Twitter</a></li>
<li class="footer-item">
<a href="http://linkedin.com/company/the-berkeley-group">LinkedIn</a></li>
</ul>
</div>
</div>
</div>
<div class="medium-3 medium-offset-1 columns">
<div class="footer-title2">
WORK WITH US
</div>
<ul class="footer-list">
<li class="footer-item"><a href="clients.html">Clients</a></li>
<li class="footer-item"><a href="consultants.html"> Consultants</a></li>
<li class="footer-item"><a href="partners.html"> Partners</a></li>
</ul>
</div>
<div class="medium-2 large-offset-3 columns">
<div class="footer-logo center">
<img src="img/footer-logo.png"/>
</div>
</div>
</div>
</div>
<script src="js/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
<script src="js/app.js"></script>
</body>
</html>