-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathfallout3rec.html
42 lines (42 loc) · 2.03 KB
/
fallout3rec.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta charset="UTF-8">
{% seo %}
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
</head>
<body>
<section class="grid-header">
<div class="gridhead1"></div>
<div class="gridhead2">
{% include image-header.html max-width="100%" file="img/VaultBoyIcon_Green_130.png"
alt="Fallout Boy Icon" caption="" %}
</div>
<div class="gridhead3">
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
</div>
<div class="gridhead4"></div>
<div class="gridhead5">
<a href="{{site.url}}{{site.baseurl}}/" class="btn">Home</a>
<a href="{{site.url}}{{site.baseurl}}/Fallout3/Records.html" class="btn">FO3 Records</a>
<a href="{{site.url}}{{site.baseurl}}/Fallout3/Groups.html" class="btn">FO3 Groups</a>
</div>
<div class="gridhead6">
<a href="https://tes5edit.github.io/" class="btn">xEdit</a>
</div>
</section>
<section class="main-content">
{{ content }}
<footer class="site-footer">
{% if site.github.is_project_page %}
<span class="site-footer-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>.</span>
{% endif %}
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
</footer>
</section>
</body>
</html>