Skip to content

Commit

Permalink
added css
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Leao authored and Eduardo Leao committed Mar 26, 2024
1 parent e7a5b23 commit e9bedc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
6 changes: 0 additions & 6 deletions assets/demo/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,3 @@ input {
color:#1b1b1b;
}

.logos {
width: 25px;
height: 25px;
display: inline-block;
margin-bottom: 5px;
}
8 changes: 4 additions & 4 deletions assets/demo/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<div class="container">
<div class="separator" id="right-separator" style="display: block; padding-bottom: 0px;">
<img style="display: block;" class='icon' src="../../assets/icon_gray_bg.png">
<a target="_blank" href="https://github.com/eduardoleao052/js-torch"><img class="logos" src="../../assets/github.png"></a>
<a target="_blank" href="https://www.linkedin.com/in/eduardo-leao-368bb6259/"><img class="logos" src="../../assets/linkedin.png"></a>
<a target="_blank" href="https://github.com/eduardoleao052/js-torch"> <img class="logos" src="../../assets/github.png" style="width: 25px; height: 25px; display: inline-block; margin-bottom: 5px;"></a>
<a target="_blank" href="https://www.linkedin.com/in/eduardo-leao-368bb6259/"> <img class="logos" src="../../assets/linkedin.png" style="width: 25px; height: 25px; display: inline-block; margin-bottom: 5px;"></a>
</div>

<div class="separator" id="right-separator" style="margin-top: 10px; display: block;">
Expand Down Expand Up @@ -91,8 +91,8 @@ <h2>Graph</h2>
<p id="loss"> Loss: </p>
</div>
<divs tyle="display: inline-block;">
<a target="_blank" href="https://github.com/eduardoleao052/js-torch"><img class="logos" src="../../assets/github.png" style="margin-bottom: 0px;"></a>
<a target="_blank" href="https://www.linkedin.com/in/eduardo-leao-368bb6259/"><img class="logos" src="../../assets/linkedin.png" style="margin-bottom: 0px;"></a>
<a target="_blank" href="https://github.com/eduardoleao052/js-torch"><img class="logos" src="../../assets/github.png" style="width: 25px; height: 25px; display: inline-block; margin-bottom: 0px;"></a>
<a target="_blank" href="https://www.linkedin.com/in/eduardo-leao-368bb6259/"><img class="logos" src="../../assets/linkedin.png" style="width: 25px; height: 25px; display: inline-block; margin-bottom: 0px;"></a>
</div>
</div>

Expand Down

0 comments on commit e9bedc1

Please sign in to comment.