From a6227a70859ebca8a5a66bd7ed64843fbc019e2f Mon Sep 17 00:00:00 2001 From: Geormary Sanchez Date: Mon, 8 Feb 2021 15:37:11 -0500 Subject: [PATCH 1/2] started lab --- README.md | 8 +- about.html | 14 +- cypress/integration/styling_spec.js | 8 +- package-lock.json | 2214 ++++++++++++++++++++++++++- styles.css | 20 +- 5 files changed, 2229 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 21b41da..38cfea8 100644 --- a/README.md +++ b/README.md @@ -102,14 +102,14 @@ This repo has an `about.html` file inside of it, as well as a `styles.css` file. ## CSS changes: -- Assign a class named `important` to all header tags and make them all underlined and bold. -- Give the h2 header with the text "Here are some of my Skills!" a unique id `skills-header` and make turn it RebeccaPurple in color. +- Assign a class named `important` to all header tags and make them all underlined and bold. DONE +- Give the h2 header with the text "Here are some of my Skills!" a unique id `skills-header` and make turn it RebeccaPurple in color. DONE - All links that end in .com should be the color green after the link is visited. -- Give the unordered list of links a class name of `links-list` and make it have a 🌐 symbol (`https://github.githubassets.com/images/icons/emoji/unicode/1f310.png`) as a bullet point. +- Give the unordered list of links a class name of `links-list` and make it have a 🌐 symbol (`https://github.githubassets.com/images/icons/emoji/unicode/1f310.png`) as a bullet point. DONE - In all ordered lists change only the last child element to be bold. - Give elements with an href ending ".com" a hover effect of turning red. - Give all other elements with an href a hover effect of turning orange. -- Center all text inside the body. +- Center all text inside the body. DONE - Give your languages unordered list an id of `language-list`, and change its font to be in italics. - Make the second p tag in the div have the a background-color of rgba(0,0,0,.5). diff --git a/about.html b/about.html index 686f36b..0e87ca6 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,9 +17,9 @@

Your Name Here

-

Here are some of my Skills!

+

Here are some of my Skills!

-

Languages

+

Languages

  • JavaScript
  • SQL
  • @@ -27,7 +27,7 @@

    Languages

  • 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
-