Update css and cursor website
This commit is contained in:
parent
794c13c8d5
commit
22eb941084
4 changed files with 25 additions and 15 deletions
17
website/dist/index.html
vendored
17
website/dist/index.html
vendored
|
@ -122,9 +122,11 @@
|
|||
</h3>
|
||||
</div>
|
||||
<div class="row buttons-row justify-content-md-center pt-5">
|
||||
<div class="col col-lg-3">
|
||||
<a class="custom-link start" target="_BLANK" onclick="startConsole()" title="YOUR ADVENTURE!">
|
||||
YOUR ADVENTURE!
|
||||
<div class="col col-lg-3">
|
||||
<a class="custom-link start"
|
||||
style="padding-top: 4px;font-size: 18px;"
|
||||
target="_BLANK" onclick="startConsole()" title="YOUR ADVENTURE!">
|
||||
YOUR WORKADVENTURE!
|
||||
</a>
|
||||
</div>
|
||||
<div class="col col-lg-3">
|
||||
|
@ -132,16 +134,13 @@
|
|||
TRY DEMO!
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div style="min-height: 100px" class="row buttons-row justify-content-md-center pt-5">
|
||||
<div class="col col-lg-3">
|
||||
<a class="custom-link contribute" target="_BLANK" onclick="startGame()" title="FEEDBACK">
|
||||
<a class="custom-link anonymous contribute" target="_BLANK" onclick="startGame()" title="FEEDBACK">
|
||||
BE ANONYMOUS
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-12">
|
||||
<a onclick="startGame()">
|
||||
Continue on anonymous
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue