5-72

5-72 helps novice musicians master sound engineering by analyzing the FX chains of world-famous artists
Log | Files | Refs

commit 59a9c0b873d0f86728c9d7ad02e460b863668092
parent dd15a5dc478bae6e0a392a50c7712c5d6fddfe16
Author: ismaildalgatov <encryptedtears@gmail.com>
Date:   Thu, 13 May 2021 16:14:09 +0300

Updated website content

Diffstat:
D.github/FUNDING.yml | 12------------
Mmaterial/overrides/home.html | 4++--
Mmaterial/partials/footer.html | 5++++-
3 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml @@ -1,12 +0,0 @@ -# These are supported funding model platforms - -github: # -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/material/overrides/home.html b/material/overrides/home.html @@ -12,8 +12,8 @@ <img src="assets/images/illustration.png" alt="" width="1659" height="1200" draggable="false"> </div>--> <div class="mdx-hero__content"> - <!--<h1></h1> - <p>{{ config.site_description }}.</p>--> + <h1>Everything has its own chain</h1> + <p>Threat digital-world as analog.</p>--> <a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | e }}" class="md-button md-button--primary"> About 5-72 </a> diff --git a/material/partials/footer.html b/material/partials/footer.html @@ -45,7 +45,10 @@ {{ config.copyright }} </div> {% endif %} - All rights reserved + <a href="https://github.com/ismaildalgatov/5-72/blob/main/LICENCE" target="_blank" rel="noopener"> + 5-72 CC-BY-4.0 License. + </a> + All other trademarks are property of their respective owners {{ extracopyright }} </div> {% include "partials/social.html" %}