-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhairy.html
104 lines (93 loc) · 3.56 KB
/
hairy.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
---
title: I'm so hairy, but it's gonna go-oh-oh
categories: charity
tags:
- hair
- macmillan
---
<html>
<head>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
<link rel="stylesheet"
href="https://storage.googleapis.com/code.getmdl.io/1.0.2/material.light_blue-pink.min.css" />
<script src="https://storage.googleapis.com/code.getmdl.io/1.0.2/material.min.js"></script>
<script src="https://raw.githubusercontent.com/mckamey/countdownjs/master/countdown.min.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<title>I'm so hairy, but it's gonna go-oh-oh</title>
<style type="text/css">
.demo-card-image.mdl-card {
width: 330px;
height: 277px;
background: url('https://bravetheshave.org.uk/wp-content/uploads/2015/07/228926_20150730201715.png') center / cover;
}
.demo-card-image>.mdl-card__actions {
height: 52px;
padding: 16px;
background: rgba(0, 0, 0, 0.2);
}
b {
color: #ff4081;
}
h4.thanks {
color: #fff;
margin: 0px;
padding: 0px;
font-weight: 500;
}
body {
background: url('http://subtlepatterns.com/patterns/concrete_seamless.png');
/*http://subtlepatterns.com/patterns/swirl_pattern.png*/
}
.mdl-cell--4-col,
.mdl-cell--8-col {
background-color: white;
padding: 20px;
}
</style>
</head>
<body>
<div class="mdl-js-layout">
<div class="mdl-grid mdl-grid--no-spacing">
<div class="mdl-cell mdl-cell--2-col"></div>
<div class="mdl-cell mdl-cell--4-col">
<h1 class="mdl-typography--display-4">Hairy</h1>
<!-- class="mdl-typography--display-1" -->
<!-- class="mdl-typography--headline" -->
<h4 class="mdl-typography--headline">Lots of hair should mean lots and
lots of donations... and it did!</h4>
</div>
<div class="mdl-cell mdl-cell--4-col">
<a href="https://bravetheshave.org.uk/shavers/simon-metson/"><img
src="https://bravetheshave.org.uk/wp-content/uploads/2015/06/Badge_Supportme.png"
width="300"></a>
</div>
</div>
<div class="mdl-grid mdl-grid--no-spacing">
<div class="mdl-cell mdl-cell--2-col"></div>
<div class="mdl-cell mdl-cell--8-col">
<h4 class="mdl-typography--headline">First of all, <b>thank you</b> everyone who donated!</h4>
<p>The big day came around and after raising over £2200 I set
forth with razors, clippers and scissors (big seamstress ones...) on a
gruelling 7 razor, 5 hour shaving marathon. </p>
<p>Don't worry if you've not had a chance to doante yet, donations are
still being taken on my <a href="https://bravetheshave.org.uk/shavers/simon-metson/">Brave the Shave
page</a>, so be cool like all the other kids and give
generously!</p>
<p>We had a BBQ for people who'd sponsored to witness the removal. For
those of you who couldn't make it; fear not (or maybe fear more...);
Chloe made a micro documentary*!</p>
<center>
<iframe width="853" height="480" src="https://www.youtube.com/embed/t94UuEw_Ukk" frameborder="0"
allowfullscreen></iframe>
<h3>Like the movie? <a href="https://bravetheshave.org.uk/shavers/simon-metson/">Go donate</a>!</h3>
</center>
<p>To make the most of the shearing head hair will be donated to <a
href="http://www.littleprincesses.org.uk/">the Little Princess Trust</a>.</p>
<small>* If I'd known she was going to make such a professional recording,
in such high definition, I'd maybe have hit the gym and stayed off the
cheese for a few weeks prior...</small>
</div>
</div>
</div>
</body>
</html>