-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
123 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<section id="founders-series"> | ||
|
||
<h1>FOUNDERS SERIES</h1> | ||
|
||
<p>In order to share the sucess stories of Kentucky's entrepreneurs on <br> a larger scale, we launched a video | ||
series where we sit down and <br> interview each Kentucky Entrepreneur Hall of Fame inductee.</p> | ||
|
||
<div class="videos"> | ||
<ul id="youtube"> | ||
<li><a href="https://www.youtube.com/embed/tBEBP1jtlxs"><img src="img/joe-craft-thumb.jpg" | ||
alt="Joe Craft Founders Series"></a></li> | ||
<li><a href="https://www.youtube.com/embed/kkrMKrqXz7Q"><img src="img/jess-correll-thumb.png" | ||
alt="Jess Correll Founders Series"></a></li> | ||
</ul> | ||
</div> | ||
|
||
|
||
<h2>Class of 2018 Joe Craft</h2> | ||
<h3>Class of 2018 Jess Correll</h3> | ||
|
||
<button onclick="document.location='/foundersseries'">VIEW MORE</button> | ||
|
||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
#founders-series { | ||
height: 80vh; | ||
background-color: white; | ||
|
||
h1 { | ||
color: rgb(184, 15, 15); | ||
font-family: 'AmericanPurpose'; | ||
text-align: center; | ||
font-size: 450%; | ||
padding-top: 4%; | ||
} | ||
p { | ||
text-align: center; | ||
color: black; | ||
font-style: italic; | ||
margin-top: 3%; | ||
font-size: 130%; | ||
} | ||
.videos{ | ||
|
||
ul{ | ||
margin-top: 2%; | ||
margin-left: 20%; | ||
|
||
li{ | ||
float: left; | ||
position: relative; | ||
list-style: none; | ||
|
||
padding-top: 2%; | ||
padding-right: 3%; | ||
|
||
img{ | ||
width: 50vh; | ||
height: 27.5vh; | ||
|
||
|
||
} | ||
} | ||
} | ||
} | ||
|
||
|
||
h2{ | ||
float: left; | ||
margin-top: 0%; | ||
margin-left: 20%; | ||
color: black; | ||
font-family: 'Open Sans'; | ||
font-size: 150%; | ||
|
||
} | ||
h3{ | ||
float: left; | ||
margin-top: 0%; | ||
margin-left: 16.5%; | ||
color: black; | ||
font-family: 'Open Sans'; | ||
font-size: 150%; | ||
|
||
} | ||
|
||
|
||
button{ | ||
//Button position | ||
margin-top: 2.5%; | ||
margin-left: 42%; | ||
|
||
// Button code | ||
font-family: 'Open Sans'; | ||
font-size: 16px; | ||
font-weight: bold; | ||
color: white; | ||
text-align: center; | ||
text-decoration: none; | ||
|
||
height: 5.5vh; | ||
width: 27vh; | ||
|
||
background-color: rgb(184, 15, 15); | ||
padding: 15px 32px; | ||
border: none; | ||
border-radius: 7px; | ||
display: inline-block; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters