-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
93 lines (86 loc) · 6.35 KB
/
about.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
<html>
<head>
<title>About | Gunner Website</title>
<script src="https://scripts.gunner.online/gunnerDefaults.js">
</script>
<script>
window.onload = launch("standard")
localStorage.directory = "home"
</script>
</head>
<body>
<noscript version="1.2" lastUpdated="09/06/17">
<div id="category_border" class="video">
<div>JavaScript Disabled<a class="footer_contact" href="https://noscript.gunner.online">Gunner Website</a></div>
</div>
<br>
<div class="pageText">
<br><span class="notice">JavaScript is disabled in your browser. As a result, the Menu bar, footer, and any scripts on this page are not available. To get the most out of your viewing experience, please enable JavaScript.</span></div>
<br>
<div id="category_border_small" class="video"></div>
<br>
<!--NoScript v1.2 (09/06/17)-->
<link rel="stylesheet" href="https://css.gunner.online/noscript/layout.css" type="text/css" media="screen"/>
<link rel="stylesheet" href="https://css.gunner.online/noscript/colour.css" type="text/css" media="screen"/>
</noscript>
<div class="pageText">
<h1>About this website</h1>
<div class = "heading">Last updated: <span class="text">4th October 2017</span></div>
<div class = "text"><span id="intro">Welcome the the Gunner Website (catchy name, I know!).<br><br>
This is a website full of useful (and useless) resources. Although there may be some links to other websites, the large majority of the resources on this website are my own work. If, for some bizarre reason, you want to use any of these in your own work, you are free to, as most files are copy-left unless indicated otherwise. The only requirement is that you credit either myself or this website in your work.
</span><br><br>
<span>
On the other hand, if you notice one of your own resources that I have used inappropriately, please let me know using the
<a class="text" id="redirectLink1"href="https://redirect.gunner.uk/?internal-contact">Contact Me tab</a>
<noscript>
<style>
#redirectLink1{
display: none;
}
</style>
<a class = "text" href="contact">Contact Me tab</a></noscript>
below, and I will remove the offending resource as quickly as possible. I do try to only use my own images and resources, and so if I have accidently used yours, it is certainly not with malicious intent.
</span>
<br>
<br>
<span>All of these sites were writen in HTML using the marvellous Xcode (yes, I use a Mac), and most contain a smattering of JavaScript. I have done my best to accomodate those users who prefer to browse the web script-less<noscript>, such as you, dear viewer </noscript>, but certain features such as the universal Menu Bar, or responsive CSS files do require JavaScript to function, so your browsing experience will be improved if you enable it on this site.</span><br>
Most of the reliance on JavaScript on this site is due to the fact that my current hosting setup (using GitHub Pages) does not support PHP.
</span>
<br><br>
<span>Happy browsing!<br><br>S.Gunner, May 2017</span><br>
<a class = "link" id="redirectLink2" href="https://redirect.gunner.uk?internal-archive-index">Go to the archive</a>
<noscript>
<style>
#redirectLink2{
display: none;
}
</style>
<a class = "link" href="https://archive.gunner.online/">Go to the archive (JS)</a></noscript><br>
<p>
<span class="heading">Something look different?</span><br>
<span><i>You can find the complete commit changelog on GitHub <a href="https://github.com/Gunner237/www.gunner.online/commits/gh-pages">here.</a></i></span>
<ol>
<li class="text"><b>2017-10-30</b> Added new German Verb testing page<br><i>Tags: New Page</i></li>
<li class="text"><b>2017-10-04</b> Added link to GitHub Commit History on changelog<br><i>Tags: Minor change</i></li>
<li class="text"><b>2017-10-03</b> Started this changelog!<br><i>Tags: New Feature</i></li>
<li class="text"><b>2017-10-02</b> Gave the Number Guesser a long overdue code overhaul<br><i>Tags: Minor change</i></li>
<li class="text"><b>2017-09-27</b>Created a numerical Base Converter webapp for pure number conversion<br><i>Tags: New Page</i></li>
<li class="text"><b>2017-09-24</b> Switched the links in the Video Gallery back to pure YT links<br><i>Tags: Bug Fixes</i></li>
<li class="text"><b>2017-09-22</b> Updated the ASCII Base Converter user interface<br><i>Tags: Minor change</i></li>
<li class="text"><b>2017-09-21</b> Created an ASCII Base Converter<br><i>Tags: New Page</i></li>
<li class="text"><b>2017-09-20</b> Moved the downloads page to docs.gunner.online subdomain<br><i>Tags: Infrastructure</i></li>
<li class="text"><b>2017-09-11</b> Fixed the abouts page<br><i>Tags: Bug Fixes</i></li>
<li class="text"><b>2017-09-11</b> Fixed the contacts page<br><i>Tags: Bug Fixes</i></li>
<li class="text"><b>2017-09-11</b> Updated (and later fixed) the video links on Video Gallery<br><i>Tags: Bug Fixes</i></li>
<li class="text"><b>2017-09-11</b> Fixed the Sidebar Articles links<br><i>Tags: Bug Fixes</i></li>
<li class="text"><b>2017-09-11</b> Moved documents and techDocs to new docs.gunner.online subdomain<br><i>Tags: Infrastructure</i></li>
</ol>
</p>
</div>
<br><script src="https://scripts.gunner.online/page_footer.js">
</script>
<script>
window.onload = footer("standard")
</script>
</body>
</html>