Skip to content

Commit

Permalink
about: adding icons to the assets
Browse files Browse the repository at this point in the history
  • Loading branch information
0einstein0 authored and slint committed May 24, 2024
1 parent 4fc0184 commit c49f73d
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 0 deletions.
Binary file added assets/static/img/icons/zenodo-icon-black.ico
Binary file not shown.
1 change: 1 addition & 0 deletions assets/static/img/icons/zenodo-icon-black.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 added assets/static/img/icons/zenodo-icon-blue.ico
Binary file not shown.
1 change: 1 addition & 0 deletions assets/static/img/icons/zenodo-icon-blue.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 added assets/static/img/icons/zenodo-icon-white.ico
Binary file not shown.
Binary file added assets/static/img/icons/zenodo-icon-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/static/img/icons/zenodo-icon-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions content/about/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,50 @@ body:
</tr>
</tbody>
</table> <!-- .table table-hover -->
</br>
<h4>Icon</h4>
<table class="table table-hover">
<thead>
<tr>
<th></th>
<th></th>
<th>ICO</th>
<th>SVG</th>
</tr>
</thead>
<tbody>
<tr>
<td>Black</td>
<td><img class="img-rounded" style="width: 50px;" src="/static/img/icons/zenodo-icon-black.ico"></td>
<td>
<a href="/static/img/icons/zenodo-icon-black.ico">.ico</a><br>
</td>
<td>
<a href="/static/img/icons/zenodo-icon-black.svg">wo/ border</a><br>
</td>
</tr>
<tr>
<td>White</td>
<td><img class="img-rounded" style="width:50px;" src="/static/img/icons/zenodo-icon-white.png"></td>
<td>
<a href="/static/img/icons/zenodo-icon-white.ico">.ico</a><br>
</td>
<td>
<a href="/static/img/icons/zenodo-icon-white.svg">wo/ border</a><br>
</td>
</tr>
<tr>
<td>Blue</td>
<td><img class="img-rounded" style="height:50px;" src="/static/img/icons/zenodo-icon-blue.svg"></td>
<td>
<a href="/static/img/icons/zenodo-icon-blue.ico">.ico</a><br>
</td>
<td>
<a href="/static/img/icons/zenodo-icon-blue.svg">wo/ border</a><br>
</td>
</tr>
</tbody>
</table> <!-- .table table-hover -->
</div> <!-- .col-md-6 col-lg-5 -->
<div class="well">
<h4>Zenodo Advocacy</h4>
Expand Down

0 comments on commit c49f73d

Please sign in to comment.