Skip to content

Instantly share code, notes, and snippets.

@voznik
Last active December 18, 2018 22:05
Show Gist options
  • Save voznik/db0fda37f4525e365cb14c14454ad999 to your computer and use it in GitHub Desktop.
Save voznik/db0fda37f4525e365cb14c14454ad999 to your computer and use it in GitHub Desktop.
<!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