clean up contact us a bit

This commit is contained in:
eleanor 2018-11-12 11:18:09 -05:00
parent d081fd07b1
commit e4abea46de
2 changed files with 26 additions and 31 deletions

View File

@ -2,10 +2,7 @@
class="contact-us" class="contact-us"
id="contact-us" id="contact-us"
> >
<!--<mat-card>-->
<h1>CONTACT US</h1> <h1>CONTACT US</h1>
<!--<mat-tab-group mat-stretch-tabs>-->
<!--<mat-tab label="In Person">-->
<div <div
fxLayout="row" fxLayout="row"
fxLayout.lt-md="column" fxLayout.lt-md="column"
@ -13,13 +10,10 @@
> >
<div fxFlex="50%"> <div fxFlex="50%">
<h3>Come Visit Us</h3> <h3>Come Visit Us</h3>
<p>On any given day you are likely to find one or all of us at the <a href="http://www.stauntonmakerspace.com/" target="_blank">Staunton Makerspace</a>. 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. </p> <p>On any given day you are likely to find one or all of us at the <a href="http://www.stauntonmakerspace.com/" target="_blank">Staunton Makerspace</a>. 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. </p>
<!--</mat-tab>-->
<!--<mat-tab label="Remote">-->
<h3>Write to us</h3> <h3>Write to us</h3>
<p>dan@sartography.com</p> <p><a href="mailto://dan@sartography.com">dan@sartography.com</a></p>
<h3>Give us a Call</h3> <h3>Give us a call</h3>
<p>+1.540.457.0024</p> <p>+1.540.457.0024</p>
<h3>Send us a postcard</h3> <h3>Send us a postcard</h3>
<p>Sartography</p> <p>Sartography</p>
@ -31,7 +25,4 @@
<img src="../../assets/images/staunton_old_map.jpg"> <img src="../../assets/images/staunton_old_map.jpg">
</div> </div>
</div> </div>
<!--</mat-tab>-->
<!--</mat-tab-group>-->
<!--</mat-card>-->
</div> </div>

View File

@ -10,6 +10,10 @@
background-color: mat-color($sartography-primary, 50); background-color: mat-color($sartography-primary, 50);
color: mat-contrast($sartography-primary, 50); color: mat-contrast($sartography-primary, 50);
a {
color: mat-color($sartography-accent, 700);
}
.map img { .map img {
max-height: 100%; max-height: 100%;
max-width: 100%; max-width: 100%;