-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (60 loc) · 3.05 KB
/
index.html
File metadata and controls
67 lines (60 loc) · 3.05 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
<!DOCTYPE html>
<html>
<head>
<title>mejack's website :3</title>
<!-- link the stylesheets -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- big header -->
<h1>mejackmac dot com</h1>
<!-- 3 column website thing -->
<div class="row">
<!-- the left column -->
<div class="column left">
<h3 class="columnheader">Important!!!!!</h3>
<h4 class="columnheader">le digital footprint</h4>
<ul class="leftcolumn">
<li><a href="https://github.com/mejackmac">GitHub</a></li>
<li><a href="https://github.com/orangewhip248">GitHub (alt)</a></li>
</ul>
<h4 class="columnheader">Dysania!!!!!!!! :D</h4>
<ul class="leftcolumn">
<li><a href="https://dysaniamc.com">Website (real)</a></li>
<li><a href="https://discord.gg/bgVEH3dKDr">Discord</a></li>
<li><a href="https://twitter.com/DysaniaMC">Twitter</a></li>
<li><a href="/404/">Youtube</a></li>
</ul>
<a href="https://dysaniamc.com"><img class="leftcolumn" src="assets/dysanialogo.png"></a>
<h4 class="columnheader">other projects :3</h4>
<ul class="leftcolumn">
<li><a href="https://dysaniamc.com/sproutemole">discord bot</a></li>
<li><a href="https://github.com/mejackmac/mejackmac.github.io">source 4 this website (so meta)</a></li>
<li><a href="archives/">archives</a></li>
</ul>
<h4 class="columnheader">talk to me</h4>
<ul class="leftcolumn">
<li>Email: mejackmac@mejackmac.com (coming soon)</li>
<li>Discord: @mejackmac (click <a href="https://discord.gg/v2cXk2K7RA">here</a> to join my project server thingy if u wanna talk)</li>
</ul>
</div>
<!-- the middle column -->
<div class="column middle">
<h3 class="columnheader">Update 19 July 2024 - Website!</h3>
<p>hi so this exists i guess i think this is pretty neat anyways welcome :D</p>
</div>
<!-- the right column -->
<div class="column right">
<h3 class="columnheader">About</h3>
<p>hiiiiiiii welcome to my silly website thingy its kinda a mess and probably always will be but feel free to look around to see whats here ig</p>
<p>website is NOT meant to be mobile friendly if u cant tell lol - optimally viewed on a laptop or desktop</p>
<h4 class="columnheader">Sitemap</h4>
<p style="font-family: monospace;">
/ <a href="/">home</a> <br>
/ <a href="/about/">about</a> <br>
+ <a href="/archives/">archives</a> </p>
</div>
</div>
<!-- maybe ill put some other shit here idk :P -->
</body>
</html>