Skip to content

Commit

Permalink
Restructured for static hosting on GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeselincourt committed Oct 12, 2018
1 parent 8321293 commit 5915ec5
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 174 deletions.
53 changes: 35 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,26 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>GrassyGreen</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="http://fonts.googleapis.com/css?family=Raleway:400,200,500,600,700,800,300" rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
<!--[if IE 6]>
<link href="default_ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Megagame Generator</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="http://fonts.googleapis.com/css?family=Raleway:400,200,500,600,700,800,300" rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
<!--[if IE 6]>
<link href="default_ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->

<!-- jQuery for its convenient functions -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>

<!-- Chart JS for drawing ideology spaces -->
<script src="chart\node_modules\chart.js\dist\Chart.js"></script>

<!-- Main megagame generator, uses chart.js -->
<script src="megagame.js"></script>

</head>
<body>
<div id="wrapper">
Expand All @@ -39,20 +49,27 @@
<div id="header-wrapper">
<div id="header" class="container">
<div id="logo">
<h1><a href="#">GrassyGreen</a></h1>
<p>Design by <a href="http://templated.co" rel="nofollow">TEMPLATED</a></p>
<h1><a href="#">Megagame Generator</a></h1>
<p>Michael de Selincourt</a></p>
</div>
</div>
</div>
</div>
<div id="banner"></div>
<div id="page" class="container">
<div id="content">
<div class="title">
<h2>Integer sit amet aliquet</h2>
<span class="byline">Phasellus nec erat sit amet nibh pellentesque congue</span> </div>
<p>This is <strong>GrassyGreen</strong>, a free, fully standards-compliant CSS template designed by <a href="http://templated.co" rel="nofollow">TEMPLATED</a>. The photos in this template are from <a href="http://fotogrph.com/"> Fotogrph</a>. This free template is released under the <a href="http://templated.co/license">Creative Commons Attribution</a> license, so you're pretty much free to do whatever you want with it (even use it commercially) provided you give us credit for it. Have fun :) </p>
<p>Consectetuer adipiscing elit. Nam pede erat, porta eu, lobortis eget, tempus et, tellus. Etiam neque. Vivamus consequat lorem at nisl. Nullam non wisi a sem semper eleifend. Donec mattis libero eget urna. Duis pretium velit ac mauris. Proin eu wisi suscipit nulla suscipit interdum. Aenean lectus lorem, imperdiet at, ultrices eget, ornare et, wisi. Pellentesque adipiscing purus ac magna. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam non wisi a sem semper eleifend. Donec mattis libero eget urna. </p>
<div class="title" id="mainTitle">
<h2>Generating...</h2>
<span class="byline">The Megagame</span>
</div>
<span id="mainContent">
...
</span>
<!--
<div id="staticCanvasDiv">
<canvas id="staticCanvas" width="400" height="400"></canvas>
</div>
-->
</div>
<div id="sidebar">
<div class="box2">
Expand Down Expand Up @@ -119,7 +136,7 @@ <h2>Follow Us</h2>
</div>
</div>
<div id="copyright" class="container">
<p>&copy; Untitled. All rights reserved. | Photos by <a href="http://fotogrph.com/">Fotogrph</a> | Design by <a href="http://templated.co" rel="nofollow">TEMPLATED</a>.</p>
<p>&copy; Untitled. All rights reserved. | JohanJaeger? | Photos by <a href="http://fotogrph.com/">Fotogrph</a> | Design by <a href="http://templated.co" rel="nofollow">TEMPLATED</a>.</p>
</div>
</body>
</html>
142 changes: 0 additions & 142 deletions megagame-grass.html

This file was deleted.

14 changes: 0 additions & 14 deletions megagame.html

This file was deleted.

0 comments on commit 5915ec5

Please sign in to comment.