From 07ddca4e87c3f837b4a4ddb4ee9f15a63e80af79 Mon Sep 17 00:00:00 2001 From: Erick Clark Date: Sat, 26 Jan 2019 20:08:26 -0600 Subject: [PATCH] Updated website --- .../aretherecookies.com/{ => css}/styles.css | 38 ++++++++++++-- design_files/aretherecookies.com/index.html | 50 ++++++++++++++----- 2 files changed, 71 insertions(+), 17 deletions(-) rename design_files/aretherecookies.com/{ => css}/styles.css (55%) diff --git a/design_files/aretherecookies.com/styles.css b/design_files/aretherecookies.com/css/styles.css similarity index 55% rename from design_files/aretherecookies.com/styles.css rename to design_files/aretherecookies.com/css/styles.css index 60bb3e7..3909660 100644 --- a/design_files/aretherecookies.com/styles.css +++ b/design_files/aretherecookies.com/css/styles.css @@ -1,6 +1,20 @@ body { font-family: 'Fira Sans', sans-serif; } +h2 { + text-align: center; +} +a, a:active, a:visited { + color: #6D5354; +} +a:hover { + text-decoration: underline; +} +.btn, .btn:visited { + background-color: #6D5354; + border-color: #6D5354; + color: #fff; +} .atc-header { background-color: #DCDCB0; padding: 1rem 0; @@ -22,16 +36,27 @@ body { margin: 0 auto; } .screens { - margin-top: 1rem; + margin-top: 2rem; } .screens img { - max-height: 144px; + max-height: 288px; + margin-top: 1rem; + border: 1px #6D5354 solid; } -@media only screen and (max-width : 630px) { +@media (max-width : 768px) { + .atc-header h1 { + font-size: 1.6rem; + text-align: center; + } +} +@media (max-width : 576px) { + h2 { + font-size: 1.8rem; + text-align: center; + } .atc-header h1 { font-size: 1.4rem; - text-align: center; } .logo { margin: 0 auto 15px auto; @@ -43,5 +68,8 @@ body { width: 100%; display: block; margin: 0 auto; - } + } + .screens img { + max-height: 180px; + } } \ No newline at end of file diff --git a/design_files/aretherecookies.com/index.html b/design_files/aretherecookies.com/index.html index 0212aea..237a2a7 100644 --- a/design_files/aretherecookies.com/index.html +++ b/design_files/aretherecookies.com/index.html @@ -7,21 +7,22 @@ Are There Cookies? Check for good stuff near you. - + +
-
-

Are There Cookies?

+
+

Are There Cookies?

-
-
+
+

Welcome to our Alpha testing program.

Are There Cookies? is an app that lets people share and learn what's available near by. Mainly food.

    @@ -34,19 +35,44 @@ see that there are only a few cookies left? Let other people know. This works for anything. Are you at that food truck and see they are sold our of their special? Let everyone know. Do you want to know if that bakery has anyone cupcakes left? Look it up.

    --> +
    +
    Are There Cookies? Screens
    +
    +
    + + Screenshot 1 + +
    +
    + + Screenshot 2 + +
    +
    + + Screenshot 3 + +
    +
    +
    + +
-
-

Are There Cookies? Screens

-
-
Screenshot 1
-
Screenshot 2
-
Screenshot 3
-
+ + + \ No newline at end of file