Skip to content

Commit 1401cb4

Browse files
ES-Alexanderpatrickelectric
authored andcommitted
archive-notice: fix colours; improve text
1 parent 21c95f5 commit 1401cb4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

archive-notice.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<div style="position:fixed;margin-top:-50px;background-color:rgb(252, 248, 227);padding:10px;width:100%;max-width:770px;">
2-
<h2 style="margin-top:5px;margin-bottom:5px;">⚠️ ARCHIVE NOTICE ⚠️ </h2>
3-
<h3 style="margin-top:0px;margin-bottom:5px;">This documentation is no longer being maintained!</h3>
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;">
2+
<h2 style="margin-top:5px;margin-bottom:5px;color:black;">⚠️ ARCHIVE NOTICE ⚠️ </h2>
3+
<h3 style="margin-top:0px;margin-bottom:5px;color:black;">This documentation is no longer being maintained!</h3>
44
<ul>
5-
<li>The new ArduSub docs are located in the <a href="https://ardupilot.org/sub/">ArduPilot wiki</a>.</li>
5+
<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>

0 commit comments

Comments
 (0)