-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
62 lines (60 loc) · 2.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Spy's Website</title>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="stile.css" />
</head>
<body>
<ul class="navbar">
<li><a class="navbar-title">Spy's Website</a></li>
<li><a class="navbar-item" href="index.html">Home</a></li>
<li><a class="navbar-item" href="news.html">News</a></li>
<li><a class="navbar-item" href="contact.html">Contact</a></li>
<li><a class="navbar-item" href="tetris.html">Tetris</a></li>
<li style="float:right"><a class="navbar-item active" href="about.html">About</a></li>
</ul>
<div class="card">
<p>About Me! <img
src="blobBongo.gif"
alt="It's Bongo Time!"
style="width:24px;height:24px;vertical-align: middle">
</p>
<p style="text-align: left">
I am Spy! <br>
I am 16, who enjoys playing video games and hanging out with friends to do fun things!
<br>
I sometimes stream on Twitch, and not so often upload videos to YouTube, Links are below :)
<br>
<br>
<p style="text-align: center">Links: </p>
<p style="text-align: left">
<a class="hyperlink" href="https://twitch.tv/spysder" target="_blank">
<img
src="twitchlogo.png"
alt="Twitch"
style="width:16px;height:16px;vertical-align: middle"> Spysder</a>
<br>
<br>
<a class="hyperlink" href="https://youtube.com/@Spysder" target="_blank">
<img
src="youtubelogo.png"
alt="YouTube"
style="width:22px;height:22px;vertical-align: middle"> Spysder</a>
<br>
<br>
<a class="hyperlink" href="https://twitter.com/Spysder" target="_blank">
<img
src="twitterlogo.png"
alt="Twitter"
style="width:16px;height:16px;vertical-align: middle"> Spysder</a>
<br>
<br>
</p>
</div>
<footer>
<marquee direction="right" class="footer" scrollamount="30">Made by Spy, Enjoy!</marquee>
</footer>
</body>
</html>