-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (97 loc) · 2.49 KB
/
index.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>project802</title>
<link id="theme" rel="stylesheet" href="styles.css" />
</head>
<body>
<h1 class="rainbow">
<img
src="assets/tux.gif"
alt="Linux mascot Tux blinking GIF"
height="55"
width="44"
/>
Welcome to project802.org
</h1>
<hr />
<img
src="assets/welcome.gif"
alt="GIF that says project802"
height="49"
width="92"
/>
<p>
project802 is a homelab driven by a love for system administration,
networking and software development. The goal of this lab, and project, is
to learn various different technologies such as Kubernetes, Linux and
provide insight into network security and server maintenance.
</p>
<p>
<strong>Fun fact: </strong>project802 is a name derived from
<a href="https://en.wikipedia.org/wiki/IEEE_802">IEEE 802</a>, the group
of standards for networking.
</p>
<h2>Members:</h2>
<ul id="members-list">
<li>Dominic</li>
<li>Justin</li>
</ul>
<div class="gif-container">
<img
src="assets/kitty.gif"
alt="GIF that says project802"
height="42"
width="70"
/>
<div class="hover-text">
A joke between webmaster and his beautiful girlfriend, Shelby
</div>
</div>
<br />
<img
src="assets/project802.gif"
alt="GIF that says project802"
height="20"
width="150"
/>
<br />
<img
src="assets/internet_explorer.gif"
alt="GIF that says best viewed with Microsoft Internet Explorer"
height="31"
width="88"
/>
<img
src="assets/netscape.gif"
alt="Netascape Now! 3.0 GIF"
height="31"
width="88"
/>
<img
src="assets/no_web3.gif"
alt="GIF that says Keep the web Free, no WEB3"
height="31"
width="88"
/>
<br />
<img
src="assets/under_construction.gif"
alt="Under construction GIF"
width="380"
height="30"
/>
<br />
<script
type="text/javascript"
src="https://counter.websiteout.com/js/15/7/0/0"
></script>
<audio id="background-music" loop>
<source src="assets/sound.mp3" type="audio/mpeg" />
Your browser does not support the audio element.
</audio>
<script src="index.js"></script>
</body>
</html>