Removing reference to tutorial map until it is production ready
This commit is contained in:
parent
ad56aafd15
commit
0feba8be8f
4
website/dist/choose-map.html
vendored
4
website/dist/choose-map.html
vendored
@ -49,7 +49,7 @@
|
||||
<h1 class="text-center pixel-title">CHOOSE YOUR MAP !</h1>
|
||||
<div class="row">
|
||||
<div class="col text-center">
|
||||
<p>Pick a map that suits your mood! If you don't find what you need, you can always <a href="create-map.html">CREATE YOUR OWN map</a>.</p>
|
||||
<p>Pick a map that suits your mood! If you don't find what you need, you can always <a href="create-map.html">CREATE YOUR OWN MAP</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row no-gutters justify-content-center">
|
||||
@ -106,7 +106,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col text-center">
|
||||
<p>Could not find what you need? No worries, you can always <a href="create-map.html">CREATE YOUR OWN map</a>.</p>
|
||||
<p>Could not find what you need? No worries, you can always <a href="create-map.html">CREATE YOUR OWN MAP</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
16
website/dist/index.html
vendored
16
website/dist/index.html
vendored
@ -116,7 +116,19 @@
|
||||
Engage with your future collaborators by organizing online events.
|
||||
</h3>
|
||||
</div>
|
||||
<div class="row buttons-row justify-content-md-center pt-5"
|
||||
<div class="row buttons-row justify-content-md-center pt-5">
|
||||
<div class="col col-lg-3">
|
||||
<a class="custom-link start" href="/choose-map.html" title="WORK IN PRIVATE">
|
||||
PRIVATE MAPS
|
||||
</a>
|
||||
</div>
|
||||
<div class="col col-lg-3">
|
||||
<a class="custom-link play" target="_BLANK" onclick="startGame()" title="WORK ONLINE">
|
||||
TRY IT NOW!
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--<div class="row buttons-row justify-content-md-center pt-5"
|
||||
style="min-height: 80px;">
|
||||
<div class="col col-lg-3">
|
||||
<a class="custom-link start"
|
||||
@ -136,7 +148,7 @@
|
||||
DEMO
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
</div>
|
||||
</div>
|
||||
<div class="clouds clouds-2">
|
||||
|
Loading…
Reference in New Issue
Block a user