-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (91 loc) · 3.01 KB
/
index.html
File metadata and controls
102 lines (91 loc) · 3.01 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
<!DOCTYPE html>
<html><head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="https://lukasexists.github.io/img/icon192.png">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><style>
.main {
margin-left: 160px;
font-size: 18px;
padding: 0px 10px;
}
body {
font-family: "Monaco", "Roboto", monospace;
color: #ffffff;
font-size: 18px;
}
.sidenav {
height: 100%;
width: 160px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
padding-top: 20px;
}
.sidenav a {
padding: 1px 8px 1px 16px;
text-decoration: none;
font-size: 18px;
}
.sidenav a:hover {
color: #00aaff;
}
.main {
margin-left: 160px;
padding: 0px 10px;
}
.grid-container {
display: grid;
grid-template-columns: 210px 210px 210px 210px;
padding: 10px;
}
.grid-item {
border: 1px solid rgba(0, 0, 0, 0.8);1
}
a:link {
color: #ff0000;
background-color: transparent;
}
a:visited {
color: #ff0000;
background-color: transparent;
text-decoration: underline;
}
a:hover {
color: #ff0000;
background-color: transparent;
text-decoration: underline dotted red;
}
a:active {
color: #990000;
background-color: transparent;
text-decoration: underline;
}
</style>
<title>LukasExists</title>
</head>
<body style="background-color:#222;">
<div class="sidenav">
farty party
<h3> Social Links </h3>
<a href="https://scratch.mit.edu/users/lukas-exists/">Scratch</a> <br>
<a href="https://github.com/lukasexists">Github</a> <br>
</div>
<div class="main">
<h1>lukasexists.github.io</h1>
<h1> PLEASE CHECK OUT THE NEW SITE <a href="https://lukasexists.netlify.app">HERE!</a></h1>
I code things. Some cool, some less. <br>
Honestly I just wanted to make a site lol <br>
THIS IS A WORK IN PROGRESS <br>
<details>
<summary><a href="https://lukasexists.github.io/notepad/index.html">Online Notepad</a> <img src="./img/notepad.svg" alt="Notepad" width="40" height="40" style="vertical-align:middle"></summary>
<p>An online notepad, fully functioning, with saving to LocalStorage.<br>BACK UP YOUR NOTES! If they don't show up, it's not my fault.</p>
</details><br>
<details>
<summary><a href="https://lukasexists.github.io/kirka/index.html">Kirka Map Codes (BIG WIP)</a> <img src="./img/kirka.svg" alt="Kirka Map Codes" width="40" height="40" style="vertical-align:middle"></summary>
<p>A giant collection of Kirka map codes. NOT FINISHED IN THE SLIGHTEST</p>
</details>
</div>
</body></html>