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

@ -1,260 +1,287 @@
@import url("../css/fonts.css"); @import url("../css/fonts.css");
html { html {
background-color: #fff; background-color: #fff;
height: 100%; height: 100%;
color: #000; color: #000;
} }
body { body {
height: 72%; height: 72%;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
vertical-align: middle !important; vertical-align: middle !important;
} }
.wrapper { .wrapper {
text-align: center; text-align: center;
height: 100%; height: 100%;
width: 80%; width: 80%;
} }
.wrapper-page { .wrapper-page {
text-align: center; text-align: center;
height: 100%; height: 100%;
width: 100%; width: 100%;
margin-top: 40px; margin-top: 40px;
} }
.logo { .logo {
background: url(../images/logo.svg) no-repeat center; background: url(../images/logo.svg) no-repeat center;
height: 135px; height: 135px;
background-size: 90px; background-size: 90px;
display:flex; display:flex;
justify-content:center; justify-content:center;
align-items:center; align-items:center;
margin-top: 25px; margin-top: 25px;
padding: 10px; padding: 10px;
} }
.logo-page { .logo-page {
background: url(../images/logo.svg) no-repeat center; background: url(../images/logo.svg) no-repeat center;
height: 15px; height: 15px;
background-size: 90px; background-size: 90px;
display:flex; display:flex;
justify-content:center; justify-content:center;
align-items:center; align-items:center;
margin-top: 5px; margin-top: 5px;
padding: 10px; padding: 10px;
} }
.site-title { .site-title {
font-family: Montserrat; font-family: Montserrat;
font-size: 3.3rem; font-size: 3.3rem;
font-weight: 600; font-weight: 600;
padding-bottom: 10px; padding-bottom: 10px;
display: block; display: block;
text-align: inherit; text-align: inherit;
} }
.site-subtitle { .site-subtitle {
font-family: Nunito; font-family: Nunito;
font-weight: 100; font-weight: 100;
font-size: 2rem; font-size: 2rem;
color: #808080; color: #808080;
display: block; display: block;
text-align: inherit; text-align: inherit;
padding-bottom: 2rem; padding-bottom: 2rem;
} }
.menu-top { .menu-top {
margin-top: 30px; margin-top: 30px;
color: #000; color: #000;
} }
.menu-top a { .menu-top a {
color: #000; color: #000;
text-decoration: none; text-decoration: none;
font-weight: lighter; font-weight: lighter;
font-size: smaller; font-size: smaller;
} }
.menu-top a:hover { .menu-top a:hover {
text-decoration: underline; text-decoration: underline;
} }
.flex-wrapper { .container {
padding-top: 130px; max-width: 1140px;
display:-webkit-box; margin: 0 auto;
display:-webkit-flex; position: relative;
display:-moz-flex; padding: 0 20px;
display:-ms-flexbox; }
display:flex; .flex-wrapper {
align-items:center; padding-top: 50px;
flex-direction:row display:-webkit-box;
} display:-webkit-flex;
img { display:-moz-flex;
border-radius: 50%; display:-ms-flexbox;
border: 7px solid #000; display:flex;
width: 33%; align-items:center;
flex:1; flex-direction:row;
} }
.flex-wrapper .text { img {
flex:2; border-radius: 50%;
font-size: 3vh; border: 7px solid #000;
} width: 70%;
.player { }
width: 80%; .text a {
padding-bottom: 2.80rem; text-decoration: none;
margin-left: auto; color: #000;
margin-right: auto; font-weight: bold;
} }
.menu { .text a::before {
padding-bottom: 2rem; content: "\f0c1 ";
} font-size: 15px;
.links { font-family: "ForkAwesome";
display: inline-flex; }
flex-direction: column; .flex-wrapper .image {
font-family: Montserrat; flex: 1;
font-weight: 400; padding: 0 20px;
color: black; }
text-align: center; .flex-wrapper .text {
text-decoration: none; flex: 1;
} font-size: 3vh;
.icons { text-align: center;
width: 4rem; }
height: 4rem; .flex-wrapper p {
border-radius: 2rem; text-align: left;
color: black; font-size: 3vh;
background-color: white; }
border: 3px solid #000; .player {
text-align: center; width: 80%;
text-decoration: none; padding-bottom: 2.80rem;
display: inline-block; margin-left: auto;
font-size: 25px; margin-right: auto;
-webkit-transition-duration: 0.4s; }
transition-duration: 0.4s; .menu {
cursor: pointer; padding-bottom: 2rem;
margin-left: 3rem; }
margin-right: 3rem; .links {
margin-bottom: 10px; display: inline-flex;
} flex-direction: column;
.links:hover .icons { font-family: Montserrat;
background-color: black; font-weight: 400;
color: #FFFFFF; color: black;
} text-align: center;
.link-text { text-decoration: none;
font-family: Montserrat; }
text-decoration: none; .icons {
} width: 4rem;
.links:hover .link-text { height: 4rem;
font-weight: 700; border-radius: 2rem;
} color: black;
.link-text ::before { background-color: white;
content: "\f0c1 "; border: 3px solid #000;
font-size: 15px; text-align: center;
font-family: "ForkAwesome"; text-decoration: none;
} display: inline-block;
font-size: 25px;
@media (prefers-color-scheme: dark) { -webkit-transition-duration: 0.4s;
html { transition-duration: 0.4s;
background-color: #323234; cursor: pointer;
color: #fff; margin-left: 3rem;
} margin-right: 3rem;
.logo { margin-bottom: 10px;
background: url(../images/logo-dark.svg) no-repeat center; }
background-size: 90px; .links:hover .icons {
} background-color: black;
.site-title { color: #FFFFFF;
color: #fff; }
} .link-text {
.site-subtitle { font-family: Montserrat;
color: #828282; text-decoration: none;
} }
.links { .links:hover .link-text {
color: #fff; font-weight: 700;
} }
.icons { .link-text ::before {
color: #fff; content: "\f0c1 ";
background-color: #323234; font-size: 15px;
border: 3px solid #fff; font-family: "ForkAwesome";
} }
.links:hover .icons {
background-color: #fff; @media (prefers-color-scheme: dark) {
color: #323234; html {
} background-color: #323234;
.menu-top { color: #fff;
color: #fff; }
} .logo {
.menu-top a { background: url(../images/logo-dark.svg) no-repeat center;
color: #fff; background-size: 90px;
} }
.flex-wrapper .image img { .site-title {
border-color: #fff; color: #fff;
} }
} .site-subtitle {
color: #828282;
@media (min-width: 1367px) { }
.wrapper { .links {
margin-top: 17%; color: #fff;
} }
.player { .icons {
max-width: 50%; color: #fff;
} background-color: #323234;
} border: 3px solid #fff;
}
@media (max-width: 1000px) { .links:hover .icons {
.links { background-color: #fff;
margin-left: -1rem; color: #323234;
margin-right: -1rem; }
} .menu-top {
} color: #fff;
@media (max-width: 790px) { }
.links { .menu-top a {
margin-left: -1.5rem; color: #fff;
margin-right: -1.5rem; }
} .flex-wrapper .image img {
} border-color: #fff;
@media (max-width: 600px) { }
.links { .text a {
margin-left: -.3rem; color: #fff;
margin-right: -.3rem; }
padding-bottom: 1rem; }
}
.player { @media (min-width: 1367px) {
width: 95%; .wrapper {
} margin-top: 17%;
.wrapper { }
width: 85% .player {
} max-width: 50%;
} }
@media (max-width: 470px) { }
.links {
margin-left: -1.5rem; @media (max-width: 1000px) {
margin-right: -1.5rem; .links {
padding-bottom: 1.5rem; margin-left: -1rem;
} margin-right: -1rem;
.wrapper { }
width: 90%; }
} @media (max-width: 790px) {
.site-title { .links {
font-size: 2.5rem; margin-left: -1.5rem;
} margin-right: -1.5rem;
.site-subtitle { }
font-size: 1.5rem; }
} @media (max-width: 600px) {
} .links {
@media (max-width: 360px) { margin-left: -.3rem;
.links { margin-right: -.3rem;
margin-left: -1.5rem; padding-bottom: 1rem;
margin-right: -1.5rem; }
} .player {
.wrapper { width: 95%;
width: 98%; }
} .wrapper {
.site-title { width: 85%
font-size: 2rem; }
} }
.site-subtitle { @media (max-width: 470px) {
font-size: 1.5rem; .links {
} margin-left: -1.5rem;
.icons { margin-right: -1.5rem;
width: 3rem; padding-bottom: 1.5rem;
height: 3rem; }
border-radius: 1.5rem; .wrapper {
font-size: 1.3rem; width: 90%;
} }
.link-text { .site-title {
font-size: .8rem; font-size: 2.5rem;
} }
} .site-subtitle {
font-size: 1.5rem;
}
}
@media (max-width: 360px) {
.links {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.wrapper {
width: 98%;
}
.site-title {
font-size: 2rem;
}
.site-subtitle {
font-size: 1.5rem;
}
.icons {
width: 3rem;
height: 3rem;
border-radius: 1.5rem;
font-size: 1.3rem;
}
.link-text {
font-size: .8rem;
}
}

View File

@ -58,7 +58,7 @@
inkscape:pageopacity="1" inkscape:pageopacity="1"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="0.98994949" inkscape:zoom="0.98994949"
inkscape:cx="279.60551" inkscape:cx="299.80856"
inkscape:cy="146.42268" inkscape:cy="146.42268"
inkscape:document-units="px" inkscape:document-units="px"
inkscape:current-layer="layer1" 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"> <link rel="stylesheet" href="/assets/css/plyr.css">
</head> </head>
<body> <body>
<div class="wrapper-page"> <div class="wrapper-page">
<div class="header"> <div class="header">
<h1>
<span class="site-title">Hosts</span> <span class="site-title">Hosts</span>
<div class="menu-top"> <div class="menu-top">
<h1>
<i class="fa fa-home"></i> <a href="/">Home</a> | <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-rss"></i> <a href="/archive/feed.xml">RSS Feed</a> |
<i class="fa fa-apple"></i> <a href="/">iTunes</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-bank"></i> <a href="/archive/">Archive</a> |
<i class="fa fa-envelope"></i> <a href="/">Contact</a> <i class="fa fa-envelope"></i> <a href="/">Contact</a>
</h1>
</div> </div>
<div class="container">
<div class="flex-wrapper"> <div class="flex-wrapper">
<div class="image"> <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>
<div class="text"> <div class="text">
<h1>Gideon White</h1> <h1>Gideon White</h1>
<p style="text-align: center;">Hello! Listen to the first episode where I introduce myself!</p>
</div> </div>
</div> </div>
</h1> </div>
</div> </div>
</div> </div>
</body> </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><button class="icons" title="RSS Feed"><i class="fa fa-rss" aria-hidden="true"></i></button></span>
<span class="link-text">RSS Feed</span> <span class="link-text">RSS Feed</span>
</a> </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><button class="icons" title="Listen on iTunes"><i class="fa fa-apple" aria-hidden="true"></i></button></span>
<span class="link-text">iTunes</span> <span class="link-text">iTunes</span>
</a> </a>