aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoro5pxels <o5pxels@gmail.com>2021-05-05 23:30:16 -0500
committero5pxels <o5pxels@gmail.com>2021-05-05 23:30:16 -0500
commit1c58ef0f518c1e7d58115ee2cc55927a58100c26 (patch)
tree1114859503ff1d86672e8f2bf26641e3960cbb58
parentb75eac576ea6b79df281327ed3e8461ad9aa38dc (diff)
downloadpersonal-website-1c58ef0f518c1e7d58115ee2cc55927a58100c26.tar.xz
personal-website-1c58ef0f518c1e7d58115ee2cc55927a58100c26.zip
Add paragraph with current position, update pronouns and email link layout, add award below StreamFinder project
-rw-r--r--assets/css/main.css4
-rw-r--r--index.html18
2 files changed, 14 insertions, 8 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index c10548e..594e274 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -61,6 +61,10 @@ ul#nav li {
text-align: center; /* If you want the text to be centered */
}
+p#position {
+ font-size: 16px;
+}
+
body#home {
max-width: 570px;
}
diff --git a/index.html b/index.html
index a5a6514..0961e73 100644
--- a/index.html
+++ b/index.html
@@ -59,33 +59,35 @@
</header>
<section id="intro">
<h1>FivePixels</h1>
- <p>
+ <p id="position">Software Developer Intern at O'Reilly Auto Parts</p>
+ <p> My
<a
href="https://pronoun.is/he/him"
target="_blank"
rel="noopener noreferrer"
>
- pronoun.is/he/him
- </a>
+ pronoun.is/he/him</a>.
+ <br>
+ My email is
+ <a href="mailto:o5pxels@gmail.com">o5pxels@gmail.com</a>.
</p>
<p>
Welcome to my website. I hope you find your visit welcoming and
informative.
</p>
- <p><a href="mailto:o5pxels@gmail.com">o5pxels@gmail.com</a></p>
</section>
<section id="projects">
<h1>Projects</h1>
<p id="description">
- Projects are listed by most recent to least recent updates.
+ Projects are listed from most recently to least recently created.
</p>
<div class="project streamfinder">
<h2>StreamFinder</h2>
<p>A website that finds streaming platforms (Hulu, Netflix, etc.) to stream your favorite content.</p>
<p><i>This project was a group submission at <a href="https://pickhacks.io/">PickHacks</a>. View the website at <a href="https://streamfind.tech">streamfind.tech</a>.</i></p>
+ <p>Winner of <i>Best Domain Registered with Domain.com</i></p>
<a href="https://github.com/FivePixels/StreamFinder">
- Source code
- </a>
+ Source code</a>
<br>
<a href="https://devpost.com/software/streamfinder">
Devpost project
@@ -94,7 +96,7 @@
<div class="project htmlcss">
<h2>fivepixels.me</h2>
<p>
- My personal website (the website you are looking at right now).
+ My website (the one you are looking at right now).
</p>
<a href="https://github.com/FivePixels/fivepixels.github.io">
Source code