-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (40 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en">
<sergey-import src="head">Home</sergey-import>
<body>
<sergey-import src="header">
<div class="hero">
<div class="hero-intro">
<h1 class="underline--animated">Self Treat</h1>
<p class="intro">
Clearleft runs a 3 month intern programme every few years.
<a
href="https://clearleft.com/posts/our-intern-program-is-returning-for-2019"
>This year</a
>, they set the 2019 team the challenge of helping the NHS
<q>Do more with less</q>.
<strong
>Self Treat is a vision piece designed to increase self-management
of minor health conditions.</strong
>
</p>
</div>
</div>
</sergey-import>
<main class="pad-btm">
<div class="constrain constrain--large pad">
<figure class="hero-video video-player">
<iframe
width="1280"
height="720"
src="https://www.youtube.com/embed/IRzib9_iEwU"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</figure>
</div>
</main>
<sergey-import src="footer" />
</body>
</html>