From e4abea46ded1bf97c144ce7bd39014de22f89a3e Mon Sep 17 00:00:00 2001 From: eleanor Date: Mon, 12 Nov 2018 11:18:09 -0500 Subject: [PATCH] clean up contact us a bit --- src/app/contact-us/contact-us.component.html | 53 ++++++++------------ src/app/contact-us/contact-us.component.scss | 4 ++ 2 files changed, 26 insertions(+), 31 deletions(-) diff --git a/src/app/contact-us/contact-us.component.html b/src/app/contact-us/contact-us.component.html index e663f3a..a3ca4c1 100644 --- a/src/app/contact-us/contact-us.component.html +++ b/src/app/contact-us/contact-us.component.html @@ -2,36 +2,27 @@ class="contact-us" id="contact-us" > - -

CONTACT US

- - -
-
-

Come Visit Us

-

On any given day you are likely to find one or all of us at the Staunton Makerspace. Whether we are crafting client code, painting the walls, or soldering together our latest invention, the Makerspace is an inspiring place for us to do our best work.

- - - -

Write to us

-

dan@sartography.com

-

Give us a Call

-

+1.540.457.0024

-

Send us a postcard

-

Sartography

-

c/o Staunton Makerspace

-

20 S. Jefferson Street

-

Staunton VA 24401

-
-
- -
+

CONTACT US

+
+
+

Come Visit Us

+

On any given day you are likely to find one or all of us at the Staunton Makerspace. Whether we are crafting client code, laser-cutting a costume piece, or soldering together our latest invention, the Makerspace keeps us inspired to do our best work.

+

Write to us

+

dan@sartography.com

+

Give us a call

+

+1.540.457.0024

+

Send us a postcard

+

Sartography

+

c/o Staunton Makerspace

+

20 S. Jefferson Street

+

Staunton VA 24401

- - - +
+ +
+
diff --git a/src/app/contact-us/contact-us.component.scss b/src/app/contact-us/contact-us.component.scss index e099ccd..7916ce2 100644 --- a/src/app/contact-us/contact-us.component.scss +++ b/src/app/contact-us/contact-us.component.scss @@ -10,6 +10,10 @@ background-color: mat-color($sartography-primary, 50); color: mat-contrast($sartography-primary, 50); + a { + color: mat-color($sartography-accent, 700); + } + .map img { max-height: 100%; max-width: 100%;