Initial commit: migrate existing website files
This commit is contained in:
@@ -0,0 +1,143 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<!-- facebook open graph tags -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://veryfinefriends.com/about" />
|
||||
<meta property="og:title" content="Very Fine Friends Podcast: About the Friends" />
|
||||
<meta property="og:site_name" content="Very Fine Friends Podcast" data-next-head="">
|
||||
<meta property="og:description" content="Friends." />
|
||||
<meta property="og:image" content="https://veryfinefriends.com/assets/logo-2.png?auto=format" />
|
||||
<meta property="og:image:width" content="512" data-next-head="">
|
||||
<meta property="og:image:height" content="512" data-next-head="">
|
||||
<meta property="og:image:secure_url" content="https://veryfinefriends.com/assets/logo-2.png?auto=format" data-next-head="">
|
||||
|
||||
<!-- twitter card tags additive with the og: tags -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:domain" value="veryfinefriends.com" />
|
||||
<meta name="twitter:title" value="Very Fine Friends Podcast: About the Friends" />
|
||||
<meta name="twitter:description" value="Friends." />
|
||||
<meta name="twitter:image" content="https://veryfinefriends.com/assets/logo-2.png" />
|
||||
<meta name="twitter:url" value="http://veryfinefriends.com/about" />
|
||||
|
||||
<title>Very Fine Friends Podcast</title>
|
||||
|
||||
<link rel="stylesheet" href="../styles.css" type="text/css" />
|
||||
<link rel="icon" href="../assets/favicon.ico" type="image/x-icon">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<nav class="nav-container">
|
||||
<a href="../"><div class="nav-brand" data-page="home">VERY FINE FRIENDS</div></a>
|
||||
<ul class="nav-menu">
|
||||
<a href="../inventions"><li class="nav-item" data-page="invention">Invention of the Week</li></a>
|
||||
<a href="../secretwords"><li class="nav-item" data-page="secretwords">Secret Words</li></a>
|
||||
<a href="../otherstuff"><li class="nav-item" data-page="otherstuff">Other Stuff</li></a>
|
||||
<a href="../about"><li class="nav-item" data-page="about">About</li></a>
|
||||
</ul>
|
||||
<div class="hamburger">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
|
||||
<!-- ABOUT PAGE -->
|
||||
<section id="about" class="page-section">
|
||||
<div class="content-page">
|
||||
<h1>About Us</h1>
|
||||
<p style="text-align: center;">We are friends.</p>
|
||||
|
||||
<div class="host-info">
|
||||
<h3>Jenna</h3>
|
||||
<p>Jenna likes to keep her purse open, has never said the phrase "bonus improv" the same way twice, and loves Santa Claus.</p>
|
||||
</div>
|
||||
|
||||
<div class="host-info">
|
||||
<h3>Francis</h3>
|
||||
<p>Francis is a sweat suit expert, has been wronged many times, and has anxiety about the Amazon rainforest.</p>
|
||||
</div>
|
||||
|
||||
<div class="host-info">
|
||||
<h3>Joe</h3>
|
||||
<p>Joe is a master user of the improv suggestion mobile app. He would've also been named Joe if Francis was around at his birth.</p>
|
||||
</div>
|
||||
|
||||
<div class="host-info">
|
||||
<h3>Francis's ice</h3>
|
||||
<p>Usually makes an appearance at the end of the Invention of the Week segment.</p>
|
||||
</div>
|
||||
|
||||
</br>
|
||||
<h1>Other Friends</h1>
|
||||
<div class="host-info">
|
||||
<h3>Krissy</h3>
|
||||
<p style="text-align: center;"><a href="https://play.fountain.fm/app/episode/9jpqYcpL4jjW4qNMAgiY" target="_blank">Episode 15</a></p>
|
||||
</div>
|
||||
<div class="host-info">
|
||||
<h3>Blake</h3>
|
||||
<p style="text-align: center;"><a href="https://play.fountain.fm/app/episode/XZoH7flV1V6Sv7QjZr3n" target="_blank">Episode 9</a></p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</br>
|
||||
<h1>Contact the Friends</h1>
|
||||
<div class="contact-info">
|
||||
<h3 style="color: #003454; margin-bottom: 1rem;">Do you have a BIG QUESTION?</h3>
|
||||
<p style="text-align: center;"><strong>Email:</strong> <a href="mailto:veryfinefriends@gmail.com">veryfinefriends@gmail.com</a></p>
|
||||
</div>
|
||||
|
||||
<div class="socials">
|
||||
|
||||
<div class="social-links">
|
||||
|
||||
<a href="https://www.tiktok.com/@veryfinefriends" class="platform-button" target="_blank">
|
||||
<img src="../assets/tiktok.png" alt="TikTok" class="socials-icon">
|
||||
</a>
|
||||
|
||||
<a href="https://www.instagram.com/veryfinefriends/" class="platform-button" target="_blank">
|
||||
<img src="../assets/instagram.png" alt="Instagram" class="socials-icon">
|
||||
</a>
|
||||
|
||||
<a href="https://x.com/veryfinefriends" class="platform-button" target="_blank">
|
||||
<img src="../assets/x.png" alt="X aka Twitter" class="socials-icon">
|
||||
</a>
|
||||
|
||||
<a href="https://www.youtube.com/@veryfinefriends" class="platform-button" target="_blank">
|
||||
<img src="../assets/youtube.png" alt="YouTube" class="socials-icon">
|
||||
</a>
|
||||
|
||||
<a href="https://primal.net/p/npub1kx6ztz3kkdrkrmjtqmpcqwuk0ztcqclsk5435q82xgwtes80duvsnywfjr" class="platform-button" target="_blank">
|
||||
<img src="../assets/primal.png" alt="Nostr via Primal" class="socials-icon">
|
||||
</a>
|
||||
|
||||
<a href="https://jumble.social/users/npub1kx6ztz3kkdrkrmjtqmpcqwuk0ztcqclsk5435q82xgwtes80duvsnywfjr" class="platform-button" target="_blank">
|
||||
<img src="../assets/jumble.png" alt="Nostr via Jumble" class="socials-icon">
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
<div class="bottom-banner">~ V.F.F.~</div>
|
||||
|
||||
<script src="../main.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user