diff options
-rw-r--r-- | assets/css/main.css | 2 | ||||
-rw-r--r-- | index.html | 3 |
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; } @@ -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>
|