-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (54 loc) · 2.17 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
<!DOCTYPE html>
<html>
<head>
<title>Jomb - Home Page</title>
<script src="js/jquery.js"></script>
<script src="js/script.js"></script>
<link rel="stylesheet" href="cs/style.css" />
<link rel="icon" type="image/x-icon" href="img/jomb-favicon.ico">
</head>
<body id="main">
<button type="button" onclick=introbutton()
id="christmas-button">
<span class="Buttons">Introduction!</span>
</button><br><br>
<!--Picker-->
<button type="button" onclick=experimentbutton() onmouseenter="Unhide1()" onmouseleave="Hide1()">
<span class="Buttons">Experimental Page</span>
</button>
<div id="hiddentext1">
<p><b>This is the experimental page.</b></p>
<p><b>Basically now the navigation to compilations of my projects...</b></p>
<p><i>Experimental Page, where i experiment with code.</i></p>
<p><i>Dont be suprised if that breaks since it will soon enough.</i></p>
</div>
<button type="button" onclick=eventbutton()
id="christmas-button">
<span class="Buttons">Special Event Button!</span>
</button><br><br>
<button type="button" onclick=navbutton()
id="christmas-button">
<span class="Buttons">"Joshua Navigator"</span>
</button>
<br> <br>
<button type="button" onclick=Unhide2()>
<span class="Buttons">Frequently Asked Questions</span>
</button>
<div id="hiddentext2" class="hiddentext2-1">
<p><b>About Me!</b></p>
<p><b><i>So, what is this supposed to be?</b></i></p>
<p><i>Well this is a website, for me!</i></p>
<p><b><i>This looks terrible, will you improve this website?</b></i></p>
<p><i>Maybe... If i have time.</i></p>
<p><b><i>So what's stopping you from working on this website?</b></i></p>
<p><i>Well, school and I am kinda lazy.</i></p>
<p><b><i>What are your links so we can follow you in your development?</b></i></p>
<a href="https://gitlab.com/JoshMayBalGitHub/jombwebsite">
<img src="https://i.vgy.me/RvlpD0.png"
alt="RvlpD0.png"
style="width: 150px;height:50px;">
</a>
<p><i>There.</i></p>
</div>
</body>
</html>