-
Notifications
You must be signed in to change notification settings - Fork 0
/
season04.html
132 lines (71 loc) · 4.83 KB
/
season04.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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html>
<!-- _______________this is going to be the head_______________ -->
<head>
<title>DoctorWhoS04</title>
<link rel="icon" type="image/x-icon" href="images/btb colored logo.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style_episodeslist.css">
<!-- ______________header title begins_______________ -->
<a href="https://btbwho.github.io/" style="text-decoration:none;">
<headerbtb>BEARTHEBANGTAN</headerbtb></a>
<!-- ______________header title ends_______________ -->
</head>
<!-- ______________this is going to be the body_______________ -->
<body>
<!-- ______________info strip_______________ -->
<div class="banner">
<div class="banner-image"> <!-- img -->
<img src="images/season04 big.png">
</div>
<div class="series-info"> <!-- info -->
<div class="series-title">
Doctor Who - Season 04
</div>
<div class="episode-info">
TV Series
</div>
<div class="bottom-row">
<div class="info-item">Release: 2008</div>
<div class="info-item">Episodes: 13</div>
<div class="info-item">RO+ENG SUB</div>
<div class="info-item">BBC HD</div>
</div>
</div>
</div>
<!-- ______________tabs_______________ -->
<div class="container">
<div class="episodebuttons">
<div class="episode-list">
<a href="https://btbwho.github.io/seasons04e01" class="episode-button"><img src="images/s04e01 thumbnail.jpg" class="episode-thumbnail"><i class="fas fa-play episode-icon"></i>1. Partners in Crime</a>
<a href="https://btbwho.github.io/seasons04e02" class="episode-button"><img src="images/s04e02 thumbnail.jpg" class="episode-thumbnail"><i class="fas fa-play episode-icon"></i>2. The Fires of Pompeii</a>
<a href="https://btbwho.github.io/seasons04e03" class="episode-button"><img src="images/s04e03 thumbnail.jpg" class="episode-thumbnail"><i class="fas fa-play episode-icon"></i>3. Planet of the Ood</a>
<a href="https://btbwho.github.io/seasons04e04" class="episode-button"><img src="images/s04e04 thumbnail.jpg" class="episode-thumbnail"><i class="fas fa-play episode-icon"></i>4. The Sontaran Stratagem (Part 1)</a>
<a href="https://btbwho.github.io/seasons04e05" class="episode-button"><img src="images/s04e05 thumbnail.jpg" class="episode-thumbnail"><i class="fas fa-play episode-icon"></i>5. The Poison Sky (Part 2)</a>
<a href="https://btbwho.github.io/seasons04e06" class="episode-button"><img src="images/s04e06 thumbnail.jpg" class="episode-thumbnail"><i class="fas fa-play episode-icon"></i>6. The Doctor's Daughter</a>
<a href="https://btbwho.github.io/seasons04e07" class="episode-button"><img src="images/s04e07 thumbnail.jpg" class="episode-thumbnail"><i class="fas fa-play episode-icon"></i>7. The Unicorn and the Wasp</a>
<a href="https://btbwho.github.io/seasons04e08" class="episode-button"><img src="images/s04e08 thumbnail.jpg" class="episode-thumbnail"><i class="fas fa-play episode-icon"></i>8. Silence in the Library (Part 1)</a>
<a href="https://btbwho.github.io/seasons04e09" class="episode-button"><img src="images/s04e09 thumbnail.jpg" class="episode-thumbnail"><i class="fas fa-play episode-icon"></i>9. Forest of the Dead (Part 2)</a>
<a href="https://btbwho.github.io/seasons04e10" class="episode-button"><img src="images/s04e10 thumbnail.jpg" class="episode-thumbnail"><i class="fas fa-play episode-icon"></i>10. Midnight</a>
<a href="https://btbwho.github.io/seasons04e11" class="episode-button"><img src="images/s04e11 thumbnail.jpg" class="episode-thumbnail"><i class="fas fa-play episode-icon"></i>11. Turn Left</a>
<a href="https://btbwho.github.io/seasons04e12" class="episode-button"><img src="images/s04e12 thumbnail.jpg" class="episode-thumbnail"><i class="fas fa-play episode-icon"></i>12. The Stolen Earth (Part 1)</a>
<a href="https://btbwho.github.io/seasons04e13" class="episode-button"><img src="images/s04e13 thumbnail.jpg" class="episode-thumbnail"><i class="fas fa-play episode-icon"></i>13. Journey's End (Part 2)</a>
<!-- Add more buttons as needed -->
</div>
</div>
</div>
<div class="buttonssection"> <!-- buttons -->
<a href="https://btbwho.github.io/masterlist" class="button"><i class="fa-solid fa-angles-left"></i> Masterlist</a>
</div>
<div class="donofloaty">
<script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script>
<script type='text/javascript'>kofiwidget2.init('Support me on Ko-fi!', '#011331', 'Q5Q14H9Q3');kofiwidget2.draw();</script>
</div>
</body>
<!-- ______________footer_______________ -->
<footer>
<p style="line-height:20px">Coded by © BEARTHEBANGTAN | 2023</p>
</footer>
</html>