the-internet-vagabond-dot-com/src/projects/forevermen/forevermen.html

44 lines
2.3 KiB
HTML
Raw Normal View History

2015-02-04 21:49:01 +00:00
<!DOCTYPE HTML>
<html>
<head>
<title> The Forever Men -- Online Radio Drama </title>
<meta name="keywords" content="Radio, Drama, Radio Drama, Online Radio, Online Radio Drama, Forever Men, The Forever Men, Pulp, Action, Romance, Suspense" />
<meta name="description" content="Saving the world from Nazi dominion, The Forever Men stand valiantly for the free world. A dashing Secret Agent, a mysterious Russian Psychic, a loyal British Rifleman and a rough-and-tough American Man face down the perils of tyranny and evil! They are... The Forever Men!" />
<link rel="stylesheet" type="text/css" href="foreverstyles.css" />
</head>
<body>
<!-- Header for the image splash and the navigation buttons
Each button merely changes the z-index of the main div
below, avoiding unnecessary page reloads -->
<header>
<img src="forevermensplash.jpg" alt="Forever Men!" />
<div class="nav" id="nav">
<div class="nav_button" id="News">News and Episodes</div>
<div class="nav_button" id="Cast">Cast and Crew</div>
<div class="nav_button" id="About">About The Forever Men</div>
</div>
</header>
<!-- The main div, where all the information for the site is provided -->
<div class="main" id="main">
<!-- The section relating to news, episodes, and the media player. The main focus of the site -->
<div class="news" id="News">
Filler info. This is a cool website. Hey cool all this stuff works. Wow this is awesome! THIS IS THE NEWS SECTION.
</div>
<!-- The section relating to cast and crew information -->
<div class="cast" id="Cast">
Filler info. This is a cool website. Hey cool all this stuff works. Wow this is awesome! THIS IS THE CAST SECTION.
</div>
<!-- The section relating to information about The Forever Men and the people who produce it. -->
<div class="about" id="About">
Filler info. This is a cool website. Hey cool all this stuff works. Wow this is awesome! THIS IS THE ABOUT SECTION.
</div>
</div>
<!-- The Footer, where a small disclaimer about rights
and a general email address are provided. Nothing
fancy. -->
<footer>
<div class="disclaimer" id="Disclaimer"> </div>
<div class="email" id="Email">Website Problems? Please contact us here: <a href="mailto:webmaster@forevermen.com">webmaster@forevermen.com</a></div>
</footer>
</body>
</html>