mirror of
https://github.com/rehlds/metamod-r.org.git
synced 2025-01-26 19:37:55 +03:00
pre-release-0.0.0.3
- migrated to BS4 from BulmaIO
This commit is contained in:
parent
1f3bd7a011
commit
366d0cdb67
@ -9,7 +9,7 @@ Site's repo for [Metamod-r](https://github.com/theAsmodai/metamod-r) project.
|
||||
### 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)
|
||||
[![CSS](https://img.shields.io/badge/CSS%20Framework-Bootstrap%20v4-ff69b4.svg?longCache=true&style=flat-square)](https://github.com/jgthms/bulma) [![JS](https://img.shields.io/badge/JS%20Framework-jQuery%20v3.3.1-ff69b4.svg?longCache=true&style=flat-square)](https://github.com/jquery/jquery) [![Template](https://img.shields.io/badge/Template-Cover.-ff69b4.svg?longCache=true&style=flat-square)](http://getbootstrap.com/docs/4.0/examples/cover/) [![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/).
|
||||
|
110
src/assets/css/bootstrap.cover.css
vendored
Normal file
110
src/assets/css/bootstrap.cover.css
vendored
Normal file
@ -0,0 +1,110 @@
|
||||
/*
|
||||
* Globals
|
||||
*/
|
||||
|
||||
/* Links */
|
||||
a,
|
||||
a:focus,
|
||||
a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* Custom default button */
|
||||
.btn-secondary,
|
||||
.btn-secondary:hover,
|
||||
.btn-secondary:focus {
|
||||
color: #333;
|
||||
text-shadow: none; /* Prevent inheritance from `body` */
|
||||
background-color: #fff;
|
||||
border: .05rem solid #fff;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Base structure
|
||||
*/
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
body {
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-box;
|
||||
display: flex;
|
||||
-ms-flex-pack: center;
|
||||
-webkit-box-pack: center;
|
||||
justify-content: center;
|
||||
color: #fff;
|
||||
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
|
||||
box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
|
||||
}
|
||||
|
||||
.cover-container {
|
||||
max-width: 42em;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Header
|
||||
*/
|
||||
.masthead {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.masthead-brand {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.nav-masthead .nav-link {
|
||||
padding: .25rem 0;
|
||||
font-weight: 700;
|
||||
color: rgba(255, 255, 255, .5);
|
||||
background-color: transparent;
|
||||
border-bottom: .25rem solid transparent;
|
||||
}
|
||||
|
||||
.nav-masthead .nav-link:hover,
|
||||
.nav-masthead .nav-link:focus {
|
||||
border-bottom-color: rgba(255, 255, 255, .25);
|
||||
}
|
||||
|
||||
.nav-masthead .nav-link + .nav-link {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.nav-masthead .active {
|
||||
color: #fff;
|
||||
border-bottom-color: #fff;
|
||||
}
|
||||
|
||||
@media (min-width: 48em) {
|
||||
.masthead-brand {
|
||||
float: left;
|
||||
}
|
||||
.nav-masthead {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Cover
|
||||
*/
|
||||
.cover {
|
||||
padding: 0 1.5rem;
|
||||
}
|
||||
.cover .btn-lg {
|
||||
padding: .75rem 1.25rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Footer
|
||||
*/
|
||||
.mastfoot {
|
||||
color: rgba(255, 255, 255, .5);
|
||||
}
|
29
src/assets/css/bootstrap.engine.css
vendored
Normal file
29
src/assets/css/bootstrap.engine.css
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
#hellopreloader>p{
|
||||
display:none;
|
||||
}
|
||||
#hellopreloader_preload{
|
||||
display: block;position: fixed;
|
||||
z-index: 99999;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-width: 1px;
|
||||
background: #333 url('/assets/img/oval.svg') center center no-repeat;
|
||||
background-size:63px;
|
||||
}
|
||||
.fork-me {
|
||||
background-color: #000;
|
||||
}
|
||||
.cover-container {
|
||||
max-width: 64em !important;
|
||||
}
|
||||
a,
|
||||
a:focus,
|
||||
a.nounderline,
|
||||
a:hover {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
.bg-dark {
|
||||
background-color: #333 !important;
|
||||
}
|
7
src/assets/css/bootstrap.min.css
vendored
Normal file
7
src/assets/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
src/assets/css/bootstrap.min.css.map
Normal file
1
src/assets/css/bootstrap.min.css.map
Normal file
File diff suppressed because one or more lines are too long
10719
src/assets/css/bulma.css
vendored
10719
src/assets/css/bulma.css
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
1
src/assets/css/fork.min.css
vendored
Normal file
1
src/assets/css/fork.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
/*! fork-me-on-github v2.1.0 | (c) 2014, 2014 | MIT License | https://github.com/edull24/fork-me-on-github */.fork-me-wrapper{width:170px;height:170px;position:absolute;top:0;right:0;overflow:hidden;z-index:9999}.fork-me{width:42px;height:42px;position:absolute;top:5px;right:5px;background-color:#a00000;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxOCIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDE4IDMyIj4KPGc+CjwvZz4KCTxwYXRoIGQ9Ik01LjE0MyAyNi4yODZxMC0wLjcxNC0wLjUtMS4yMTR0LTEuMjE0LTAuNS0xLjIxNCAwLjUtMC41IDEuMjE0IDAuNSAxLjIxNCAxLjIxNCAwLjUgMS4yMTQtMC41IDAuNS0xLjIxNHpNNS4xNDMgNS43MTRxMC0wLjcxNC0wLjUtMS4yMTR0LTEuMjE0LTAuNS0xLjIxNCAwLjUtMC41IDEuMjE0IDAuNSAxLjIxNCAxLjIxNCAwLjUgMS4yMTQtMC41IDAuNS0xLjIxNHpNMTYuNTcxIDhxMC0wLjcxNC0wLjUtMS4yMTR0LTEuMjE0LTAuNS0xLjIxNCAwLjUtMC41IDEuMjE0IDAuNSAxLjIxNCAxLjIxNCAwLjUgMS4yMTQtMC41IDAuNS0xLjIxNHpNMTguMjg2IDhxMCAwLjkyOS0wLjQ2NCAxLjcyM3QtMS4yNSAxLjI0MXEtMC4wMzYgNS4xMjUtNC4wMzYgNy4zOTMtMS4yMTQgMC42NzktMy42MjUgMS40NDYtMi4yODYgMC43MTQtMy4wMjcgMS4yNjh0LTAuNzQxIDEuNzg2djAuNDY0cTAuNzg2IDAuNDQ2IDEuMjUgMS4yNDF0MC40NjQgMS43MjNxMCAxLjQyOS0xIDIuNDI5dC0yLjQyOSAxLTIuNDI5LTEtMS0yLjQyOXEwLTAuOTI5IDAuNDY0LTEuNzIzdDEuMjUtMS4yNDF2LTE0LjY0M3EtMC43ODYtMC40NDYtMS4yNS0xLjI0MXQtMC40NjQtMS43MjNxMC0xLjQyOSAxLTIuNDI5dDIuNDI5LTEgMi40MjkgMSAxIDIuNDI5cTAgMC45MjktMC40NjQgMS43MjN0LTEuMjUgMS4yNDF2OC44NzVxMC45NjQtMC40NjQgMi43NS0xLjAxOCAwLjk4Mi0wLjMwNCAxLjU2Mi0wLjUyN3QxLjI1OS0wLjU1NCAxLjA1NC0wLjcwNSAwLjcyMy0wLjkxMSAwLjUtMS4yNDEgMC4xNTItMS42MzRxLTAuNzg2LTAuNDQ2LTEuMjUtMS4yNDF0LTAuNDY0LTEuNzIzcTAtMS40MjkgMS0yLjQyOXQyLjQyOS0xIDIuNDI5IDEgMSAyLjQyOXoiIGZpbGw9IiNmZmZmZmYiIC8+Cjwvc3ZnPg==");background-repeat:no-repeat;background-position:center center;overflow:hidden;white-space:nowrap}@media only screen and (min-width: 40.063em){.fork-me{width:auto;height:auto;top:40px;right:-55px;padding:2px 0;box-shadow:0 0 10px 0 #888888;background-color:#a00000;background-image:none !important;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.fork-me-link,.fork-me-link:link,.fork-me-link:visited,.fork-me-link:hover,.fork-me-link:focus,.fork-me-link:active{display:block;height:100%;text-decoration:none;border:none}@media only screen and (min-width: 40.063em){.fork-me-link,.fork-me-link:link,.fork-me-link:visited,.fork-me-link:hover,.fork-me-link:focus,.fork-me-link:active{font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;text-align:center;color:white;padding:10px 50px;border:1px solid white;text-shadow:0 0 5px #444444}}.fork-me-link:focus{text-decoration:underline}.fork-me-text{display:none}@media only screen and (min-width: 40.063em){.fork-me-text{display:inline}}.fork-me-dark{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxOCIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDE4IDMyIj4KPGc+CjwvZz4KCTxwYXRoIGQ9Ik01LjE0MyAyNi4yODZxMC0wLjcxNC0wLjUtMS4yMTR0LTEuMjE0LTAuNS0xLjIxNCAwLjUtMC41IDEuMjE0IDAuNSAxLjIxNCAxLjIxNCAwLjUgMS4yMTQtMC41IDAuNS0xLjIxNHpNNS4xNDMgNS43MTRxMC0wLjcxNC0wLjUtMS4yMTR0LTEuMjE0LTAuNS0xLjIxNCAwLjUtMC41IDEuMjE0IDAuNSAxLjIxNCAxLjIxNCAwLjUgMS4yMTQtMC41IDAuNS0xLjIxNHpNMTYuNTcxIDhxMC0wLjcxNC0wLjUtMS4yMTR0LTEuMjE0LTAuNS0xLjIxNCAwLjUtMC41IDEuMjE0IDAuNSAxLjIxNCAxLjIxNCAwLjUgMS4yMTQtMC41IDAuNS0xLjIxNHpNMTguMjg2IDhxMCAwLjkyOS0wLjQ2NCAxLjcyM3QtMS4yNSAxLjI0MXEtMC4wMzYgNS4xMjUtNC4wMzYgNy4zOTMtMS4yMTQgMC42NzktMy42MjUgMS40NDYtMi4yODYgMC43MTQtMy4wMjcgMS4yNjh0LTAuNzQxIDEuNzg2djAuNDY0cTAuNzg2IDAuNDQ2IDEuMjUgMS4yNDF0MC40NjQgMS43MjNxMCAxLjQyOS0xIDIuNDI5dC0yLjQyOSAxLTIuNDI5LTEtMS0yLjQyOXEwLTAuOTI5IDAuNDY0LTEuNzIzdDEuMjUtMS4yNDF2LTE0LjY0M3EtMC43ODYtMC40NDYtMS4yNS0xLjI0MXQtMC40NjQtMS43MjNxMC0xLjQyOSAxLTIuNDI5dDIuNDI5LTEgMi40MjkgMSAxIDIuNDI5cTAgMC45MjktMC40NjQgMS43MjN0LTEuMjUgMS4yNDF2OC44NzVxMC45NjQtMC40NjQgMi43NS0xLjAxOCAwLjk4Mi0wLjMwNCAxLjU2Mi0wLjUyN3QxLjI1OS0wLjU1NCAxLjA1NC0wLjcwNSAwLjcyMy0wLjkxMSAwLjUtMS4yNDEgMC4xNTItMS42MzRxLTAuNzg2LTAuNDQ2LTEuMjUtMS4yNDF0LTAuNDY0LTEuNzIzcTAtMS40MjkgMS0yLjQyOXQyLjQyOS0xIDIuNDI5IDEgMSAyLjQyOXoiIGZpbGw9IiMwMDAwMDAiIC8+Cjwvc3ZnPgo=")}.fork-me-left{left:0;right:auto}.fork-me-left .fork-me{left:5px;right:auto}@media only screen and (min-width: 40.063em){.fork-me-left .fork-me{left:-55px;right:auto;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.fork-me-fixed{position:fixed}
|
@ -1,67 +0,0 @@
|
||||
html,body {
|
||||
background: #EFF3F4;
|
||||
font-family: 'Open Sans', serif;
|
||||
}
|
||||
.hero-body .container {
|
||||
max-width: 900px;
|
||||
}
|
||||
.hero-body .title {
|
||||
color: hsl(192,17%,99%) !important;
|
||||
}
|
||||
.hero-body .subtitle {
|
||||
color: hsl(192,17%,99%) !important;
|
||||
padding-top: 2rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.features {
|
||||
padding: 5rem 0;
|
||||
}
|
||||
.box.cta {
|
||||
border-radius: 0;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
}
|
||||
.card-image > .fa {
|
||||
font-size: 8rem;
|
||||
padding-top: 2rem;
|
||||
padding-bottom: 2rem;
|
||||
color: #209cee;
|
||||
}
|
||||
.card-content .content {
|
||||
font-size: 14px;
|
||||
margin: 1rem 1rem;
|
||||
}
|
||||
.card-content .content h4 {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.card {
|
||||
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
.intro {
|
||||
padding: 5rem 0;
|
||||
text-align: center;
|
||||
}
|
||||
.sandbox {
|
||||
padding: 5rem 0;
|
||||
}
|
||||
.tile.notification {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
#hellopreloader>p{
|
||||
display:none;
|
||||
}
|
||||
#hellopreloader_preload{
|
||||
display: block;position: fixed;
|
||||
z-index: 99999;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-width: 1px;
|
||||
background: #59ABE3 url('/assets/img/oval.svg') center center no-repeat;
|
||||
background-size:63px;
|
||||
}
|
BIN
src/assets/img/en.png
Normal file
BIN
src/assets/img/en.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 531 B |
BIN
src/assets/img/ru.png
Normal file
BIN
src/assets/img/ru.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 328 B |
BIN
src/assets/img/valve.png
Normal file
BIN
src/assets/img/valve.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
7
src/assets/js/bootstrap.bundle.min.js
vendored
Normal file
7
src/assets/js/bootstrap.bundle.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
src/assets/js/bootstrap.bundle.min.js.map
Normal file
1
src/assets/js/bootstrap.bundle.min.js.map
Normal file
File diff suppressed because one or more lines are too long
35
src/assets/js/bootstrap.engine.dev.js
vendored
Normal file
35
src/assets/js/bootstrap.engine.dev.js
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
////////////////////////////
|
||||
// Sorry for my bad code. //
|
||||
////////////////////////////
|
||||
|
||||
$(document).ready(function(){
|
||||
//////////////////
|
||||
// Native js
|
||||
/////////////////
|
||||
|
||||
// Loader init
|
||||
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);
|
||||
};
|
||||
|
||||
//////////////////
|
||||
// jQuery js:
|
||||
//////////////////
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
// The following code is based off a toggle menu by @Bradcomp
|
||||
// source: https://gist.github.com/Bradcomp/a9ef2ef322a8e8017443b626208999c1
|
||||
(function() {
|
||||
var burger = document.querySelector('.burger');
|
||||
var menu = document.querySelector('#'+burger.dataset.target);
|
||||
burger.addEventListener('click', function() {
|
||||
burger.classList.toggle('is-active');
|
||||
menu.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);};
|
||||
})();
|
2
src/assets/js/jquery-3.3.1.min.js
vendored
Normal file
2
src/assets/js/jquery-3.3.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
338
src/index.html
338
src/index.html
@ -1,166 +1,210 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Metamod-r - (un)Official site</title>
|
||||
<link rel="stylesheet" href="/assets/css/fa-svg-with-js.css" crossorigin="anonymous" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
|
||||
<!-- Bulma Version 0.6.2 -->
|
||||
<link rel="stylesheet" href="/assets/css/bulma.css" crossorigin="anonymous" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/hero.css">
|
||||
</head>
|
||||
<body>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
|
||||
<div id="hellopreloader">
|
||||
<div id="hellopreloader_preload"></div>
|
||||
</div>
|
||||
<link rel="apple-touch-icon" href="/assets/img/valve.png" />
|
||||
<link rel="apple-touch-icon-precomposed" href="/assets/img/valve.png" />
|
||||
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="/favicon.ico" />
|
||||
<link rel="icon" type="image/png" href="/assets/img/valve.png" />
|
||||
|
||||
<section class="hero is-info is-medium is-bold">
|
||||
<div class="hero-head">
|
||||
<nav class="navbar">
|
||||
<div class="container">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="/">
|
||||
<img src="/assets/img/valve.svg" alt="Metamod-r" width="32" height="32">
|
||||
</a>
|
||||
<title>Metamod-r 🔥 Official site</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link type="text/css" href="https://bootswatch.com/4/superhero/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link type="text/css" href="/assets/css/bootstrap.cover.css" rel="stylesheet">
|
||||
<link type="text/css" href="/assets/css/bootstrap.engine.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for Fork Me On GitHub -->
|
||||
<link type="text/css" href="/assets/css/fork.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Font Awesome 5 -->
|
||||
<link rel="stylesheet" href="/assets/css/fa-svg-with-js.css" crossorigin="anonymous" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!--// Page loader -->
|
||||
<div id="hellopreloader">
|
||||
<div id="hellopreloader_preload"></div>
|
||||
</div>
|
||||
|
||||
<span class="navbar-burger burger" data-target="navbarMenu">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</span>
|
||||
</div>
|
||||
<div id="navbarMenu" class="navbar-menu">
|
||||
<div class="navbar-end">
|
||||
<a class="navbar-item is-active">
|
||||
<span class="icon">
|
||||
<i class="fas fa-home"></i>
|
||||
</span> Home
|
||||
<!--// Fork Me On GitHub Label -->
|
||||
<div class="fork-me-wrapper">
|
||||
<div class="fork-me">
|
||||
<a class="fork-me-link" href="https://github.com/theAsmodai/metamod-r" target="_blank">
|
||||
<span class="fork-me-text">Fork Me On GitHub</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cover-container d-flex h-100 p-3 mx-auto flex-column">
|
||||
<header class="masthead mb-auto">
|
||||
<div class="inner">
|
||||
<h3 class="masthead-brand">
|
||||
<img src="/assets/img/valve.svg" alt="Metamod-r" width="32" height="32">
|
||||
</h3>
|
||||
<nav class="nav nav-masthead justify-content-center">
|
||||
<li class="nav-link dropdown">
|
||||
<a class="dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<i class="fas fa-globe"></i>
|
||||
</a>
|
||||
<a class="navbar-item" href="https://github.com/theAsmodai/metamod-r/releases" target="_blank">
|
||||
<span class="icon">
|
||||
<i class="fas fa-download"></i>
|
||||
</span> Releases
|
||||
</a>
|
||||
<a class="navbar-item" href="https://github.com/theAsmodai/metamod-r/wiki" target="_blank">
|
||||
<span class="icon">
|
||||
<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">
|
||||
<i class="fab fa-github"></i>
|
||||
</span>
|
||||
<span>View Source</span>
|
||||
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||
<!--a class="dropdown-item" href="#">
|
||||
<img src="/assets/img/ru.png"> Russian
|
||||
</a-->
|
||||
<a class="dropdown-item" href="#">
|
||||
<img src="/assets/img/en.png"> English
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<a class="nav-link active" href="/">
|
||||
<i class="fas fa-home"></i> Home
|
||||
</a>
|
||||
<a class="nav-link" href="https://github.com/theAsmodai/metamod-r/releases" target="_blank">
|
||||
<i class="fas fa-download"></i> Releases
|
||||
</a>
|
||||
<a class="nav-link" href="https://github.com/theAsmodai/metamod-r/wiki" target="_blank">
|
||||
<i class="fas fa-book"></i> Documentation
|
||||
</a>
|
||||
<a class="nav-link" href="https://github.com/theAsmodai/metamod-r/issues/new" target="_blank">
|
||||
<i class="fas fa-exclamation-circle"></i> New issue
|
||||
</a>
|
||||
</nav>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<h1 class="title">
|
||||
<img src="/assets/img/valve.svg" alt="Metamod-r" width="32" height="32"> <strong>Metamod-r</strong>
|
||||
</header>
|
||||
|
||||
<main role="main" class="inner cover">
|
||||
<h1 class="cover-heading text-center">
|
||||
<img src="/assets/img/valve.svg" alt="Metamod-r" width="32" height="32"> <strong>Metamod-r</strong>...
|
||||
</h1>
|
||||
<span class="subtitle">
|
||||
<p> <strong>Metamod-r</strong> is based on the original version of <span class="button is-white is-outlined is-small"><a href="http://metamod.org/"><i class="fas fa-link"></i> Metamod</a></span> written by <span class="button is-white is-outlined is-small"><a href="mailto:willday@metamod.org"><i class="fas fa-user"></i> Will Day</a></span> for Half-Life 1 with some improvements from <span class="button is-white is-outlined is-small"><a href="https://github.com/jkivilin"><i class="fas fa-user"></i> Jussi Kivilinna</a></span> (Developer of <span class="button is-white is-outlined is-small"><a href="https://github.com/jkivilin/metamod-p"><i class="fab fa-github"></i> Metamod-p</a></span>).</p>
|
||||
<p> </p>
|
||||
<p> This product contains a large number of performance optimizations and more pure code. The core was written using JIT compiler.</p>
|
||||
<p> </p>
|
||||
<p> Metamod-r is incompatible with original <span class="button is-white is-outlined is-small"><a href="https://developer.valvesoftware.com/wiki/Half-Life_Dedicated_Server"><i class="fas fa-link"></i> HLDS</a></span>. It's necessary to have installed <span class="button is-white is-outlined is-small"><a href="https://github.com/dreamstalker/ReHLDS"><i class="fab fa-github"></i> ReHLDS (API 3.1+)</a></span>. There is no guarantee that the product will work in a different environment.</p>
|
||||
<p> </p>
|
||||
<p>Distributed under
|
||||
<a 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>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="container">
|
||||
<div class="columns features">
|
||||
<div class="column is-6">
|
||||
<div class="card">
|
||||
<div class="card-image has-text-centered">
|
||||
<i class="fas fa-medkit"></i> <strong>Project's Health</strong>
|
||||
<p class="lead">...is based on the original version of
|
||||
<span class="btn btn-sm btn-outline-secondary">
|
||||
<a href="http://metamod.org/" target="_blank">
|
||||
<i class="fas fa-link"></i> Metamod
|
||||
</a>
|
||||
</span> written by
|
||||
<span class="btn btn-sm btn-outline-secondary">
|
||||
<a href="mailto:willday@metamod.org" target="_blank">
|
||||
<i class="fas fa-user"></i> Will Day
|
||||
</a>
|
||||
</span> for Half-Life 1 with some improvements from
|
||||
<span class="btn btn-sm btn-outline-secondary">
|
||||
<a href="https://github.com/jkivilin" target="_blank">
|
||||
<i class="fas fa-user"></i> Jussi Kivilinna
|
||||
</a>
|
||||
</span> (Developer of
|
||||
<span class="btn btn-sm btn-outline-secondary">
|
||||
<a href="https://github.com/jkivilin/metamod-p" target="_blank">
|
||||
<i class="fab fa-github"></i> Metamod-p
|
||||
</a>
|
||||
</span>). This product contains a large number of performance optimizations and more pure code. The core was written using JIT compiler.
|
||||
</p>
|
||||
|
||||
<p class="lead">Metamod-r is incompatible with original
|
||||
<span class="btn btn-sm btn-outline-secondary">
|
||||
<a href="https://developer.valvesoftware.com/wiki/Half-Life_Dedicated_Server" target="_blank">
|
||||
<i class="fas fa-link"></i> HLDS
|
||||
</a>
|
||||
</span>. It's necessary to have installed
|
||||
<span class="btn btn-sm btn-outline-secondary">
|
||||
<a href="https://github.com/dreamstalker/ReHLDS" target="_blank">
|
||||
<i class="fab fa-github"></i> ReHLDS (API 3.1+)
|
||||
</a>
|
||||
</span>. There is no guarantee that the product will work in a different environment.
|
||||
</p>
|
||||
|
||||
<p class="lead">Distributed under
|
||||
<a 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>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<div class="card text-center bg-dark text-white border border-white">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">
|
||||
<strong><i class="fas fa-medkit"></i> Project's Health</strong>
|
||||
</h5>
|
||||
<p class="card-text">
|
||||
<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>
|
||||
</div>
|
||||
<div class="card-content has-text-centered">
|
||||
<div class="content">
|
||||
<p>
|
||||
<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 class="col-sm-6">
|
||||
<div class="card text-center bg-dark text-white border border-white">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title"><strong><i class="fas fa-cloud-download-alt"></i> CI Download</strong></h5>
|
||||
<p class="card-text">
|
||||
<!--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 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 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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="column is-6">
|
||||
<div class="card">
|
||||
<div class="card-image has-text-centered">
|
||||
<i class="fas fa-cloud-download-alt"></i> <strong>CI Download</strong>
|
||||
<footer class="mastfoot mt-auto text-center">
|
||||
<div class="inner">
|
||||
<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, <a href="#" data-toggle="modal" data-target="#aboutModal">0.0.0.3</a>.</p>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Modal -->
|
||||
<div class="modal fade bg-dark" id="aboutModal" tabindex="-1" role="dialog" aria-labelledby="aboutModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="aboutModalLabel">About</h5>
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="card-content">
|
||||
<div class="content has-text-centered">
|
||||
<p>
|
||||
<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 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 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>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
ASAP
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary btn-lg btn-block" data-dismiss="modal">OK</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="content has-text-centered">
|
||||
<p>Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank"><img src="https://img.shields.io/badge/License-CC%203.0%20BY-orange.svg?longCache=true&style=flat-square"></a></p>
|
||||
<p>
|
||||
<strong>Bulma Templates</strong> by <a href="https://github.com/dansup/bulma-templates">
|
||||
<i class="fab fa-github"></i>
|
||||
Daniel Supernault</a>. The source code
|
||||
<a href="https://github.com/dansup/bulma-templates/blob/master/LICENSE"><img src="https://img.shields.io/badge/Licelnse-MIT-brightgreen.svg?longCache=true&style=flat-square"></a>.
|
||||
</p>
|
||||
<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.2</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<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>
|
||||
|
||||
|
||||
<!-- Bootstrap core JavaScript
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="/assets/js/jquery-3.3.1.min.js"></script>
|
||||
<script src="/assets/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="/assets/js/bootstrap.engine.dev.js"></script>
|
||||
<script defer src="/assets/js/fontawesome.all.js" crossorigin="anonymous"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user