
7 changed files with 317 additions and 6 deletions
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 1.8 MiB |
After Width: | Height: | Size: 5.5 MiB |
@ -0,0 +1,73 @@
|
||||
<!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> |
@ -0,0 +1,55 @@
|
||||
<!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 | Hosts</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 | Hosts" /> |
||||
<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 | Hosts"> |
||||
<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-page"> |
||||
<div class="header"> |
||||
<h1> |
||||
<span class="site-title">Hosts</span> |
||||
<div class="menu-top"> |
||||
<i class="fa fa-home"></i> <a href="/">Home</a> | |
||||
<i class="fa fa-rss"></i> <a href="/archive/feed.xml">RSS Feed</a> | |
||||
<i class="fa fa-apple"></i> <a href="/">iTunes</a> | |
||||
<i class="fa fa-bank"></i> <a href="/archive/">Archive</a> | |
||||
<i class="fa fa-envelope"></i> <a href="/">Contact</a> |
||||
</div> |
||||
<div class="flex-wrapper"> |
||||
<div class="image"> |
||||
<img src="/assets/images/gideon.png" alt="a picture of Joshua Marsh"> |
||||
</div> |
||||
<div class="text"> |
||||
<h1>Gideon White</h1> |
||||
</div> |
||||
</div> |
||||
</h1> |
||||
</div> |
||||
</div> |
||||
</body> |
Loading…
Reference in new issue