diff --git a/landing_page/dist/index.html b/landing_page/dist/index.html index 793b9ad4..f07965c8 100644 --- a/landing_page/dist/index.html +++ b/landing_page/dist/index.html @@ -42,7 +42,7 @@

Your workplace
but better

-

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"

+

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"

@@ -69,7 +69,7 @@
-

Step by step...

+

How to play

@@ -86,7 +86,7 @@

Let's go explore and talk !

-
+
@@ -95,13 +95,13 @@
-

Futur features

+

Future features

We have already thought of new features:

Share files with others

Lock group conversation

Share screen with others

Interact with objects

-

And you, what do you want?

+

And you, what would you want?

-

Why we loved Work Adventure

+

Why we love WorkAdventure

diff --git a/landing_page/dist/static/images/interact.png b/landing_page/dist/static/images/interact.png new file mode 100644 index 00000000..325af09d Binary files /dev/null and b/landing_page/dist/static/images/interact.png differ diff --git a/landing_page/src/sass/_custom.scss b/landing_page/src/sass/_custom.scss index 6ee5728a..6ce5693d 100644 --- a/landing_page/src/sass/_custom.scss +++ b/landing_page/src/sass/_custom.scss @@ -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 diff --git a/landing_page/src/sass/styles.scss b/landing_page/src/sass/styles.scss index 9f2073a4..518114bc 100644 --- a/landing_page/src/sass/styles.scss +++ b/landing_page/src/sass/styles.scss @@ -285,4 +285,8 @@ img{ .pixel-title{ font-family: "Karmatic Arcade" !important; +} + +h3 { + font-weight: 800; } \ No newline at end of file