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. [![license](https://img.shields.io/github/license/EpicMorg/metamod-r.org.svg?longCache=true&style=flat-square)](https://github.com/EpicMorg/metamod-r.org/blob/master/LICENSE) [![Gitter](https://img.shields.io/gitter/room/metamod-r-org/metamod-r-org.svg?style=flat-square)](https://gitter.im/metamod-r-org) -### Dependencies -[![CSS](https://img.shields.io/badge/css--framework-bulma.io-ff69b4.svg?longCache=true&style=flat-square)](https://github.com/jgthms/bulma) [![Template](https://img.shields.io/badge/Template-Hero-ff69b4.svg?longCache=true&style=flat-square)](https://github.com/dansup/bulma-templates) [![Font](https://img.shields.io/badge/Icons-Font%20Awesome%205.8.0-ff69b4.svg?longCache=true&style=flat-square)](https://github.com/FortAwesome/Font-Awesome) - -https://github.com/SamHerbert/SVG-Loaders +### Third party things: +#### Other +[![CSS](https://img.shields.io/badge/CSS%20Framework-bulma.io-ff69b4.svg?longCache=true&style=flat-square)](https://github.com/jgthms/bulma) [![Template](https://img.shields.io/badge/Template-Hero-ff69b4.svg?longCache=true&style=flat-square)](https://github.com/dansup/bulma-templates) [![Font](https://img.shields.io/badge/Icons-Font%20Awesome%205.8.0-ff69b4.svg?longCache=true&style=flat-square)](https://github.com/FortAwesome/Font-Awesome) [![Loader](https://img.shields.io/badge/Loader-SVG--Loaders-ff69b4.svg?longCache=true&style=flat-square)](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 [![Creative Commons BY 3.0 CC 3.0 BY](https://img.shields.io/badge/License-CC%203.0%20BY-orange.svg?longCache=true&style=flat-square)](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 @@ Metamod-r - + @@ -57,6 +57,28 @@ View Source + + + @@ -80,21 +102,9 @@ .

- - + - - - +