Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed static/assets/images/27.png
Binary file not shown.
10 changes: 10 additions & 0 deletions static/assets/images/27.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/assets/images/28.png
Binary file not shown.
12 changes: 12 additions & 0 deletions static/assets/images/28.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/assets/images/29.png
Binary file not shown.
10 changes: 10 additions & 0 deletions static/assets/images/29.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/assets/images/dogecoin-logo.png
Binary file not shown.
135 changes: 135 additions & 0 deletions static/assets/images/dogecoin-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/doge-logo.png
Binary file not shown.
132 changes: 132 additions & 0 deletions static/doge-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion themes/hello-friend-ng/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="footer-row">
<div class="footer-column1" style="padding-top: 10px">
<div class="logo">
<img src="/doge-logo.png" alt="Dogecoin logo" />
<img src="/doge-logo.svg" alt="Dogecoin logo" />
<div class="logo-labels">
<div class="main-label footer-label comic-neue">DOGECOIN</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion themes/hello-friend-ng/layouts/partials/logo.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href="{{ .Site.BaseURL | relLangURL }}" style="text-decoration: none;">
<div class="logo navbar-brand">
<img src="/assets/images/dogecoin-logo.png" alt="Dogecoin logo" />
<img src="/assets/images/dogecoin-logo.svg" alt="Dogecoin logo" />
</div>
</a>
6 changes: 3 additions & 3 deletions themes/hello-friend-ng/layouts/partials/resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h5 class="card-title comic-neue">{{i18n "resources[title1]" }}</h5>
<div class="card-body">
<img
class="p-2"
src="/assets/images/27.png"
src="/assets/images/27.svg"
height="auto"
width="98px"
alt="..."
Expand All @@ -97,7 +97,7 @@ <h5 class="card-title comic-neue">{{i18n "resources[title2]" }}</h5>
<div class="card-body">
<img
class="p-2"
src="/assets/images/28.png"
src="/assets/images/28.svg"
height="auto"
width="98px"
alt="..."
Expand All @@ -124,7 +124,7 @@ <h5 class="card-title comic-neue">{{i18n "resources[title3]" }}</h5>
<div class="card-body">
<img
class="p-2"
src="/assets/images/29.png"
src="/assets/images/29.svg"
height="auto"
width="98px"
alt="..."
Expand Down