Browse Source

Properly organize assets

master
parent
commit
f1be81605f
7 changed files with 6 additions and 6 deletions
  1. +0
    -0
      assets/css/style.css
  2. +0
    -0
      assets/img/connections-gordon-johnson-pixabay.svg
  3. BIN
      assets/img/logo.png
  4. BIN
      assets/tgz/logos.tar.gz
  5. +1
    -1
      communities/index.php
  6. +4
    -4
      index.html
  7. +1
    -1
      v3/index.html

styles.css → assets/css/style.css View File


connections-gordon-johnson-pixabay.svg → assets/img/connections-gordon-johnson-pixabay.svg View File


BIN
assets/img/logo.png View File

Before After
Width: 350  |  Height: 110  |  Size: 6.3 KiB

BIN
assets/tgz/logos.tar.gz View File


+ 1
- 1
communities/index.php View File

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


+ 4
- 4
index.html View File

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


+ 1
- 1
v3/index.html View File

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


Loading…
Cancel
Save