readme fix
migrated to fa 5.x
This commit is contained in:
STAM 2018-03-23 15:02:13 +03:00
parent 427ba82ba9
commit 7bc8a63a46
3 changed files with 8 additions and 97 deletions

View File

@ -2,5 +2,5 @@
Site's repo
[![CSS](https://img.shields.io/badge/css--framework-bulma.io-green.svg?longCache=true&style=flat-square)](https://github.com/jgthms/bulma) [![Template](https://img.shields.io/badge/Template-bulma.io--Hero-green.svg?longCache=true&style=flat-square)](https://github.com/dansup/bulma-templates) [![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)
[![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-bulma.io--Hero-ff69b4.svg?longCache=true&style=flat-square)](https://github.com/dansup/bulma-templates) [![Icons](https://img.shields.io/badge/Icons-Font%20Awesome%205.8.0-ff69b4.svg?longCache=true&style=flat-square)](https://github.com/FortAwesome/Font-Awesome) [![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)

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
<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</title>
<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 -->
@ -41,7 +41,7 @@
<span class="navbar-item">
<a class="button is-white is-outlined is-small" href="https://github.com/theAsmodai/metamod-r">
<span class="icon">
<i class="fa fa-github"></i>
<i class="fab fa-github"></i>
</span>
<span>View Source</span>
</a>
@ -75,7 +75,7 @@
<div class="column is-4">
<div class="card">
<div class="card-image has-text-centered">
<i class="fa fa-paw"></i>
<i class="fas fa-paw"></i>
</div>
<div class="card-content">
<div class="content">
@ -89,7 +89,7 @@
<div class="column is-4">
<div class="card">
<div class="card-image has-text-centered">
<i class="fa fa-id-card-o"></i>
<i class="fas fa-id-card"></i>
</div>
<div class="card-content">
<div class="content">
@ -103,7 +103,7 @@
<div class="column is-4">
<div class="card">
<div class="card-image has-text-centered">
<i class="fa fa-rocket"></i>
<i class="fas fa-rocket"></i>
</div>
<div class="card-content">
<div class="content">
@ -225,14 +225,14 @@
</p>
<p>
<a class="icon" href="https://github.com/dansup/bulma-templates">
<i class="fa fa-github"></i>
<i class="fab fa-github"></i>
</a>
</p>
</div>
</div>
</footer>
<script async type="text/javascript" src="/assets/js/bulma.js"></script>
<script defer src="/assets/js/fa-v4-shims.js" crossorigin="anonymous"></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>
</html>