change 'play private' to 'work in privtae', fix broken html, add homepage link in inner pages

This commit is contained in:
kevin 2020-11-06 06:57:56 +01:00
parent 8e1e2596e5
commit 467cf3260f
3 changed files with 23 additions and 2 deletions

View File

@ -36,6 +36,15 @@
</head>
<body class="choose-map">
<div class="container">
<div class="row">
<div class="col">
<a href="/" class="d-block mt-3 pixel-text">
<< BACK TO HOMEPAGE
</a>
</div>
</div>
</div>
<div class="container-fluid container-lg section pt-5">
<h1 class="text-center pixel-title">CHOOSE YOUR MAP&nbsp;!</h1>
<div class="row">

View File

@ -36,6 +36,15 @@
</head>
<body class="create-map">
<div class="container">
<div class="row">
<div class="col">
<a href="/" class="d-block mt-3 pixel-text">
<< BACK TO HOMEPAGE
</a>
</div>
</div>
</div>
<div class="container-fluid container-lg section pt-5">
<h1 class="text-center pixel-title">CREATE YOUR MAP&nbsp;!</h1>
<div class="row">
@ -44,7 +53,7 @@
</div>
</div>
<div class="row">
< class="col">
<div class="col">
<h2 id="tools-you-will-need" class="pixel-title">Tools you will need</h2>
<p>In order to build your own map for WorkAdventure, you need:</p>
<ul>

View File

@ -431,7 +431,7 @@ img{
margin: 0;
min-height: 6rem;
font-family: 'Karmatic Arcade';
font-size: 22px;
font-size: 24px;
margin-bottom: 1.25rem;
}
}
@ -503,6 +503,9 @@ img{
.pixel-title{
font-family: "Karmatic Arcade" !important;
}
.pixel-text{
font-family: "VCR OSD Mono" !important;
}
h3 {
font-weight: 800;