-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (42 loc) · 2.17 KB
/
index.html
File metadata and controls
53 lines (42 loc) · 2.17 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Main Page and chat</title>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/augmented-ui@2/augmented-ui.min.css">
<link href="style.css" rel="stylesheet"/>
</head>
<body>
<h1 data-augmented-ui="br-scoop both" class="title"> $ M1racle Max Hacks</h1>
<p data-augmented-ui class="maintext">
Welcome! I'm m1, and I experiment with the web.
</p>
<div style="display: inline-block">
<div class="projcontainer" data-augmented-ui>
<h1 class="projtitle" data-augmented-ui>hexforth</h1>
hexforth is my (very WIP) custom stack-based languge. I started making
it mostly because i was dissatisified with the current stack-based langs on offer
(gforth was to antiquated, and swiftforth just made me concerned)
<a style="width: 50%; text-align: center" href="https://github.com/nerdwithcomputers/hexforth" class="button" data-augmented-ui>github</a>
</div>
<div class="projcontainer" data-augmented-ui>
<h1 class="projtitle" data-augmented-ui>Tolkien translator</h1>
this is a pretty simple script for translating an input string in english (or at least the latin alphabet)
into the cirth runes used in the lord of the rings
<a style="width: 50%; text-align: center" href="https://github.com/hackclub/blot/tree/main/art/Cirth-RobertC" class="button" data-augmented-ui>github</a>
</div>
<div class="projcontainer" data-augmented-ui>
<h1 class="projtitle" data-augmented-ui>Pyhud</h1>
<a style="width: 50%; text-align: center" href="LINK" class="button" data-augmented-ui>github</a>
</div>
</div>
<script src="script.js"></script>
</body>
</html>
<!--
<div class="projcontainer" data-augmented-ui>
<h1 class="projtitle" data-augmented-ui>title</h1>
<a style="width: 50%; text-align: center" href="LINK" class="button" data-augmented-ui>github</a>
</div>
-->