-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
68 lines (66 loc) · 2.7 KB
/
index.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<link href="css/font-awesome.min.css" rel="stylesheet"/>
<link href="css/widget.css" rel="stylesheet"/>
<title>Sports Widget</title>
</head>
<body>
<section id="widget">
<nav>
<h2>Live</h2><span class="fa-search" title="search"></span>
</nav>
<div class="widget-main">
<section class="widget-stream">
<h3>Streams</h3>
<div class="widget-description">
<div class="widget-time-block">
<p class="widget-time-digits">24</p>
<p class="widget-time-units">hr</p>
</div>
<h4 class="widget-desc-title">Sky Sports News</h4>
<p class="widget-desc-sub">HD Stream DE</p>
<div class="widget-stream-logo"><img src="graphics/sky-logo-grey-35x21.png" alt="Sky logo"></div>
<div class="fa-play" title="play this stream"></div>
</div>
</section>
<section class="widget-dates">
<h3>Monday 5th March</h3><span class="fa-caret-up" title="close this section"></span>
<div class="widget-description">
<div class="widget-time-block">
<p class="widget-time-digits">6:25</p>
<p class="widget-time-units">pm</p>
</div>
<h4 class="widget-desc-title">Perth Glory v Adelaide United</h4>
<p class="widget-desc-sub"><span class="widget-country-flag"><img src="graphics/australia-flag-14x9.png" alt="Australia"></span>Hyundai A-League</p>
<div class="widget-team-badges">
<span class="widget-home-badge"><img src="graphics/perth-badge-23x30.png" alt="Perth Glory" /></span>
<span class="widget-away-badge"><img src="graphics/adelaide-badge-23x30.png" alt="Adelaide United" /></span>
</div>
<div class="fa-play" title="play this match"></div>
</div>
<div class="widget-description">
<div class="widget-time-block">
<p class="widget-time-digits">8:25</p>
<p class="widget-time-units">pm</p>
</div>
<h4 class="widget-desc-title">Sydney FC v Brisbane Roar</h4>
<p class="widget-desc-sub"><span class="widget-country-flag"><img src="graphics/australia-flag-14x9.png" alt="Australia"></span>Hyundai A-League</p>
<div class="widget-team-badges">
<span class="widget-home-badge"><img src="graphics/sydney-badge-23x30.png" alt="Sydney FC" /></span>
<span class="widget-away-badge"><img src="graphics/brisbane-badge-23x30.png" alt="Brisbane Roar" /></span>
</div>
<div class="fa-play" title="play this match"></div>
</div>
</section>
<section class="widget-dates">
<h3>Wednesday 7th March<span class="widget-closedsuperscript">3</span></h3><span class="fa-caret-down" title="open this section"></span>
<div class="widget-description">
</div>
</section>
</div>
<footer></footer>
</section>
</body>
</html>