|
@ -1,3 +1,4 @@
|
|||
*~
|
||||
_site/
|
||||
.sass-cache/
|
||||
node_modules/
|
||||
|
|
|
@ -9,7 +9,7 @@ The official Minetest website, living at [minetest.net](http://minetest.net).
|
|||
* Uses FastClick for removing tap delay on mobile devices.
|
||||
* Smooth scrolling to sections.
|
||||
* Dynamic "back to top" button.
|
||||
* Resposnive site and favicon.
|
||||
* Responsive site and favicon.
|
||||
|
||||
# Workflow
|
||||
|
||||
|
|
|
@ -8,23 +8,23 @@
|
|||
<link rel="stylesheet" href="/lib/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/main.min.css">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/favicon-194x194.png" sizes="194x194">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
|
||||
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192">
|
||||
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/media/favicon/57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/media/favicon/60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/media/favicon/72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/media/favicon/76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="/media/favicon/114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/media/favicon/120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/media/favicon/144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/media/favicon/152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/media/favicon/180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/media/favicon/32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="194x194" href="/media/favicon/194x194.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="/media/favicon/96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="/media/favicon/192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/media/favicon/16x16.png">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
|
||||
<meta name="msapplication-TileImage" content="/media/favicon/144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<script type="text/javascript">
|
||||
var _paq = _paq || [];
|
||||
|
|
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 3.8 KiB |
|
@ -2,10 +2,10 @@
|
|||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square70x70logo src="/mstile-70x70.png"/>
|
||||
<square150x150logo src="/mstile-150x150.png"/>
|
||||
<square310x310logo src="/mstile-310x310.png"/>
|
||||
<wide310x150logo src="/mstile-310x150.png"/>
|
||||
<square70x70logo src="/media/favicon/70x70.png"/>
|
||||
<square150x150logo src="/media/favicon/150x150.png"/>
|
||||
<square310x310logo src="/media/favicon/310x310.png"/>
|
||||
<wide310x150logo src="/media/favicon/310x150.png"/>
|
||||
<TileColor>#f2f2f2</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
|
|
|
@ -2,37 +2,37 @@
|
|||
"name": "minetest.net",
|
||||
"icons": [
|
||||
{
|
||||
"src": "\/android-chrome-36x36.png",
|
||||
"src": "\/media\/favicon\/36x36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image\/png",
|
||||
"density": "0.75"
|
||||
},
|
||||
{
|
||||
"src": "\/android-chrome-48x48.png",
|
||||
"src": "\/media\/favicon\/48x48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image\/png",
|
||||
"density": "1.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-chrome-72x72.png",
|
||||
"src": "\/media\/favicon\/72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image\/png",
|
||||
"density": "1.5"
|
||||
},
|
||||
{
|
||||
"src": "\/android-chrome-96x96.png",
|
||||
"src": "\/media\/favicon\/96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image\/png",
|
||||
"density": "2.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-chrome-144x144.png",
|
||||
"src": "\/media\/favicon\/144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image\/png",
|
||||
"density": "3.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-chrome-192x192.png",
|
||||
"src": "\/media\/favicon\/192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png",
|
||||
"density": "4.0"
|
||||
|
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 588 B After Width: | Height: | Size: 588 B |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 3.6 KiB |