forked from themefisher/airspace-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
executable file
·112 lines (99 loc) · 2.96 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
---
layout: page
title: Contact us!
permalink: /contact/
---
<!-- Slider Start -->
<section id="global-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1>Contact</h1>
<p></p>
</div>
</div>
</div>
</div>
</section>
<!-- contact form start -->
<section id="contact-form">
<div class="container">
<!--
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="block">
<form>
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Name">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Email Address">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Subject">
</div>
</form>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="block">
<form>
<div class="form-group-2">
<textarea class="form-control" rows="3" placeholder="Your Message"></textarea>
</div>
<button class="btn btn-default" type="submit">Send Message</button>
</form>
</div>
</div>
</div>
-->
<div id="contact-box" class="row">
<div class="col-md-6 col-sm-12">
<div class="block">
<h2>Here we are</h2>
<ul class="address-block">
<li>
<i class="fa fa-map-marker"></i>EpiCenter, Mäster Samuelsgatan 36, 111 57 Stockholm, Sweden
</li>
<li>
<i class="fa fa-envelope-o"></i>Email: <a href="mailto:[email protected]">[email protected]</a>
</li>
<!--li>
<i class="fa fa-phone"></i>Phone:+46 709 756 404
</li -->
</ul>
<ul class="social-icons"
<li>
<a href="https://twitter.com/CareChainIO"><i class="fa fa-twitter"></i>CareChain</a>
</li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="block">
<h2>On the map</h2>
<div class="google-map">
<iframe width="555" height="300" frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJuV4HhF6dX0YRY5aBdr1t3qk&key=AIzaSyD2vzgkbiYpwodIoB_WPKor-ciwFD3GhBc" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Call to action Start
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>Join us</h2>
<p>We need that Network Effect</p>
<a class="btn btn-default btn-call-to-action" href="{{ site.baseurl }}/contact">Get In Touch</a>
</div>
</div>
</div>
</div>
</section>
-->