<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="icon" href="p/icon.ico" type="image/x-icon">
<link rel="stylesheet" href="index.css">
<title>Bryce Vandegrift's Website</title>
</head>
<body>
<h1>Welcome to my website!</h1>
<nav>
<h2>Links:</h2>
<ul>
<li><a href="//brycevandegrift.xyz/blog/">Blog</a></li>
<li><a href="https://www.youtube.com/channel/UCOSqzSTg4QZXdi7jvV-9rUg">YouTube</a></li>
<li><a href="https://sr.ht/~bpv/">Git</a></li>
<li><a href="donate.html">Donate</a></li>
<li><a href="//brycevandegrift.xyz/library.html">Library</a></li>
<li><a href="rss.xml">RSS</a></li>
</ul>
</nav>
<div id="main">
<img alt="My Photo" src="p/pic.png" style="height: 175px; float: right; border-radius: 5px;">
<p>Hi, my name is Bryce Vandegrift. I make software
and other things as well. My website does not
require any Javascript to run, just simple HTML and CSS.</p>
<p>This is my website, feel free to look around.
It has some stuff you might like.</p>
<h2>My Projects and Works:</h2>
<ul>
<li><a href="softproj.html">My Software</a></li>
<li><a href="projects.html">Other Projects</a></li>
</ul>
<h2>Things I Use:</h2>
<ul>
<li><a href="software.html">Software</a></li>
<li><a href="hardware.html">Hardware</a></li>
<li><a href="equipment.html">Equipment</a></li>
</ul>
<h2>My Thoughts About Things:</h2>
<ul>
<li>My thoughts about <a href="internet.html">the internet</a>.</li>
<li>What's wrong with a lot of <a href="softtho.html">modern software</a>.</li>
<li>Why you shouldn't use <a href="media.html">social media</a>.</li>
<li><a href="otherop.html">Other opinions</a> that I have about technology.</li>
<li>Some <a href="websites.html">cool websites</a> that I like.</li>
</ul>
<h2>Contact Me</h2>
<ul>
<li>Email: <a href="mailto://bryce@brycevandegrift.xyz">bryce@brycevandegrift.xyz</a></li>
<li>Matrix: @bpv:halogen.city</li>
</ul>
<p><a href="bpv.gpg">My Public GPG Key for Encryption</a><br>
or you can run this command to import my GPG key:</p>
<code>curl -L -A User https://brycevandegrift.xyz/bpv.gpg | gpg import</code>
</div>
</body>
</html>