-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
137 lines (135 loc) · 5.18 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
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
---
layout: default
permalink: /contact/
---
<div class="container mt-5">
<div class="row">
<div class="col col-md-7">
<div>
<h1 class="kk text-center">Contact Us</h1>
</div>
<div>
<h2 class="text-center maroon">We want to hear from you!</h2>
<p class="text-center">
Robots are more fun when shared with friends. Send us an email and let's
find out how we can work together.
</p>
<p class="ml-5 text-center">
<strong>info@Team2052.com</strong>
</p>
</div>
<div>
<p>
<b>Interested in becoming a KnightKrawler mentor?</b> We are always looking for
passionate people willing to volunteer their time to help the next generation
of engineers, programmers, business leaders and entrepreneurs achieve their
goals. Send us an email!
</p>
<p>
<b>Interested in becoming a sponsor?</b> Checkout our <a href="/sponsors">Sponsor Page.</a>
</p>
<p>
<b>Looking for someone to demo robots at your company, community event, club, school, or conference?</b>
We can help you with that. Please send us an email!
</p>
<p>
<b>Need help or advice on starting an FRC team, or need help with your existing team?</b> We do that too. Email!
</p>
<p class="mb-5">
<b> Looking for robot advice? </b> At KnightKrawler, we are always willing to help you with your robot questions. If you have any problems that we can assist you with, please email us!
</p>
</div>
<div class="row justify-content-center">
<div class="col">
<h2 class="text-center maroon">Visit Us!</h2>
<div class="row justify-content-center">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d5633.51663221756!2d-93.20444509961442!3d45.09069389951957!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x52b32f46a1f6971d%3A0x50dcc7e88ba1c9cf!2sIrondale+High+School!5e0!3m2!1sen!2sus!4v1544979883370" width="300" height="250" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<div class="row justify-content-center mt-2 mb-5">
Irondale High School<br/>
2425 Long Lake Road<br/>
New Brighton, MN 55112
</div>
</div>
<div class="col-md-1">
<!-- padding -->
</div>
<div class="col">
<h2 class="text-center maroon">Mailing Address</h2>
<div class="row justify-content-center mt-2">
KnightKrawler Robotics<br/>
PO Box 120905<br/>
Saint Paul, MN 55112<br/>
<br/>
Make checks payable to <i>KnightKrawler Robotics</i><br/>
</div>
</div>
</div>
</div>
<div class="col-md-1">
<!-- padding -->
</div>
<div class="col col-md-4">
<h2 class="text-center maroon">Follow Us!</h2>
<div class="row justify-content-center">
<a href="https://twitter.com/team2052" target="_blank">
<img src="/assets/images/contact/twitter.jpg"
</a>
</div>
<div class="row justify-content-center mb-5">
<a href="https://twitter.com/team2052" target="_blank">
twitter.com/team2052
</a>
</div>
<div class="row justify-content-center">
<a href="https://facebook.com/team2052" target="_blank">
<img src="/assets/images/contact/facebook.png"
</a>
</div>
<div class="row justify-content-center mb-5">
<a href="https://facebook.com/team2052" target="_blank">
facebook.com/team2052
</a>
</div>
<div class="row justify-content-center">
<a href="https://instagram.com/team2052" target="_blank">
<img src="/assets/images/contact/instagram.jpg"
</a>
</div>
<div class="row justify-content-center mb-5">
<a href="https://instagram.com/team2052" target="_blank">
instagram.com/team2052
</a>
</div>
<div class="row justify-content-center">
<a href="https://www.youtube.com/user/KK2052" target="_blank">
<img src="/assets/images/contact/youtube.png"
</a>
</div>
<div class="row justify-content-center mb-5">
<a href="https://www.youtube.com/user/KK2052" target="_blank">
youtube.com/KK2052
</a>
</div>
<div class="row justify-content-center">
<a href="https://www.github.com/frc2052" target="_blank">
<img src="/assets/images/contact/github.png"
</a>
</div>
<div class="row justify-content-center mb-5">
<a href="https://www.github.com/frc2052" target="_blank">
github.com/frc2052
</a>
</div>
<div class="row justify-content-center">
<a href="https://www.thebluealliance.com/team/2052" target="_blank">
<img src="/assets/images/contact/bluealliance.png" height="100">
</a>
</div>
<div class="row justify-content-center mb-5">
<a href="https://www.thebluealliance.com/team/2052" target="_blank">
thebluealliance.com/team/2052
</a>
</div>
</div>
</div>