mirror of
https://github.com/seigler/awesome-dash-platform
synced 2025-07-27 06:36:08 +00:00
Base HTML: Update links
This commit is contained in:
parent
894b21886d
commit
98b9ef6b28
1 changed files with 11 additions and 4 deletions
|
@ -7,9 +7,9 @@
|
|||
<body>
|
||||
<div class="charcoal sans-serif w-90 mw9 center">
|
||||
<nav class="montserrat mv4 fw6 flex-wrap ttu tracked sans-serif flex flex-between">
|
||||
<a href="{{ .Site.BaseURL }}/" 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">
|
||||
<h1 class="f3 white">Awesome Dash Platform</h1>
|
||||
<h1 class="f3 white">Dash Platform</h1>
|
||||
</a>
|
||||
|
||||
{{ range (where .Site.Pages "Type" "category") }}
|
||||
|
@ -21,11 +21,18 @@
|
|||
{{ end }}
|
||||
</nav>
|
||||
|
||||
<nav class="montserrat mv4 fw6 flex-wrap ttu tracked sans-serif flex flex-between">
|
||||
<a href="/index.html"
|
||||
class="flex-grow-1 flex items-center justify-center white no-underline pa2 bg-animate dib bg-blue hover-aqua">
|
||||
Dash Platform is now testing on EvoNet! Join the Developer Discord
|
||||
</a>
|
||||
</nav>
|
||||
{{ template "main" . }}
|
||||
|
||||
<footer class="mv4 montserrat ttu tc snow tracked b">
|
||||
<a target="_blank" href="https://github.com/andyfreer/awesome-dash-platform" class="snow no-underline">GitHub</a> |
|
||||
<a target="_blank" href="https://github.com/iandyfreer/awesome-dash-platform/blob/master/CONTRIBUTING.md" class="snow no-underline"> Get Listed</a> |
|
||||
<a target="_blank" href="https://dashdevs.org" class="snow no-underline">Discord</a> |
|
||||
<a target="_blank" href="https://github.com/andyfreer/awesome-dash-platform" class="snow no-underline">Source</a> |
|
||||
<a target="_blank" href="https://github.com/andyfreer/awesome-dash-platform/blob/master/CONTRIBUTING.md" class="snow no-underline"> Get Listed</a> |
|
||||
<a target="_blank" href="https://www.dash.org" class="snow no-underline">Dash.org</a>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue