diff options
author | Dylan Bolger <dylan.bolger00@gmail.com> | 2023-11-09 19:42:23 -0600 |
---|---|---|
committer | Dylan Bolger <dylan.bolger00@gmail.com> | 2023-11-09 19:42:23 -0600 |
commit | c24c53360c98b6cb268aa9b5e08690a84f47d4f3 (patch) | |
tree | 01240474bdd3d33d0b3419184f3fa09552433f10 /index.html | |
parent | 77e9af17dfd81e4716d2139603025a53811fe1fa (diff) | |
download | personal-website-c24c53360c98b6cb268aa9b5e08690a84f47d4f3.tar.xz personal-website-c24c53360c98b6cb268aa9b5e08690a84f47d4f3.zip |
update about on homepage
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -40,8 +40,9 @@ </header>
<section id="intro">
<h1>Dylan Bolger</h1>
- <p id="about">Hey, I'm Dylan. I'm an entry-level software developer writing Java. Outside of work, I enjoy
- deploying self-hosted projects I find online, learning new programming languages, and playing video games.
+ <p id="about">
+ Hey, I'm Dylan. I'm a software developer primarily writing Java. For fun I like to automate things in my home, build docker images and deploy them, ride my bike, skateboard, and drink coffee.
+ If you'd like to learn more about me, check out my blog where I mainly ramble about the projects I'm working on.
</p>
</section>
<section id="projects">
|