musicalideation/contact/index.html

74 lines
3.9 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Musical Ideation Podcast</title>
<meta name="description" content="The Musical Ideation Podcast, hosted by Joshua Marsh and Gideon White, is a podcast all about music, whether that's software, hardware, artists, albums, or pretty much anything else in that realm.">
<link rel="canonical" href="https://musicalideation.com/">
<!-- Social: Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="The Musical Ideation Podcast" />
<meta name="twitter:description" content="The Musical Ideation Podcast, hosted by Joshua Marsh and Gideon White, is a podcast all about music, whether that's software, hardware, artists, albums, or pretty much anything else in that realm."/>
<meta name="twitter:image" content="assets/images/cover.png" />
<!-- Social: OpenGraph -->
<meta property="og:locale" content="The Musical Ideation Podcast, hosted by Joshua Marsh and Gideon White, is a podcast all about music, whether that's software, hardware, artists, albums, or pretty much anything else in that realm.">
<meta property="og:type" content="article">
<meta property="og:title" content="The Musical Ideation Podcast">
<meta property="og:description" content="">
<meta property="og:url" content="https://musicalideation.com/">
<meta property="og:site_name" content="The Musical Ideation Podcast">
<meta property="og:image" content="assets/images/cover.png" />
<!-- Styles -->
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/fonts/fork-awesome/css/fork-awesome.min.css">
<link rel="stylesheet" href="assets/css/plyr.css">
</head>
<body>
<div class=wrapper>
<div class="logo">
</div>
<div class="header">
<h1>
<span class="site-title">The Musical Ideation Podcast</span>
<span class="site-subtitle">Hosted by Joshua Marsh and Gideon White</span>
</h1>
</div>
<div class="player">
<audio id="player" controls>
</audio>
</div>
<div class="menu">
<a href="/archive/feed.xml" class="links">
<span><button class="icons" title="RSS Feed"><i class="fa fa-rss" aria-hidden="true"></i></button></span>
<span class="link-text">RSS Feed</span>
</a>
<a href="" class="links">
<span><button class="icons" title="Listen on iTunes"><i class="fa fa-apple" aria-hidden="true"></i></button></span>
<span class="link-text">iTunes</span>
</a>
<a href="/archive" class="links">
<span><button class="icons" title="Archive"><i class="fa fa-bank" aria-hidden="true"></i></button></span>
<span class="link-text">Archive</span>
</a>
<a href="/about" class="links">
<span><button class="icons" title="About the hosts"><i class="fa fa-users" aria-hidden="true"></i></button></span>
<span class="link-text">Hosts</span>
</a>
<a href="/contact" class="links">
<span><button class="icons" title="Contact page"><i class="fa fa-envelope" aria-hidden="true"></i></button></span>
<span class="link-text">Contact</span>
</a>
</div
</div>
<script src="assets/js/plyr.js"></script>
<script>
const player = new Plyr('#player');
</script>
</body>