-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html.old
64 lines (54 loc) · 3.24 KB
/
template.html.old
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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176642559-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-176642559-1');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Museum | TheMajorTechie</title>
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
<script src="/scripts.js"></script>
<meta name="description" content="Random content on the internet, made by your local neighborhood Tonk! Support me on Ko-fi to keep this site running!">
<link rel="icon" href="/favicon.png">
</head>
<body>
<div id="outer">
<div class="header">
<center><h1 class="headers"><img src="/img/icons/what.png" style="margin-right: 10px;width:calc(15px + 2.5vw);height:calc(15px + 2.5vw);">Techie's Tech Museum</h1></center>
</div>
<hr style="width: 75%;color:grey;">
<center>
<a href="https://themajortechie.com"><button class="buttons" style="font-size: calc(15px + .5vw);"><b>Home</b></button></a>
<a href="https://stories.themajortechie.com"><button class="buttons" style="font-size: calc(15px + .5vw);"><b>Stories</b></button></a>
<a href="https://museum.themajortechie.com"><button class="buttons" style="font-size: calc(15px + .5vw);"><b>The Museum</b></button></a>
<a href="https://ko-fi.com/themajortechie/shop"><button class="buttons" style="font-size: calc(15px + .5vw);"><b>Merch</b></button></a>
</center>
<div id="inner">
</div>
</div>
<div class="footer-2">
<center><p>Thanks to W3 schools and the StackOverflow community for help in designing this site.</p></center>
<center><p>Site design ©2020 Vincent Banh/TheMajorTechie.</p></center>
<center><a href="https://github.com/TheMajorTechie/tmt-website"><p style="color:white;border:none;border-radius:2px;background-color:grey;width:25%;font-size:calc(7.5px + .5vw);display: inline-block;">Check out this site's code on Github!</p></a></center>
</div>
<div class="footer" id="footer">
<button id="hide-footer" onclick="closeFooter()">Hide</button>
<center>
<a href="https://www.patreon.com/themajortechie?fan_landing=true"><img src="/img/icons/patreon.png" width= "32" height= "32" class="footer-button"></a>
<a href="https://ko-fi.com/themajortechie"><img src="/img/icons/ko-fi.png" width= "32" height= "32" class="footer-button"></a>
<a href="https://discord.gg/EA7xPhK"><img src="/img/icons/discord.png" width="32" height="32" class="footer-button"></a>
<a href="https://www.youtube.com/channel/UC59AfeTWngcLIvwv-s2CpNA"><img src="/img/icons/Youtube.png" width="32" width= "32" height= "32" class="footer-button"></a>
</center>
<!-- hitwebcounter Code START -->
<!-- hitwebcounter Code START -->
<a href="https://www.hitwebcounter.com" target="_blank">
<img src="https://hitwebcounter.com/counter/counter.php?page=7658021&style=0007&nbdigits=9&type=ip&initCount=1" title="Total Website Hits" Alt="Web Hits" border="0" /></a>
</div>
</body>
</html>