From ec4c0bae9a71fe584e5d92e242c094b5da2aa469 Mon Sep 17 00:00:00 2001
From: STAM
Date: Fri, 23 Mar 2018 17:12:40 +0300
Subject: [PATCH] bump
---
README.md | 10 +++++-----
src/assets/css/hero.css | 2 +-
src/assets/js/bulma.js | 5 +++++
src/index.html | 40 +++++++++++++++++++++++++---------------
4 files changed, 36 insertions(+), 21 deletions(-)
diff --git a/README.md b/README.md
index 6ae6baa..215d21a 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,12 @@ Site's repo for [Metamod-r](https://github.com/theAsmodai/metamod-r) project.
[](https://github.com/EpicMorg/metamod-r.org/blob/master/LICENSE) [](https://gitter.im/metamod-r-org)
-### Dependencies
-[](https://github.com/jgthms/bulma) [](https://github.com/dansup/bulma-templates) [](https://github.com/FortAwesome/Font-Awesome)
-
-https://github.com/SamHerbert/SVG-Loaders
+### Third party things:
+#### Other
+[](https://github.com/jgthms/bulma) [](https://github.com/dansup/bulma-templates) [](https://github.com/FortAwesome/Font-Awesome) [](https://github.com/SamHerbert/SVG-Loaders)
+
#### Freepik's Icons
+Icons made by [Freepik](http://www.freepik.com") from [Flaticon](https://www.flaticon.com) is licensed by [](http://creativecommons.org/licenses/by/3.0/).
-Icons made by [Freepik](http://www.freepik.com") from [Flaticon](https://www.flaticon.com) is licensed by [Creative Commons BY 3.0 CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/).
diff --git a/src/assets/css/hero.css b/src/assets/css/hero.css
index 4502517..fab77a9 100644
--- a/src/assets/css/hero.css
+++ b/src/assets/css/hero.css
@@ -61,7 +61,7 @@ html,body {
left: 0;
width: 100%;
height: 100%;
- min-width: 1000px;
+ min-width: 1px;
background: #59ABE3 url('/assets/img/oval.svg') center center no-repeat;
background-size:63px;
}
\ No newline at end of file
diff --git a/src/assets/js/bulma.js b/src/assets/js/bulma.js
index f48deb8..67af703 100644
--- a/src/assets/js/bulma.js
+++ b/src/assets/js/bulma.js
@@ -7,6 +7,11 @@
burger.classList.toggle('is-active');
menu.classList.toggle('is-active');
});
+ var dropdown = document.querySelector('.dropdown');
+ dropdown.addEventListener('click', function(event) {
+ event.stopPropagation();
+ dropdown.classList.toggle('is-active');
+ });
var hellopreloader = document.getElementById("hellopreloader_preload");
function fadeOutnojquery(el){el.style.opacity = 1;var interhellopreloader = setInterval(function(){el.style.opacity = el.style.opacity - 0.05;if (el.style.opacity <=0.05){ clearInterval(interhellopreloader);hellopreloader.style.display = "none";}},16);}window.onload = function(){setTimeout(function(){fadeOutnojquery(hellopreloader);},1000);};
})();
diff --git a/src/index.html b/src/index.html
index 20ea522..5feffe5 100644
--- a/src/index.html
+++ b/src/index.html
@@ -25,7 +25,7 @@
-
+
@@ -57,6 +57,28 @@
View Source
+
+
+
@@ -80,21 +102,9 @@
.
-
-
+
-
-
-
+