-
Notifications
You must be signed in to change notification settings - Fork 3
/
index-themed.html
117 lines (76 loc) · 2.58 KB
/
index-themed.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
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>STV Widgets - Themed</title>
<link rel="stylesheet" href="assets/css/theme-a.css">
</head>
<body>
<div class="group-capped group-y">
<div class="grid grid--thin">
<div class="grid__item one-third">
<div class="ent-puff">
<a href="http://www.stv.tv/link/45850/">
<img class="ent-puff__image" alt="" src="http://files.stv.tv/imagebase/351/466x262/351951-gapah-streeter.jpg">
<h4 class="ent-puff__label">
Don't Miss
</h4>
<div class="ent-puff__body">
<h3 class="ent-puff__title">
Re-homing appeals
</h3>
<p class="ent-puff__text">
Find out how to adopt one of the adorable animals featured on the latest episode of Give a Pet a Home
</p>
</div>
</a>
</div>
</div><!--
--><div class="grid__item one-third">
<div class="ent-puff">
<a href="http://www.stv.tv/link/45850/">
<img class="ent-puff__image" alt="" src="http://files.stv.tv/imagebase/351/466x262/351953-give-a-pet-a-home.jpg">
<h4 class="ent-puff__label">
today
</h4>
<div class="ent-puff__body">
<h3 class="ent-puff__title">
Watch again
</h3>
<p class="ent-puff__text">
Check out our video interviews with the celebrity volunteers plus some animal highlights from Give a Pet a Home
</p>
</div>
</a>
</div>
</div><!--
--><div class="grid__item one-third">
<div class="ent-puff">
<a href="http://www.stv.tv/link/45850/">
<img class="ent-puff__image" alt="" src="http://files.stv.tv/imagebase/341/466x262/341970-give-a-pet-a-home-logo.jpg">
<h4 class="ent-puff__label">
Don't Miss
</h4>
<div class="ent-puff__body">
<h3 class="ent-puff__title">
Re-homing centres
</h3>
<p class="ent-puff__text">
Links to some of the nationwide re-homing centres across England, Wales, Scotland & Northern Ireland
</p>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- end of ent-puffs -->
<div class="knockout-title">
<div class="knockout-title__group group-capped">
<h2 class="knockout-title__title">
Highlights
</h2>
</div>
</div>
</body>
</html>