Skip to content

Commit

Permalink
Add Documentation and GitHub header buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrjurkiewicz committed Aug 20, 2024
1 parent 8dda295 commit d793629
Showing 2 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions github-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -31,7 +31,8 @@

header div {
display: inherit;
gap: 12px;
gap: 10px;
flex-grow: 1;
}

header h1 {
@@ -380,11 +381,15 @@
<img src="favicon.svg"/>
<h1>TopoHub</h1>
</div>
<a class="button" href="https://github.com/piotrjurkiewicz/topohub" target="_blank">
<a class="button" href="https://topohub.readthedocs.io/" target="_blank">
<svg height="16" viewBox="0 0 16 16" width="16">
<path d="M7.75 2a.75.75 0 0 1 .75.75V7h4.25a.75.75 0 0 1 0 1.5H8.5v4.25a.75.75 0 0 1-1.5 0V8.5H2.75a.75.75 0 0 1 0-1.5H7V2.75A.75.75 0 0 1 7.75 2Z"></path>
</svg>
<span class="button_text">Add your topology</span>
<span class="button_text">Documentation</span>
</a>
<a class="button" href="https://github.com/piotrjurkiewicz/topohub" target="_blank">
<img height="16" src="github-mark.svg"/>
<span class="button_text">GitHub</span>
</a>
</header>
<div class="container">

0 comments on commit d793629

Please sign in to comment.