Changing call to action wording

This commit is contained in:
David Négrier 2020-06-04 15:56:06 +02:00
parent b6d8b8fb49
commit 619197dc43

View file

@ -42,17 +42,17 @@
</div> </div>
<div class="title text-center"> <div class="title text-center">
<h1>Your workplace<br/>but better</h1> <h1>Your workplace<br/>but better</h1>
<h3>You are impatient to discover this new world? Click on "Public map" and meet new people or share this adventure with your colleagues and friends by clicking on "Private maps"</h3> <h3>You are impatient to discover this new world? Click on "Play online" and meet new people or share this adventure with your colleagues and friends by clicking on "Private mode"</h3>
</div> </div>
<div class="row justify-content-md-center pt-5" style="margin-top: 65px;"> <div class="row justify-content-md-center pt-5" style="margin-top: 65px;">
<div class="col col-lg-3"> <div class="col col-lg-3">
<a class="custom-link play" target="_BLANK" href="https://workadventu.re/_/global/npeguin.github.io/office-map/map.json" title="PUBLIC MAP"> <a class="custom-link play" target="_BLANK" href="https://workadventu.re/_/global/npeguin.github.io/office-map/map.json" title="PLAY ONLINE">
PUBLIC MAP PLAY ONLINE
</a> </a>
</div> </div>
<div class="col col-lg-3"> <div class="col col-lg-3">
<a class="custom-link start" href="/choose-map.html" title="PRIVATE MAPS"> <a class="custom-link start" href="/choose-map.html" title="PRIVATE MODE">
PRIVATE MAPS PRIVATE MODE
</a> </a>
</div> </div>
</div> </div>