Skip to content

Commit

Permalink
Modify css logo-images
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmasoud1 committed Dec 30, 2023
1 parent 24535b4 commit adb4c83
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ https://github.com/Mmasoud1/HistoJS/assets/36082112/95499746-8d97-4d9a-97e1-2ee1

[![Google Doc](https://img.shields.io/badge/HistoJS-Feedback-blue)](https://docs.google.com/forms/d/e/1FAIpQLSdHuO--mG00sKydQpJ7sPpDmhcJ4ECdj-wAB1kwXQExh_nUSg/viewform?usp=sf_link) [![MIT-License ](https://img.shields.io/badge/license-MIT-green)](https://github.com/Mmasoud1/HistoJS/blob/main/LICENSE)

**Copyright 2023 Mohamed Masoud**
**Mohamed Masoud - 2023**
</div>

File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@

<div id="openseadragon1" >
<!-- <div id="screenLogo" class="screen-logo animate__animated animate__zoomIn" >
<img src="Demo/HistoJS-logo.png" alt="logo" width="10%" height="10%" />
<img src="css/logo/HistoJS-logo.png" alt="logo" width="10%" height="10%" />
<h1 style="color: white; font-size: 2.5rem">HistoJS Demo</h1>
<p class="lead" style="color: white; font-size: 1.2rem">A user interface for whole slide image channel design, analysis and registration.<br> It is based on DSA as backbone server.</p>
</div> -->
Expand Down
2 changes: 1 addition & 1 deletion js/histojs/designFunctionsv4.js
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@
let nodes = "";

nodes += '<div id="screenLogo" class="screen-logo animate__animated animate__zoomIn" >';
nodes += '<img src="Demo/HistoJS-logo.png" alt="logo" width="40%" height="40%" />';
nodes += '<img src="css/logo/HistoJS-logo.png" alt="logo" width="40%" height="40%" />';
nodes += '<h1 style="color: white; font-size: 2vw">HistoJS Demo</h1>';
nodes += '<p class="lead" style="color: white; font-size: 0.9vw">';
nodes += 'A user interface for design and analysis highly multiplexed immunofluorescence images<br>';
Expand Down

0 comments on commit adb4c83

Please sign in to comment.