change 'play private' to 'work in privtae', fix broken html, add homepage link in inner pages
This commit is contained in:
parent
8e1e2596e5
commit
467cf3260f
9
website/dist/choose-map.html
vendored
9
website/dist/choose-map.html
vendored
@ -36,6 +36,15 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="choose-map">
|
<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">
|
<div class="container-fluid container-lg section pt-5">
|
||||||
<h1 class="text-center pixel-title">CHOOSE YOUR MAP !</h1>
|
<h1 class="text-center pixel-title">CHOOSE YOUR MAP !</h1>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
11
website/dist/create-map.html
vendored
11
website/dist/create-map.html
vendored
@ -36,6 +36,15 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="create-map">
|
<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">
|
<div class="container-fluid container-lg section pt-5">
|
||||||
<h1 class="text-center pixel-title">CREATE YOUR MAP !</h1>
|
<h1 class="text-center pixel-title">CREATE YOUR MAP !</h1>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -44,7 +53,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
< class="col">
|
<div class="col">
|
||||||
<h2 id="tools-you-will-need" class="pixel-title">Tools you will need</h2>
|
<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>
|
<p>In order to build your own map for WorkAdventure, you need:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -431,7 +431,7 @@ img{
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
min-height: 6rem;
|
min-height: 6rem;
|
||||||
font-family: 'Karmatic Arcade';
|
font-family: 'Karmatic Arcade';
|
||||||
font-size: 22px;
|
font-size: 24px;
|
||||||
margin-bottom: 1.25rem;
|
margin-bottom: 1.25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -503,6 +503,9 @@ img{
|
|||||||
.pixel-title{
|
.pixel-title{
|
||||||
font-family: "Karmatic Arcade" !important;
|
font-family: "Karmatic Arcade" !important;
|
||||||
}
|
}
|
||||||
|
.pixel-text{
|
||||||
|
font-family: "VCR OSD Mono" !important;
|
||||||
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
|
Loading…
Reference in New Issue
Block a user