aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFivePixels <dylan.bolger00@gmail.com>2023-03-22 21:42:05 -0500
committerFivePixels <dylan.bolger00@gmail.com>2023-03-22 21:42:05 -0500
commitcf8a68fba66a1712d1cae0e49123495d37a9a1e2 (patch)
tree28be48fe8a7a7d996dcf4fd9e82c06b755210696
parent30bfa68067a1591ad7e151416dd09c1f3b763cfa (diff)
downloadpersonal-website-cf8a68fba66a1712d1cae0e49123495d37a9a1e2.tar.xz
personal-website-cf8a68fba66a1712d1cae0e49123495d37a9a1e2.zip
Remove position and put alias as header
-rw-r--r--assets/css/main.css2
-rw-r--r--index.html3
2 files changed, 2 insertions, 3 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 9f5409c..9d7f18f 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -105,7 +105,7 @@ section#resume h1:after {
}
section#intro h1:after {
- content: ' // FivePixels';
+ content: ' // Software Developer';
color: #d3d3d3;
}
diff --git a/index.html b/index.html
index 6d1186f..e0e5026 100644
--- a/index.html
+++ b/index.html
@@ -39,8 +39,7 @@
</ul>
</header>
<section id="intro">
- <h1>Dylan Bolger</h1>
- <p id="position">Software Developer I at O'Reilly Auto Parts
+ <h1>FivePixels</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>