-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
121 lines (121 loc) · 4.71 KB
/
about.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
---
layout: default
title: About
permalink: about/
---
<section class="page-title page-title-1 image-bg overlay parallax">
<div class="background-image-holder">
<img alt="Background Image" class="background-image" src="/img/cover11.jpg" />
</div>
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<h2 class="uppercase mb0">About Us</h2>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<hr class="mb0">
<section>
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<h5 class="uppercase">
<strong>Principles</strong>
</h5>
</div>
<div class="col-md-3 col-sm-6 mb64 mb-xs-24">
<p class="mb0">Strive for the perfect balance
<br /> between form and function.</p>
</div>
<div class="col-md-3 col-sm-6 mb64 mb-xs-24">
<p class="mb0">Communicate with clarity, be complex
<br /> but never complicated.</p>
</div>
<div class="col-md-3 col-sm-6 mb64 mb-xs-24">
<p class="mb0">Constructive collegiality is key
<br /> to the stimulation of ideas.</p>
</div>
<div class="col-md-3 col-sm-6 col-md-offset-3 mb-xs-24">
<p class="mb0">Question standard norms before
<br /> choosing to obey them.</p>
</div>
<div class="col-md-3 col-sm-6 mb-xs-24">
<p class="mb0">Embrace the difficult decision
<br /> that drive creativity forward.</p>
</div>
<div class="col-md-3 col-sm-6">
<p class="mb0">Trust in collaboration
<br /> the hallmark of our work.</p>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<hr class="mb0">
<section>
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-12">
<h5 class="uppercase">
<strong>Team</strong>
</h5>
</div>
<div class="col-md-9 col-sm-12 mb40 mb-xs-24 p0">
<div class="col-sm-7 mb64 mb-xs-24">
<img alt="Pic" src="{{ site.data.authors["Sean McLellan"].profilePicUrl }}" />
</div>
<div class="col-sm-5 mb64 mb-xs-24">
<h5 class="uppercase mb0">Sean McLellan</h5>
<span class="inline-block mb40 mb-xs-24">Founder and Chief Engineer</span>
<p>
{{ site.data.authors["Sean McLellan"].bio }}
</p>
<a href="http://www.sean-mclellan.com/">Resumé</a>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<hr class="mb0">
<section>
<div class="container">
<div class="row">
<div class="col-md-3">
<h5 class="uppercase">
<strong>Life At BaristaLabs</strong>
</h5>
</div>
<div class="col-md-9">
<div class="instafeed grid-gallery" data-user-name="{{ site.instagram_username }}">
<ul></ul>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="image-square right">
<div class="col-md-6 p0 image">
<div class="map-holder background-image-holder">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3095.584976530229!2d-77.5676826837432!3d39.11591797953743!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89b617d6fd36c48f%3A0xcf3e01180ce4451a!2sBaristaLabs%2C+LLC!5e0!3m2!1sen!2sus!4v1516241105244"></iframe>
</div>
</div>
<div class="col-md-6 content">
<form action="https://formspree.io/info@baristalabs.io" method="POST">
<h6 class="uppercase text-center">Send A Message</h6>
<input type="text" class="validate-required" name="name" placeholder="Your Name">
<input type="text" class="validate-required validate-email" name="_replyto" placeholder="Email Address">
<input type="text" name="_gotcha" style="display:none" />
<textarea class="validate-required" name="message" rows="4" placeholder="Message"></textarea>
<input type="hidden" name="_next" value="https://baristalabs.io/about/" />
<button type="submit" value="send">Send Message</button>
</form>
</div>
</section>