Add new image for interaction
authorNIP <n.peguin@thecodingmachine.com>
Thu, 4 Jun 2020 10:08:47 +0000 (12:08 +0200)
committerNIP <n.peguin@thecodingmachine.com>
Thu, 4 Jun 2020 10:08:47 +0000 (12:08 +0200)
Fix some issues (txt)

landing_page/dist/index.html
landing_page/dist/static/images/interact.png [new file with mode: 0644]
landing_page/src/sass/_custom.scss
landing_page/src/sass/styles.scss

index 793b9ad454eb10ae3ee4e0687530fac4ec6ee665..f07965c80212648224f27c2d56e8d30d773f4c0e 100644 (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>
     <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">
         </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">
diff --git a/landing_page/dist/static/images/interact.png b/landing_page/dist/static/images/interact.png
new file mode 100644 (file)
index 0000000..325af09
Binary files /dev/null and b/landing_page/dist/static/images/interact.png differ
index 6ee5728a6b3e2b2681ad39398de3739ab8fe023f..6ce5693d3124ca9a63e35d548f75dbff8eb5af41 100644 (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;
\ No newline at end of file
index 9f2073a4aeb966e82c2ea886f462886baf688693..518114bc1944f8104d504f7a4362781fe628b908 100644 (file)
@@ -285,4 +285,8 @@ img{
 
 .pixel-title{
     font-family: "Karmatic Arcade" !important;
+}
+
+h3 {
+       font-weight: 800;
 }
\ No newline at end of file