forked from indieweb/blank-gh-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (93 loc) · 3.84 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Llav's Basement</title>
<meta charset="utf-8">
<meta name="description" content="It's the bone zone">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
<link rel="stylesheet" href="css/index.css" type="text/css">
</head>
<body>
<div class="main">
<!--Sidebar Navigation-->
<nav class="container nav-container">
<h3 style="padding: 5px; text-align: center;"><a href="http://llav.doobzbasement.com/">Doobz basement</a></h3>
<img class="avatar" alt="My profile photo" src="assets/download.jpg"/>
<ul class="nav-list">
<li>
<p class="page-category">Socials</p>
<ul>
<li>Github: <a class="u-url" href="https://github.com/Llavv" rel="me">@Llav</a></li>
<li>Snug Moe: <a class="u-url" href="https://snug.moe/@llav" rel="me">@llav</a></li>
</ul>
</li>
<li>
<p class="page-category">Pages</p>
<ul>
<li class="page-button">
<a href="test.html">Test</a>
</li>
</ul>
</li>
</ul>
</nav>
<!--Main Container-->
<div class="container content primary">
<h2>
I'm LLAV
</h2>
<p class="news-entry" style="margin: auto;width: 50%;text-align: center;display: block;">... I am a human on the Internet
<br>
This is a really weird page but I'm trying my best to make it work :3
</p>
<table class="news-container">
<tbody>
<tr>
<td>
<p class="news-entry">
03.12.2023
<br>
<br>
Today I worked a lot on the website. I made the sidebar fill the side of the<br>
page and I made the main content page move dynamically with the browser size itself.<br>
It should make things look better on different types of screen and different screen sizes.<br>
There are a lot of different things I want to do to the sit such as:<br>
<br>
- Add a form where people can post comments or chat. I kind of want to make it like a pin board.<br>
- Make a kinda like bookmark page to remember good websites or resources<br>
- Make a blog where I can just post update. And then have like "featured" posts show here<br>
<br>
I feel like there's more I'll think of as this site is up, but for now that's all I can think of that<br>
I want to do :)
</p>
</td>
<td>
<p class="news-entry">
03.13.2023
<br>
<br>
So today I didn't do too much that's noticeable. I basically was working on making the site look good for <br>
mobile as well as desktop. I want to maybe expand the main container but I'm torn on that. Here soon I <br>
really want to make a bookmark page of some sort. Also a contacts page. I already mentioned the bookmarks, but <br>
I don't think I mentioned the contacts. I think I'm going to make a todo page today as well. We shall see :)
</p>
</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<div class="marquee">
<marquee scrolldelay="30"">
this is a brand new page. hang in there with me...
</marquee>
</div>
</div>
</div>
</body>
</html>