diff --git a/landing_page/dist/choose-map.html b/landing_page/dist/choose-map.html new file mode 100644 index 00000000..bf8ac50d --- /dev/null +++ b/landing_page/dist/choose-map.html @@ -0,0 +1,138 @@ + + + + + + Choose map - WorkAdventu.re + + + + + + +
+

CHOOSE YOUR MAP !

+
+
+
+ +

Back to class

+
+
+
+
+ +

Back to class

+
+
+
+
+ +

Back to class

+
+
+
+
+ +

Back to class

+
+
+
+
+ +

Back to class

+
+
+
+
+ +

Back to class

+
+
+
+
+ + + + + diff --git a/landing_page/dist/static/images/female-character.gif b/landing_page/dist/static/images/female-character.gif new file mode 100644 index 00000000..a9d7b998 Binary files /dev/null and b/landing_page/dist/static/images/female-character.gif differ diff --git a/landing_page/dist/static/images/male-character.gif b/landing_page/dist/static/images/male-character.gif new file mode 100644 index 00000000..d8b0c0fe Binary files /dev/null and b/landing_page/dist/static/images/male-character.gif differ diff --git a/landing_page/src/images/btn-bg-bw.png b/landing_page/src/images/btn-bg-bw.png new file mode 100644 index 00000000..f007b749 Binary files /dev/null and b/landing_page/src/images/btn-bg-bw.png differ diff --git a/landing_page/src/javascript/index.js b/landing_page/src/javascript/index.js index 162db0e7..cc5cd7ef 100644 --- a/landing_page/src/javascript/index.js +++ b/landing_page/src/javascript/index.js @@ -1,4 +1 @@ -import '../sass/styles.scss'; - -console.log('Webpack Boilerplate'); - +import '../sass/styles.scss'; \ No newline at end of file diff --git a/landing_page/src/sass/_choose-map.scss b/landing_page/src/sass/_choose-map.scss new file mode 100644 index 00000000..a26d8980 --- /dev/null +++ b/landing_page/src/sass/_choose-map.scss @@ -0,0 +1,62 @@ +body.choose-map{ + + .map-item{ + cursor: pointer; + margin: 1rem 0.5rem; + padding: 1rem; + text-align: center; + border: 3px transparent solid; + + &.active{ + border-color: #FFFFFF; + } + + p{ + margin: 0; + } + } + + #wa-link{ + text-decoration: underline; + } + + .copy-btn{ + font-family: "Karmatic Arcade"; + font-size: 30px; + border: 4px solid #ffffff; + width: auto; + box-shadow: 4px 4px white; + padding: 1rem; + background: #000000; + color: white; + margin-right: 10px; + &:focus{ + outline: none; + } + + small{ + font-size: 16px; + } + } + + .start-area{ + img{ + min-height: 70px; + } + + #start-btn{ + background-color: transparent; + border: none; + color: #ffffff; + border-bottom: 8px solid white; + animation: blinker 1s alternate infinite; + font-size: 50px; + } + + @keyframes blinker { + 50% { + opacity: 0; + } + } + } +} \ No newline at end of file diff --git a/landing_page/src/sass/styles.scss b/landing_page/src/sass/styles.scss index b76eb127..4f230626 100644 --- a/landing_page/src/sass/styles.scss +++ b/landing_page/src/sass/styles.scss @@ -1,5 +1,6 @@ @import "custom"; @import "~bootstrap/scss/bootstrap"; +@import "_choose-map"; @font-face { font-family: OpenSans; @@ -279,3 +280,6 @@ img{ } } +.pixel-title{ + font-family: "Karmatic Arcade" !important; +} \ No newline at end of file