Skip to content

Commit

Permalink
Update about.html (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
1Shubham7 authored Oct 22, 2023
1 parent e151ff7 commit e662a7d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions imagelab_electron/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@

<body>
<div>
<!--Image Lab Logo-->
<img src="./assets/logos/Image Lab full logo.png" height="150px">
<!--Intro about ImageLab-->
<div style="background-color: white; margin: 15px; border-radius: 10px;">
<p style="font-family: 'Courier New', Courier, monospace; font-weight: bold;
padding: 20px;">
Expand All @@ -30,17 +32,20 @@
with actual implementation or development.</p>
<a href="https://scorelab.org/" target="_blank">
</div>
<!--Score Lab Logo-->
<img src="./assets/logos/Score Lab logo.png" alt="SCoRe Lab" style="height:40px; margin-left: 20px;">
</a>
<!--Github Link-->
<a href="https://github.com/scorelab/imagelab" target="_blank">
<span class="mdi mdi-github" alt="Github Repository"
style="font-size:40px; margin-left: 20px; color: black;"></span>
</a>
<!--Blockly Library Logo-->
<a href="https://developers.google.com/blockly" target="_blank">
<img src="./assets/logos/blockly logo.png" alt="Blockly Liibrary" style="height:50px; margin-left: 20px;">
<img src="./assets/logos/blockly logo.png" alt="Blockly Library" style="height:50px; margin-left: 20px;">
</a>

</div>
</body>

</html>
</html>

0 comments on commit e662a7d

Please sign in to comment.