-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo.html
110 lines (101 loc) · 4.55 KB
/
video.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
<!DOCTYPE html>
<html manifest="cache.manifest"
<html lang="en">
<head>
<title>Videos Made By Danny</title>
<link rel="icon" type="image/x-icon" href="icon.png">
<meta charset="utf-8">
<meta name="viewpoint" content="width=device-width, initial-scale=1">
<script src="https://kit.fontawesome.com/0ca27f8db1.js" crossorigin="anonymous"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZT332PH988"></script>
<link rel="stylesheet" href="/CSS/video.css">
<script src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</style>
</head>
</html>
<body>
<div id="offline-popup" class="popup">
<h3>You are currently offline.</h3>
<p>If you allowed this site to save data to your drive<br> you may view the following pages.<br></p>
<p> Home | About Me<br>Blog Post can't be viewed becuase they require the internet.</p>
<button onclick="closePopup()">Close</button>
</div>
<script src="/Javascript/madebydanny.uk.js"></script>
<div class="header">
<h1>Videos By Danny</h1>
</div>
<div class="topnav">
<div class="dropdown">
<button class="dropbtn">MBDUK
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a class="active" href="https://madebydanny.uk"><i class="fa-solid fa-globe"></i>MBDUK</a>
<a href="https://blog.madebydanny.uk"><i class="fa-solid fa-globe"></i>MBD Blog</a>
<a href="https://game.madebydanny.uk"><i class="fa-solid fa-globe"></i>MBD Games</a>
</div>
</div>
<a href="index.html"><i class="fa fa-fw fa-home"></i>Home</a>
<a href="about.html"><i class="fa fa-fw fa-users"></i>About Me</a>
<a href="blog.html"><i class="fa fa-fw fa-newspaper"></i>Blog</a>
<a class="active" href="video.html"><i class="fa fa-fw fa-video"></i>Videos</a>
<a href="photo.html"><i class="fa fa-fw fa-photo"></i>Photos</a>
<a href="info.html"><i class="fa fa-fw fa-info"></i>Site Info</a>
<a href="cad.html"><i class="fa fa-fw fa-cube"></i>Cad</a>
<a href="music.html"><i class="fa fa-fw fa-music"></i>Music</a>
<a href="pptx.html"><i class="fa-brands fa-fw fa-slideshare"></i>PPTX</a>
<div style="float: right;" class="dropdown">
<button class="dropbtn"><i class="fa-solid fa-screwdriver-wrench"></i>Quick Tools
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a><button id="toggle-button"><i class="fa-solid fa-circle-half-stroke"></i>Toggle Mode</button></a>
<a><button id="translateButton"><i class="fa-solid fa-language"></i>Translate Site</button></a>
<div id="google_translate_element" style="display:none;"></div>
<a href="#">More Comming Soon!</a>
</div>
</div>
<a href="search.html" style="float: right;"><i class="fa fa-fw fa-"></i> Search</a>
</a>
</div>
<div class="row">
<div class="column">
<div class="card">
<h1>My Videos</h1>
<p>This site is where you can view all my videos at the highest quality (up to 4K).<Br>This page has embeded Youtube Videos if you are signed into Youtube you might have adds. </p>
</div>
</div>
<div class="column">
<div class="card">
<h1>This page will have the following</h1>
<h3> <br> </h3>
<p>1 Stream Replays | 2 Videos | 3 Shorts</p>
</div>
</div>
</div>
<div class="row">
<div class="column">
<div class="card1">
<h1>New Video</h1>
</div>
</div>
<div class="column">
<div class="card1">
<h1>New Live Stream</h1>
</div>
</div>
</div>
<div class="row">
<div class="column">
<div class="card">
<h2/h2>
<h3></h3>
</div>
</div>
<div class="column">
<div class="card">
<h2></h2>
<h3></h3>
</div>
</div>
</div>