howfeed/src/routes/contact.svelte
2020-06-12 02:09:51 -07:00

46 lines
1.5 KiB
Svelte

<svelte:head>
<title>Contact Us | HOWFEED.BIZ</title>
</svelte:head>
<style>
div.people {
display: flex;
flex-wrap: wrap;
}
div.people > div {
flex: 1 0 0;
}
</style>
<div class="content">
<h1>Contact Us</h1>
<div class="people">
<div>
<h3>Myles C. Linden</h3>
<p>Creative Operations Director</p>
<p>FemboyFinancial Holdings Co., Ltd. (USA LLC)</p>
<address>
1198 South 6th Street<br>
Suite J<br>
San Jose, CA 95112
</address>
<p><a href="tel:+19257658478">(925) 765-8478</a></p>
</div>
<div>
<h3>Vincent M. Iannelli</h3>
<p>Creative Operations Director</p>
<p>FemboyFinancial Holdings Co., Ltd. (USA LLC)</p>
<p><a href="tel:+19258134360">(925) 813-4360</a></p>
</div>
<div>
<h3>James N. Shiffer</h3>
<p>Webmaster</p>
<p>FemboyFinancial Holdings Co., Ltd. (USA LLC)</p>
<p><a href="mailto:webmaster@femboyfashion.com.hk">webmaster@femboyfashion.com.hk</a></p>
</div>
</div>
<div style="max-width:100%;list-style:none; transition: none;overflow:hidden;width:500px;height:500px;">
<iframe style="height:100%;width:100%;border:0;" frameborder="0" src="https://www.google.com/maps/embed/v1/place?q=1198+S+Sixth+St&key=AIzaSyBFw0Qbyq9zTFTd-tUY6dZWTgaQzuU17R8"></iframe>
</div>
</div>