blog/prebuild/about.html

47 lines
2.7 KiB
HTML
Raw Normal View History

2019-04-26 22:53:43 +00:00
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>about</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
<!-- Side menu forces things properly apparantly-->
<link rel="stylesheet" href="style.css">
</head>
<body>
<link rel="icon" type="image/png" href="/favicon.png"/>
<div id="layout">
<div id="menu">
<a class="pure-menu-heading" href="/">Home</a>
<div class="pure-menu">
<ul class="pure-menu-list">
<li class="pure-menu-item">
<a class="pure-menu-link" href="/about.html">About</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="/links.html">Links</a>
</li>
</ul>
</div>
</div>
<div id="main">
<div class="header">
<h1>About me</h1>
<h2>what did you expect a blog post?</h2>
</div>
<div class="content">
<h2 id="who-i-am">Who I am</h2>
<p>Uhhhhh, yea I'm an infosec student at <em>literally where University</em>. I'm not very fond of academia thus far but I like learning stuff on my own; x86_64 and ARM are kinda my things right now. Security is primarily my focus as it gives me a chance to... uhhhhh... I like breaking stuff(software) and seeing what happens. Making stuff is also lots of fun, especially when done the hard way.</p>
<h2 id="whatwhy-this-site-huh">What/Why this site? huh?</h2>
<p>I like journaling things and when it feels like someone could be reading it feels as though I should think about what I say instead of saying <del>spitting truthbombs</del> random things. Not only that but it gives me a weird motivation to actually do projects outside of school since I think &quot;<em>oh i should update the site with a new post or something</em>&quot;. As long as I don't take on a project in a really dumb way I usually try finishing up to where point where it seems somewhat interesting.</p>
<h2 id="things-i-enjoy">Things I enjoy</h2>
<p>Not being dead or a fern are probably my top two things I enjoy right ahead of not being a wooly sock in siberia as a third.</p>
<p>Honestly I like making stuff in software, <em>but hardware is also cool(just exepensive</em>). CTF challenges are lots of fun as well, but I've yet to document my findings on one as many have weird rules about sharing, and I feel weird about it as well.</p>
</div>
</div>
</div>
</body>
</html>