-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
52 lines (49 loc) · 1.56 KB
/
about.html
File metadata and controls
52 lines (49 loc) · 1.56 KB
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
---
layout: default
title: About
permalink: /about.html
---
<header>
<div class="container">
<div class="column">
<div>
<h1 class="editable">Munich Animal Rights Club</h1>
<p class="editable">A student club that cares for all animals.</p>
<div class="button-container">
<div class="button">
<a href="#join">Join us</a>
</div>
<div class="button" id="about">
<a href="{{ site.baseurl }}/index.html">Home</a>
</div>
</div>
</div>
</div>
<div class="column">
<img src="{{ site.baseurl }}/images/sheep.jpg" alt="Sheep">
</div>
</div>
</header>
<div class="container">
<div class="columns">
<div>
<img src="{{ site.baseurl }}/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>