From 708d4e6e92fb7780749101dba4134588d5f18e04 Mon Sep 17 00:00:00 2001 From: Hunter Stevens Date: Tue, 31 May 2016 15:07:19 -0400 Subject: [PATCH 1/4] Add contact form to index --- index.html | 10 ++++++++++ stylesheets/site.css | 6 ++++++ 2 files changed, 16 insertions(+) diff --git a/index.html b/index.html index 1f16328..0b1715e 100644 --- a/index.html +++ b/index.html @@ -68,6 +68,16 @@

PS: Your phone call or email will go directly to me, not to a salesperson. That’s how we do things at Madriska, and we’re proud of it.

+ +
+ +
+ + + +
diff --git a/stylesheets/site.css b/stylesheets/site.css index 3dd2c64..7d5b307 100644 --- a/stylesheets/site.css +++ b/stylesheets/site.css @@ -1,6 +1,12 @@ html { font-family: "Lato", sans-serif; } +.contact { + font-size: 18px; + font-family: "Lato", sans-serif; + margin-bottom: 10px; +} + .orange { background-color: #3f5b76; color: white; From 2610696fc4484befc677460234d2011ec7a3d067 Mon Sep 17 00:00:00 2001 From: Gregory Brown Date: Thu, 9 Feb 2017 09:44:37 -0500 Subject: [PATCH 2/4] Drop CNAME entry --- CNAME | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 07e5af7..0000000 --- a/CNAME +++ /dev/null @@ -1,2 +0,0 @@ -www.madriska.com - From f251b44a1c35107f75533ab1259a89a2e60f4808 Mon Sep 17 00:00:00 2001 From: Gregory Brown Date: Thu, 9 Feb 2017 09:45:19 -0500 Subject: [PATCH 3/4] Update CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..7042e83 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +www.madriska.com \ No newline at end of file From 8b4f48632716e06754b55d828b631ea78c153936 Mon Sep 17 00:00:00 2001 From: Gregory Brown Date: Thu, 9 Feb 2017 09:45:29 -0500 Subject: [PATCH 4/4] Update CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 7042e83..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -www.madriska.com \ No newline at end of file