forked from CloudCannon/cause-jekyll-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
108 lines (97 loc) · 3.84 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
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
---
layout: default
title: "Einstieg in C#"
---
<header>
<div class="container">
<div class="column">
<div>
<h1 class="editable">Einstieg in C#</h1>
<p class="editable">In diesem Kurs bekommst du einen einfachen Einstieg in die Welt der Programmierung und Softwareentwicklung, damit du schnell deine Probleme mit einer Desktop-, Web-, Mobileanwendungen oder auch einem Spiel lösen kannst.</p>
<div class="button">
<a href="https://www.udemy.com/einstieg-in-csharp-software-programmieren-wie-ein-profi/?couponCode=UCSK-LP-2019_150">Starte den Kurs JETZT</a>
</div>
</div>
</div>
<div class="column">
<iframe width="560" height="315" src="https://www.youtube.com/embed/EAWkL1e6lzA" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div>
</div>
</header>
<div class="container">
<h2 class="editable" style="text-align: center;">Why sheep need the vote</h2>
<ul class="thirds">
<li>
<div class="image">{% include icons/site.html icon="population" %}</div>
<h3 class="editable">Population</h3>
<p class="editable">New Zealand has a human population of just 4.5M while there are 70M sheep. </p>
</li>
<li>
<div class="image">{% include icons/site.html icon="economy" %}</div>
<h3 class="editable">Economy</h3>
<p class="editable">Sheep are the backbone of the economy yet they receive no compensation.</p>
</li>
<li>
<div class="image">{% include icons/site.html icon="conditions" %}</div>
<h3 class="editable">Work Conditions</h3>
<p class="editable">Sheep are forced to eat grass every day of their life. How about some of variety?</p>
</li>
</ul>
</div>
<div class="container">
<div class="columns">
<div>
<img src="/images/sheep2.jpg" alt="Sheep">
</div>
<div>
<h2 class="editable">Our Mission</h2>
<p class="editable">Leave no sheep behind. Our mission to give sheep the right to vote and have them represented in parliament. For too long sheep have been exploited for their warm wool and delicious meat. It's time to put our hooves down and baa for what's right. Give sheep the vote!</p>
</div>
</div>
</div>
<div class="container">
<hr>
<blockquote>
<p class="quote editable">The ultimate measure of a sheep is not where he stands in moments of comfort and convenience, but where he stands at times of challenge and controversy.</p>
<div class="attribute">
<p class="meta">
<span class="image"><img class="editable" src="{{ site.baseurl }}/images/wooly.jpg" alt="Wooly"></span>
<span class="author editable"><strong>Wooly McBaa</strong></span>
</p>
</div>
</blockquote>
</div>
<div class="darker">
<div class="container">
<h2 class="editable">Join us</h2>
<p class="editable" style="text-align: center;">Sign up to hear the latest news and progress in our fight for the sheep vote.</p>
<form action="{{ site.newsletter_action }}" method="post">
<input type="text" name="EMAIL" placeholder="Email">
<input type="submit" value="Sign up"/>
</form>
</div>
</div>
<div class="container" id="donate">
<h2 class="editable">Make a donation</h2>
<div class="donate">
{{ site.donation_embed }}
</div>
</div>
<div class="darker">
<div class="container">
<h2 class="editable">Updates</h2>
<p class="editor-link"><a href="cloudcannon:collections/_posts" class="btn"><strong>✎</strong> Add Update</a></p>
<div class="posts">
{% for post in site.posts %}
<div class="post">
<div class="image" style="background-image: url({{ post.featured_image}})"></div>
<div class="post-content">
<p class="date">{{ post.date | date: '%B %d, %Y' }}</p>
<h3>{{ post.title }}</h3>
{{ post.content }}
<p class="editor-link"><a href="cloudcannon:collections/{{ post.path }}" class="btn"><strong>✎</strong> Edit Update</a></p>
</div>
</div>
{% endfor %}
</div>
</div>
</div>