Added contact info
This commit is contained in:
parent
76e2d689fb
commit
4511ce43bb
3
buy.html
3
buy.html
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user