Skip to content

Instantly share code, notes, and snippets.

@Deaner666
Created May 26, 2015 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Deaner666/50064289a26f247721b1 to your computer and use it in GitHub Desktop.
Save Deaner666/50064289a26f247721b1 to your computer and use it in GitHub Desktop.
<div class="tier1">
<h2>Lackey</h2>
// ...
// ... Tier 1 description here
// ...
<a href="enquiry-form.php?tier=lackey">Join now</a>
</div>
<div class="tier2">
<h2>Guard</h2>
// ...
// ... Tier 2 description here
// ...
<a href="enquiry-form.php?tier=guard">Join now</a>
</div>
<div class="tier3">
<h2>Musketeer</h2>
// ...
// ... Tier 3 description here
// ...
<a href="enquiry-form.php?tier=musketeer">Join now</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment