Skip to content

Instantly share code, notes, and snippets.

@changemewtf
Created April 7, 2014 21:41
Show Gist options
  • Save changemewtf/10063516 to your computer and use it in GitHub Desktop.
Save changemewtf/10063516 to your computer and use it in GitHub Desktop.
Fencing Blawgh
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>En Garde</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="wrapper">
<header>
<h1>En Garde</h1>
<h2>Points on Fencing</h2>
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<section id="articles">
<article id="article-2-distance">
<header>
<h1>Keeping Distance</h1>
<time datetime="2014-04-07">Published on April 7th, 2014</time>
</header>
<p><strong>Keeping distance</strong> during a bout is of the utmost importance.</p>
<p>There are three basic distances:</p>
<ul class="info-list">
<li><em>Safe</em> distance</li>
<li><em>Lunge</em> distance</li>
<li><em>Extension</em> distance</li>
</ul>
<p class="emphasized">Be aware that safe distance changes based on your opponent's reach &amp; agility!</p>
<p>Find out more at <a href="http://www.fencing.net">fencing.net</a>.</p>
<footer>
<p>Written by <address>Max</address></p>
</footer>
</article>
<article id="article-1-weapons">
<header>
<h1>Weapons</h1>
<time datetime="2014-04-01">Published on April 1st, 2014</time>
</header>
<p>There are three distinct types of fencing weapons:</p>
<ol class="info-list">
<li>Foil</li>
<li>Épée</li>
<li>Sabre</li>
</ol>
<p>One bout must be played between fencers using the same weapon. Mixing weapons is not allowed.</p>
<footer>
<p>Written by <address>Max</address></p>
</footer>
</article>
</section>
<footer>
&copy; 2014 En Garde Blog
</footer>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment