Skip to content

Commit

Permalink
Replace .png files with .svg
Browse files Browse the repository at this point in the history
  • Loading branch information
mrouhi13 committed Mar 16, 2019
1 parent be8fd1c commit 5daa188
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
<div class="ui vertical masthead center aligned container" itemscope itemtype="https://schema.org/CreativeWork">
<div class="ui large secondary pointing menu">
<a class="toc item" title="Djecrety">
<img class="ui image" src="static/images/djecrety.logo.transparent.png" width=24 height=24 title=Djecrety
<img class="ui image" src="static/images/djecrety.logo.transparent.svg" width=24 height=24 title=Djecrety
alt=Djecrety>
</a>
<div class="item">
<div class="ui logo shape">
<div class="sides">
<div class="active ui side">
<a href="/" title="Djecrety">
<img class="ui image" src="static/images/djecrety.logo.transparent.png" width=35 height=35
<img class="ui image" src="static/images/djecrety.logo.transparent.svg" width=35 height=35
title=Djecrety alt=Djecrety>
</a>
</div>
Expand Down Expand Up @@ -156,7 +156,7 @@ <h4 class="ui header">Ethereum</h4>
</div>
</div>
</footer>
<!--Policy Modal -->
<!-- Policy Modal -->
<div class="ui mini modal light" id=policyModal>
<div class="header light">
Policy
Expand All @@ -174,7 +174,7 @@ <h4 class="ui header">Ethereum</h4>
</div>
</div>
</div>
<!--Why Modal -->
<!-- Why Modal -->
<div class="ui tiny modal light" id=whyModal>
<div class="header light">
Why we must change secret key?
Expand Down Expand Up @@ -206,7 +206,7 @@ <h4 class="ui header">Ethereum</h4>
</div>
</div>
</div>
<!--Help Modal -->
<!-- Help Modal -->
<div class="ui tiny modal light" id=helpModal>
<div class="header light">
How to use?
Expand Down
File renamed without changes

0 comments on commit 5daa188

Please sign in to comment.