-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.html
29 lines (29 loc) · 1.49 KB
/
contact.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
---
layout: default
title: Contact
---
<section id="contact-main">
<div class="page-image">
<img src="assets/images/contact/contact.png" alt="">
</div>
<div class="page-title">
<h4>CONTACT</h4>
<p>Have questions or comments? Feel free to email us at <strong
style="font-family:sans-serif;">[email protected]</strong>.</p>
</div>
<div id="contact-content">
<div id="contact">
<div class="contact-type">
<h5>WILLING TO SUPPORT US?</h5>
<p>We welcome all forms of support! We would currently especially appreciate donations for portable whiteboards and expo pens. Monetary support is also welcome. Please contact us if you or your company is interested in sponsoring our program so we can offer more kids coding related events. Your company's logo will be added to a new page on our website. </p>
</div>
<div class="contact-type">
<h5>INTERESTED IN BECOMING A MENTOR?</h5>
<p>We are looking for passionate, kind and patient undergraduate computer science
mentors who are willing to be role models for the our next generation of coders.
Mandatory training is provided prior to exposure to the classroom. Please fill out
this <a href="https://docs.google.com/forms/d/e/1FAIpQLSdNsKyuERbnhqJpe8e6fBxSQU118Uis6AUeqzspmAPJjwjAHw/viewform?usp=sf_link" target="_blank">registration form</a> and we will be in contact with you.</p>
</div>
</div>
</div>
</section>