|
1 | | -<pkg:root :title="Index" :space="Home"> |
2 | | - <main> |
3 | | - <header> |
4 | | - <button onclick="scrollOnMobile(false);" class="navigation-button"> |
5 | | - <mend:include :src="components/icons/navigation_angle_left.svg" /> |
6 | | - </button> |
7 | | - <span> |
8 | | - <mend:include :src="components/icons/hashtag.svg" /> |
9 | | - <span>Index</span> |
10 | | - </span> |
11 | | - </header> |
12 | | - <hr /> |
| 1 | +<pkg:root :title="Home"> |
| 2 | + <p> |
| 3 | + Welcome to my website. Here I host a variety of stuff: my artwork, previous & future projects, tools, and more! |
| 4 | + </p> |
| 5 | + <p> |
| 6 | + Use the sidebar to explore all of my various projects. |
| 7 | + </p> |
13 | 8 |
|
14 | | - <p> |
15 | | - Welcome to my website. Here I host a variety of stuff: my artwork, previous & future projects, tools, and more! |
16 | | - </p> |
17 | | - <p> |
18 | | - Use the sidebar to explore all of my various projects. |
19 | | - </p> |
| 9 | + <h1>My qualities</h1> |
| 10 | + <ul> |
| 11 | + <li>I am the CEO of Unfinished Projects Inc.</li> |
| 12 | + <li>I don't need AI to make slop.</li> |
| 13 | + <li>The only Clean code I know is the one that hasn't been written.</li> |
| 14 | + <li>Over 7 years of experience in non-commercial slop coding (the best kind of slop coding).</li> |
| 15 | + <li>I'm a fish but live above the C level.</li> |
| 16 | + </ul> |
20 | 17 |
|
21 | | - <h1>My qualities</h1> |
22 | | - <ul> |
23 | | - <li>I am the CEO of Unfinished Projects Inc.</li> |
24 | | - <li>I don't need AI to make slop.</li> |
25 | | - <li>The only Clean code I know is the one that hasn't been written.</li> |
26 | | - <li>Over 7 years of experience in non-commercial slop coding (the best kind of slop coding).</li> |
27 | | - <li>I'm a fish but live above the C level.</li> |
28 | | - </ul> |
| 18 | + <h1>What slop do I make</h1> |
| 19 | + <ul> |
| 20 | + <li> |
| 21 | + <b>Graphical design</b> |
| 22 | + — Design websites, icons, logotypes, and art pieces. |
| 23 | + </li> |
| 24 | + <li> |
| 25 | + <b>Websites</b> |
| 26 | + — You can call me a full-stack engineer. Although the whole web is slop. |
| 27 | + </li> |
| 28 | + <li> |
| 29 | + <b>Minecraft projects</b> |
| 30 | + — Create Minecraft adventure maps, data & resource packs. |
| 31 | + </li> |
| 32 | + <li> |
| 33 | + <b>Tools</b> |
| 34 | + — Create tools & scripts for other developers to use (Go, Bash, Tree-sitter). |
| 35 | + </li> |
| 36 | + <li> |
| 37 | + <b>Other personal projects</b> |
| 38 | + — Projects I haven't published/finished in Java, Python, C, and other languages. |
| 39 | + </li> |
| 40 | + </ul> |
29 | 41 |
|
30 | | - <h1>What slop do I make</h1> |
31 | | - <ul> |
32 | | - <li> |
33 | | - <b>Graphical design</b> |
34 | | - — Design websites, icons, logotypes, and art pieces. |
35 | | - </li> |
36 | | - <li> |
37 | | - <b>Websites</b> |
38 | | - — You can call me a full-stack engineer. Although the whole web is slop. |
39 | | - </li> |
40 | | - <li> |
41 | | - <b>Minecraft projects</b> |
42 | | - — Create Minecraft adventure maps, data & resource packs. |
43 | | - </li> |
44 | | - <li> |
45 | | - <b>Tools</b> |
46 | | - — Create tools & scripts for other developers to use (Go, Bash, Tree-sitter). |
47 | | - </li> |
48 | | - <li> |
49 | | - <b>Other personal projects</b> |
50 | | - — Projects I haven't published/finished in Java, Python, C, and other languages. |
51 | | - </li> |
52 | | - </ul> |
53 | | - |
54 | | - <h1>Contact me</h1> |
55 | | - <p> |
56 | | - Want to collaborate? Tell me just how shit my code is? |
57 | | - </p> |
58 | | - <p> |
59 | | - Feel free to message me on discord <span class="code">@bbfh</span> or send a pigeon my way <a href="mailto:daforsastudia@gmail.com">daforsastudia@gmail.com</a>! |
60 | | - </p> |
61 | | - </main> |
| 42 | + <h1>Contact me</h1> |
| 43 | + <p> |
| 44 | + Want to collaborate? Tell me just how shit my code is? |
| 45 | + </p> |
| 46 | + <p> |
| 47 | + Feel free to message me on discord <span class="code">@bbfh</span> or send a pigeon my way <a href="mailto:daforsastudia@gmail.com">daforsastudia@gmail.com</a>! |
| 48 | + </p> |
62 | 49 | </pkg:root> |
0 commit comments