mirror of
https://github.com/rehlds/metamod-r.org.git
synced 2025-01-12 21:37:55 +03:00
pre-release-0.0.0.2
This commit is contained in:
parent
e93f7cd953
commit
1f3bd7a011
@ -7,11 +7,6 @@
|
||||
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);};
|
||||
})();
|
||||
|
@ -49,6 +49,11 @@
|
||||
<i class="fas fa-book"></i>
|
||||
</span> Documentation
|
||||
</a>
|
||||
<a class="navbar-item is-danger" href="https://github.com/theAsmodai/metamod-r/issues/new" target="_blank">
|
||||
<span class="icon">
|
||||
<i class="fas fa-exclamation-circle"></i>
|
||||
</span> New Issue
|
||||
</a>
|
||||
<span class="navbar-item">
|
||||
<a class="button is-white is-outlined is-small" href="https://github.com/theAsmodai/metamod-r" target="_blank">
|
||||
<span class="icon">
|
||||
@ -93,10 +98,18 @@
|
||||
<div class="card-content has-text-centered">
|
||||
<div class="content">
|
||||
<p>
|
||||
<img alt="Experimental" src="https://img.shields.io/badge/status-experimental-orange.svg?style=flat-square">
|
||||
<img alt="GitHub issues" src="https://img.shields.io/github/issues/theAsmodai/metamod-r.svg??longCache=true&style=flat-square">
|
||||
<img alt="GitHub forks" src="https://img.shields.io/github/forks/theAsmodai/metamod-r.svg??longCache=true&style=flat-square">
|
||||
<img alt="GitHub stars" src="https://img.shields.io/github/stars/theAsmodai/metamod-r.svg??longCache=true&style=flat-square">
|
||||
<a title="Build status" href="http://teamcity.rehlds.org/viewType.html?buildTypeId=Metamod_Publish&guest=1">
|
||||
<img alt="Experimental" src="https://img.shields.io/badge/status-experimental-orange.svg?style=flat-square">
|
||||
</a>
|
||||
<a title="GitHub issues" href="https://github.com/theAsmodai/metamod-r/issues">
|
||||
<img alt="GitHub issues" src="https://img.shields.io/github/issues/theAsmodai/metamod-r.svg??longCache=true&style=flat-square">
|
||||
</a>
|
||||
<a title="GitHub forks" href="https://github.com/theAsmodai/metamod-r/network">
|
||||
<img alt="GitHub forks" src="https://img.shields.io/github/forks/theAsmodai/metamod-r.svg??longCache=true&style=flat-square">
|
||||
</a>
|
||||
<a title="GitHub stars" href="https://github.com/theAsmodai/metamod-r/stargazers">
|
||||
<img alt="GitHub stars" src="https://img.shields.io/github/stars/theAsmodai/metamod-r.svg??longCache=true&style=flat-square">
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -111,13 +124,13 @@
|
||||
<div class="card-content">
|
||||
<div class="content has-text-centered">
|
||||
<p>
|
||||
<a href="http://teamcity.rehlds.org/viewType.html?buildTypeId=Metamod_Publish&guest=1">
|
||||
<a title="Build status" href="http://teamcity.rehlds.org/viewType.html?buildTypeId=Metamod_Publish&guest=1">
|
||||
<img alt="Build status" src="https://img.shields.io/teamcity/http/teamcity.rehlds.org/e/Metamod_Publish.svg?style=flat-square&label=TC%20Build">
|
||||
</a>
|
||||
<a href="http://teamcity.rehlds.org/guestAuth/downloadArtifacts.html?buildTypeId=Metamod_Publish&buildId=lastSuccessful">
|
||||
<a title="Quick download" href="http://teamcity.rehlds.org/guestAuth/downloadArtifacts.html?buildTypeId=Metamod_Publish&buildId=lastSuccessful">
|
||||
<img alt="Quick download" src="https://camo.githubusercontent.com/2b15ec2fc402e02b66fde9eab7e896406caeddac/687474703a2f2f7265686c64732e6f72672f76657273696f6e2f6d6574616d6f642d2d722e737667">
|
||||
</a>
|
||||
<a href="https://github.com/theAsmodai/metamod-r/blob/master/LICENSE">
|
||||
<a title="GitHub license" href="https://github.com/theAsmodai/metamod-r/blob/master/LICENSE">
|
||||
<img alt="GitHub license" src="https://img.shields.io/github/license/theAsmodai/metamod-r.svg??longCache=true&style=flat-square">
|
||||
</a>
|
||||
</p>
|
||||
@ -142,11 +155,11 @@
|
||||
<p>
|
||||
Site <a href="https://github.com/EpicMorg/metamod-r.org"><i class="fab fa-github"></i> developed</a> and hosted by <a href="https://ww.epicm.org/"><i class="far fa-hdd"></i> EpicMorg</a>, 2018
|
||||
</p>
|
||||
<p>0.0.0.1</p>
|
||||
<p>0.0.0.2</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<script async type="text/javascript" src="/assets/js/bulma.js"></script>
|
||||
<script async type="text/javascript" src="/assets/js/bulma.js?v=0002"></script>
|
||||
<!--script defer src="/assets/js/fa-v4-shims.js" crossorigin="anonymous"></script-->
|
||||
<script defer src="/assets/js/fontawesome.all.js" crossorigin="anonymous"></script>
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user