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"
id="contact-us"
>
<!--<mat-card>-->
<h1>CONTACT US</h1>
<!--<mat-tab-group mat-stretch-tabs>-->
<!--<mat-tab label="In Person">-->
<div
fxLayout="row"
fxLayout.lt-md="column"
fxLayoutGap="2%"
>
<div fxFlex="50%">
<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>
<!--</mat-tab>-->
<!--<mat-tab label="Remote">-->
<h3>Write to us</h3>
<p>dan@sartography.com</p>
<h3>Give us a Call</h3>
<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>
<h1>CONTACT US</h1>
<div
fxLayout="row"
fxLayout.lt-md="column"
fxLayoutGap="2%"
>
<div fxFlex="50%">
<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>
<h3>Write to us</h3>
<p><a href="mailto://dan@sartography.com">dan@sartography.com</a></p>
<h3>Give us a call</h3>
<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>
<!--</mat-tab>-->
<!--</mat-tab-group>-->
<!--</mat-card>-->
<div fxFlex="50%" class="map">
<img src="../../assets/images/staunton_old_map.jpg">
</div>
</div>
</div>

View File

@ -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%;