Skip to content

Instantly share code, notes, and snippets.

@stpettersens
Created July 5, 2012 01:34
Show Gist options
  • Save stpettersens/3050456 to your computer and use it in GitHub Desktop.
Save stpettersens/3050456 to your computer and use it in GitHub Desktop.
Complete homepage listing.
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Use UTF-8 encoding as it supports many characters -->
<meta charset="UTF-8"/>
<!-- Include stylesheet -->
<link rel="stylesheet" media="screen" type="text/css"
href="stylesheets/presenter.css"/>
<!-- Include Atom feed of project commits -->
<link rel="alternate" type="application/atom+xml"
href="http://github.com/stpettersens/Presenter/commits/master.atom"/>
<title>Presenter. A kiosk presentation application.</title>
</head>
<body>
<h1><!--<a href="./">-->Presenter.<!--</a>--></h1>
<h3>A kiosk presentation application for your videos.</h3>
<!-- Main site navigation -->
<nav>
<a href="howto.html">How to use</a> |
<a href="demo.html">Demonstration</a> |
<a href="feedback.html">Feedback</a> |
<a href="links.html">Links</a> |
<a class="ext" href="http://3142dev.tumblr.com">Blog</a>
</nav>
<!-- Page content -->
<article>
<h2>Welcome</h2>
<p id="desc1">
<em>Presenter</em> is an application, written in C&#9839; with
the XNA framework, to
present videos in a kiosk environment such as at a film
exhibition or game show.
</p>
<p id="desc2">
It was originally written for the <a class="ext"
href="http://iamdegreeshows.co.uk">I AM University Degree Shows 2012</a> to
present the short films of Lewis Smith in an exhibiting kiosk.
</p>
<!-- Image-based site navigation -->
<nav>
<a class="inav" href="howto.html">
<img class="ilnk" title="How to use" alt="How to use"
src="images/nav/howto.png"/>
</a>
<a class="inav" href="demo.html">
<img class="ilnk" title="Demonstration"
alt="Demonstratrion. Photo (c) Alex of Gothenburg,
http://www.flickr.com/photos/11872189@N00/5051534813"
src="images/nav/demo.png"/>
</a>
<a class="inav" href="links.html">
<img class="ilnk" title="Links" alt="Links"
src="images/nav/links.png"/>
</a>
</nav>
<p>
<!-- Download and requirement links -->
<a href="...">Download Presenter</a><br/>
<small>
(Windows, <a class="ext" href="http://www.microsoft.com/net">
.NET Framework 4</a> &amp;
<a class="ext" href="
http://www.microsoft.com/en-us/download/details.aspx?id=20914">
XNA Framework Redistributable 4.0</a> required.)
</small>
</p>
<p>
<!-- Link to Atom feed of commits to project -->
<a href="http://github.com/stpettersens/Presenter/commits/master.atom">
Commits</a>
<img id="rss_feed" src="images/nav/feed-icon-14x14.png" alt="RSS feed"/>
<a href="http://github.com/stpettersens/Presenter">on Github</a>.
</p>
</article>
<footer>
<p>
<!-- Wigwam Studios affliate linking image -->
<img alt="In association with wigwam studios"
src="images/gallery/wigwam_aff.png"/><br/>
</p>
<!-- Copyright notice -->
<p>This website and the <em>Presentation</em> application are
<br/>Copyright &copy; 2012 Sam Saint-Pettersen.</p>
<p>
<!-- HTML and CSS validation service links -->
<a class="ext" href="http://validator.w3.org/check/referer">Valid HTML 5</a> |
<a class="ext" href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS 3.0
</a>
</p>
<!-- Hosting credit -->
<p>Hosted courtesy of <a class="ext" href="http://github.com">github</a>.</p>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment