diff --git a/.DS_Store b/.DS_Store index d541d72..82b853e 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/css/style.css b/css/style.css index c6fcc0e..e50df46 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,36 @@ -.myDiv{ - +body { + background-color: #C0C0C0; +} + +h2 { + color: red; +} + +.fam-img-border { + border-color: black; + border-width: 5px; + border-style: solid; + border-radius: 20px; +} + +.th { + font-size: 20px; + font-family: sans-serif; +} + +.label { + display: block; + padding-left: 15px; + text-indent: -15px; +} + +.input { + width: 13px; + height: 13px; + padding: 0; + margin:0; + vertical-align: bottom; + position: relative; + top: -1px; + *overflow: hidden; } diff --git a/img/.DS_Store b/img/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/img/.DS_Store differ diff --git a/img/LeeFamily.gif b/img/LeeFamily.gif new file mode 100644 index 0000000..0268bc4 Binary files /dev/null and b/img/LeeFamily.gif differ diff --git a/img/Peggy.jpg b/img/Peggy.jpg deleted file mode 100644 index 65aac62..0000000 Binary files a/img/Peggy.jpg and /dev/null differ diff --git a/img/freakonomics.jpg b/img/freakonomics.jpg new file mode 100644 index 0000000..03e7c66 Binary files /dev/null and b/img/freakonomics.jpg differ diff --git a/img/googlebirthday.gif b/img/googlebirthday.gif new file mode 100644 index 0000000..255f6dc Binary files /dev/null and b/img/googlebirthday.gif differ diff --git a/img/radiolab.png b/img/radiolab.png new file mode 100644 index 0000000..0f2cbc7 Binary files /dev/null and b/img/radiolab.png differ diff --git a/img/secular-buddhism.jpg b/img/secular-buddhism.jpg new file mode 100644 index 0000000..85823ac Binary files /dev/null and b/img/secular-buddhism.jpg differ diff --git a/img/tedradiohour.jpg b/img/tedradiohour.jpg new file mode 100644 index 0000000..8655e35 Binary files /dev/null and b/img/tedradiohour.jpg differ diff --git a/img/thisamericanlife.jpg b/img/thisamericanlife.jpg new file mode 100644 index 0000000..298e4dd Binary files /dev/null and b/img/thisamericanlife.jpg differ diff --git a/img/youarenotsosmart.jpg b/img/youarenotsosmart.jpg new file mode 100644 index 0000000..25573b3 Binary files /dev/null and b/img/youarenotsosmart.jpg differ diff --git a/index.html b/index.html index a71ad31..545c553 100644 --- a/index.html +++ b/index.html @@ -1,90 +1,89 @@ - - My Site Title + - - + + john.lee website +
+

Hello World Fellow Coders

+

John Lee here...

+

+
+

Never a dull moment at our house. I'm definitely outnumbered, + but life is a party!

+ +
+

Favorite Podcasts

+

App of Choice: STITCHER

+ +
  • Total Hours: 773
  • +
  • Total Episodes: 5,515
  • - -
    -
    - - -

    My Page Title

    - - - A picture of my grumpy cat, Peggy - - -

    - This is a paragraph. It will have line breaks if there is enough text. This is a fundamental element for creating page content. - Sometimes you will need bold text, and sometimes you will need italicized text. -

    -
    - -
    -

    My Second Most Important Heading

    - - -
      -
    • An unordered list item
    • -
    • An unordered list item
    • -
    • An unordered list item
    • -
    - - -
      -
    1. My first list item
    2. -
    3. My second list item
    4. -
    5. My third list item
    6. -
    -
    +

    Have you listened to any of these podcasts before?

    +
    +
    +
    + + + + + + +
    + +

    What is your favorite podcast that I should try out?

    + + - - +
    diff --git a/original-index.html b/original-index.html new file mode 100644 index 0000000..a71ad31 --- /dev/null +++ b/original-index.html @@ -0,0 +1,90 @@ + + + + + My Site Title + + + + + + + + +
    +
    + + +

    My Page Title

    + + + A picture of my grumpy cat, Peggy + + +

    + This is a paragraph. It will have line breaks if there is enough text. This is a fundamental element for creating page content. + Sometimes you will need bold text, and sometimes you will need italicized text. +

    +
    + +
    +

    My Second Most Important Heading

    + + + + + +
      +
    1. My first list item
    2. +
    3. My second list item
    4. +
    5. My third list item
    6. +
    +
    +
    + + + + + diff --git a/style.css b/style.css deleted file mode 100644 index ebd3a4e..0000000 --- a/style.css +++ /dev/null @@ -1,23 +0,0 @@ -body{ - color:orange; -} - -.myDiv-1{ - background-color:red; -} - -.myDiv-1 h1{ - -} - -.myDiv-1 p{ - -} - -.myDiv-2{ - background-color:green; -} - -.myDiv-2 h2{ - -}