Replace some IPFS references

This commit is contained in:
Andy Freer 2020-02-09 22:55:03 +00:00
parent fa959af6ea
commit 36d2f8807a
4 changed files with 4 additions and 5 deletions

2
package-lock.json generated
View file

@ -1,5 +1,5 @@
{ {
"name": "awesome-ipfs", "name": "awesome-dash-platform",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,

View file

@ -1,5 +1,5 @@
{ {
"name": "awesome-ipfs", "name": "awesome-dash-platform",
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"dependencies": { "dependencies": {

View file

@ -3,7 +3,7 @@ relativeurls: true
languageCode: en languageCode: en
pluralizelisttitles: false pluralizelisttitles: false
removePathAccents: true removePathAccents: true
title: Awesome IPFS title: Awesome Dash Platform
disableKinds: disableKinds:
- taxonomyTerm - taxonomyTerm
@ -11,4 +11,3 @@ disableKinds:
params: params:
Description: >- Description: >-
Useful resources for building things on top of Dash Platform Useful resources for building things on top of Dash Platform
image: /images/banner.png

View file

@ -7,7 +7,7 @@
<div class="charcoal sans-serif w-90 mw9 center"> <div class="charcoal sans-serif w-90 mw9 center">
<nav class="montserrat mv4 fw6 flex-wrap ttu tracked sans-serif flex flex-between"> <nav class="montserrat mv4 fw6 flex-wrap ttu tracked sans-serif flex flex-between">
<a href="{{ .Site.BaseURL }}/index.html" class="w-100 w-auto-l flex items-center pv3 pv0-l mr3 flex-grow-1 flex items-center justify-center justify-start-l no-underline" > <a href="{{ .Site.BaseURL }}/index.html" class="w-100 w-auto-l flex items-center pv3 pv0-l mr3 flex-grow-1 flex items-center justify-center justify-start-l no-underline" >
<img alt="IPFS" src="{{ .Site.BaseURL }}/images/brand/Dash-D-white_on_blue_circle_s.png" class="w3 h3 mr3"> <img alt="Dash" src="{{ .Site.BaseURL }}/images/brand/Dash-D-white_on_blue_circle_s.png" class="w3 h3 mr3">
<h1 class="f3 white">Dash Platform</h1> <h1 class="f3 white">Dash Platform</h1>
</a> </a>