jekyll-theme-easy-wedding 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +52 -0
- data/_config.yml +36 -0
- data/_includes/celebrations.html +46 -0
- data/_includes/chi_details.html +210 -0
- data/_includes/details.html +5 -0
- data/_includes/email_form.html +49 -0
- data/_includes/faq.html +12 -0
- data/_includes/footer.html +7 -0
- data/_includes/google_map.html +3 -0
- data/_includes/guide.html +39 -0
- data/_includes/head.html +42 -0
- data/_includes/hotel_thumbnail.html +22 -0
- data/_includes/js.html +1 -0
- data/_includes/lbc_details.html +17 -0
- data/_includes/modals.html +3 -0
- data/_includes/modals/form_modal.html +29 -0
- data/_includes/modals/modal.html +7 -0
- data/_includes/nav.html +42 -0
- data/_includes/our_story.html +40 -0
- data/_includes/people.html +66 -0
- data/_includes/photo-gallery.html +83 -0
- data/_includes/registry.html +15 -0
- data/_layouts/default.html +22 -0
- data/_layouts/info.html +16 -0
- data/_layouts/page.html +5 -0
- data/_layouts/post.html +5 -0
- data/_sass/main.scss +602 -0
- data/assets/css/bootstrap.min.css +5 -0
- data/assets/css/font-awesome/css/font-awesome.css +1672 -0
- data/assets/css/font-awesome/css/font-awesome.min.css +4 -0
- data/assets/css/font-awesome/fonts/FontAwesome.otf +0 -0
- data/assets/css/font-awesome/fonts/fontawesome-webfont.eot +0 -0
- data/assets/css/font-awesome/fonts/fontawesome-webfont.svg +1 -0
- data/assets/css/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/css/font-awesome/fonts/fontawesome-webfont.woff +0 -0
- data/assets/css/font-awesome/less/bordered-pulled.less +16 -0
- data/assets/css/font-awesome/less/core.less +11 -0
- data/assets/css/font-awesome/less/fixed-width.less +6 -0
- data/assets/css/font-awesome/less/font-awesome.less +17 -0
- data/assets/css/font-awesome/less/icons.less +552 -0
- data/assets/css/font-awesome/less/larger.less +13 -0
- data/assets/css/font-awesome/less/list.less +19 -0
- data/assets/css/font-awesome/less/mixins.less +25 -0
- data/assets/css/font-awesome/less/path.less +14 -0
- data/assets/css/font-awesome/less/rotated-flipped.less +20 -0
- data/assets/css/font-awesome/less/spinning.less +29 -0
- data/assets/css/font-awesome/less/stacked.less +20 -0
- data/assets/css/font-awesome/less/variables.less +561 -0
- data/assets/css/font-awesome/scss/_bordered-pulled.scss +16 -0
- data/assets/css/font-awesome/scss/_core.scss +11 -0
- data/assets/css/font-awesome/scss/_fixed-width.scss +6 -0
- data/assets/css/font-awesome/scss/_icons.scss +552 -0
- data/assets/css/font-awesome/scss/_larger.scss +13 -0
- data/assets/css/font-awesome/scss/_list.scss +19 -0
- data/assets/css/font-awesome/scss/_mixins.scss +25 -0
- data/assets/css/font-awesome/scss/_path.scss +14 -0
- data/assets/css/font-awesome/scss/_rotated-flipped.scss +20 -0
- data/assets/css/font-awesome/scss/_spinning.scss +29 -0
- data/assets/css/font-awesome/scss/_stacked.scss +20 -0
- data/assets/css/font-awesome/scss/_variables.scss +561 -0
- data/assets/css/font-awesome/scss/font-awesome.scss +17 -0
- data/assets/css/styles.scss +10 -0
- data/assets/img/favicon.png +0 -0
- data/assets/img/lyft.svg +1 -0
- data/assets/img/uber-black.png +0 -0
- data/assets/img/uber-white.png +0 -0
- data/assets/js/bootstrap.js +2306 -0
- data/assets/js/bootstrap.min.js +7 -0
- data/assets/js/globals.js +7 -0
- data/assets/js/jquery.easing.min.js +44 -0
- data/assets/js/jquery.js +4 -0
- data/assets/js/main.js +70 -0
- data/assets/js/ouical.min.js +1 -0
- data/assets/js/rsvp.js +320 -0
- metadata +188 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 8759b3b2c59e2c6a3e98af5be6359c49a13244a4b58fd62183feb469c29d75b9
|
4
|
+
data.tar.gz: c5527273e6dd249c1bb6a2dd396eb3747813dce7471c556175d63b32f4ed5a8c
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: a2f75e70fe0bd72ad2a6dba806646f40a7b84376585306afe5b54c6062361266cc9308de6621c5854318655c2084b9b9506892b75c9ce5d5e791572a4fce4020
|
7
|
+
data.tar.gz: b61e79c9ecedfdcc97ece188737f416fa9e852ccfa143481e506ef7c5d6b72e462190fad83d35fdd35d7a0fb12e36368d42a37df2304f39d68f20ab105bfbe25
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2020 Nathan Orick
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,52 @@
|
|
1
|
+
# jekyll-theme-easy-wedding
|
2
|
+
|
3
|
+
Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
|
4
|
+
|
5
|
+
To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
|
6
|
+
|
7
|
+
TODO: Delete this and the text above, and describe your gem
|
8
|
+
|
9
|
+
|
10
|
+
## Installation
|
11
|
+
|
12
|
+
Add this line to your Jekyll site's `Gemfile`:
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
gem "jekyll-theme-easy-wedding"
|
16
|
+
```
|
17
|
+
|
18
|
+
And add this line to your Jekyll site's `_config.yml`:
|
19
|
+
|
20
|
+
```yaml
|
21
|
+
theme: jekyll-theme-easy-wedding
|
22
|
+
```
|
23
|
+
|
24
|
+
And then execute:
|
25
|
+
|
26
|
+
$ bundle
|
27
|
+
|
28
|
+
Or install it yourself as:
|
29
|
+
|
30
|
+
$ gem install jekyll-theme-easy-wedding
|
31
|
+
|
32
|
+
## Usage
|
33
|
+
|
34
|
+
TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
|
35
|
+
|
36
|
+
## Contributing
|
37
|
+
|
38
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
39
|
+
|
40
|
+
## Development
|
41
|
+
|
42
|
+
To set up your environment to develop this theme, run `bundle install`.
|
43
|
+
|
44
|
+
Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
|
45
|
+
|
46
|
+
When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
|
47
|
+
To add a custom directory to your theme-gem, please edit the regexp in `jekyll-theme-easy-wedding.gemspec` accordingly.
|
48
|
+
|
49
|
+
## License
|
50
|
+
|
51
|
+
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
52
|
+
|
data/_config.yml
ADDED
@@ -0,0 +1,36 @@
|
|
1
|
+
plugins:
|
2
|
+
- jekyll-feed
|
3
|
+
- jekyll-sitemap
|
4
|
+
- jekyll-seo-tag
|
5
|
+
- jekyll-compress-images
|
6
|
+
|
7
|
+
# Site settings
|
8
|
+
# title: Rebecca & Ryan
|
9
|
+
# email: nathan@nathanorick.com
|
10
|
+
# url: http://wedding.nathanorick.com
|
11
|
+
# description: "We're getting married and can't wait to celebrate with you!"
|
12
|
+
# baseurl: "/weddings/sample"
|
13
|
+
|
14
|
+
collections:
|
15
|
+
stories:
|
16
|
+
sort_by: order
|
17
|
+
modals:
|
18
|
+
|
19
|
+
sass:
|
20
|
+
style: compressed
|
21
|
+
|
22
|
+
defaults:
|
23
|
+
- scope:
|
24
|
+
path: "photos/"
|
25
|
+
values:
|
26
|
+
image: true
|
27
|
+
|
28
|
+
# Build settings
|
29
|
+
markdown: kramdown
|
30
|
+
permalink: pretty
|
31
|
+
|
32
|
+
exclude:
|
33
|
+
- _compress_images_cache.yml
|
34
|
+
|
35
|
+
compress_images:
|
36
|
+
images_path: "{assets,photos}/**/*.{gif,png,jpg,jpeg,svg}"
|
@@ -0,0 +1,46 @@
|
|
1
|
+
{% for event in site.data.events %}
|
2
|
+
<section class="container content-section {% cycle 'text-left', 'text-right' %}">
|
3
|
+
<div class="row">
|
4
|
+
<div class="col-lg-7 col-lg-offset-{% cycle 2, 3 %} col-sm-offset-2 col-sm-8">
|
5
|
+
<h2>
|
6
|
+
{{ event.name }}
|
7
|
+
<br>
|
8
|
+
<small>
|
9
|
+
{% if event.date %}
|
10
|
+
{{ event.date | date: '%A, %B %e, %Y' }} | {{ event.date | date: '%l:%M %p' }}
|
11
|
+
{% else %}
|
12
|
+
{{ event.date_alt }}
|
13
|
+
{% endif %}
|
14
|
+
</small>
|
15
|
+
</h2>
|
16
|
+
|
17
|
+
<div class="row">
|
18
|
+
<address class="col-xs-8 text-left">
|
19
|
+
<strong>{{ event.location_name }}</strong><br>
|
20
|
+
<a href="{{ event.google_maps_url }}">
|
21
|
+
{{ event.location.address }}<br>
|
22
|
+
{{ event.location.city }}, {{ event.location.state }} {{ event.location.zip }}<br>
|
23
|
+
</a>
|
24
|
+
</address>
|
25
|
+
|
26
|
+
<dl class="col-xs-4 text-right">
|
27
|
+
<dt>Attire</dt>
|
28
|
+
<dd>{{ event.attire | capitalize }}</dd>
|
29
|
+
</dl>
|
30
|
+
|
31
|
+
</div>
|
32
|
+
|
33
|
+
<p>{{ event.description }}</p>
|
34
|
+
|
35
|
+
{% if event.transportation %}
|
36
|
+
<p><em>{{ event.transportation }}</em></p>
|
37
|
+
{% endif %}
|
38
|
+
|
39
|
+
{% if event.shuttle %}
|
40
|
+
<p><em>{{ event.shuttle }}</em></p>
|
41
|
+
{% endif %}
|
42
|
+
|
43
|
+
</div>
|
44
|
+
</div>
|
45
|
+
</section>
|
46
|
+
{% endfor %}
|
@@ -0,0 +1,210 @@
|
|
1
|
+
<section class="container content-section text-center">
|
2
|
+
<div class="row">
|
3
|
+
<div class="col-lg-offset-2 col-lg-8">
|
4
|
+
<h2>Getting Here</h2>
|
5
|
+
<p>
|
6
|
+
For those flying in, there are two airports that are
|
7
|
+
equidistant from downtown Chicago.
|
8
|
+
<br>
|
9
|
+
Both offer public transportation and private taxis into the city.
|
10
|
+
</p>
|
11
|
+
</div>
|
12
|
+
<div class="col-lg-offset-2 col-lg-4 col-sm-6 text-left">
|
13
|
+
<h3>
|
14
|
+
O'Hare International
|
15
|
+
<br>
|
16
|
+
<small>
|
17
|
+
ORD
|
18
|
+
</small>
|
19
|
+
</h3>
|
20
|
+
|
21
|
+
<ul>
|
22
|
+
<li>Bigger and busier</li>
|
23
|
+
<li>All airlines except Southwest</li>
|
24
|
+
<li>
|
25
|
+
For public transportation into Chicago take the
|
26
|
+
CTA Blue Line to the loop
|
27
|
+
</li>
|
28
|
+
</ul>
|
29
|
+
|
30
|
+
</div>
|
31
|
+
<div class="col-lg-4 col-sm-6 text-left">
|
32
|
+
<h3>
|
33
|
+
Midway International
|
34
|
+
<br>
|
35
|
+
<small>
|
36
|
+
MDW
|
37
|
+
</small>
|
38
|
+
</h3>
|
39
|
+
<ul>
|
40
|
+
<li>Smaller and more quiet</li>
|
41
|
+
<li>Major hub for Southwest</li>
|
42
|
+
<li>
|
43
|
+
For public transportation into Chicago take
|
44
|
+
the CTA Orange Line to the loop
|
45
|
+
</li>
|
46
|
+
</ul>
|
47
|
+
</div>
|
48
|
+
</div>
|
49
|
+
</section>
|
50
|
+
|
51
|
+
<section class="container content-section text-center">
|
52
|
+
<div class="row">
|
53
|
+
<div class="col-lg-offset-2 col-lg-8">
|
54
|
+
<h2>Where to Stay</h2>
|
55
|
+
<p>
|
56
|
+
We have a couple room blocks for anyone traveling from out of town.
|
57
|
+
</p>
|
58
|
+
<p>
|
59
|
+
<strong>
|
60
|
+
Please note - rooms are only available through our room block for the following nights:
|
61
|
+
<br>
|
62
|
+
Thursday, May 26 (Hilton only)
|
63
|
+
<br>
|
64
|
+
Friday, May 27
|
65
|
+
<br>
|
66
|
+
Saturday, May 28
|
67
|
+
<br>
|
68
|
+
Sunday, May 29
|
69
|
+
</strong>
|
70
|
+
</p>
|
71
|
+
<p>
|
72
|
+
The reservation links below will only allow you to book rooms for the above nights.
|
73
|
+
If you'd like to stay for any nights other than the ones listed, please call the hotel directly and
|
74
|
+
reference the <em>Vashi-Baclig wedding</em>.
|
75
|
+
</p>
|
76
|
+
<div class="row">
|
77
|
+
{% for hotel in site.hotels.chi %}
|
78
|
+
<div class="col-sm-6 ">
|
79
|
+
{% include hotel_thumbnail.html hotel=hotel %}
|
80
|
+
</div>
|
81
|
+
{% endfor %}
|
82
|
+
</div>
|
83
|
+
</div>
|
84
|
+
</div>
|
85
|
+
</section>
|
86
|
+
|
87
|
+
<section class="container content-section text-center">
|
88
|
+
<div class="row">
|
89
|
+
<div class="col-lg-offset-2 col-lg-8">
|
90
|
+
<h2 id="getting-around">Getting Around</h2>
|
91
|
+
<p>
|
92
|
+
We'll be coordinating transportation for events not located
|
93
|
+
at the Hilton, but for when you want to get out and explore the city yourself,
|
94
|
+
there are plenty of ways to get around.
|
95
|
+
</p>
|
96
|
+
|
97
|
+
<div class="row">
|
98
|
+
<div class="col-lg-6 text-left">
|
99
|
+
|
100
|
+
<h3>Car</h3>
|
101
|
+
|
102
|
+
<p>
|
103
|
+
First and foremost, a car is not necessary to get around to all
|
104
|
+
the wedding fesitivites, and in fact is probably more difficult to
|
105
|
+
manage due to limited parking and tight streets.
|
106
|
+
</p>
|
107
|
+
<p>
|
108
|
+
That being said, the streets of Chicago are easy to navigate as the roads
|
109
|
+
line up on a grid and both hotels offer parking (valet
|
110
|
+
and self-park, for a fee.)
|
111
|
+
</p>
|
112
|
+
</div>
|
113
|
+
|
114
|
+
<div class="col-lg-6 text-left">
|
115
|
+
|
116
|
+
<h3>Taxi</h3>
|
117
|
+
|
118
|
+
<p>
|
119
|
+
Hailing a cab typically isn't too hard in the city. If you don't have cash,
|
120
|
+
all cabs are required to <strong>accept credit cards</strong>. Legally,
|
121
|
+
cabs are not allowed to accept more passengers than there are
|
122
|
+
seat belts in the car. That being said, it never hurts to ask :)
|
123
|
+
</p>
|
124
|
+
<p>
|
125
|
+
For more info check out some
|
126
|
+
<a href="https://www.cityofchicago.org/content/dam/city/depts/bacp/publicvehicleinfo/passengerinfo/knowbeforeyouride07242014.pdf">
|
127
|
+
city of Chicago taxi tips.
|
128
|
+
</a>
|
129
|
+
</p>
|
130
|
+
</div>
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
<div class="col-lg-6 text-left">
|
135
|
+
<h3>CTA</h3>
|
136
|
+
<p>
|
137
|
+
The city of Chicago Transit Authority incorporates an elevated 'L' train and a system of buses. For most tourist destinations, the 'L' should get you wehre you want to go.
|
138
|
+
</p>
|
139
|
+
<p>
|
140
|
+
The closest 'L' station to the Hilton is the Harrison Red Line station at the corner of Harrison St. and State St.
|
141
|
+
</p>
|
142
|
+
<p>
|
143
|
+
Hotel Burnham is equidistant from the Washington Blue Line station (at the corner of Washington St. and Dearborn St.) and the Randolph/Wabash station, which serves multiple 'L' lines.
|
144
|
+
</p>
|
145
|
+
</div>
|
146
|
+
|
147
|
+
<div class="col-lg-6 text-left">
|
148
|
+
<h3>Uber & Lyft</h3>
|
149
|
+
|
150
|
+
<p>
|
151
|
+
Ride-share much? Uber tends to be our app-of-choice, but Lyft also has
|
152
|
+
good coverage as well. If you've never used either, you can use the
|
153
|
+
following promo codes to get $20 off you first ride with each service.
|
154
|
+
</p>
|
155
|
+
|
156
|
+
<div class="row">
|
157
|
+
<div class="col-sm-6">
|
158
|
+
<div class="row">
|
159
|
+
<p class="col-xs-offset-1 col-xs-10">
|
160
|
+
<img class="img-responsive" src="{{site.baseurl}}/assets/img/uber-black.png">
|
161
|
+
</p>
|
162
|
+
<div class="clearfix"></div>
|
163
|
+
<p class="col-xs-12 text-center">
|
164
|
+
<a href="https://itunes.apple.com/us/app/uber/id368677368" class="btn btn-default btn-sm">
|
165
|
+
iPhone
|
166
|
+
</a>
|
167
|
+
<a href="https://play.google.com/store/apps/details?id=com.ubercab" class="btn btn-default btn-sm">
|
168
|
+
Android
|
169
|
+
</a>
|
170
|
+
</p>
|
171
|
+
<p class="col-xs-12 text-center">
|
172
|
+
Code: <code>uberchrisandnikita</code>
|
173
|
+
</p>
|
174
|
+
</div>
|
175
|
+
</div>
|
176
|
+
|
177
|
+
<div class="col-sm-6">
|
178
|
+
<div class="row">
|
179
|
+
<p class="col-xs-offset-3 col-xs-6">
|
180
|
+
<img class="img-responsive" src="{{site.baseurl}}/assets/img/lyft.svg" width="100%">
|
181
|
+
</p>
|
182
|
+
<div class="clearfix"></div>
|
183
|
+
<p class="col-xs-12 text-center">
|
184
|
+
<a href="https://itunes.apple.com/us/app/lyft-taxi-bus-app-alternative/id529379082" class="btn btn-default btn-sm">
|
185
|
+
iPhone
|
186
|
+
</a>
|
187
|
+
<a href="https://play.google.com/store/apps/details?id=me.lyft.android" class="btn btn-default btn-sm">
|
188
|
+
Android
|
189
|
+
</a>
|
190
|
+
</p>
|
191
|
+
<p class="col-xs-12 text-center">
|
192
|
+
Code: <code>CHRISANDNIKITA</code>
|
193
|
+
</p>
|
194
|
+
</div>
|
195
|
+
</div>
|
196
|
+
</div>
|
197
|
+
</div>
|
198
|
+
</div>
|
199
|
+
|
200
|
+
<p>
|
201
|
+
For those not familiar with Chicago, here's a map to get you oriented.
|
202
|
+
</p>
|
203
|
+
|
204
|
+
<div>
|
205
|
+
<iframe src="https://www.google.com/maps/d/u/0/embed?mid=z0XYnxwl5wDk.kCMdy34paGR4" class="map"></iframe>
|
206
|
+
</div>
|
207
|
+
|
208
|
+
</div>
|
209
|
+
</div>
|
210
|
+
</section>
|
@@ -0,0 +1,49 @@
|
|
1
|
+
<!-- <div class="floating-info">
|
2
|
+
<a class="floating-button" href="javascript://" data-toggle="modal" data-target="#subscribe-modal">
|
3
|
+
<i class="fa fa-envelope animated"></i>
|
4
|
+
</a>
|
5
|
+
</div> -->
|
6
|
+
|
7
|
+
<div class="modal fade" id="subscribe-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
|
8
|
+
<div class="modal-dialog" role="document">
|
9
|
+
<div class="modal-content">
|
10
|
+
<!-- Begin MailChimp Signup Form -->
|
11
|
+
<div id="mc_embed_signup">
|
12
|
+
<form action="//chrisbaclig.us2.list-manage.com/subscribe/post?u=87bc541350a8d9fdfbf974458&id=dde4d12650" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
|
13
|
+
<div class="modal-header">
|
14
|
+
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
15
|
+
<h4 class="modal-title" id="myModalLabel">Receive Email Updates</h4>
|
16
|
+
</div>
|
17
|
+
<div class="modal-body form-horizontal text-center">
|
18
|
+
<p>
|
19
|
+
Let us know your email address, and we'll shoot you a note when
|
20
|
+
we have new information to share or last-minute changes.
|
21
|
+
</p>
|
22
|
+
<p>
|
23
|
+
If you choose not to sign-up, you can always reach us directly at
|
24
|
+
<a href="mailto:nvashi25@gmail.com">nvashi25@gmail.com</a>
|
25
|
+
or
|
26
|
+
<a href="mailto:chris@baclig.me">chris@baclig.me</a>
|
27
|
+
with any questions.
|
28
|
+
</p>
|
29
|
+
<div class="form-group">
|
30
|
+
<label for="mce-EMAIL" class="control-label col-xs-offset-1 col-xs-2">
|
31
|
+
<h5 style="margin-bottom: 0">Email</h5>
|
32
|
+
</label>
|
33
|
+
<div class="col-xs-8">
|
34
|
+
<input type="email" placeholder="email@domain.com" name="EMAIL" class="form-control" id="mce-EMAIL">
|
35
|
+
</div>
|
36
|
+
</div>
|
37
|
+
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
|
38
|
+
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_87bc541350a8d9fdfbf974458_dde4d12650" tabindex="-1" value=""></div>
|
39
|
+
</div>
|
40
|
+
<div class="modal-footer">
|
41
|
+
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
|
42
|
+
<input type="submit" class="btn btn-primary" value="Subscribe" name="subscribe" id="mc-embedded-subscribe">
|
43
|
+
</div>
|
44
|
+
</form>
|
45
|
+
</div>
|
46
|
+
<!--End mc_embed_signup-->
|
47
|
+
</div>
|
48
|
+
</div>
|
49
|
+
</div>
|
data/_includes/faq.html
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
<section class="container content-section text-center">
|
2
|
+
<div class="row">
|
3
|
+
<div class="col-lg-8 col-lg-offset-2 text-left">
|
4
|
+
<dl>
|
5
|
+
{% for one in site.data.faq %}
|
6
|
+
<dt><h3>{{ one.question }}</h3></dt>
|
7
|
+
<dd><p class="faq-answer">{{ one.answer }}</p></dd>
|
8
|
+
{% endfor %}
|
9
|
+
</dl>
|
10
|
+
</div>
|
11
|
+
</div>
|
12
|
+
</section>
|