-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
115 lines (115 loc) · 6.12 KB
/
index.html
File metadata and controls
115 lines (115 loc) · 6.12 KB
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
111
112
113
114
115
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Illuminati Party</title>
<link rel="icon" href="https://cdn.pixabay.com/photo/2016/09/27/14/46/all-seeing-eye-1698551_1280.png">
<link rel="stylesheet" href="illumi.css">
</head>
<body>
<img class="mobileimage" src="media/header-1500x260.png">
<h2 class="mobiletext">I am currently developing this page for your mobile device!</h2>
<img class="mobileimage" src="media/whitestars-2813x1274.png">
<div class="container">
<!-- Top Warning
<div class="top-warning"><h3>Important: My host provider takes a long time to update the website, so if you want to check the amazing new things, come back later. :)</h3></div>
-->
<div class="updatesticker">
<div class="utmove">
<div class="utitem">📣 Made this news ticker you are looking at right now. :^)</div>
<div class="utitem">📣 I redid the menus so that it refreshes all pages automatically.</div>
<div class="utitem">📣 Added some menus on the initial page.</div>
</div>
</div>
<!-- Header -->
<header>
<img class="header-bgimage" src="media/header-1500x260.png">
</header>
<div class="navbar">
<nav>
<ul class="leftnav">
<li><a href="#">Home</a></li>
<li><a href="create">Create</a></li>
</ul>
<img class="nav-sun" src="media/nav-650x260-alt.png">
<ul class="rightnav">
<li><a href="gallery">Gallery</a></li>
<li><a href="login">Login</a></li>
</ul>
</nav>
</div>
<div class="menus">
<div class="left-sidebar">
<div class="featured-posts">
<h3>Featured Posts</h3>
<div class="featuredbox">
<h5>There's nothing here</h5>
<p>...yet. 🎈</p>
</div>
</div>
</div>
<div class="centercolumn">
<h3><i>"If you judge books by their cover..."</i></h3>
<div class="alertbox">
<h2>Warning!</h2>
<h3>This website is under development and you may find some unexpected bugs.</h3>
</div>
<div class="asciiframe">
<p><pre>
`-.`'.-'
`-. .-'.
`-. -./\.- .-'
-. /_|\ .-
`-. `/____\' .-'.
`-. -./.-""-.\.- '
`-. /< (()) >\ .-'
- .`/__`-..-'__\' .-
,...`-./___|____|___\.-'.,.
,-' ,` . . ', `-,
,-' ________________ `-,
,'/____|_____|_____\
/ /__|_____|_____|___\
/ /|_____|_____|_____|_\
' /____|_____|_____|_____\
.' /__|_____|_____|_____|___\
,' /|_____|_____|_____|_____|_\
,,---''--...___...--'''--.. /../____|_____|_____|_____|_____\ ..--```--...___...--``---,,
'../__|_____|_____|_____|_____|___\
\ ) '.:/|_____|_____|_____|_____|_____|_\ ( /
)\ / ) ,':./____|_____|_____|_____|_____|_____\ ( \ /(
/ / ( ( /:../__|_____|_____|_____|_____|_____|___\ ) ) \ \
| | \ \ /.../|_____|_____|_____|_____|_____|_____|_\ / / | |
.-.\ \ \ \ '..:/____|_____|_____|_____|_____|_____|_____\ / / / /.-.
(= )\ `._.' | \:./ _ _ ___ ____ ____ _ _ _ _ _ _ _ ___\ | `._.' /( =)
\ (_) ) \./ |\/| |__) |___ |___ |___ _X_ _X_ \/ _|_ \ ( (_) /
\ `----' """""""""""""""""""""""""""""""""""""""""""""""" `----' /
\ ____\__ __ __ _ __ _ _ __ ________ _____ __/____ /
\ (=\ \ (_ |_ |V||_)|_ |_) |_|(_ / | | |_ | / /-) /
\_)_\ \ __)|__| || |__| \ | |__)\___|__|_ | _|_ / /_(_/
\ \ / /
) ) _ _ ( (
( (,-' `-..__ __..-' `-,) )
\_.-'' ``-..____ ____..-'' ``-._/
`-._ ``--...____...--'' _.-'
`-.._ _..-'
`-..__ ALT.ASCII-ART __..-'
``-..____ ____..-''
``--...____...--''
</pre></p>
</div>
</div>
<div class="right-sidebar">
<div class="updates">
<h3>Updates</h3>
<div class="updatebox">
<h5>📣 Iframe Menus</h5>
<p>I redid the menus so that it refreshes all pages automatically.</p>
</div>
<div class="updatebox">
<h5>📣 Oyez, oyez!</h5>
<p>Added some menus on the initial page.</p>
</div>
</div>
</div>
</div>
</div>
</body>