mirror of
https://github.com/rehlds/metamod-r.org.git
synced 2025-01-12 21:37:55 +03:00
bump
This commit is contained in:
parent
20834dec3f
commit
ec4c0bae9a
10
README.md
10
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/).
|
||||
|
||||
|
@ -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;
|
||||
}
|
@ -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);};
|
||||
})();
|
||||
|
@ -25,7 +25,7 @@
|
||||
<a class="navbar-item" href="/">
|
||||
<img src="/assets/img/valve.svg" alt="Metamod-r" width="32" height="32">
|
||||
</a>
|
||||
|
||||
|
||||
<span class="navbar-burger burger" data-target="navbarMenu">
|
||||
<span></span>
|
||||
<span></span>
|
||||
@ -57,6 +57,28 @@
|
||||
<span>View Source</span>
|
||||
</a>
|
||||
</span>
|
||||
<span class="navbar-item">
|
||||
<div class="dropdown is-white is-outlined is-small">
|
||||
<div class="dropdown-trigger">
|
||||
<button class="button" aria-haspopup="true" aria-controls="dropdown-menu">
|
||||
<span><i class="fas fa-language"></i></span>
|
||||
<span class="icon is-small">
|
||||
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="dropdown-menu" id="dropdown-menu" role="menu">
|
||||
<div class="dropdown-content">
|
||||
<a href="#" class="dropdown-item">
|
||||
Dropdown item
|
||||
</a>
|
||||
<a class="dropdown-item">
|
||||
Other dropdown item
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -80,21 +102,9 @@
|
||||
</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--div class="box cta">
|
||||
<p class="has-text-centered">
|
||||
<span class="tag is-primary">New</span> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="intro column is-8 is-offset-2">
|
||||
<h2 class="title">Perfect for developers or designers!</h2><br>
|
||||
<p class="subtitle">Vel fringilla est ullamcorper eget nulla facilisi. Nulla facilisi nullam vehicula ipsum a. Neque egestas congue quisque egestas diam in arcu cursus.</p>
|
||||
</div-->
|
||||
|
||||
|
||||
<section class="container">
|
||||
<div class="columns features">
|
||||
<div class="column is-6">
|
||||
|
Loading…
x
Reference in New Issue
Block a user