Browse Source

Add video tutorials for guides

master
NGnius (Graham) 4 years ago
parent
commit
f599d8be7c
3 changed files with 12 additions and 0 deletions
  1. +3
    -0
      site/guides/first.html
  2. +3
    -0
      site/guides/install.html
  3. +6
    -0
      site/static/style.css

+ 3
- 0
site/guides/first.html View File

@@ -20,6 +20,9 @@
<body>
<h1>Getting Started with Gamecraft Modding</h1>
<h5>by NGniusness</h5>
<div>
<iframe width="850" height="480" sandbox="allow-same-origin allow-scripts" src="https://peertube.co.uk/videos/embed/b41abd31-fa16-42c8-be37-df10072c1c29?title=0&warningTitle=0" frameborder="0" allowfullscreen class="iframe-player"></iframe>
</div>
<h3>The First Step</h3>
<h5>The first cut is the deepest</h5>
<p>Modding Gamecraft is quite easy, once you get past the initial setup and learning.


+ 3
- 0
site/guides/install.html View File

@@ -20,6 +20,9 @@
<body>
<h1>Installing Gamecraft Mods</h1>
<h5>by NGniusness</h5>
<div>
<iframe width="850" height="480" sandbox="allow-same-origin allow-scripts" src="https://peertube.co.uk/videos/embed/675450a9-431e-4db5-9a05-5aa429077c27?title=0&warningTitle=0" frameborder="0" allowfullscreen class="iframe-player"></iframe>
</div>
<h3>Patching The Game</h3>
<h5>Gamecraft: <a href="https://www.youtube.com/watch?v=msX4oAXpvUE">I'm getting hacked</a></h5>
<p>The first step towards installing mods in Gamecraft is patching the game with the <a href="https://git.exmods.org/modtainers/GCIPA/releases">latest release of GCIPA</a>.


+ 6
- 0
site/static/style.css View File

@@ -45,6 +45,12 @@ span {
display: inline-block;
}

iframe.iframe-player {
display: block;
text-align: center;
margin: auto;
}

/* leaderboard style */
.board {
font-size: 200%;


Loading…
Cancel
Save