forked from NeoSkin7/STAWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathABOUT.HTML
More file actions
61 lines (57 loc) · 2.16 KB
/
ABOUT.HTML
File metadata and controls
61 lines (57 loc) · 2.16 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
<!DOCTYPE html>
<html lang="en">
<title>About - Skinner Technology Archive</title>
<link rel="shortcut icon" type="image/jpg" href="IMAGES\FAVICON.PNG" />
<link rel="stylesheet" href="STYLESHEET.CSS">
<head>
<h2>
<div class="header">
<img src="IMAGES\FAVICON.PNG" alt="Logo" width="75">
</div>
<div class="header">
<div>SKINNER TECHNOLOGY ARCHIVE</div>
<div>
<small>
<em style="color:#45C0EC">AN ARCHIVE OF THE PAST IN THE FUTURE.</em>
</small>
</div>
</div>
</h2>
<nav>
<h4>
<p>
<a href="INDEX.HTML">HOME</a>
<a href="ARCHIVE.HTML">ARCHIVE</a>
<a href="UTILITIES.HTML">UTILITIES</a>
<a href="CONTACT.HTML">CONTACT</a>
ABOUT
</p>
</h4>
</nav>
</head>
<body>
<h4>A MESSAGE FROM THE FOUNDER</h4>
<p>Hello there, and welcome to the Skinner Technology Archive. I created it in 2020 to serve a singular purpose – to
keep and share old software, and the knowledge and information necessary to use and learn about them.</p>
<p>My interest in computers began when I was 11. My first computer was a Dell Inspiron 6400/E1505 running Windows
Vista (it’s not really too bad!). The earliest software I remember using is Microsoft Works 9.</p>
<p>From that time on, I was hooked on everything tech, cementing my firm identity as a nerd. Windows 7 was the first
Operating System that I started using VirtualBox on, and provided me the inspiration to create STA. I was just a
teen who wanted to create a website dedicated to keeping old software and making it easily accessible to anyone
anywhere.</p>
<p>Sincerely,</p>
<p><em><b>NeoSki</b></em></p>
<footer>
<a href="https://discord.gg/FsaME8x">
<img src="IMAGES\DISCORD.PNG" alt="Discord" width="30">
</a>
<a href="https://twitch.tv/SkinnerTechnologyArchive">
<img src="IMAGES\TWITCH.PNG" alt="Twitch" width="23">
</a>
<a href="http://www.anybrowser.org/campaign/">
<img src="IMAGES\ANY_BROWSER.GIF" height="29" alt="Viewable With Any Browser">
</a>
</footer>
</body>
</html>
<!-- Website Version 1.54 - NEOSKI -->