4
0
Fork 1

Properly organize assets

Dieser Commit ist enthalten in:
Diogo Peralta Cordeiro 2021-03-31 13:47:00 +01:00
Ursprung f825916f11
Commit f1be81605f
7 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen

Datei anzeigen

Vorher

Breite:  |  Höhe:  |  Größe: 102 KiB

Nachher

Breite:  |  Höhe:  |  Größe: 102 KiB

BIN
assets/img/logo.png Normale Datei

Binäre Datei nicht angezeigt.

Nachher

Breite:  |  Höhe:  |  Größe: 6.3 KiB

BIN
assets/tgz/logos.tar.gz Normale Datei

Binäre Datei nicht angezeigt.

Datei anzeigen

@ -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;

Datei anzeigen

@ -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>

Datei anzeigen

@ -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;