4
0
Fork 1

Properly organize assets

Esse commit está contido em:
Diogo Peralta Cordeiro 2021-03-31 13:47:00 +01:00
commit f1be81605f
7 arquivos alterados com 6 adições e 6 exclusões

Ver arquivo

Antes

Largura:  |  Altura:  |  Tamanho: 102 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 102 KiB

BIN
assets/img/logo.png Normal file

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 6.3 KiB

BIN
assets/tgz/logos.tar.gz Normal file

Arquivo binário não exibido.

Ver arquivo

@ -8,7 +8,7 @@
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.5/build/pure-min.css">
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.5/build/grids-responsive-min.css">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="../styles.css">
<link rel="stylesheet" href="/assets/css/style.css">
<style>
.content-wrapper {
top: 2em;

Ver arquivo

@ -8,7 +8,7 @@
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.5/build/pure-min.css">
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.5/build/grids-responsive-min.css">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="/assets/css/style.css">
</head>
<body>
@ -26,7 +26,7 @@
<div class="splash-container">
<div class="splash">
<h1 class="splash-head">
<a href="#"><img src="https://gnusocial.network/assets/img/logo.png" alt="GNU social"></a>
<a href="#"><img src="/assets/img/logo.png" alt="GNU social"></a>
</h1>
<p class="splash-subhead">
The free software social networking platform.
@ -79,7 +79,7 @@
</div>
<div class="ribbon l-box-lrg pure-g">
<div class="l-box-lrg is-center pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<img width="300" alt="File Icons" class="pure-img-responsive" src="connections-gordon-johnson-pixabay.svg">
<img width="300" alt="File Icons" class="pure-img-responsive" src="/assets/img/connections-gordon-johnson-pixabay.svg">
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-u-lg-3-5">
@ -115,7 +115,7 @@
<div class="l-box-lrg pure-u-1 pure-u-md-1-3">
<h4>Tell Others</h4>
<p><a href="assets/zip/logos.tar.gz">gs-logos.tar.gz</a> (14.2 kB)</p>
<p><a href="assets/tgz/logos.tar.gz">gs-logos.tar.gz</a> (14.2 kB)</p>
</p>
</div>
</div>

Ver arquivo

@ -8,7 +8,7 @@
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.5/build/pure-min.css">
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.5/build/grids-responsive-min.css">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="../styles.css">
<link rel="stylesheet" href="/assets/css/style.css">
<style>
.content-wrapper {
top: 2em;