Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Reduce Repo Redundancy 1 (#118)
Browse files Browse the repository at this point in the history
* Add artwork_url

* Remove beep banner

* Remove poorly formatted avatars

* Remove spaced man

* Remove background stars

* Remove logos

* Delete favicon.ico

* Update .ico file

* Delete logo.png
  • Loading branch information
cosmiccoincidence committed Oct 13, 2023
1 parent 1288910 commit 5760394
Show file tree
Hide file tree
Showing 19 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<img src="{{ site.baseurl }}/assets/img/404.png" alt="404">
</div>
<div class="image-stack_item image-stack_bottom">
<img src="{{ site.baseurl }}/assets/img/Spaced404.png" alt="Spaced" width="170px">
<img src="{{ site.artwork_url }}/Cutouts/Avatars/Uncropped/Spaced.png" alt="Spaced" width="170px">
</div>
</div>

Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
url: "https://ss3d.space" # the base hostname & protocol for your site, e.g. http://example.com
discord_url: https://discord.gg/3ny9tdH
github_url: https://github.com/RE-SS3D
artwork_url: https://raw.githubusercontent.com/RE-SS3D/SS3D-Art/main/Artwork
gitbook_url: https://ss3d.gitbook.io
google_drive_url: https://drive.google.com/drive/folders/16WCAVGAE_lPYF5l9avK2C0o045xNx0zI?usp=sharing
trello_url: https://trello.com/ress3d
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<header class="header">
<div class="image">
<img src="{{ site.baseurl}}/assets/img/SS3D.png" alt="SPACE STATION 3D">
<img src="{{ site.artwork_url}}/Logos/SS3D/SpaceStation3D.png" alt="SPACE STATION 3D">
</div>
</header>
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="{{ site.baseurl}}/css/style.css">
<link rel="shortcut icon" type="image/x-icon" href="{{ site.baseurl}}/favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="{{ site.baseurl}}/toolbox.ico">
<script>
// Function to keep the navigation bars scroll offset when changing pages.
setScroll = function(url, scroll) {
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-03-30-23.03.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ Did you really expect this masterful render to be done by anyone other **Probabl
And **CosmicCoincidence** made a 3D variant of SS13's classic logo and some banners using previously submitted wallpapers.

<div class='horizontal-2' markdown='1'>
{% responsive_image path: assets/img/SS3D.png %}
{% responsive_image path: assets/img/SS3Dsmall.png %}
{% responsive_image path: {{ site.artwork_url}}/Logos/SS3D/SpaceStation3D.png %}
{% responsive_image path: {{ site.artwork_url}}/Logos/SS3D/SS3D.png %}
</div>

<img src="https://raw.githubusercontent.com/RE-SS3D/SS3D-Art/main/Artwork/Banners/BorderedBanners/SS3DBanner1.png" alt="SS3D Banner 1">
Expand Down
2 changes: 1 addition & 1 deletion _sass/background.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ body {
&::before {
content: " ";
display: block;
background: url("/assets/img/stars.png");
background: url("{{ site.artwork_url }}/Wallpapers/Square/Space/Stars.png");
opacity: 0.1;
top: 0;
left: 0;
Expand Down
Binary file removed assets/img/Engineer.png
Binary file not shown.
Binary file removed assets/img/SS3D.png
Binary file not shown.
Binary file removed assets/img/SS3Dsmall.png
Binary file not shown.
Binary file removed assets/img/Spaced404.png
Binary file not shown.
Binary file removed assets/img/Writer.png
Binary file not shown.
Binary file removed assets/img/beep.png
Binary file not shown.
Binary file removed assets/img/logo.png
Binary file not shown.
Binary file removed assets/img/stars.png
Binary file not shown.
4 changes: 0 additions & 4 deletions contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ title: Contribute
permalink: /contribute/
---

<div class="image-float_right">
<img src="{{ site.baseurl}}/assets/img/Engineer.png" alt="Engineer" width="300px">
</div>

### How to contribute:

There are 2 primary ways you can contribute;
Expand Down
2 changes: 1 addition & 1 deletion download.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ release_latest: 0.0.6.7
<div class="container">
<div>
<picture class="logo">
<img src="{{ site.baseurl }}/assets/img/beep.png" alt="beep">
<img src="{{ site.artwork_url }}/Banners/ClassicBanners/BeepBanner.png" alt="beep banner">
</picture>
</div>
<meta http-equiv="refresh" content="5; URL={{ site.github_url }}/SS3D/releases/download/{{ page.release_latest }}/SS3D_{{ page.release_latest }}.zip" />
Expand Down
4 changes: 0 additions & 4 deletions faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ title: FAQ
permalink: /faq/
---

<div class="image-float_right">
<img src="{{ site.baseurl}}/assets/img/Writer.png" alt="Writer" width="400px">
</div>

## What is SS3D?

Yet another Space Station 13 remake...<br>
Expand Down
Binary file removed favicon.ico
Binary file not shown.
Binary file added toolbox.ico
Binary file not shown.

0 comments on commit 5760394

Please sign in to comment.