-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
107 lines (99 loc) · 3.31 KB
/
blog.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
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<title>IrtsaDev | Blog</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="./main.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
</head>
<body>
<nav class="navMenu">
<a href="./">Home</a>
<a href="./blog">Blog</a>
<a href="./projects">Projects</a>
<a href="./contact">Contact</a>
<div class="dot"></div>
</nav>
<div class="posts">
<form action="./posts/09242024a.html">
<button type="submit">
<p class="title">
Grey Hack and Python - 9/24/2024
</p>
<p class="desc">
Yes, I know Grey Hack doesn't use python as the language of choice for making scripts/programs in the game...
</p>
</button>
</form>
<form action="./posts/09212024a.html">
<button type="submit">
<p class="title">
Grey Hack - 9/21/2024
</p>
<p class="desc">
As of recently (though technically since around June of this year of 2024) I have been having some fun times in the game Grey Hack...
</p>
</button>
</form>
<form action="./posts/08302024a.html">
<button type="submit">
<p class="title">
Termicol - 8/30/2024
</p>
<p class="desc">
It really has been a while since I made a post, but here we go again. Plenty of things have caught up with me...
</p>
</button>
</form>
<form action="./posts/06292024a.html">
<button type="submit">
<p class="title">
Minecraft Datapack Weirdness - 6/29/2024
</p>
<p class="desc">
This is a post that isn't meant to be super serious but as a small complaint I have when working with datapacks in minecraft...
</p>
</button>
</form>
<form action="./posts/06262024b.html">
<button type="submit">
<p class="title">
Conarn Development Code - 6/26/2024
</p>
<p class="desc">
Alright finally! The last post I had had some code involved but was a quick post to reintroduce something that I thought should have been shared...
</p>
</button>
</form>
<form action="./posts/06262024a.html">
<button type="submit">
<p class="title">
VRChat Avatar Downloading - 6/26/2024
</p>
<p class="desc">
Weird topic I know, VRChat? Yeah I know, but I would like to put this somewhere at least because it is still a thing that can be done...
</p>
</button>
</form>
<form action="./posts/06252024b.html">
<button type="submit">
<p class="title">
Conarn Development - 6/25/2024
</p>
<p class="desc">
I guess I should make a quick post as well on the latest project I put out: Conarn. So here is a quick post here about that...
</p>
</button>
</form>
<form action="./posts/06252024a.html">
<button type="submit">
<p class="title">
Site Creation - 6/25/2024
</p>
<p class="desc">
Cool, a first post! Am I experienced in creating blogs? No, if you could collect all the "nopes" said around the world, I bet it...
</p>
</button>
</form>
</div>
</body>