From ae196b2575cb2c06cf17d65e8edd423801e48d03 Mon Sep 17 00:00:00 2001
From: reggieTheCoder <33520187+reggieTheCoder@users.noreply.github.com>
Date: Sat, 26 Oct 2019 19:13:51 -0400
Subject: [PATCH] final version
---
css/index.css | 15 ++++++++++++++-
index.html | 16 +++++++++-------
less/footer.less | 11 ++++++++++-
less/home-page.less | 8 ++++++--
less/index.less | 2 --
5 files changed, 39 insertions(+), 13 deletions(-)
diff --git a/css/index.css b/css/index.css
index 9d71173..d38e73a 100644
--- a/css/index.css
+++ b/css/index.css
@@ -208,7 +208,15 @@ img {
}
footer {
background-color: #7E7E7E;
- color: #3C646D;
+ text-align: left;
+ padding: 0 3%;
+}
+footer a {
+ text-decoration: none;
+ color: black;
+}
+footer .shiftRight {
+ text-align: right;
}
.container {
color: #818181;
@@ -229,6 +237,11 @@ footer {
padding: 3% 7%;
margin: 0 10%;
}
+@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
+ .container button {
+ padding: 2% 5%;
+ }
+}
@media only screen and (min-width : 1224px) {
.container button {
margin: 0;
diff --git a/index.html b/index.html
index 3a2af9a..7478644 100644
--- a/index.html
+++ b/index.html
@@ -44,6 +44,7 @@
Immu Track
@@ -54,6 +55,7 @@ Immu Track
Contact Us
About Us
Log in
+ Sign Up
@@ -84,25 +86,25 @@ Over 2 Million users and counting!
-
+
This app has made my life so much easier.
Mary, New York
-
+
Simple to use, I love Immu Track.
Beveryly, Illinois
-
+
I recommend Immu Track to the parents of all my patients.
Dr. Flynn, New Jersey
-
+
Parents are busier now more so than ever. Immu Track helps parents keep track of their children's immunization
records and schedule visits accordingly.
Dr. Williams, Illinois
@@ -153,9 +155,9 @@
Contact Us
diff --git a/less/footer.less b/less/footer.less
index dd9a949..2ec06b7 100644
--- a/less/footer.less
+++ b/less/footer.less
@@ -1,6 +1,15 @@
footer {
background-color: #7E7E7E;
-color: #3C646D
+text-align: left;
+padding: 0 3%;
+a{
+ text-decoration: none;
+ color: black;
+}
+.shiftRight {
+ text-align: right;
+}
+
}
diff --git a/less/home-page.less b/less/home-page.less
index dfd20db..c0bbbf5 100644
--- a/less/home-page.less
+++ b/less/home-page.less
@@ -12,11 +12,14 @@ span {
}
.action{
- padding: 3% 0 7%;
-
+ padding: 3% 0 7%;
}
button {
+
+ @media @mobile {
+ padding: 2% 5%;
+ }
@media @desktop {
margin: 0;
padding: 2% 6%;
@@ -30,5 +33,6 @@ span {
}
}
+
}
\ No newline at end of file
diff --git a/less/index.less b/less/index.less
index c769f35..7694f5b 100644
--- a/less/index.less
+++ b/less/index.less
@@ -1,5 +1,3 @@
-// Follow the order in the readme
-
// variable import
@import "variables.less";
// mixin import