From 0738bf5bfb39b4cccf71cbae85893df365ef550b Mon Sep 17 00:00:00 2001 From: IsaacW Date: Tue, 23 Jul 2024 19:54:10 -0600 Subject: [PATCH] Pages on pages on pages (2) --- site/homepage.html | 12 ++++++------ site/page2.html | 39 ++++++++++++++++++++++++++++++++++++--- site/page3.html | 38 ++++++++++++++++++++++++++++++++++++-- site/styles/style.css | 39 +++++++++++++++++++++++++++++++++++++-- 4 files changed, 115 insertions(+), 13 deletions(-) diff --git a/site/homepage.html b/site/homepage.html index c18326e..1651ad2 100644 --- a/site/homepage.html +++ b/site/homepage.html @@ -10,9 +10,9 @@
-
  • Home
  • -
  • Mission
  • -
  • Article
  • +
  • Home
  • +
  • Mission
  • +
  • Article
  • @@ -31,9 +31,9 @@

    Keep on top of things!

    We do not accept personal information

    - facebook icon - linkedin icon - youtube icon + facebook icon + linkedin icon + youtube icon
    diff --git a/site/page2.html b/site/page2.html index 90c28df..bcd2938 100644 --- a/site/page2.html +++ b/site/page2.html @@ -3,10 +3,43 @@ - Document + Mission + +
    + + +
  • Home
  • +
  • Mission
  • +
  • Article
  • +
    + + +

    FRIENDLY REMINDERS

    +
    - + +

    Our mission is to bring order to your life.
    +

    +
    +
    + As a college student, I struggled with leaving simple tasks undone, because even though I knew they where important, I never had a critical point where they had to happen. +
    +
    + After plenty of research into this, I decided to share with anyone who cares to look. +
    +

    + +

    The purpose of this website is to help you know when to perform those simple, non urgent tasks that really should be done at some point, but never have a right now.

    + cleaning +
    -
    +
    +

    We do not accept personal information

    + + facebook icon + linkedin icon + youtube icon + +
    \ No newline at end of file diff --git a/site/page3.html b/site/page3.html index d01f779..9f9c343 100644 --- a/site/page3.html +++ b/site/page3.html @@ -3,9 +3,43 @@ - Document + + article +
    + + +
  • Home
  • +
  • Mission
  • +
  • Article
  • +
    + + +

    FRIENDLY REMINDERS

    +
    + +

    Weekly activities

    +

    Laundry, Mop floors, Clean bathroom, Vacuum, Wipe inside of microwave, Check fridge for bad food.

    +

    Monthly Activities

    +

    Dust vents, Empty Vacuum, Dust blinds, Clean out bottom of dishwasher, Check laundry machine

    +

    Yearly activities

    +

    Deep clean furniture and carpets, clean drapes and curtains, clear gutters, replace vent filters.

    + toy sweeping dandylion fronds +
    - \ No newline at end of file + + + + + + + diff --git a/site/styles/style.css b/site/styles/style.css index a026747..ce6669b 100644 --- a/site/styles/style.css +++ b/site/styles/style.css @@ -68,10 +68,14 @@ body { background-size: cover; background-position: center; background-repeat: no-repeat; + margin: 0; + padding: 0; + } main { flex: 1; + background-color: #69443C; } p{ @@ -100,7 +104,6 @@ padding: 0;} .social{ float: right; - } menu{display: flex;} @@ -118,4 +121,36 @@ li { text-decoration: none; font-size: 14px; text-align: center; -} \ No newline at end of file +} + +.white1{color: white; +background-color: #69443C; +text-align: center; +margin-bottom: 0; +font-size: 70px; +} + + +.white2{color: white; + +text-align: center; +margin-top: 0; +margin-bottom: 0; + +} + +img{float: left; +border-radius: 20px; +max-width: 20%; + +margin-top: 0; +margin-bottom: 0; +text-align: center; +} +.white3{background-color: aliceblue; +text-align: center; +font-size: 43px; +margin-left: 50px; +margin-right: 50px;} + +full{background-color: #69443C;} \ No newline at end of file