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,36 +2,27 @@
class="contact-us" class="contact-us"
id="contact-us" id="contact-us"
> >
<!--<mat-card>--> <h1>CONTACT US</h1>
<h1>CONTACT US</h1> <div
<!--<mat-tab-group mat-stretch-tabs>--> fxLayout="row"
<!--<mat-tab label="In Person">--> fxLayout.lt-md="column"
<div fxLayoutGap="2%"
fxLayout="row" >
fxLayout.lt-md="column" <div fxFlex="50%">
fxLayoutGap="2%" <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, laser-cutting a costume piece, or soldering together our latest invention, the Makerspace keeps us inspired to do our best work. </p>
<div fxFlex="50%"> <h3>Write to us</h3>
<h3>Come Visit Us</h3> <p><a href="mailto://dan@sartography.com">dan@sartography.com</a></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, painting the walls, or soldering together our latest invention, the Makerspace is an inspiring place for us to do our best work. </p> <h3>Give us a call</h3>
<p>+1.540.457.0024</p>
<!--</mat-tab>--> <h3>Send us a postcard</h3>
<!--<mat-tab label="Remote">--> <p>Sartography</p>
<h3>Write to us</h3> <p>c/o Staunton Makerspace</p>
<p>dan@sartography.com</p> <p>20 S. Jefferson Street</p>
<h3>Give us a Call</h3> <p>Staunton VA 24401</p>
<p>+1.540.457.0024</p>
<h3>Send us a postcard</h3>
<p>Sartography</p>
<p>c/o Staunton Makerspace</p>
<p>20 S. Jefferson Street</p>
<p>Staunton VA 24401</p>
</div>
<div fxFlex="50%" class="map">
<img src="../../assets/images/staunton_old_map.jpg">
</div>
</div> </div>
<!--</mat-tab>--> <div fxFlex="50%" class="map">
<!--</mat-tab-group>--> <img src="../../assets/images/staunton_old_map.jpg">
<!--</mat-card>--> </div>
</div>
</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%;