-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
67 lines (64 loc) · 2.66 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
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
---
layout: default
title: Contact Us
permalink: /contact
---
<section class="no-padding">
<!-- Google map sensor -->
<script type="text/javascript" src="//maps.google.com/maps/api/js?sensor=false"></script>
<div class="map" data-map-address="Portland, Oregon" data-map-zoom="10" data-map-icon="images/markers/marker1.png" data-map-type="ROADMAP"></div>
</section>
<section id="page-title" class="page-title-parallax text-light" data-stellar-background-ratio="0.9" style="background-image: url(images/parallax/14.jpg)">
<div class="background-overlay"></div>
<div class="container">
<div class="page-title col-md-8">
<h1 class="text-uppercase text-medium editable">CONTACT US</h1>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<div class="col-md-6 editable">
<h2>Get In Touch</h2>
<p>Never paddled before and want to try it? We welcome anyone with a competitive spirit and interest in working hard on and off the water. We paddle hard and we work hard to give back to the community.</p>
<p>Drop Coach an email to learn more about our team and year-round paddling: <a href="mailto:{{ site.email }}">{{ site.email }}</a>.</p>
<address>
<strong>Polo Office</strong><br>
795 Folsom Ave, Suite 600<br>
San Francisco, CA 94107<br>
<abbr title="Phone">P:</abbr> (123) 456-7890
</address>
<div class="social-icons m-t-30 social-icons-colored">
<ul>
<li class="social-facebook">
<a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li class="social-twitter">
<a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li class="social-google">
<a href="#"><i class="fa fa-google-plus"></i></a>
</li>
<li class="social-pinterest">
<a href="#"><i class="fa fa-pinterest"></i></a>
</li>
<li class="social-vimeo">
<a href="#"><i class="fa fa-vimeo-square"></i></a>
</li>
<li class="social-linkedin">
<a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-md-6 editable">
<h2>How to Join BCPC</h2>
<p>Please bring a signed <a href="resources.html">BCPC Waiver</a> to your first practice or complete the waiver at practice.</p>
<p>New paddlers have three free practices with Bridge City Paddling Club before they will be asked to complete the <a href="resources.html">BCPC Membership form</a>.</p>
<p>Paddlers must also join DragonSports USA after their third practice with the club.</p>
<p>See our <a href="resources.html">Resources page</a> for more information on the three steps to join Bridge City.</p>
</div>
</div>
</div>
</section>