add itunes link

This commit is contained in:
Amolith 2019-06-24 22:58:50 -04:00
parent bdc82e33ab
commit e48df1cf3d
Signed by: Amolith
GPG Key ID: 51FD40936DB0065B
4 changed files with 296 additions and 266 deletions

View File

@ -73,24 +73,48 @@ body {
.menu-top a:hover {
text-decoration: underline;
}
.container {
max-width: 1140px;
margin: 0 auto;
position: relative;
padding: 0 20px;
}
.flex-wrapper {
padding-top: 130px;
padding-top: 50px;
display:-webkit-box;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flexbox;
display:flex;
align-items:center;
flex-direction:row
flex-direction:row;
}
img {
border-radius: 50%;
border: 7px solid #000;
width: 33%;
flex:1;
width: 70%;
}
.text a {
text-decoration: none;
color: #000;
font-weight: bold;
}
.text a::before {
content: "\f0c1 ";
font-size: 15px;
font-family: "ForkAwesome";
}
.flex-wrapper .image {
flex: 1;
padding: 0 20px;
}
.flex-wrapper .text {
flex:2;
flex: 1;
font-size: 3vh;
text-align: center;
}
.flex-wrapper p {
text-align: left;
font-size: 3vh;
}
.player {
@ -182,6 +206,9 @@ img {
.flex-wrapper .image img {
border-color: #fff;
}
.text a {
color: #fff;
}
}
@media (min-width: 1367px) {

View File

@ -58,7 +58,7 @@
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="0.98994949"
inkscape:cx="279.60551"
inkscape:cx="299.80856"
inkscape:cy="146.42268"
inkscape:document-units="px"
inkscape:current-layer="layer1"

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -40,27 +40,30 @@
<link rel="stylesheet" href="/assets/css/plyr.css">
</head>
<body>
<body>
<div class="wrapper-page">
<div class="header">
<h1>
<span class="site-title">Hosts</span>
<div class="menu-top">
<h1>
<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>
</h1>
</div>
<div class="container">
<div class="flex-wrapper">
<div class="image">
<img src="/assets/images/gideon.png" alt="a picture of Joshua Marsh">
<img src="../assets/images/gideon.png" alt="a picture of Joshua Marsh">
</div>
<div class="text">
<h1>Gideon White</h1>
<p style="text-align: center;">Hello! Listen to the first episode where I introduce myself!</p>
</div>
</div>
</div>
</h1>
</div>
</div>
</body>

View File

@ -59,7 +59,7 @@
<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">
<a href="https://podcasts.apple.com/us/podcast/the-musical-ideation-podcast/id1468916454" 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>