diff --git a/landing_page/dist/index.html b/landing_page/dist/index.html
index d6f245d4..66b09875 100644
--- a/landing_page/dist/index.html
+++ b/landing_page/dist/index.html
@@ -58,6 +58,9 @@
+
@@ -68,19 +71,19 @@
Select your character
-
+
Let's go explore and talk !
-
+
@@ -149,7 +152,7 @@
-
Soon available on floppy !
otherwise it's open source and on GitHub
+
Soon available on floppy !
otherwise, open source and on GitHub
diff --git a/landing_page/dist/static/images/.DS_Store b/landing_page/dist/static/images/.DS_Store
new file mode 100644
index 00000000..5008ddfc
Binary files /dev/null and b/landing_page/dist/static/images/.DS_Store differ
diff --git a/landing_page/dist/static/images/step 1.png b/landing_page/dist/static/images/step 1.png
new file mode 100644
index 00000000..772f1a2a
Binary files /dev/null and b/landing_page/dist/static/images/step 1.png differ
diff --git a/landing_page/dist/static/images/step 2.png b/landing_page/dist/static/images/step 2.png
new file mode 100644
index 00000000..a6649fd4
Binary files /dev/null and b/landing_page/dist/static/images/step 2.png differ
diff --git a/landing_page/dist/static/images/step 3.png b/landing_page/dist/static/images/step 3.png
new file mode 100644
index 00000000..946efbe8
Binary files /dev/null and b/landing_page/dist/static/images/step 3.png differ
diff --git a/landing_page/src/images/bg-step.png b/landing_page/src/images/bg-step.png
new file mode 100644
index 00000000..41ed1a8d
Binary files /dev/null and b/landing_page/src/images/bg-step.png differ
diff --git a/landing_page/src/sass/styles.scss b/landing_page/src/sass/styles.scss
index d57f81a8..b76eb127 100644
--- a/landing_page/src/sass/styles.scss
+++ b/landing_page/src/sass/styles.scss
@@ -66,6 +66,14 @@ header {
overflow: hidden;
width: 100%;
z-index: 1;
+ &.clouds-2 {
+ bottom: 25px;
+ .cloud {
+ transform: translateX(50px);
+ -webkit-animation-duration: 80s;
+ opacity: .6;
+ }
+ }
.cloud {
background: url('../images/cloud.png') repeat-x;
height: 162px;
@@ -194,7 +202,7 @@ img{
.step-image {
position: relative;
&:after {
- transition: all .25s cubic-bezier(0.000, -0.600, 1.000, 1.650); /* custom */
+ transition: all .25s cubic-bezier(0.000, -0.600, 1.000, 1.650);
content:"";
height: 100%;
width: 100%;
@@ -202,13 +210,12 @@ img{
position: absolute;
bottom: -25px;
left: 25px;
- border-radius: 10px;
+ background: url('../images/bg-step.png') no-repeat bottom right;
}
img {
width: 100%;
z-index: 2;
position: relative;
- border-radius: 10px;
}
}
h2{
@@ -240,7 +247,6 @@ img{
text-align: center;
.quote{
font-size: 1.5rem;
- margin-right: 3rem;
margin-bottom: 0.5rem;
letter-spacing: 2px;
}