diff --git a/PodcastLand/img/facelogo.png b/PodcastLand/img/facelogo.png new file mode 100644 index 0000000..f63fbb4 Binary files /dev/null and b/PodcastLand/img/facelogo.png differ diff --git a/PodcastLand/img/headphones.png b/PodcastLand/img/headphones.png new file mode 100644 index 0000000..42cee61 Binary files /dev/null and b/PodcastLand/img/headphones.png differ diff --git a/PodcastLand/img/iconical.png b/PodcastLand/img/iconical.png new file mode 100644 index 0000000..23d5254 Binary files /dev/null and b/PodcastLand/img/iconical.png differ diff --git a/PodcastLand/img/instlogo.png b/PodcastLand/img/instlogo.png new file mode 100644 index 0000000..00700bf Binary files /dev/null and b/PodcastLand/img/instlogo.png differ diff --git a/PodcastLand/img/micro.png b/PodcastLand/img/micro.png new file mode 100644 index 0000000..179540f Binary files /dev/null and b/PodcastLand/img/micro.png differ diff --git a/PodcastLand/img/micsher.png b/PodcastLand/img/micsher.png new file mode 100644 index 0000000..68b560d Binary files /dev/null and b/PodcastLand/img/micsher.png differ diff --git a/PodcastLand/img/musiccircle.png b/PodcastLand/img/musiccircle.png new file mode 100644 index 0000000..76c682c Binary files /dev/null and b/PodcastLand/img/musiccircle.png differ diff --git a/PodcastLand/img/secondvoice.png b/PodcastLand/img/secondvoice.png new file mode 100644 index 0000000..8a0f957 Binary files /dev/null and b/PodcastLand/img/secondvoice.png differ diff --git a/PodcastLand/img/soundcloud.png b/PodcastLand/img/soundcloud.png new file mode 100644 index 0000000..30007b9 Binary files /dev/null and b/PodcastLand/img/soundcloud.png differ diff --git a/PodcastLand/img/spotify.png b/PodcastLand/img/spotify.png new file mode 100644 index 0000000..3133fce Binary files /dev/null and b/PodcastLand/img/spotify.png differ diff --git a/PodcastLand/img/station.png b/PodcastLand/img/station.png new file mode 100644 index 0000000..2e458de Binary files /dev/null and b/PodcastLand/img/station.png differ diff --git a/PodcastLand/img/voice.png b/PodcastLand/img/voice.png new file mode 100644 index 0000000..b67a38b Binary files /dev/null and b/PodcastLand/img/voice.png differ diff --git a/PodcastLand/img/xlogo.png b/PodcastLand/img/xlogo.png new file mode 100644 index 0000000..56ef584 Binary files /dev/null and b/PodcastLand/img/xlogo.png differ diff --git a/PodcastLand/index.html b/PodcastLand/index.html new file mode 100644 index 0000000..9141ba3 --- /dev/null +++ b/PodcastLand/index.html @@ -0,0 +1,210 @@ + + + + + + Castaway + + + + + + +
+

Castaway

+ +
+
+
+
+
+

Take your podcast for the next level

+ +
+
+
+
+

Latest episodes

+ +
+
+
+
+
+

Gear

+

Episode 3

+

Should you get outboard audio gear?

+

Is hardware really worth it when it comes to podcasting? The answer is...it depends. Here’s our reasons on why you might want to consider picking something up.

+ +
+
+
+
+
+

Tips & Tricks

+

Episode 2

+

Mic tricks to take you to the next level

+

Stop rolling with those default settings on your mic. These small tweaks will take you from sounding good to great.

+ +
+
+
+
+
+

Gear

+

Episode 1

+

The best microphone under $200

+

With so many microphones on the market, how are you supposed to know what’s the best? Take a look at our top picks.

+ +
+
+
+
+
+
+
+ +

Meet your host

+

Jacob Paulaner

+

Jacob has a background in audio engineering, and has been podcasting since the early days.

+

He’s here to help you level up your game by sharing everything he’s learned along the way.

+
+
+
+
+
+
+
+

Email Newsletter

+

Subscribe
for updates

+
+
+ + + +
+
+
+
+
+
+ + + + + +
+

I can’t recommend this podcast enough

+

Betty Lacey

+
+
+
+ + + + + +
+

Jacob is the best in the business

+

Adam Driver

+
+
+
+ + + + + +
+

A wealth of audio knowledge

+

Marcus Brown

+
+
+
+ + + + + +
+

Every episode is a gem!

+

Jessica Knowl

+
+
+
+ + + + + +
+

Whoa whoa, let me take some notes!

+

Scott Adams

+
+
+
+ + + + + +
+

I’ve upped my game considerably since I started listening

+

Steven Blast

+
+
+
+ + + \ No newline at end of file diff --git a/PodcastLand/scss/_adaptive.scss b/PodcastLand/scss/_adaptive.scss new file mode 100644 index 0000000..01fba08 --- /dev/null +++ b/PodcastLand/scss/_adaptive.scss @@ -0,0 +1,212 @@ +/* Smartphones (portrait and landscape) ----------- */ + + + + + + +@media only screen + +and (max-device-width : 800px) { + .header_nav { + display: none; + } + .episodes_head { + flex-direction: column; + } +} + + +/* iPads (portrait and landscape) ----------- */ +@media only screen +and (max-device-width : 1050px) { + .block { + flex-direction: column-reverse; + text-align: center; + padding: 0; + } + .block_right{ + margin: 0;} + .block_links { + display: flex; + flex-direction: column; + align-items: center; + margin: 30px 0; + } + .autor { + flex-direction: column-reverse; + } + .autor_discription{ + margin-right: 40px; + display: flex; + flex-direction: column; + :nth-child(1) { + order :2; + } + :nth-child(2) { + order :1; + } + } + .episodes { + padding: 40px; + } + .episodes_block { + flex-direction: column; + align-items: center; + margin-top: 40px; + } + .episodes_text{ + margin-top: 30px; + display: flex; + flex-direction: column; + align-items: center; + :nth-child(1) { + margin-bottom: 5px; + } + :nth-child(2) { + margin-bottom: 5px; + } + } + .episodes_head { + margin: 30px 0; + align-items: center; + button { + margin: 0; + } + } + + .backform_wrap { + flex-direction: column; + align-items: center; + .backform_form { + display: flex; + } + .backform_submitbut { + margin: 0 auto; + width: 65%; + } + } + .footer_wrapper { + flex-direction: column; + align-items: center; + } + .footer_nav { + justify-content: space-around; + text-align: center; + margin: 20px 0; + .footer_list { + flex-basis: 50%; + } + } + } + +@media only screen + +and (max-device-width : 670px) { + .backform_form{ + input[type="email"] { + width: 200px; + } + input[type="text"] { + width: 200px; + } + } + .block_left{ + img { + width: 100%; + height: auto; + } + } + .review_block { + width: 100%; + } + .autor_photo { + img { + width: 100%; + height: auto; + } + } + .autorform { + padding: 0; + } +} + + + @media only screen + +and (max-device-width : 670px) { + + .episodes { + padding: 0; +} +.episodes_block{ + padding: 0; + img{ + width: 100%; + height: auto; + } + } +.episodes_text { + padding: 0; +} +.autor_discription{ +margin: 0; +} +.autor_follow { + margin: 0 auto; +} +main { + text-align: center; + display: flex; + flex-direction: column; + align-items: center; +} +.backform_wrap{ + margin: 40px 0; + padding: 12px; +} +.backform_sub{ + margin-bottom: 10px; +} +.backform_pretext{ + font-family: 'DM Sans', sans-serif; + font-size: 16px; + font-weight: 400; + line-height: 24px; + letter-spacing: 0em; + color: rgba(17, 141, 168, 1); +} +.backform_sub{ + font-family: 'DM Sans', sans-serif; + font-size: 48px; + font-weight: 400; + line-height: 65px; + letter-spacing: 2px; + color: white; +} +.review_block{ +display: flex; +flex-direction: column; +align-items: center; +justify-content: space-around; + +div,p { + margin: 0; + padding: 0; +} +} +.review{ + margin: 0; +} +.episodes_predis { + font-size: 42px !important; + font-weight: 400 !important; + line-height: 42px !important; + letter-spacing: 2px !important; + text-align: center !important; + } +.episodes_dis { + text-align: center !important; +} +} +/* Styles */ diff --git a/PodcastLand/scss/_autor.scss b/PodcastLand/scss/_autor.scss new file mode 100644 index 0000000..1e52ffb --- /dev/null +++ b/PodcastLand/scss/_autor.scss @@ -0,0 +1,70 @@ +.autorform { + padding: 2% 10%; +} +.autor { + display: flex; + flex-direction: row; + font-family: 'DM Sans', sans-serif; + align-items: center; +} +.autor_discription{ + margin-right: 40px; + +} +.autor_follow{ +width: 112px; +height: 112px; +border-radius: 50%; +background-color: #118DA8; +display: flex; +align-items: center; +justify-content: center; +transition-duration: 0.7s; + span { + display: block; + color: white; + font-size: 80px; + margin-bottom: 5px; + transition-duration: 0.7s; + } +} + +.autor_follow:hover{ + color: rgba(17, 141, 168, 1); + background-color: rgba(255, 255, 255, 0.7); + span { + color: rgb(6, 54, 65); + } +} +.autor_interlude { + font-family: 'DM Sans', sans-serif; + font-size: 18px; + font-weight: 400; + line-height: 27px; + letter-spacing: 0em; + color: rgba(17, 141, 168, 1); + margin: 10px 0; +} +.autor_name { + font-family: "DM Sans", sans-serif; + font-size: 65px; + font-weight: 400; + line-height: 79px; + letter-spacing: 3px; + color: white; +} +.autor_text { + font-family: "DM Sans", sans-serif; + font-size: 22px; + font-weight: 400; + line-height: 33px; + letter-spacing: 0em; + color: rgba(255, 255, 255, 0.7); + margin-top: 30px; +} +.autor_photo { + img { + width: 650px; + height: 743px; + } +} \ No newline at end of file diff --git a/PodcastLand/scss/_block.scss b/PodcastLand/scss/_block.scss new file mode 100644 index 0000000..3e9a896 --- /dev/null +++ b/PodcastLand/scss/_block.scss @@ -0,0 +1,67 @@ +main { + background: #191919; + width: 100%; +} +.block { + display: flex; + flex-direction: row; + justify-content: space-around; + padding: 2% 10%; +} +.block_left{ + img { + width: 650px; + height: 873px; + } +} +.block_right { + display: flex; + flex-direction: column; + justify-content: center; + margin-left: 50px; + .block_discription { + font-size: 70px; + font-weight: 400; + font-family: 'DM Sans', sans-serif; + color: white; + letter-spacing: 3px; + line-height: 88px; + :first-child{ + display: inline-block; + border-bottom: #118DA8 solid 5px; + + } + :last-child { + font-weight: 700; + } + } +} +.block_links{ + margin-top: 40px; + margin-left: 10px; + .links_text{ + font-size: 15px; + color: white; + font-family: 'DM Sans', sans-serif;; + } +} +.links_list { + margin-top: 10px; + display: flex; + flex-direction: row; + li{ + padding: 10px 10px; + text-align: center; + } + img { + width: 32px; + height: 32px; + transition-property: all; + transition-duration: 0.7s; + transition-delay: 0s; + transition-timing-function: ease; + } + img:hover { + transform: scale(1.7); + } +} diff --git a/PodcastLand/scss/_episodes.scss b/PodcastLand/scss/_episodes.scss new file mode 100644 index 0000000..b1868f7 --- /dev/null +++ b/PodcastLand/scss/_episodes.scss @@ -0,0 +1,118 @@ +.episodes { + width: 100%; + display: flex; + flex-direction: column; + padding: 2% 10%; +} +.episodes_head { + display: flex; + flex-direction: row; + justify-content: space-between; + h2 { + font-size: 64px; + font-weight: 400; + font-family: 'DM Sans', sans-serif; + color: white; + letter-spacing: 3px; + line-height: 80px; + } + button { + font-family: 'DM Sans', sans-serif; + font-size: 17px; + font-weight: 500; + line-height: 27px; + letter-spacing: 0em; + text-align: center; + width: 178px; + height: 51px; + border-radius: 6px; + background: #118DA8; + margin-top: 30px; + transition-property: all; + transition-duration: 0.5s; + transition-delay: 0s; + transition-timing-function: ease; + } + button:hover { + background-color: rgb(90, 90, 90); + color: white; + } +} +.episodes_block { + display: flex; + flex-direction: row; + align-items: flex-start; + background-color: black; + padding: 40px; + border-radius: 32px; + margin-top: 60px; + + img { + height: 465px; + width: 389px; + } +} +.episodes_text { + font-family: 'DM Sans', sans-serif; + padding: 0 50px; + .episodes_genre { + background: #191919; + font-size: 18px; + font-weight: 400; + line-height: 27px; + letter-spacing: 0em; + text-align: center; + color: white; + width: fit-content; + padding: 2px 10px; + border-radius: 6px; + margin-bottom: 30px; + } + .episodes_num { + font-size: 17px; + font-weight: 400; + line-height: 27px; + letter-spacing: 0em; + text-align: left; + color: #118DA8; + margin-bottom: 34px; + } + .episodes_predis { + font-size: 64px; + font-weight: 400; + line-height: 70px; + letter-spacing: 2.6px; + text-align: left; + color: white; + margin-bottom: 34px; + } + .episodes_dis { + font-size: 22px; + font-weight: 400; + line-height: 33px; + letter-spacing: 0em; + text-align: left; + color: rgba(255, 255, 255, 0.703); + margin-bottom: 20px; + } + .episodes_details { + width: 208px; + height: 51px; + border-radius: 6px; + text-align: center; + color: white; + background: #118DA8; + font-size: 18px; + font-weight: 400; + line-height: 27px; + letter-spacing: 0em; + transition-property: all; + transition-duration: 0.5s; + transition-delay: 0s; + transition-timing-function: ease; + } + .episodes_details:hover { + background-color: rgb(90, 90, 90); + color: white; + } +} \ No newline at end of file diff --git a/PodcastLand/scss/_footer.scss b/PodcastLand/scss/_footer.scss new file mode 100644 index 0000000..ceef843 --- /dev/null +++ b/PodcastLand/scss/_footer.scss @@ -0,0 +1,66 @@ +.footer_wrapper { + padding: 2% 10%; + display: flex; + flex-direction: row; + justify-content: space-between; +} + +.footer_logo { + font-size: 46px; + font-weight: 500; + font-family: 'DM Sans', sans-serif; + color: white; + width: fit-content; + transition-property: all; + transition-duration: 2s; + transition-delay: 0s; + transition-timing-function: ease; + +} +.footer_logo:hover { + transform: rotateY(360deg); + transition-duration: 2s; +} +.footer_nav { + display: flex; + flex-direction: row; +} +.footer_list{ + display: flex; + flex-direction: column; + padding: 0 30px; +} +.footer_listelement { + padding: 10px 10px; + font-size: 17px; + font-weight: 400; + font-family: 'DM Sans', sans-serif; + + + a { + color: white; + } + a:hover { + color: #118DA8; + + } + a:active { + color: white; + } + a:focus { + color: aliceblue; + } +} +.footer_sociallist { + display: flex; + flex-direction: row; + align-items: center; + justify-content: space-around; +} +.footer_sociallinks { + a { + img { + scale: (0.55); + } + } +} \ No newline at end of file diff --git a/PodcastLand/scss/_form.scss b/PodcastLand/scss/_form.scss new file mode 100644 index 0000000..3bf50fd --- /dev/null +++ b/PodcastLand/scss/_form.scss @@ -0,0 +1,81 @@ +.backform_wrap { + display: flex; + flex-direction: row; + justify-content: space-around; + background-color: rgba(0, 0, 0, 1); + margin: 2% 10%; + padding: 70px; +} +.backform_textform{ + +} +.backform_pretext{ + font-family: 'DM Sans', sans-serif; + font-size: 18px; + font-weight: 400; + line-height: 27px; + letter-spacing: 0em; + color: rgba(17, 141, 168, 1); +} +.backform_sub{ + font-family: 'DM Sans', sans-serif; + font-size: 72px; + font-weight: 400; + line-height: 79px; + letter-spacing: 3px; + color: white; +} +.backform_form { + display: flex; + flex-direction: column; + + input[type="text"] { + width: 522px; + height: 82px; + border-radius: 6px; + padding-left: 10px; + border: 1px solid rgba(25, 25, 25, 1); + background: rgba(25, 25, 25, 1); + font-family: 'DM Sans', sans-serif; + font-size: 24px; + font-weight: 400; + line-height: 29px; + letter-spacing: 0em; + margin-bottom: 30px; + color: rgba(255, 255, 255, 0.8); + + } + input[type="email"] { + width: 522px; + height: 82px; + border-radius: 6px; + padding-left: 10px; + border: 1px solid rgba(25, 25, 25, 1); + background: rgba(25, 25, 25, 1); + font-family: 'DM Sans', sans-serif; + font-size: 24px; + font-weight: 400; + line-height: 29px; + letter-spacing: 0em; + margin-bottom: 30px; + color: rgba(255, 255, 255, 0.8); + } + .backform_submitbut { + width: 87px; + height: 48px; + border-radius: 6px; + background: rgba(17, 141, 168, 1); + color: white; + font-family: 'DM Sans', sans-serif; + font-size: 15px; + font-weight: 700; + line-height: 29px; + letter-spacing: 0em; + transition-duration: 0.7s; + } + .backform_submitbut:hover { + background-color: rgba(255, 255, 255, 0.7); + color: rgb(6, 54, 65); + } +} + diff --git a/PodcastLand/scss/_header.scss b/PodcastLand/scss/_header.scss new file mode 100644 index 0000000..4b5157d --- /dev/null +++ b/PodcastLand/scss/_header.scss @@ -0,0 +1,47 @@ +header { + display: flex; + flex-direction: row; + justify-content: space-between; + height: 120px; + align-items: center; + background-color: #191919; + color: white; +} +.header_text { + font-size: 33px; + font-weight: 500; + font-family: 'DM Sans', sans-serif; + padding: 0 50px; + transition-property: all; + transition-duration: 2s; + transition-delay: 0s; + transition-timing-function: ease; +} +.header_text:hover { + transform: rotateY(360deg); + transition-duration: 2s; +} +.header_list{ + display: flex; + flex-direction: row; + padding: 0 50px; +} +.header_listelement { + padding: 10px 10px; + font-size: 21px; + font-weight: 400; + font-family: 'DM Sans', sans-serif; + a { + color: white; + } + a:hover { + color: #118DA8; + + } + a:active { + color: white; + } + a:focus { + color: aliceblue; + } +} diff --git a/PodcastLand/scss/_reset.scss b/PodcastLand/scss/_reset.scss new file mode 100644 index 0000000..597ab16 --- /dev/null +++ b/PodcastLand/scss/_reset.scss @@ -0,0 +1,49 @@ +/*Обнуление*/ +*{ + padding: 0; + margin: 0; + border: 0; +} +*,*:before,*:after{ + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +:focus,:active{outline: none;} +a:focus,a:active{outline: none;} + +nav,footer,header,aside{display: block;} + +html,body{ + height: 100%; + width: 100%; + font-size: 100%; + line-height: 1; + font-size: 14px; + -ms-text-size-adjust: 100%; + -moz-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; +} +input,button,textarea{font-family:inherit;} + +input::-ms-clear{display: none;} +button{cursor: pointer;} +button::-moz-focus-inner {padding:0;border:0;} +a, a:active, a:visited{text-decoration: none; +} +a:hover{text-decoration: none; + color: inherit;} +ul li{list-style: none;} +img{vertical-align: top;} + +h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;} +/*--------------------*/ + +.bigred{ + font-size: 20px; + color: red; +} +body { + background: #191919; + width: 100%; + } \ No newline at end of file diff --git a/PodcastLand/scss/_review.scss b/PodcastLand/scss/_review.scss new file mode 100644 index 0000000..c75a3bc --- /dev/null +++ b/PodcastLand/scss/_review.scss @@ -0,0 +1,47 @@ +.review{ + margin: 2% 10%; + display: flex; + flex-wrap: wrap; + justify-content: space-around; +} + +.review_block{ + width: 385px; + height: 340px; + border-radius: 32px; + background: rgba(0, 0, 0, 1); + margin: 20px 0; +} + + +.star-five { + display: flex; + flex-direction: row; + padding: 60px 40px 19px 40px; +} + +.star-five_svg { + fill: #f2e600; + width: 20px; + padding-right: 2px; +} +.review_text { + font-family: 'DM Sans', sans-serif; + font-size: 36px; + font-weight: 400; + line-height: 43px; + letter-spacing: 0em; + width: 300px; + color: rgba(255, 255, 255, 1); + margin-left: 40px; +} +.review_autor { + font-family: 'DM Sans', sans-serif; + font-size: 24px; + font-weight: 400; + line-height: 29px; + letter-spacing: 0em; + color: rgba(255, 255, 255, 0.7); + padding: 19px 0; + margin-left: 40px; +} \ No newline at end of file diff --git a/PodcastLand/scss/main.css b/PodcastLand/scss/main.css new file mode 100644 index 0000000..c6b54f9 --- /dev/null +++ b/PodcastLand/scss/main.css @@ -0,0 +1,783 @@ +@charset "UTF-8"; +/*Обнуление*/ +* { + padding: 0; + margin: 0; + border: 0; +} + +*, *:before, *:after { + box-sizing: border-box; +} + +:focus, :active { + outline: none; +} + +a:focus, a:active { + outline: none; +} + +nav, footer, header, aside { + display: block; +} + +html, body { + height: 100%; + width: 100%; + font-size: 100%; + line-height: 1; + font-size: 14px; + -ms-text-size-adjust: 100%; + -moz-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; +} + +input, button, textarea { + font-family: inherit; +} + +input::-ms-clear { + display: none; +} + +button { + cursor: pointer; +} + +button::-moz-focus-inner { + padding: 0; + border: 0; +} + +a, a:active, a:visited { + text-decoration: none; +} + +a:hover { + text-decoration: none; + color: inherit; +} + +ul li { + list-style: none; +} + +img { + vertical-align: top; +} + +h1, h2, h3, h4, h5, h6 { + font-size: inherit; + font-weight: 400; +} + +/*--------------------*/ +.bigred { + font-size: 20px; + color: red; +} + +body { + background: #191919; + width: 100%; +} + +header { + display: flex; + flex-direction: row; + justify-content: space-between; + height: 120px; + align-items: center; + background-color: #191919; + color: white; +} + +.header_text { + font-size: 33px; + font-weight: 500; + font-family: "DM Sans", sans-serif; + padding: 0 50px; + transition-property: all; + transition-duration: 2s; + transition-delay: 0s; + transition-timing-function: ease; +} + +.header_text:hover { + transform: rotateY(360deg); + transition-duration: 2s; +} + +.header_list { + display: flex; + flex-direction: row; + padding: 0 50px; +} + +.header_listelement { + padding: 10px 10px; + font-size: 21px; + font-weight: 400; + font-family: "DM Sans", sans-serif; +} +.header_listelement a { + color: white; +} +.header_listelement a:hover { + color: #118DA8; +} +.header_listelement a:active { + color: white; +} +.header_listelement a:focus { + color: aliceblue; +} + +main { + background: #191919; + width: 100%; +} + +.block { + display: flex; + flex-direction: row; + justify-content: space-around; + padding: 2% 10%; +} + +.block_left img { + width: 650px; + height: 873px; +} + +.block_right { + display: flex; + flex-direction: column; + justify-content: center; + margin-left: 50px; +} +.block_right .block_discription { + font-size: 70px; + font-weight: 400; + font-family: "DM Sans", sans-serif; + color: white; + letter-spacing: 3px; + line-height: 88px; +} +.block_right .block_discription :first-child { + display: inline-block; + border-bottom: #118DA8 solid 5px; +} +.block_right .block_discription :last-child { + font-weight: 700; +} + +.block_links { + margin-top: 40px; + margin-left: 10px; +} +.block_links .links_text { + font-size: 15px; + color: white; + font-family: "DM Sans", sans-serif; +} + +.links_list { + margin-top: 10px; + display: flex; + flex-direction: row; +} +.links_list li { + padding: 10px 10px; + text-align: center; +} +.links_list img { + width: 32px; + height: 32px; + transition-property: all; + transition-duration: 0.7s; + transition-delay: 0s; + transition-timing-function: ease; +} +.links_list img:hover { + transform: scale(1.7); +} + +.episodes { + width: 100%; + display: flex; + flex-direction: column; + padding: 2% 10%; +} + +.episodes_head { + display: flex; + flex-direction: row; + justify-content: space-between; +} +.episodes_head h2 { + font-size: 64px; + font-weight: 400; + font-family: "DM Sans", sans-serif; + color: white; + letter-spacing: 3px; + line-height: 80px; +} +.episodes_head button { + font-family: "DM Sans", sans-serif; + font-size: 17px; + font-weight: 500; + line-height: 27px; + letter-spacing: 0em; + text-align: center; + width: 178px; + height: 51px; + border-radius: 6px; + background: #118DA8; + margin-top: 30px; + transition-property: all; + transition-duration: 0.5s; + transition-delay: 0s; + transition-timing-function: ease; +} +.episodes_head button:hover { + background-color: rgb(90, 90, 90); + color: white; +} + +.episodes_block { + display: flex; + flex-direction: row; + align-items: flex-start; + background-color: black; + padding: 40px; + border-radius: 32px; + margin-top: 60px; +} +.episodes_block img { + height: 465px; + width: 389px; +} + +.episodes_text { + font-family: "DM Sans", sans-serif; + padding: 0 50px; +} +.episodes_text .episodes_genre { + background: #191919; + font-size: 18px; + font-weight: 400; + line-height: 27px; + letter-spacing: 0em; + text-align: center; + color: white; + width: -moz-fit-content; + width: fit-content; + padding: 2px 10px; + border-radius: 6px; + margin-bottom: 30px; +} +.episodes_text .episodes_num { + font-size: 17px; + font-weight: 400; + line-height: 27px; + letter-spacing: 0em; + text-align: left; + color: #118DA8; + margin-bottom: 34px; +} +.episodes_text .episodes_predis { + font-size: 64px; + font-weight: 400; + line-height: 70px; + letter-spacing: 2.6px; + text-align: left; + color: white; + margin-bottom: 34px; +} +.episodes_text .episodes_dis { + font-size: 22px; + font-weight: 400; + line-height: 33px; + letter-spacing: 0em; + text-align: left; + color: rgba(255, 255, 255, 0.703); + margin-bottom: 20px; +} +.episodes_text .episodes_details { + width: 208px; + height: 51px; + border-radius: 6px; + text-align: center; + color: white; + background: #118DA8; + font-size: 18px; + font-weight: 400; + line-height: 27px; + letter-spacing: 0em; + transition-property: all; + transition-duration: 0.5s; + transition-delay: 0s; + transition-timing-function: ease; +} +.episodes_text .episodes_details:hover { + background-color: rgb(90, 90, 90); + color: white; +} + +.autorform { + padding: 2% 10%; +} + +.autor { + display: flex; + flex-direction: row; + font-family: "DM Sans", sans-serif; + align-items: center; +} + +.autor_discription { + margin-right: 40px; +} + +.autor_follow { + width: 112px; + height: 112px; + border-radius: 50%; + background-color: #118DA8; + display: flex; + align-items: center; + justify-content: center; + transition-duration: 0.7s; +} +.autor_follow span { + display: block; + color: white; + font-size: 80px; + margin-bottom: 5px; + transition-duration: 0.7s; +} + +.autor_follow:hover { + color: rgb(17, 141, 168); + background-color: rgba(255, 255, 255, 0.7); +} +.autor_follow:hover span { + color: rgb(6, 54, 65); +} + +.autor_interlude { + font-family: "DM Sans", sans-serif; + font-size: 18px; + font-weight: 400; + line-height: 27px; + letter-spacing: 0em; + color: rgb(17, 141, 168); + margin: 10px 0; +} + +.autor_name { + font-family: "DM Sans", sans-serif; + font-size: 65px; + font-weight: 400; + line-height: 79px; + letter-spacing: 3px; + color: white; +} + +.autor_text { + font-family: "DM Sans", sans-serif; + font-size: 22px; + font-weight: 400; + line-height: 33px; + letter-spacing: 0em; + color: rgba(255, 255, 255, 0.7); + margin-top: 30px; +} + +.autor_photo img { + width: 650px; + height: 743px; +} + +.backform_wrap { + display: flex; + flex-direction: row; + justify-content: space-around; + background-color: rgb(0, 0, 0); + margin: 2% 10%; + padding: 70px; +} + +.backform_pretext { + font-family: "DM Sans", sans-serif; + font-size: 18px; + font-weight: 400; + line-height: 27px; + letter-spacing: 0em; + color: rgb(17, 141, 168); +} + +.backform_sub { + font-family: "DM Sans", sans-serif; + font-size: 72px; + font-weight: 400; + line-height: 79px; + letter-spacing: 3px; + color: white; +} + +.backform_form { + display: flex; + flex-direction: column; +} +.backform_form input[type=text] { + width: 522px; + height: 82px; + border-radius: 6px; + padding-left: 10px; + border: 1px solid rgb(25, 25, 25); + background: rgb(25, 25, 25); + font-family: "DM Sans", sans-serif; + font-size: 24px; + font-weight: 400; + line-height: 29px; + letter-spacing: 0em; + margin-bottom: 30px; + color: rgba(255, 255, 255, 0.8); +} +.backform_form input[type=email] { + width: 522px; + height: 82px; + border-radius: 6px; + padding-left: 10px; + border: 1px solid rgb(25, 25, 25); + background: rgb(25, 25, 25); + font-family: "DM Sans", sans-serif; + font-size: 24px; + font-weight: 400; + line-height: 29px; + letter-spacing: 0em; + margin-bottom: 30px; + color: rgba(255, 255, 255, 0.8); +} +.backform_form .backform_submitbut { + width: 87px; + height: 48px; + border-radius: 6px; + background: rgb(17, 141, 168); + color: white; + font-family: "DM Sans", sans-serif; + font-size: 15px; + font-weight: 700; + line-height: 29px; + letter-spacing: 0em; + transition-duration: 0.7s; +} +.backform_form .backform_submitbut:hover { + background-color: rgba(255, 255, 255, 0.7); + color: rgb(6, 54, 65); +} + +.review { + margin: 2% 10%; + display: flex; + flex-wrap: wrap; + justify-content: space-around; +} + +.review_block { + width: 385px; + height: 340px; + border-radius: 32px; + background: rgb(0, 0, 0); + margin: 20px 0; +} + +.star-five { + display: flex; + flex-direction: row; + padding: 60px 40px 19px 40px; +} + +.star-five_svg { + fill: #f2e600; + width: 20px; + padding-right: 2px; +} + +.review_text { + font-family: "DM Sans", sans-serif; + font-size: 36px; + font-weight: 400; + line-height: 43px; + letter-spacing: 0em; + width: 300px; + color: rgb(255, 255, 255); + margin-left: 40px; +} + +.review_autor { + font-family: "DM Sans", sans-serif; + font-size: 24px; + font-weight: 400; + line-height: 29px; + letter-spacing: 0em; + color: rgba(255, 255, 255, 0.7); + padding: 19px 0; + margin-left: 40px; +} + +.footer_wrapper { + padding: 2% 10%; + display: flex; + flex-direction: row; + justify-content: space-between; +} + +.footer_logo { + font-size: 46px; + font-weight: 500; + font-family: "DM Sans", sans-serif; + color: white; + width: -moz-fit-content; + width: fit-content; + transition-property: all; + transition-duration: 2s; + transition-delay: 0s; + transition-timing-function: ease; +} + +.footer_logo:hover { + transform: rotateY(360deg); + transition-duration: 2s; +} + +.footer_nav { + display: flex; + flex-direction: row; +} + +.footer_list { + display: flex; + flex-direction: column; + padding: 0 30px; +} + +.footer_listelement { + padding: 10px 10px; + font-size: 17px; + font-weight: 400; + font-family: "DM Sans", sans-serif; +} +.footer_listelement a { + color: white; +} +.footer_listelement a:hover { + color: #118DA8; +} +.footer_listelement a:active { + color: white; +} +.footer_listelement a:focus { + color: aliceblue; +} + +.footer_sociallist { + display: flex; + flex-direction: row; + align-items: center; + justify-content: space-around; +} + +.footer_sociallinks a img { + scale: 0.55; +} + +/* Smartphones (portrait and landscape) ----------- */ +@media only screen and (max-device-width: 800px) { + .header_nav { + display: none; + } + .episodes_head { + flex-direction: column; + } +} +/* iPads (portrait and landscape) ----------- */ +@media only screen and (max-device-width: 1050px) { + .block { + flex-direction: column-reverse; + text-align: center; + padding: 0; + } + .block_right { + margin: 0; + } + .block_links { + display: flex; + flex-direction: column; + align-items: center; + margin: 30px 0; + } + .autor { + flex-direction: column-reverse; + } + .autor_discription { + margin-right: 40px; + display: flex; + flex-direction: column; + } + .autor_discription :nth-child(1) { + order: 2; + } + .autor_discription :nth-child(2) { + order: 1; + } + .episodes { + padding: 40px; + } + .episodes_block { + flex-direction: column; + align-items: center; + margin-top: 40px; + } + .episodes_text { + margin-top: 30px; + display: flex; + flex-direction: column; + align-items: center; + } + .episodes_text :nth-child(1) { + margin-bottom: 5px; + } + .episodes_text :nth-child(2) { + margin-bottom: 5px; + } + .episodes_head { + margin: 30px 0; + align-items: center; + } + .episodes_head button { + margin: 0; + } + .backform_wrap { + flex-direction: column; + align-items: center; + } + .backform_wrap .backform_form { + display: flex; + } + .backform_wrap .backform_submitbut { + margin: 0 auto; + width: 65%; + } + .footer_wrapper { + flex-direction: column; + align-items: center; + } + .footer_nav { + justify-content: space-around; + text-align: center; + margin: 20px 0; + } + .footer_nav .footer_list { + flex-basis: 50%; + } +} +@media only screen and (max-device-width: 670px) { + .backform_form input[type=email] { + width: 200px; + } + .backform_form input[type=text] { + width: 200px; + } + .block_left img { + width: 100%; + height: auto; + } + .review_block { + width: 100%; + } + .autor_photo img { + width: 100%; + height: auto; + } + .autorform { + padding: 0; + } +} +@media only screen and (max-device-width: 670px) { + .episodes { + padding: 0; + } + .episodes_block { + padding: 0; + } + .episodes_block img { + width: 100%; + height: auto; + } + .episodes_text { + padding: 0; + } + .autor_discription { + margin: 0; + } + .autor_follow { + margin: 0 auto; + } + main { + text-align: center; + display: flex; + flex-direction: column; + align-items: center; + } + .backform_wrap { + margin: 40px 0; + padding: 12px; + } + .backform_sub { + margin-bottom: 10px; + } + .backform_pretext { + font-family: "DM Sans", sans-serif; + font-size: 16px; + font-weight: 400; + line-height: 24px; + letter-spacing: 0em; + color: rgb(17, 141, 168); + } + .backform_sub { + font-family: "DM Sans", sans-serif; + font-size: 48px; + font-weight: 400; + line-height: 65px; + letter-spacing: 2px; + color: white; + } + .review_block { + display: flex; + flex-direction: column; + align-items: center; + justify-content: space-around; + } + .review_block div, .review_block p { + margin: 0; + padding: 0; + } + .review { + margin: 0; + } + .episodes_predis { + font-size: 42px !important; + font-weight: 400 !important; + line-height: 42px !important; + letter-spacing: 2px !important; + text-align: center !important; + } + .episodes_dis { + text-align: center !important; + } +} +/* Styles *//*# sourceMappingURL=main.css.map */ \ No newline at end of file diff --git a/PodcastLand/scss/main.css.map b/PodcastLand/scss/main.css.map new file mode 100644 index 0000000..791eba9 --- /dev/null +++ b/PodcastLand/scss/main.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["main.css","_reset.scss","_header.scss","_block.scss","_episodes.scss","_autor.scss","_form.scss","_review.scss","_footer.scss","_adaptive.scss"],"names":[],"mappings":"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","file":"main.css"} \ No newline at end of file diff --git a/PodcastLand/scss/main.scss b/PodcastLand/scss/main.scss new file mode 100644 index 0000000..6187ff5 --- /dev/null +++ b/PodcastLand/scss/main.scss @@ -0,0 +1,9 @@ +@import "reset"; +@import "header"; +@import "block"; +@import "episodes"; +@import "autor"; +@import "form"; +@import "review"; +@import "footer"; +@import "adaptive"; \ No newline at end of file