lets do this
BIN
circuitbg.png
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
counter.gif
Normal file
After Width: | Height: | Size: 9.9 KiB |
52
guestbook.html
Normal 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
After Width: | Height: | Size: 1.0 MiB |
BIN
hacker-hacker-man.gif
Normal file
After Width: | Height: | Size: 1.8 MiB |
30
home.css
Normal 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
ie_logo.gif
Normal file
After Width: | Height: | Size: 1.1 KiB |
24
index.html
Normal 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
After Width: | Height: | Size: 1.4 KiB |
BIN
notepad.gif
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
ns_logo.gif
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
underconstruction.gif
Normal file
After Width: | Height: | Size: 19 KiB |