Files
spearhead/_docs/menu.html
T
dutchie031GitHubDutchiedutchie032 <dutchie032>ex61wi
ff392e0e7e Develop (#16)
* Initial Methods for SpearheadAPI

* Added Spearhead API

* Added Spearhead API

* fixed compile for api

* Added notes for API in beta

* Added notes for API in beta

* Added Menu to all doc pages

* Added Menu to all doc pages

* added it for real

* added it for real

* fixed develop

* fixed develop

* fixed develop

* wip

* wip

* updated

* work in progress

* work in progress

* added empty docs page

* wip

* removed SAR files from persistence branch

* Added Blue Sams as seperate class

* added initial persistance

* added initial persistance

* added initial persistance

* added initial persistance

* added initial persistance

* added menu to persistence markdown

* added menu to persistence markdown

* added menu to persistence markdown

* docs update

* wip

* wip

* Refactor of Stage classes.

* wip

* wip

* wip

* reworked bluesam and stagebase

* Added waiting stage functionality

* updated docs

* wip

* wip

* wip

* updated

* wip

* wip

* wip

* refactored without issues, needs testing

---------

Co-authored-by: Dutchie <54616262+dutchie032@users.noreply.github.com>
Co-authored-by: dutchie032 <dutchie032>
Co-authored-by: ex61wi <tim.rorije@ing.com>
2025-04-22 14:39:22 +02:00

39 lines
1.3 KiB
HTML

<div id="menu">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<div style="position:fixed;
left:80%;
top:80%;
height:15%;
width:15%;
padding:10px;
background-color: #00053B;
border-radius: 8px;">
<div style="margin-bottom: 8px;">
<a href="/Spearhead/Reference.html" style="color: white; font-size: 18px; ">
<i class="bi bi-file-earmark-richtext"></i>
&ensp;Reference
</a>
</div>
<div style="margin-bottom: 8px;">
<a href="/Spearhead/GetStarted.html" style="color: white; font-size: 18px;">
<i class="bi bi-rocket-takeoff"></i>
&ensp;Get Started
</a>
</div>
<div style="margin-bottom: 8px;">
<a href="/Spearhead/Persistence.html" style="color: white; font-size: 18px;">
<i class="bi bi-database-check"></i>
&ensp;Persistence
</a>
</div>
<div style="margin-bottom: 8px;">
<a href="/Spearhead/SpearheadApi.html" style="color: white; font-size: 18px;">
<i class="bi bi-gear"></i>
&ensp;API
</a>
</div>
</div>
</div>