This repository was archived by the owner on Sep 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
66 lines (60 loc) · 2.1 KB
/
index.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
---
layout: main
title: Cri du Chat Syndrome Support Group
description: Cri du Chat Syndrome Support Group homepage, with information, links, and news from the group
keywords:
---
<style>
.video-container { height: 56vw; }
@media all and (min-width : 768px) {
.video-container { height: 27vw; }
}
</style>
<div class="row-fluid homepage-row video-container">
<div class='span6 video' style="height: 100%">
<div style="height: 100%; border-radius: 6px; overflow:hidden;">
<iframe src="https://www.youtube-nocookie.com/embed/jJxko_PwzzI?rel=0&showinfo=0&autoplay=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen width="100%" height='100%'></iframe>
</div>
</div>
<div class="span6 hero-unit hidden-phone" style="height: 100%; padding-top: 20vw">
<a class='btn btn-primary btn-large' href='/start_here/index.html'>Just diagnosed? Start here »</a>
</div>
</div>
<div class="row-fluid homepage-row visible-phone">
<p>
<a class='btn btn-primary btn-large btn-block' href='/start_here/index.html'>Just diagnosed? Start here »</a>
</p>
</div>
{% include alert.html %}
<div class='row-fluid homepage-row'>
<div class='span4 well'>
<h1>Information</h1>
<div class='well-content'>
<p>
About CdCS itself, therapies, education, and social and financial aspects.
</p>
</div>
<a class='btn' href='/information/index.html'>More »</a>
</div>
<div class='span4 well'>
<h1>Community</h1>
<div class='well-content'>
<p>
Get in touch with other families, share your experiences, and get advice.
</p>
</div>
{% include facebook_group.html %} <a class='btn' href='/community/index.html'>More »</a>
</div>
<div class='span4 well'>
<h1>News</h1>
<div class='well-content'>
<h2><small>Subscribe to our mailing list</small></h2>
{% include mailchimp.html %}
</div>
{% assign post = site.posts.first %}
<a class='btn' href='{{post.url}}'>Latest News »</a>
</div>
</div>
<hr/>
<h5 style='text-align: center'>Supported by:</h5>
{% include supporters.html %}