Add new image for interaction

Fix some issues (txt)
This commit is contained in:
NIP 2020-06-04 12:08:47 +02:00
parent cebc8c7c3a
commit 9ddcff4fc7
4 changed files with 11 additions and 7 deletions

View file

@ -42,7 +42,7 @@
</div>
<div class="title text-center">
<h1>Your workplace<br/>but better</h1>
<h3>You are impatient to discover this new world? Click on "Play Online" or share this adventure with your colleagues and friends clicking on "Play Private"</h3>
<h3>You are impatient to discover this new world? Click on "Play Online" or share this adventure with your colleagues and friends by clicking on "Play Private"</h3>
</div>
<div class="row justify-content-md-center pt-5" style="margin-top: 65px;">
<div class="col col-lg-3">
@ -69,7 +69,7 @@
<div class="container-fluid container-lg">
<div class="row justify-content-md-center">
<div class="col-12 col-md-12 text-center">
<h3>Step by step...</h3>
<h3>How to play</h3>
</div>
<div class="col-12 col-md-4 text-center my-3 my-md-0">
<div class="image-item">
@ -86,7 +86,7 @@
<div class="col-12 col-md-4 text-center my-3 my-md-0">
<div class="image-item">
<h2>Let's go explore and talk&nbsp;!</h2>
<div class="step-image"><img src="static/images/play.png"></div>
<div class="step-image"><img src="static/images/interact.png"></div>
</div>
</div>
</div>
@ -95,13 +95,13 @@
<div class="section bg-white">
<div class="container-fluid container-lg">
<div class="col-12 credits">
<h2>Futur features</h2>
<h2>Future features</h2>
<h3>We have already thought of new features:</h3>
<p>Share files with others</p>
<p>Lock group conversation</p>
<p>Share screen with others</p>
<p>Interact with objects</p>
<h3>And you, what do you want?</h3>
<h3>And you, what would you want?</h3>
<div class="row justify-content-md-center pt-5" style="margin-top: 65px;">
<div class="col col-lg-3">
<a class="custom-link contribute" target="_BLANK" href="https://docs.google.com/forms/d/e/1FAIpQLSdxvajEyqsn4X0ai0SoDAcdsa_JQPIfiP2Tp9PDzkfZA54v9Q/viewform" title="FEED BACK">
@ -132,7 +132,7 @@
</div>
</div>
<div class="container-fluid container-lg section quotes">
<h2 class="text-center">Why we loved Work Adventure</h2>
<h2 class="text-center">Why we love WorkAdventure</h2>
<div class="row justify-content-center">
<div class="col-12 col-md-9">
<div class="quote-item">

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 KiB

View file

@ -1,4 +1,4 @@
$body-bg: #000;
$body-color: #fff;
$font-family-sans-serif: "04b03", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
$font-family-sans-serif: Courier, "04b03", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
$h2-font-size: 1.5rem;

View file

@ -285,4 +285,8 @@ img{
.pixel-title{
font-family: "Karmatic Arcade" !important;
}
h3 {
font-weight: 800;
}