-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (72 loc) · 2.98 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>Basil's Site – Homepage</title>
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="">
</head>
<body>
<div class="page">
<header>
<div class="title">
<h1 class="title">Homepage</h1>
</div>
<ul>
<li><a href="/">Home 🏠</a></li>
<li><a href="/projects.html">Projects 💜</a></li>
<li><a href="/heroes.html">Cool People ‼️</a></li>
<li><strong><a href="https://codeberg.org/BasilBasil">Codeberg 🧊</a></strong></li>
<li><strong><a href="/contact.html">Contact 📱</a></strong></li>
</ul>
<hr/>
</header>
<nav id="TOC">
<h1>Navigate this page:</h1>
<ul>
<li><a href="#welcome-to-basils-homepage"
id="toc-welcome-to-basils-homepage">Welcome to Basil’s
Homepage!</a></li>
<li><a href="#about-me" id="toc-about-me">About Me</a>
<ul>
<li><a href="#funny-stories" id="toc-funny-stories">Funny
stories</a></li>
</ul></li>
</ul>
</nav>
<div class="pagetext">
<div class="h"><h1 id="welcome-to-basils-homepage">Welcome to Basil’s Homepage!</h1><a aria-hidden="true" href="#welcome-to-basils-homepage">[link]</a></div>
<p>Hello! This is my homepage, you can learn a bit about me and my
projects here!</p>
<div class="h"><h1 id="about-me">About Me</h1><a aria-hidden="true" href="#about-me">[link]</a></div>
<p>I’m just a Unix enthusiast that loves to tinker with my system.</p>
<p>My Hobbies are modding games and hardware, writing software, finding
security vulnerabilities in software, playing the piano, learning and
helping others learn, gardening, and caring for animals!</p>
<p>Incase you couldn’t tell, I love the color purple!</p>
<div class="h"><h2 id="funny-stories">Funny stories</h2><a aria-hidden="true" href="#funny-stories">[link]</a></div>
<p>From the ages of 9-10 I used to work on a utility for Windows that
had the goal of being a package manager (because I thought keeping
software up to date was hard), command-line privelage escalation tool
(because I didn’t like the runas syntax), and introducing aliases
(because I was annoyed that windows didn’t have them)</p>
<p>The funny thing about this all is that I had no idea that Linux and
Bash existed back then, so I was basically reinventing the wheel without
realizing it. Of course -being a 9 year old- my implementations were…
impressively bad- …but it’s something I frequently look back on and
laugh about because back when I still used Windows, I was trying to use
it like it was a Unix system.</p>
<p><a rel="me" hidden href="https://tech.lgbt/@BasilBasil">Mastodon</a></p>
<p>Markdown file for this page: <a
href="https://basilbasil.codeberg.page/index.md"
class="uri">https://basilbasil.codeberg.page/index.md</a></p>
<p><a href="/sitemap.html">Site map</a></p>
<p>This HTML page was generated by the <a
href="https://untitled.vimuser.org/">Untitled Static Site
Generator</a>.</p>
</div>
</div>
</body>
</html>