diff --git a/_includes/hero.html b/_includes/hero.html
index 4459ce5..d9cb4bd 100644
--- a/_includes/hero.html
+++ b/_includes/hero.html
@@ -1,8 +1,8 @@
-
+
-
![]()

{% if page.url == "/" %}
@@ -21,7 +21,11 @@
{% break %} {% endif %} {% endfor %}
- {% else %}{% endif %}
+ {% else %}
+
+ {% endif %}
+
+
\ No newline at end of file
diff --git a/_sass/stylish.scss b/_sass/stylish.scss
index 950431e..170cbb3 100644
--- a/_sass/stylish.scss
+++ b/_sass/stylish.scss
@@ -78,14 +78,11 @@ a:active {
display: flex;
width: 100%;
height: 100vh;
- background-color: rgba(201, 246, 236, 0.3);
+
z-index: -10;
div {
align-self: flex-end ;
flex: 1 1 auto;
- margin-left:5px;
- margin-right: 5px;
- margin-bottom: 3px;
padding: 0;
}
img {
@@ -106,7 +103,8 @@ a:active {
width: 90vw;
margin-right: auto !important;
- margin-bottom: 150px;
+ margin-bottom: 50px;
+ margin-left: 15px;
display: flex;
flex-wrap: wrap;
div {
@@ -119,8 +117,7 @@ a:active {
}
#poster img {
- margin-top: 5px;
- margin-bottom: 15px;
+ margin: 0 0 50px 15px;
border-radius: 5px;
-moz-border-radius-topright: 9px;
-moz-border-radius-bottomright: 9px;
@@ -142,8 +139,28 @@ canvas {
width:100%;
z-index: -3;
}
-
-
+#flyer {
+ z-index: -2;
+ position: fixed;
+ top:0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ padding: 0;
+ margin: 0;
+ background-position: center;
+ background-size: cover;
+ background-repeat: no-repeat;
+}
+#decoration {
+ position: absolute;
+ height: 50px;
+ width: 100%;
+ background: url(/assets/img/topbg.png) ;
+}
+#logo {
+ z-index: 1000;
+}
/*
* Layout
*/
@@ -162,7 +179,7 @@ canvas {
display: flex;
flex-wrap: wrap;
overflow-x: hidden;
- background: rgba(255, 255, 255, 0.5) url('/assets/img/bg.png');
+ background:url('/assets/img/bg.png');
z-index: 10;
}
diff --git a/assets/img/bg.png b/assets/img/bg.png
index 2ad16b2..90b1d42 100644
Binary files a/assets/img/bg.png and b/assets/img/bg.png differ
diff --git a/assets/img/topbg.png b/assets/img/topbg.png
new file mode 100644
index 0000000..7613826
Binary files /dev/null and b/assets/img/topbg.png differ