-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
executable file
·94 lines (85 loc) · 4.42 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
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
---
layout: default
title: Contact
section_id: contact
---
<div class='full parallax' style='background-image: url(images/slackline.jpg); color: #fff;'>
<div class='row'>
<div class='large-12 columns'>
{% include section-header.html title="Contact Us" tagline="Drop by or send an email to us" color="#fff" class="big" %}
</div>
</div>
<div class='four spacing'></div>
</div>
<div class='full'>
<div class='row'>
<h3>Are you a student looking for help on a project?</h3>
<p>
We are happy to help you in whatever way we can on technical projects. Because we each have different specialties that often overlap it's best if you reach out to us digitally so more people can hear what you need. If you reach out on Slack (see below) look for the #mentor-support channel to start asking questions.
</p>
<h3>Are you a local entrepeneur looking for someone to answer technical questions related to your business?</h3>
<p>
We are happy to sit down for coffee and try to answer questions you have about technology in your business. We are not offering a paid or complete consulting service. We are simply local technology professionals that would be happy to help orient you in a way that helps minimize barriers you may have.
</p>
<h3>Are you a technology professional looking to be part of a community of other technology professionals?</h3>
<p>
Great! The first thing you should do is join our Facebook group (link below) and say hi. If you don't use Facebook send us an email or come to one of our events to get to know us. We're always super happy to meet new friends.
</p>
<br><br>
<hr>
<br><br>
<h4>Slack</h4>
<p>
The best way to get support is through our Slack channel because it's the most efficient way for you to ask a group of professionals technical questions. Slack is a glorified instant messanger so it's pretty simple. Once signed up feel free to ask any question you have in either a channel that seems most relevant or the #general channel. There are no dumb questions. We're here to help.
</p>
<ul>
<li><a href="https://join.slack.com/t/westslopetech/shared_invite/zt-3wv7wel1-2CGl7OPSB~PR942sfsV~EQ" target="_blank">Join the Roaring Fork Technologists Slack group here</a></li>
</ul>
<h4>Facebook</h4>
<p>
While Slack is more direct there are more people on the Facebook group. You can join the group to ask questions to everyone or send a direct message to any of the group members you think might be able to help.
</p>
<ul>
<li><a href="https://www.facebook.com/groups/roaringforktechnologists/" target="_blank">Join the Roaring Fork Technologists Facebook group here</a></li>
</ul>
<h4>Email</h4>
<p>
If none of the above options work for your needs you can send us an email using the contact form below. We will respond when we can but bear in mind we monitor email less often than the other options so we may be a little slow to respond.
</p>
<div>
<div class='row'>
<div class='medium-8 columns'>
<div class='form'>
<div class='row'>
<form action="https://formspree.io/f/[email protected]" method='POST'>
<div class='large-12 columns'>
<p id='thanks' style='display: none;'>
Thanks for contacting us, we'll be in touch soon!
</p>
</div>
<div class='medium-12 columns'>
<input class='required' name='name' placeholder='NAME' type='text'>
<input class='required email' placeholder='EMAIL' type='email' name="_replyto">
<input class='required' name='subject' placeholder='SUBJECT' type='text'>
<textarea class='required' name='message' placeholder='MESSAGE'></textarea>
<input class='button white' type='submit' value="Send">
</div>
</form>
</div>
</div>
<div class='two spacing'></div>
</div>
<div class='medium-4 columns'>
<div class='contact-details'>
<h4>Where We Often Are:</h4>
<p>Coventure<br/>
201 Main Street<br/>
Carbondale, CO 81623</p>
<!-- <h4>Our Email:</h4>
<p>[email protected]</p> -->
</div>
</div>
</div>
</div>
<div class='four spacing'></div>
</div>