Added contact info

This commit is contained in:
James Dinh 2023-01-28 14:14:37 -08:00
parent 76e2d689fb
commit 4511ce43bb
2 changed files with 7 additions and 2 deletions

View File

@ -54,7 +54,8 @@
<main>
<div class="buy-info">
<h2>Interested in buying a piece? Contact me at<br><a class="email-link email-replace" target="_blank" href="mailto:nancypannikkat-at-gmail-dot-com">nancypannikkat (at) gmail (dot) com</a></h2><br><br>
<h2>Or call me at<br><span class="emphasis-text">650-793-3954</span></h2>
<h2>Or call me at<br><span class="emphasis-text">650-793-3954</span></h2><br><br>
<h2>Mountain View, CA</h2>
</div>
</main>
<footer>

View File

@ -27,7 +27,7 @@ img {
left: 0;
position: fixed;
flex-wrap: nowrap;
background-color: rgba(229, 229, 229, 0.91);
background-color: rgba(229, 229, 229, 0.971);
box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
z-index: 100;
}
@ -312,6 +312,10 @@ li .splide__pagination__page.is-active {
color: rgb(89, 126, 228);
}
.emphasis-text {
font-size: 26px;
}
/* Contact */
.contact {
text-align: center;