-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
197 lines (174 loc) · 9.57 KB
/
contact.html
File metadata and controls
197 lines (174 loc) · 9.57 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
<!DOCTYPE html>
<html lang="en-us" ng-app="MB" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<!-- Meta Tags for SEO -->
<title>DiversaTech Consulting</title>
<meta name='subject' content='Consulting' />
<meta name='description' content="DiversaTech Consulting is UC Berkeley's tech consultancy. We are unique from other consulting organizations because we combine both engineering and business principles to create dynamic recommendations and strategies." />
<meta name='keywords' content='DiversaTech, DiversaTech berkeley, cal DiversaTech, consulting, diversatech consulting, berkeley' />
<meta name='url' content='http://diversatech.org' />
<meta name='copyright' content='DiversaTech' />
<meta name='robots' content='index, follow' />
<!-- FAVICON -->
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-icon-192x192.png">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/modern-business.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<!--Import Google Icon Font-->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!--Import Google Font-->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap" rel="stylesheet">
<!--Import Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
</head>
<!--navigation bar-->
<div id='nav-container'></div>
<body>
<!-- Page Content -->
<div class="container my-5">
<!-- General Inquiries Section -->
<div class="row px-3">
<h1 class="page-title">General Inquiries</h1>
</div>
<div class="row py-4">
<div class="col-lg-5">
<h2>Students</h2>
<p class="lead">For all questions regarding recruitment, please email us at <a href="mailto:diversatech.berkeley@gmail.com">diversatech.berkeley@gmail.com</a>.</p>
<h2>Companies</h2>
<p class="lead">For all questions regarding sponsorships, project opportunities, or other general inquiries, please fill out the client request form below.</p>
<hr>
<p class="lead">Subscribe to our external newsletter and get immediate updates about our club opportunities, external events, project updates, blog posts, and more.</p>
<!-- Begin Mailchimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://diversatech.us10.list-manage.com/subscribe/post?u=6e9fc7a7c79f79184aa5f3d30&id=85796139d6" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll" style="display: flex;">
<input type="email" value="" name="EMAIL" class="email form-control newsletter-submit-input" id="mce-EMAIL" placeholder="Email address" required>
<!-- 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;" aria-hidden="true">
<input type="text" name="b_6e9fc7a7c79f79184aa5f3d30_85796139d6" tabindex="-1" value="">
</div>
<div class="clear">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-primary newsletter-submit-btn">
</div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
<div class="col-lg-7">
<img class="img-fluid rounded mb-4" src="img/social/contact.png" alt="">
</div>
</div>
<!-- Contact Form -->
<!-- In order to set the email address and subject line for the contact form go to the bin/contact_me.php file. -->
<div class="row py-4">
<div class="col-lg-12 mb-4">
<h1 class="page-title">Client Request Form</h1>
<form name="sentMessage" id="contactForm" class="needs-validation" novalidate method="POST" action="https://formspree.io/diversatech.berkeley@gmail.com">
<input type="hidden" name="_subject" value="Client Request" />
<div class="form-row">
<div class="col">
<div class="form-group">
<label class="col-form-label" for="first_name">First name</label>
<input type="text" class="form-control" placeholder="John" id="first_name" name="first name" required data-validation-required-message="Please enter your first name.">
<div class="invalid-feedback">
Please enter a valid first name.
</div>
</div>
</div>
<div class="col">
<div class="form-group">
<label class="col-form-label" for="last_name">Last name</label>
<input type="text" class="form-control" placeholder="Appleseed" id="last_name" name="last name" required data-validation-required-message="Please enter your last name.">
<div class="invalid-feedback">
Please enter a valid last name.
</div>
</div>
</div>
</div>
<div class="form-group">
<label for="email">Email address</label>
<input type="email" class="form-control" placeholder="john@appleseed.com" id="email" name="_replyto" aria-describedby="emailHelp" required data-validation-required-message="Please enter your email address.">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
<div class="invalid-feedback">
Please enter a valid email address.
</div>
</div>
<div class="form-group">
<label for="company">Company Name</label>
<input type="text" class="form-control" placeholder="Apple" id="company" name="company" required data-validation-required-message="Please enter your company name.">
<div class="invalid-feedback">
Please enter a valid company name.
</div>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea class="form-control" id="message" name="message" rows="5" required data-validation-required-message="Please enter your message" maxlength="999" style="resize:none"></textarea>
<div class="invalid-feedback">
Please enter a valid message.
</div>
</div>
<div class="form-group">
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="newsletter" checked>
<label class="form-check-label" for="newsletter">
Subscribe to our newsletter
</label>
</div>
</div>
<div id="success"></div>
<!-- For success/fail messages -->
<button type="submit" class="btn btn-primary" id="sendMessageButton" name="action" value="Send">Submit</button>
</form>
</div>
</div>
<!-- /.row -->
<!-- Modal -->
<div class="modal fade" id="submitForm" data-backdrop="static" data-keyboard="false" tabindex="-1" aria-labelledby="submitFormLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title page-title" id="submitFormLabel">Thank You!</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
We will reach out to you in 48 business hours.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<!-- /.container -->
</body>
<!--footer bar-->
<div id='footer-container'></div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Contact form JavaScript -->
<script src="js/contact_me.js"></script>
<!--Import custom.js-->
<script type="text/javascript" src="js/custom.js"></script>
</html>