lets do this

This commit is contained in:
Phil Skentelbery
2022-05-12 13:24:46 -05:00
parent f3e8b0224f
commit f6f76a1ef7
15 changed files with 106 additions and 0 deletions

BIN
circuitbg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
counter.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

BIN
gb.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

52
guestbook.html Normal file
View File

@ -0,0 +1,52 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Mode Black Hoodie Collective</title>
<link rel="stylesheet" type="text/css" href="home.css">
<script>
function fun() {
var a = prompt("What is your name?", "No Name");
if (a != null) {
document.getElementById("message").innerHTML = "Knock knock " + a + "<br><br><img src = wr.webp><br><br>to the SOURCE and<br><br><img src= htp.gif><br><br><a href='https://google.com'>Click here for your free Winnebago</a>";
}
}
</script>
</head>
<body>
<h1><img src="underconstruction.gif">Sign our guestbook<img src="underconstruction.gif"></h1>
<br><br>
<p>Ready to leave your mark?</p>
<button onclick = "fun()">
Click me to sign
</button>
<br><br>
<p id="message"></p>
<div style="height:100px; text-align:center"><img src="counter.gif"><img src="ns_logo.gif"><img src="ie_logo.gif"><img src="noframes.gif"><img src="notepad.gif"></div>
</body>
<!--
/ \
/ _ \
| / \ |
|| || _______
|| || |\ \
|| || ||\ \
|| || || \ |
|| || || \__/
|| || || ||
\\_/ \_/ \_//
/ _ _ \
/ \
| O O |
| \ ___ / |
/ \ \_/ / \
/ ----- | --\ \
| \__/|\__/ \ |
\ |_|_| /
\_____ _____/
\ /
| |
ZeJuvfxrefFragZr
-->
</html>

BIN
hackcat.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

BIN
hacker-hacker-man.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

30
home.css Normal file
View File

@ -0,0 +1,30 @@
@charset "utf-8";
/* CSS Document */
body{
background-image:url(circuitbg.png);
font-family:Comic Sans MS, Comic Sans;
color:#FFFF00;
text-align:center;
}
marquee{
color:#006600;
}
a:link, a:visited{
color:#FFFFFF;
}
a:hover{
font-weight:bold;
}
.blink_me {
animation: blinker 1s linear infinite;
}
@keyframes blinker {
50% {
opacity: 0;
}
}

BIN
htp.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 KiB

BIN
ie_logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

24
index.html Normal file
View File

@ -0,0 +1,24 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Mode Black Hoodie Collective</title>
<link rel="stylesheet" type="text/css" href="home.css">
</head>
<body>
<h1><img src="underconstruction.gif">Mode Black Hoodie Collective<img src="underconstruction.gif"></h1>
<marquee width="400px" behavior="SCROLL" bgcolor="yellow" loop="100">We have the hacks!!</marquee>
<p>Created by <a href="mailto:phillip@mode.com" class="blink_me">Mr Whiskers</a></p>
<br>
<img src="hackcat.gif" style="width: auto; height: 10em;"><img src="hacker-hacker-man.gif" style="width: auto; height: 10em;"><img src="hackcat.gif " style="width: auto; height: 10em;">
<br><br>
<p>Proudly hosted on <a href="https://mode.com">Mode-Cities</a></p>
<br><br>
<p>Would you like to sign our guestbook?</p>
<br>
<a href="guestbook.html"><img src="gb.gif"></a>
<br><br>
<div style="height:100px; text-align:center"><img src="counter.gif"><img src="ns_logo.gif"><img src="ie_logo.gif"><img src="noframes.gif"><img src="notepad.gif"></div>
</body>
</html>

BIN
noframes.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
notepad.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
ns_logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
underconstruction.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
wr.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 KiB