-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
66 lines (60 loc) · 3.12 KB
/
blog.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
<!DOCTYPE html>
<html manifest="cache.manifest"
<html lang="en">
<head>
<title>Blog MBD</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/blog.css">
<script src="/Javascript/madebydanny.uk.js"></script>
<script src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</head>
</html>
<body>
<div class="header">
<h1>Blog By Danny</h1>
<h3> NOTE: This page has embeds from Microsoft One Drive</h3>
</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 class="active" href="blog.html"><i class="fa fa-fw fa-newspaper"></i>Blog</a>
<a 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="pptx.html" style="float: right;"><i class="fa-brands fa-fw fa-slideshare"></i>Search</a>
</a>
</div>
<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 | Blog | Search</p>
<button onclick="closePopup()">Close</button>
</div>