Last active
December 18, 2018 22:05
-
-
Save voznik/db0fda37f4525e365cb14c14454ad999 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>The HTML5 StarWars</title> | |
<meta name="description" content="The HTML5 StarWars"> | |
<meta name="author" content="voznik"> | |
<link rel="stylesheet" href="https://github.com/PolarNotion/starwarsintro/blob/master/starwarsintro.css"> | |
</head> | |
<body> | |
<!-- Place in Body where you'd like intro to appear --> | |
<div class="star-wars-intro"> | |
<!-- Blue Intro Text --> | |
<p class="intro-text"> | |
A few days ago, during... | |
</p> | |
<!-- Logo Image or Text goes in here --> | |
<h2 class="main-logo"> | |
<img src="img/star-wars-intro.png"> | |
</h2> | |
<!-- All Scrolling Content Goes in here --> | |
<div class="main-content"> | |
<div class="title-content"> | |
<p class="content-header">EPISODES IV-VI<br/>A Movie Marathon</p> | |
<br> | |
<p class="content-body"> | |
After years of galactic silence, civilization is on the brink of a new Star Wars release. Now, with the Force preparing to awaken, the people of Earth seek solace in films of old. With nowhere to turn, they gather in great numbers and watch the original trilogy without rest. Three films. 6 hours. 24 minutes. Popcorn. Slushies. Total elation. | |
</p> | |
<!-- button or link or whatever --> | |
<a href="/" class="space-button">Download The Code Now!</a> | |
</div> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment