Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabreznik committed Jan 19, 2022
1 parent 3308e82 commit 2a903c3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
downloads/
blob/master/downloads/
scss/styleguide.scss
index.html
/site
10 changes: 5 additions & 5 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</symbol></svg> <header class="sg-header">
<div class="sg-container">
<a href="/" class="dat-logo">
<img src="downloads/dat-hexagon.svg" />
<img src="blob/master/downloads/dat-hexagon.svg" />
Dat <span>Design</span>
</a>
</div>
Expand All @@ -96,21 +96,21 @@ <h2>Dat Logo</h2>
<h3 class="hd-xxs sg-label">Dat Data Logo</h3>
<div class="sg-subsection">
<p>
<img src="downloads/dat-logo.svg" alt="Dat Data Logo" class="sg-subsection__img" />
<img src="blob/master/downloads/dat-logo.svg" alt="Dat Data Logo" class="sg-subsection__img" />
This is the Dat logo. Only use it when it can be displayed at least 60px tall, in order to keep the text legible.
</p>
<p>
<a href="downloads/dat-logo.svg">Download .svg</a> | <a href="downloads/dat-logo.png">Download .png</a>
<a href="blob/master/downloads/dat-logo.svg">Download .svg</a> | <a href="blob/master/downloads/dat-logo.png">Download .png</a>
</p>
</div>
<h3 class="hd-xxs sg-label">Dat Hexagon</h3>
<div class="sg-subsection">
<p>
<img src="downloads/dat-hexagon.svg" alt="Dat Hexagon" class="sg-subsection__img" />
<img src="blob/master/downloads/dat-hexagon.svg" alt="Dat Hexagon" class="sg-subsection__img" />
Use the plain hexagon without text when the logo is displayed in small sizes, e.g. in small header bars or favicons.
</p>
<p>
<a href="downloads/dat-hexagon.svg">Download .svg</a> | <a href="downloads/dat-hexagon.png">Download .png</a>
<a href="blob/master/downloads/dat-hexagon.svg">Download .svg</a> | <a href="blob/master/downloads/dat-hexagon.png">Download .png</a>
</p>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</symbol></svg> <header class="sg-header">
<div class="sg-container">
<h1>
<img src="../downloads/dat-hexagon.svg" style="width: 34px;">
<img src="https://raw.githubusercontent.com/dat-ecosystem-archive/design/92ea62454a58219634aae4e205b51038c3ebe6d6/downloads/dat-hexagon.svg" style="width: 34px;">
dat <span>design</span>
</h1>
</div>
Expand All @@ -86,21 +86,21 @@ <h2>Dat Logo</h2>
<h3 class="hd-xxs sg-label">Dat Data Logo</h3>
<div class="sg-subsection">
<p>
<img src="../downloads/dat-logo.svg" alt="Dat Data Logo" class="sg-subsection__img" />
<img src="https://raw.githubusercontent.com/dat-ecosystem-archive/design/92ea62454a58219634aae4e205b51038c3ebe6d6/downloads/dat-logo.svg" alt="Dat Data Logo" class="sg-subsection__img" />
This is the Dat logo. It consists of the hexagon in Dat green and the centered "dat DATA" set in Source Sans. Only use it when it can be displayed at least 60px tall, in order to keep the text legible.
</p>
<p>
<a href="../downloads/dat-logo.svg">Download .svg</a> | <a href="../downloads/dat-logo.png">Download .png</a>
<a href="https://raw.githubusercontent.com/dat-ecosystem-archive/design/92ea62454a58219634aae4e205b51038c3ebe6d6/downloads/dat-logo.svg">Download .svg</a> | <a href="https://raw.githubusercontent.com/dat-ecosystem-archive/design/92ea62454a58219634aae4e205b51038c3ebe6d6/downloads/dat-logo.png">Download .png</a>
</p>
</div>
<h3 class="hd-xxs sg-label">Dat Hexagon</h3>
<div class="sg-subsection">
<p>
<img src="../downloads/dat-hexagon.svg" alt="Dat Hexagon" class="sg-subsection__img" />
<img src="https://raw.githubusercontent.com/dat-ecosystem-archive/design/92ea62454a58219634aae4e205b51038c3ebe6d6/downloads/dat-hexagon.svg" alt="Dat Hexagon" class="sg-subsection__img" />
Use the green hexagon without text when the logo is displayed in small sizes, e.g. in small header bars or favicons.
</p>
<p>
<a href="../downloads/dat-hexagon.svg">Download .svg</a> | <a href="../downloads/dat-hexagon.png">Download .png</a>
<a href="https://raw.githubusercontent.com/dat-ecosystem-archive/design/92ea62454a58219634aae4e205b51038c3ebe6d6/downloads/dat-hexagon.svg">Download .svg</a> | <a href="https://raw.githubusercontent.com/dat-ecosystem-archive/design/92ea62454a58219634aae4e205b51038c3ebe6d6/downloads/dat-hexagon.png">Download .png</a>
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<header class="sg-header">
<div class="sg-container">
<a href="/" class="dat-logo">
<img src="downloads/dat-hexagon.svg" />
<img src="blob/master/downloads/dat-hexagon.svg" />
Dat <span>Design</span>
</a>
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/templates/logo.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
<h3 class="hd-xxs sg-label">Dat Data Logo</h3>
<div class="sg-subsection">
<p>
<img src="downloads/dat-logo.svg" alt="Dat Data Logo" class="sg-subsection__img" />
<img src="blob/master/downloads/dat-logo.svg" alt="Dat Data Logo" class="sg-subsection__img" />
This is the Dat logo. Only use it when it can be displayed at least 60px tall, in order to keep the text legible.
</p>
<p>
<a href="downloads/dat-logo.svg">Download .svg</a> | <a href="downloads/dat-logo.png">Download .png</a>
<a href="blob/master/downloads/dat-logo.svg">Download .svg</a> | <a href="blob/master/downloads/dat-logo.png">Download .png</a>
</p>
</div>
<h3 class="hd-xxs sg-label">Dat Hexagon</h3>
<div class="sg-subsection">
<p>
<img src="downloads/dat-hexagon.svg" alt="Dat Hexagon" class="sg-subsection__img" />
<img src="blob/master/downloads/dat-hexagon.svg" alt="Dat Hexagon" class="sg-subsection__img" />
Use the plain hexagon without text when the logo is displayed in small sizes, e.g. in small header bars or favicons.
</p>
<p>
<a href="downloads/dat-hexagon.svg">Download .svg</a> | <a href="downloads/dat-hexagon.png">Download .png</a>
<a href="blob/master/downloads/dat-hexagon.svg">Download .svg</a> | <a href="blob/master/downloads/dat-hexagon.png">Download .png</a>
</p>
</div>
</div>

0 comments on commit 2a903c3

Please sign in to comment.