Update default.html
This commit is contained in:
parent
729f3c7a38
commit
7005d2ff48
@ -1,73 +1,49 @@
|
|||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="{{ site.lang | default: "en-US" }}">
|
<html lang="{{ site.lang | default: "en-US" }}">
|
||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8'>
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
||||||
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
|
|
||||||
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}" media="screen" type="text/css">
|
|
||||||
<link rel="stylesheet" href="{{ '/assets/css/print.css' | relative_url }}" media="print" type="text/css">
|
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
|
||||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<title>A Guide to Rabi-Ribi Map Editing</title>
|
<title>A Guide to Rabi-Ribi Map Editing</title>
|
||||||
|
|
||||||
{% seo title=false %}
|
{% seo title=false %}
|
||||||
|
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
||||||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
||||||
|
<script src="{{ '/assets/js/respond.js' | relative_url }}"></script>
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
<!--[if lt IE 8]>
|
||||||
|
<link rel="stylesheet" href="{{ '/assets/css/ie.css' | relative_url }}">
|
||||||
|
<![endif]-->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<div id="header">
|
||||||
<div class="inner">
|
<nav>
|
||||||
<a href="{{ '/' | absolute_url }}">
|
<li class="fork"><a href="{{ site.github.repository_url }}/tree/master/docs">DETAILED DOCS</a></li>
|
||||||
|
<li class="downloads"><a href="https://ci.appveyor.com/project/wcko87/rbrb-map-converter/build/artifacts">Map Converter</a></li>
|
||||||
|
<li class="downloads"><a href="https://github.com/wcko87/rabiribi-map-editing/files/1283420/rabiribi-tilesets.zip">Tileset Files</a></li>
|
||||||
|
<li class="downloads"><a href="http://www.mapeditor.org/">Tiled Map Editor</a></li>
|
||||||
|
<li class="title">DOWNLOADS</li>
|
||||||
|
</nav>
|
||||||
|
</div><!-- end header -->
|
||||||
|
|
||||||
|
<div class="wrapper">
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<div id="title">
|
||||||
<h1>Rabi-Ribi Editor</h1>
|
<h1>Rabi-Ribi Editor</h1>
|
||||||
</a>
|
<p>A Guide to Rabi-Ribi Map Editing</p>
|
||||||
<h2>A Guide to Rabi-Ribi Map Editing</h2>
|
<hr>
|
||||||
</div>
|
<span class="credits left">Project maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></span>
|
||||||
</header>
|
<span class="credits right">Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="content-wrapper">
|
{{ content }}
|
||||||
<div class="inner clearfix">
|
|
||||||
<section id="main-content">
|
|
||||||
{{ content }}
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<aside id="sidebar">
|
</section>
|
||||||
{% if site.show_downloads %}
|
|
||||||
<a href="{{ site.github.zip_url }}" class="button">
|
|
||||||
<small>Download</small>
|
|
||||||
.zip file
|
|
||||||
</a>
|
|
||||||
<a href="{{ site.github.tar_url }}" class="button">
|
|
||||||
<small>Download</small>
|
|
||||||
.tar.gz file
|
|
||||||
</a>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<p>Download Links</p>
|
|
||||||
<p>
|
|
||||||
<a href="https://ci.appveyor.com/project/wcko87/rbrb-map-converter/build/artifacts" class="button">
|
|
||||||
Rabi-Ribi Map Converter
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a href="https://github.com/wcko87/rabiribi-map-editing/files/1283420/rabiribi-tilesets.zip" class="button">
|
|
||||||
Tileset files
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a href="http://www.mapeditor.org/" class="button">
|
|
||||||
Tiled map editor
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
{% if site.github.is_project_page %}
|
|
||||||
<p class="repo-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</p>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</p>
|
|
||||||
</aside>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if site.google_analytics %}
|
{% if site.google_analytics %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user