From e6ba24d0d3b5b11dfa1aa06c9ffc48a278ab11e1 Mon Sep 17 00:00:00 2001 From: Flower Aviles Date: Fri, 12 Feb 2021 21:02:06 -0500 Subject: [PATCH 1/2] Almost done --- about.html | 16 +- package-lock.json | 2214 ++++++++++++++++++++++++++++++++++++++++++++- styles.css | 45 +- 3 files changed, 2247 insertions(+), 28 deletions(-) diff --git a/about.html b/about.html index 686f36b..40b48f9 100644 --- a/about.html +++ b/about.html @@ -7,7 +7,7 @@ -

Your Name Here

+

Your Name Here

This is a bunch of information about myself. I'm from here and there and discovered my love of programming when this happend. When I'm not working I'm busy doing this and that. @@ -17,17 +17,17 @@

Your Name Here

-

Here are some of my Skills!

+

Here are some of my Skills!

-

Languages

-
    +

    Languages

    +
    • JavaScript
    • SQL
    • HTML5
    • CSS3
    -

    Libraries

    +

    Libraries

    1. React
    2. PostgreSQL
    3. @@ -37,15 +37,15 @@

      Libraries

-

Hardest Bug So Far

+

Hardest Bug So Far

My hardest bug I ever came across was this infinite loop I couldn't escape.

I came up with a totally sick solution though by doing ...

-

Contact Me

+

Contact Me

Email me at: hello@pursuit.org
-

Contact Me

-
Email me at: hello@pursuit.org
+
Email me at: hello@pursuit.org
diff --git a/styles.css b/styles.css index cd48cc6..443f021 100644 --- a/styles.css +++ b/styles.css @@ -71,11 +71,24 @@ a.one:hover { a.two:visited { color: green; } +a.two:hover { + color: red; +} a.three:visited { color: green; } +a.three:hover { + color: red; +} +a.four:hover { + color: orange; +} + +a.five:hover { + color: orange; +} .links-list { list-style: outside url("https://github.githubassets.com/images/icons/emoji/unicode/1f310.png") disc; } @@ -87,7 +100,6 @@ ol li:last-child { ul#language-list { font-style: italic; } - p:nth-child(3) { - background-color: rgba(0,0,0, 0.05); + background: rgba(0, 0, 0, 0.5); } \ No newline at end of file