-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (37 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/Normalize.css" />
<link rel="stylesheet" href="css/style.css" />
<title>MontyMango's Website</title>
<script src="JavaScript/mainpage.js"></script>
</head>
<header>
<p>
<img src="https://avatars.githubusercontent.com/u/59061157?v=4" alt="MontyMango's GitHub profile picture"
width="75" height="75" />
MontyMango's Portfolio Website
</p>
</header>
<body>
<section class="head-section">
<h1 class="obnoxiously_large"> Hey you! Yes you! Stop right there! <img src="assets/stop%20sign.png" height="30"
width="30" alt="A stop sign" /></h1>
<p> This site is currently under construction and is slowly forming! </p>
<p class="slantText"> (Please do not push the obnoxiously big tempting red button below) </p>
</section>
<p class="redbutton showHiddenDiv buttons" onclick="actualRedButton()"> <a href="webpages/closed.html"> The big
obnoxious red button </a> </p>
<p class="toHide statement"> Please... Please do not click on this text! </p>
<section class="buttons">
<button style="background-color: red;" onclick="redButtonDecoy()">the absolutely real red button</button>
<p class="greenbutton showHiddenDiv" onclick="greenButton()"> <a href="./webpages/sample_portfolio.html">The
boring safe green button</a> </p>
</section>
<p class="toHide statement"> Yes, please click this text! Thank you!</p>
</body>
<footer>
<h5> <a href="https://github.com/MontyMango/montymango.github.io"> Made by MontyMango :) </a> </h5>
</footer>
</html>