-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontact.html
124 lines (100 loc) · 5 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
---
layout: page-layout
tagline: 'Get in Touch with Us'
title: Contact
meta_title: "Contact Edify to find out more about our learning design"
meta_tag: "We’re data-driven, human-focused, and the best at what we do. Contact us to find out how we can help you."
---
<!-- Page Title
============================================= -->
<section id="page-title" class="page-title">
<div class="container clearfix">
<h1>{{ page.title }}</h1>
<span>{{ site.data.headers.contact_page_tagline }}</span>
</div>
</section>
<!-- #page-title end -->
<div class="content-wrap" id="contact">
<div class="container clearfix">
<div class="col-md-6">
<div class="heading-block topmargin-sm">
<h2>Contact Info</h2>
</div>
<!-- Contact Info
============================================= -->
<div class="col_full">
<div class="contact-page feature-box fbox-plain bottommargin-sm">
<div class="fbox-icon">
<a href="#"><i class="icon-map-marker2"></i></a>
</div>
<h3 style="padding-top: 10px;">Location: <span style="text-transform: none;">Portland, Oregon</span></h3>
</div>
<div class="contact-page feature-box fbox-plain bottommargin-sm">
<div class="fbox-icon">
<a href="#"><i class="icon-phone3"></i></a>
</div>
<h3 style="padding-top: 10px;">Call: <span><a href="tel:+1{{ site.data.kristens_info.phone }}">{{ site.data.kristens_info.phone }}</a></span></h3>
</div>
<div class="contact-page feature-box fbox-plain bottommargin-sm">
<div class="fbox-icon">
<a href="#"><i class="icon-email2"></i></a>
</div>
<h3 style="padding-top: 10px;">Email: <span style="text-transform: none;"><a href="mailto:{{ site.data.kristens_info.email }}">{{ site.data.kristens_info.email }}</a></span></h3>
</div>
</div><!-- Contact Form End -->
<div class="clear"></div>
</div>
<!-- Newsletter Subscription Form
============================================= -->
<div class="col-md-6 bottommargin">
<div class=" clearfix ui-widget-content ui-corner-bottom">
<div class="panel panel-default nobottommargin">
<div class="panel-body" style="padding: 40px;">
<h3 style="margin-bottom: 20px;">Edify Monthly Newsletter</h3>
<h4 style="margin-bottom: 40px">Get the latest about onboarding, time to productivity, and people operations!</h4>
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="//edifyedu.us8.list-manage.com/subscribe/post?u=adcd41d2f3227baeb65cced0a&id=9037589678" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address </label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div id="mce-responses">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_adcd41d2f3227baeb65cced0a_9037589678" tabindex="-1" value="">
</div>
<div class="clearfix">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button button-light">
</div>
</div>
</form>
</div>
<!-- <script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script> -->
<script type='text/javascript'>
(function($) {window.fnames = new Array();
window.ftypes = new Array();
fnames[0]='EMAIL';
ftypes[0]='email';
fnames[1]='FNAME';
ftypes[1]='text';
}
(jQuery));var $mcj = jQuery.noConflict(true);
</script>
<!--End mc_embed_signup-->
</div>
</div>
</div>
</div>
</div>
</div>