Skip to content

Commit c68428d

Browse files
committed
archive-notice: allow closing it
1 parent 7e619b8 commit c68428d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

archive-notice.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
<div style="position:fixed;margin-top:-50px;background-color:rgb(252, 248, 227);color:black;padding:10px;border-radius:5px;width:100%;max-width:770px;">
1+
<div id="archiveNotice" style="position:fixed;margin-top:-50px;background-color:rgb(252, 248, 227);color:black;padding:10px;border-radius:5px;width:100%;max-width:770px;">
22
<h2 style="margin-top:5px;margin-bottom:5px;color:black;">⚠️ ARCHIVE NOTICE ⚠️ </h2>
33
<h3 style="margin-top:0px;margin-bottom:5px;color:black;">This documentation is no longer being maintained!</h3>
44
<ul>
55
<li>The new ArduSub docs are located in the <a href="https://ardupilot.org/sub/">ArduPilot wiki</a>. Updated pages will be redirected.</li>
66
<li>The Companion Computer Software is also archived, and has been replaced by <a href="https://blueos.cloud/">BlueOS</a>.</li>
77
<li>For Control Station Software, see <a href="https://docs.qgroundcontrol.com/Stable_V4.3/en/qgc-user-guide/">QGroundControl</a> or <a href="https://blueos.cloud/cockpit/docs">Cockpit</a> (our new alternative).</li>
88
</ul>
9+
<div style = "display: flex; justify-content:flex-end"><button onclick="document.getElementById('archiveNotice').style.display='none';document.getElementById('noticeSpacer').style.display='none'">OK</button></div>
910
</div>
10-
<hr style="margin-top:210px;"></hr>
11+
<hr id="noticeSpacer" style="margin-top:250px;"></hr>
1112

1213
<div></div>

0 commit comments

Comments
 (0)