aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFivePixels <dylan.bolger00@gmail.com>2023-01-28 10:35:54 -0600
committerFivePixels <dylan.bolger00@gmail.com>2023-01-28 10:35:54 -0600
commit7e8c4541f2ad149f40e0a1fd062dc252d7f9f2a1 (patch)
treebae740623cd4ed9bea19805bcaa48722119b1484 /index.html
parent6e5b5a4b9326ee869502973cae5af30cb534c75b (diff)
downloadpersonal-website-7e8c4541f2ad149f40e0a1fd062dc252d7f9f2a1.tar.xz
personal-website-7e8c4541f2ad149f40e0a1fd062dc252d7f9f2a1.zip
Remove about page, update headline
Diffstat (limited to 'index.html')
-rw-r--r--index.html31
1 files changed, 16 insertions, 15 deletions
diff --git a/index.html b/index.html
index de0f165..6d1186f 100644
--- a/index.html
+++ b/index.html
@@ -5,10 +5,9 @@
<title>FivePixels</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="assets/css/main.css" />
- <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
- <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
- <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
- <link rel="manifest" href="/site.webmanifest" />
+ <link rel="apple-touch-icon" sizes="180x180" href="/assets/img/apple-touch-icon.png" />
+ <link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon-32x32.png" />
+ <link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon-16x16.png" />
<meta name="description" content="Home" />
<meta name="og:title" content="FivePixels" />
<meta name="og:type" content="website" />
@@ -41,14 +40,25 @@
</header>
<section id="intro">
<h1>Dylan Bolger</h1>
- <p id="position">Junior Software Developer at O'Reilly Auto Parts
- <p id="about">I'm Dylan. My favorite coding languages are C, JavaScript, and Java.</p>
+ <p id="position">Software Developer I at O'Reilly Auto Parts
+ <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>
</section>
<section id="projects">
<h1>Projects</h1>
<p id="description">
Projects are listed from most recently to least recently created in their respective categories.
</p>
+ <h2>Scripts</h2>
+ <div class="project shell">
+ <h3>pip-to-python-packages</h3>
+ <p>A helper script to move existing pip packages installed to Python packages from the AUR or the offical
+ Arch Linux repositories.</p>
+ <a href="https://github.com/FivePixels/pip-to-python-packages">
+ Source</a>
+ <br>
+ </div>
<h2>Statistics</h2>
<div class="project">
<h3>Testing normality in random variables with QQ-plots and estimating the parameter λ in the Poisson
@@ -89,15 +99,6 @@
Source code
</a>
</div>
- <h2>Discord</h2>
- <div class="project js">
- <h3>Tribble</h3>
- <p>
- A discord.js payment bot that creates tickets and automatically
- validates payments using the Gmail API.
- </p>
- <a href="https://github.com/FivePixels/Tribble">Source code</a>
- </div>
<h2>Spotify</h2>
<div class="project css">
<h3>Tidal</h3>