Rebrand project from Indestructables to Structables
Updated the project name and references across various files, including README, template headers, and footers to reflect the rebranding from 'Indestructables' to 'Structables'. The favicon has been removed, and the main logo updated to align with the new branding. The commit modifies links to the source code repository as part of rebranding efforts. This change creates a clear distinction from the upstream project while maintaining acknowledgments to the original sources.
This commit is contained in:
parent
232a1504fb
commit
c8cb88e3b7
8 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
<div align="center">
|
||||
<img src="static/img/logo.png">
|
||||
<h1>Indestructables</h1>
|
||||
<h1>Structables</h1>
|
||||
An open source alternative front-end to Instructables. This is a fork of <a href="https://codeberg.org/indestructables/indestructables">snowcatridge10's Indestructables</a> to get rid of Selenium. Indestructables itself is a fork of <a href="https://git.vern.cc/cobra/Destructables">Cobra's Destructables</a>.
|
||||
|
||||
<ul>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.1 KiB |
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 24 KiB |
BIN
static/img/logo_lg.png
Normal file
BIN
static/img/logo_lg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 891 KiB |
|
@ -2,12 +2,12 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>{% if title %}{{ title }} - {% endif %}Indestructables</title>
|
||||
<title>{% if title %}{{ title }} - {% endif %}Structables</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='dist/css/bootstrap.min.css') }}">
|
||||
<link rel="icon" type="image/png" href="{{ url_for('static', filename='img/favicon.png') }}">
|
||||
<link rel="icon" type="image/png" href="{{ url_for('static', filename='img/logo.png') }}">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<footer>
|
||||
<hr>
|
||||
<center>
|
||||
<p><a href="https://kumig.it/PrivateCoffee/indestructables">Modified Source Code (AGPLv3)</a></p>
|
||||
<p><a href="https://codeberg.org/indestructables/indestructables">Original Indestructables Source Code (AGPLv3)</a></p>
|
||||
<p><a href="https://git.vern.cc/cobra/Destructables">Original Destructables Source Code (AGPLv3)</a></p>
|
||||
<p><a href="https://kumig.it/PrivateCoffee/structables">Structables Code (AGPLv3)</a></p>
|
||||
<p><a href="https://codeberg.org/indestructables/indestructables">Indestructables Source Code (AGPLv3)</a></p>
|
||||
<p><a href="https://git.vern.cc/cobra/Destructables">Destructables Source Code (AGPLv3)</a></p>
|
||||
<p><a href="/privacypolicy">View privacy policy.</a></p>
|
||||
</center>
|
||||
</footer>
|
|
@ -1,7 +1,7 @@
|
|||
<header>
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||
<a class="navbar-brand" href="/">
|
||||
<img src="/static/img/logo.png" alt="Indestructables" height="75px" />
|
||||
<img src="/static/img/logo.png" alt="Structables" height="75px" />
|
||||
</a>
|
||||
<div class="container-fluid">
|
||||
<div class="row flex-grow-1">
|
||||
|
|
Loading…
Reference in a new issue