-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
200 lines (171 loc) · 10.9 KB
/
index.html
File metadata and controls
200 lines (171 loc) · 10.9 KB
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Daniel">
<meta name="description" content="A podcast where you get relevant opinions on everything to do with football.">
<meta name="keywords" content="Football, podcast, reviews, banter, vibes, matches, highlights, soccer">
<!-- setting website logo icon -->
<link rel="icon" href="images/Icon-2/favicon.ico" type="image/png">
<!-- importing font awesome -->
<link rel="stylesheet" href="fonts/css/all.css" type="text/css">
<!-- online cdn for font awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.0/css/all.min.css"
type="text/css">
<!-- online cdn for box icons -->
<link rel="stylesheet" href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css">
<!-- importing local style sheet -->
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="css/mediaQuery.css" type="text/css">
<title>Football Banter</title>
</head>
<body>
<header class="header">
<a href="#"><img src="images/Icon-1/favicon-32x32.png" alt="logo/png"></a>
<ul class="navlist">
<li><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#episodes">Episodes</a></li>
<li><a href="#community">Community</a></li>
<li><a href="#extras">Extras</a></li>
</ul>
<div class="nav-content">
<a href="https://open.spotify.com/show/697NBhDHeHgM638EiBPhdI" target="_blank"><svg viewBox="0 0 256 256" width="27" height="25" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid">
<path
d="M128 0C57.308 0 0 57.309 0 128c0 70.696 57.309 128 128 128 70.697 0 128-57.304 128-128C256 57.314 198.697.007 127.998.007l.001-.006Zm58.699 184.614c-2.293 3.76-7.215 4.952-10.975 2.644-30.053-18.357-67.885-22.515-112.44-12.335a7.981 7.981 0 0 1-9.552-6.007 7.968 7.968 0 0 1 6-9.553c48.76-11.14 90.583-6.344 124.323 14.276 3.76 2.308 4.952 7.215 2.644 10.975Zm15.667-34.853c-2.89 4.695-9.034 6.178-13.726 3.289-34.406-21.148-86.853-27.273-127.548-14.92-5.278 1.594-10.852-1.38-12.454-6.649-1.59-5.278 1.386-10.842 6.655-12.446 46.485-14.106 104.275-7.273 143.787 17.007 4.692 2.89 6.175 9.034 3.286 13.72v-.001Zm1.345-36.293C162.457 88.964 94.394 86.71 55.007 98.666c-6.325 1.918-13.014-1.653-14.93-7.978-1.917-6.328 1.65-13.012 7.98-14.935C93.27 62.027 168.434 64.68 215.929 92.876c5.702 3.376 7.566 10.724 4.188 16.405-3.362 5.69-10.73 7.565-16.4 4.187h-.006Z"
fill="#1ED760" />
</svg></a>
<a href="https://www.youtube.com/channel/UCtnlxz7XSWKTxWRO479XGJg" target="_blank"><svg viewBox="0 0 256 180" width="27" height="25" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid">
<path
d="M250.346 28.075A32.18 32.18 0 0 0 227.69 5.418C207.824 0 127.87 0 127.87 0S47.912.164 28.046 5.582A32.18 32.18 0 0 0 5.39 28.24c-6.009 35.298-8.34 89.084.165 122.97a32.18 32.18 0 0 0 22.656 22.657c19.866 5.418 99.822 5.418 99.822 5.418s79.955 0 99.82-5.418a32.18 32.18 0 0 0 22.657-22.657c6.338-35.348 8.291-89.1-.164-123.134Z"
fill="red" />
<path fill="#FFF" d="m102.421 128.06 66.328-38.418-66.328-38.418z" />
</svg></a>
</div>
<i class="bx bx-menu" id="menu-icon"></i>
</header>
<!-- ===================== HOME SECTION ======================= -->
<section class="home" id="home">
<div class="home-content">
<h3>Welcome to</h3>
<span>Football Banter</span>
<p>The show where its unfiltered talk about your favorite teams and players.</p>
<a href="https://www.youtube.com/channel/UCtnlxz7XSWKTxWRO479XGJg" class="btn">Subscribe Now</a>
</div>
</section>
<!-- about section starts here -->
<section class="about" id="about">
<h2>About the Show</h2>
<div class="main">
<img src="./images/Profile.png" alt="image/png">
</div>
<div class="about-text">
<p>Welcome to Football Banter! ⚽️
Join me (Daniel), as I dive into the latest football matches, player performances,
and everything in between! This is your go-to spot for friendly, laid-back football talk filled with good vibes and plenty of banter.
This is football redefined!</p>
</div>
<a href="https://www.youtube.com/channel/UCtnlxz7XSWKTxWRO479XGJg" target="_blank" class="about-btn">View Podcast</a>
</section>
<!-- episodes section starts here -->
<section class="episodes" id="episodes">
<div class="center-text">
<h2>Episodes</h2>
<h6>Some Popular Episodes</h6>
</div>
<!-- episodes displayed in a row as cards here -->
<div class="episodes-content">
<div class="row">
<div class="row-img">
<img src="./episodes/Arsenal v West Ham - E06/Arsenal v West Ham.png" alt="image/png">
</div>
<h5>Arsenal CRUSHES West Ham 5-2 Saka Sensational Performance👏 | Post Match Reaction and Analysis</h5>
<h6><a href="./episodes/episode-6.html">View Episode</a></h6>
</div>
<div class="row">
<div class="row-img">
<img src="./episodes/City Hattrick - E09/City Hattrick.png" alt="image/png">
</div>
<h5>Man City DESTROY Newcastle 4-0! Dominant Performance!🔥Omar Marmoush MASTERCLASS!</h5>
<h6><a href="./episodes/episode-9.html">View Episode</a></h6>
</div>
<div class="row">
<div class="row-img">
<img src="./episodes/Liverpool 2-0 win - E12/Liverpool 2-0 win.png" alt="image/png">
</div>
<h5>Man City Lose at Home! Liverpool's Tactical Masterclass in 2-0 Win over Champions at Etihad!🤬</h5>
<h6><a href="./episodes/episode-12.html">View Episode</a></h6>
</div>
</div>
<!-- button below re-directs to episodes page -->
<div class="center-btn">
<a href="episodes.html" class="episodes-btn">View More Episodes</a>
</div>
</section>
<!-- community section starts here -->
<section class="community" id="community">
<div class="community-text">
<h2>Looking for more of...</h2>
<span class="text-span">Football Banter </span>
<p>Join the conversation on the community page.</p>
<a href="community.html" class="community-btn">Join Now</a>
</div>
</section>
<!-- extras section starts here -->
<section class="extras" id="extras">
<div class="extras-text">
<h2>This is more than</h2>
<span class="text-span">Football Banter </span>
<p>Check out my other side where I talk less and play ball.</p>
<a href="extras.html" class="extras-btn">See here</a>
</div>
</section>
<!-- footer section starts here -->
<footer class="footer">
<div class="container">
<div class="col1">
<a href="#" class="logo">
<img src="images/Icon-1/favicon-32x32.png" alt="logo/png">
</a>
</div>
<div class="col2">
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#episodes">Episodes</a></li>
<li><a href="index.html#community">Community</a></li>
<li><a href="index.html#extras">Extras</a></li>
</ul>
</div>
<div class="col3">
<ul class="media-icons">
<a href="https://open.spotify.com/show/697NBhDHeHgM638EiBPhdI" target="_blank"><svg viewBox="0 0 256 256" width="27" height="25" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid">
<path
d="M128 0C57.308 0 0 57.309 0 128c0 70.696 57.309 128 128 128 70.697 0 128-57.304 128-128C256 57.314 198.697.007 127.998.007l.001-.006Zm58.699 184.614c-2.293 3.76-7.215 4.952-10.975 2.644-30.053-18.357-67.885-22.515-112.44-12.335a7.981 7.981 0 0 1-9.552-6.007 7.968 7.968 0 0 1 6-9.553c48.76-11.14 90.583-6.344 124.323 14.276 3.76 2.308 4.952 7.215 2.644 10.975Zm15.667-34.853c-2.89 4.695-9.034 6.178-13.726 3.289-34.406-21.148-86.853-27.273-127.548-14.92-5.278 1.594-10.852-1.38-12.454-6.649-1.59-5.278 1.386-10.842 6.655-12.446 46.485-14.106 104.275-7.273 143.787 17.007 4.692 2.89 6.175 9.034 3.286 13.72v-.001Zm1.345-36.293C162.457 88.964 94.394 86.71 55.007 98.666c-6.325 1.918-13.014-1.653-14.93-7.978-1.917-6.328 1.65-13.012 7.98-14.935C93.27 62.027 168.434 64.68 215.929 92.876c5.702 3.376 7.566 10.724 4.188 16.405-3.362 5.69-10.73 7.565-16.4 4.187h-.006Z"
fill="#1ED760" />
</svg></a>
<a href="https://www.youtube.com/channel/UCtnlxz7XSWKTxWRO479XGJg" target="_blank"><svg viewBox="0 0 256 180" width="27" height="25" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid">
<path
d="M250.346 28.075A32.18 32.18 0 0 0 227.69 5.418C207.824 0 127.87 0 127.87 0S47.912.164 28.046 5.582A32.18 32.18 0 0 0 5.39 28.24c-6.009 35.298-8.34 89.084.165 122.97a32.18 32.18 0 0 0 22.656 22.657c19.866 5.418 99.822 5.418 99.822 5.418s79.955 0 99.82-5.418a32.18 32.18 0 0 0 22.657-22.657c6.338-35.348 8.291-89.1-.164-123.134Z"
fill="red" />
<path fill="#FFF" d="m102.421 128.06 66.328-38.418-66.328-38.418z" />
</svg></a>
<a href="https://www.instagram.com/da_futball?igsh=YnB1ZzdlcXczdmxr" target="_blank"><img src="./fonts/instagram-2-1-logo-svgrepo-com.svg" alt="instagram" style="width: 27px; height: 25px;"></a>
<a href="https://www.tiktok.com/@dafutball?_t=8kh71MJS0BC&_r=1" target="_blank"><img src="./fonts/tiktok.svg" alt="tiktok" style="width: 27px; height: 25px;"></a>
</ul>
</div>
</div>
</footer>
<div class="copyright">
<p>© All Rights Reserved. Copyright 2025 - Asamoah Productions</p>
</div>
<!-- linking javascript file -->
<script src="javascript/script.js"></script>
</body>
</html>