-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhighlights.html
More file actions
198 lines (188 loc) · 9.79 KB
/
highlights.html
File metadata and controls
198 lines (188 loc) · 9.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.css" />
<link rel="stylesheet" href="./css/styles.css" />
<title>Highlights</title>
</head>
<body class="bg-dark">
<!-- our main content area-->
<div id="main-container" class="container pt-0 pb-5 bg-light px-0">
<!-- navigation -->
<nav class="navbar navbar-expand-lg bg-body-tertiary mb-5 py-0">
<div class="container-fluid text-bg-secondary">
<a class="navbar-brand" href="#">
<img src="./images/cod_icon.jpg" alt="COD" height="40" />
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Maps
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="./maps.html">Maps Main</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="./shipment.html">Shipment</a></li>
<li><a class="dropdown-item" href="./stash-house.html">Stash House</a></li>
<li><a class="dropdown-item" href="./das-haus.html">Das Haus</a></li>
<li><a class="dropdown-item" href="./shoot-house.html">Shoot House</a></li>
<li><a class="dropdown-item" href="./rust.html">Rust</a></li>
<li><a class="dropdown-item" href="./meat-map.html">Meat</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!-- end navigation-->
<!-- our site header text goes here-->
<h1 class="text-center mb-5 mt-2">My Highlights</h1>
<div class="container text-center fs-4">
<span>Below are some clips of me playing the game.</span>
</div>
<div class="container text-center mb-5 fs-2">
<div class="row">
<!-- Shipment Card here -->
<div class="p-3 col-md">
<div id="card-shipment" class="card bg-secondary">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item"
src="https://gameclipscontent-d3015.media.xboxlive.com/xuid-2585548714642280-private/7bc2bd77-88d0-43b0-8e2c-1e9462c7c652.MP4?sv=2017-11-09&sr=b&si=DefaultAccess&sig=XZ7xk4vuPKk0S5SIpJFMY6sMIQjwxj%2FAM8d3cDIdQI8%3D&__gda__=1710974904_7f49a4a115da4f13e28fae3d648860aa"
allowfullscreen></iframe>
</div>
<div class="card-body">
<h3 class="card-title">Game Winning Frag</h3>
<p class="fs-6">The very last frag of the match, played on the map "Das Haus". Everyone on
the map sees this highlight.</p>
</div>
</div>
</div>
<!-- Stash House Card Here -->
<div class="p-3 col-md">
<div id="card-stash-house" class="card bg-secondary">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item"
src="https://gameclipscontent-d3006.media.xboxlive.com/xuid-2585548714642280-private/e1f7f770-2478-47fc-8772-dd1683eb8eb9.MP4?sv=2017-11-09&sr=b&si=DefaultAccess&sig=86EVgtXapQ%2ByUQH5Dem52mtEeDxOqfpzYDMN6AKRkyw%3D&__gda__=1710974904_c6c51fb6ad7d349d351322d158023a3c"
allowfullscreen></iframe>
</div>
<div class="card-body">
<h3 class="card-title">Melee Kills</h3>
<p class="fs-6">A streak of several frags using melee weapons. This means you get up close
and personal.</p>
</div>
</div>
</div>
<!-- Das Haus Card Here -->
<div class="p-3 col-md">
<div id="card-das-haus" class="card bg-secondary">
<img src="images/das-haus.jpg" class="card-img-top" alt="An image of the Das Haus Map"
width="100" />
<div class="card-body">
<h3 class="card-title">Das Haus</h3>
<a class="btn btn-outline-dark btn-md" href="./das-haus.html">More Info</a>
</div>
</div>
</div>
</div>
<div class="row">
<!-- Shoot House Card here -->
<div class="p-3 col-md">
<div id="card-shoot-house" class="card bg-secondary">
<img src="images/shoot-house.jpg" class="card-img-top" alt="An image of the Shoot House Map"
width="100" />
<div class="card-body">
<h3 class="card-title">Shoot House</h3>
<a class="btn btn-outline-dark btn-md" href="./shoot-house.html">More Info</a>
</div>
</div>
</div>
<!-- Rust Card Here -->
<div class="p-3 col-md">
<div id="card-rust" class="card bg-secondary">
<img src="images/rust.jpg" class="card-img-top" alt="An image of the Rust Map" width="100" />
<div class="card-body">
<h3 class="card-title">Rust</h3>
<a class="btn btn-outline-dark btn-md" href="./rust.html">More Info</a>
</div>
</div>
</div>
<!-- Meat Card Here -->
<div class="p-3 col-md">
<div id="card-meat" class="card bg-secondary">
<img src="images/meat-map.jpg" class="card-img-top" alt="An image of the Meat Map"
width="100" />
<div class="card-body">
<h3 class="card-title">Meat</h3>
<a class="btn btn-outline-dark btn-md" href="./meat-map.html">More Info</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container mb-5 mt-0 py-0 px-0">
<footer class="bg-light text-center">
<!-- Grid container -->
<div class="container p-4 pb-0">
<!-- Section: Form -->
<section class="">
<form action="">
<!--Grid row-->
<div class="row d-flex justify-content-center">
<!--Grid column-->
<div class="col-auto">
<p class="pt-2">
<strong>Sign up for my newsletter</strong>
</p>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-5 col-12">
<!-- Email input -->
<div class="form-outline mb-4">
<input type="email" id="form5Example2" class="form-control" />
<label class="form-label" for="form5Example2">Email address</label>
</div>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-auto">
<!-- Submit button -->
<button type="submit" class="btn btn-primary mb-4">
Subscribe
</button>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</form>
</section>
<!-- Section: Form -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2024 Copyright:
<a class="text-dark" href="./index.html">Mark Cornelius</a>
</div>
<!-- Copyright -->
</footer>
</div>
<script src="node_modules/bootstrap/dist/js/bootstrap.bundle.js"></script>
</body>
</html>