Revert "Add installer to the main page"

This reverts commit a6fbae7bcb.
master
Sebastien Bourdeauducq 2024-05-08 19:51:32 +08:00
parent 63d33210c1
commit 6f7c2c020b
2 changed files with 0 additions and 2 deletions

View File

@ -148,7 +148,6 @@ a {
color: #fff !important;
border: 1px solid $btn-primary-2 !important;
text-decoration: none;
margin: 0.125rem 0rem;
&:hover, &:disabled {
background-color: $btn-secondary-2;

View File

@ -53,7 +53,6 @@
<a href="{{ get_url(path='@/experiment-control/place-order.md') }}" class="btn btn-primary btn-inversed btn-lg">Order hardware</a>
<a href="https://m-labs.hk/artiq/manual/" class="btn btn-primary btn-lg">Manual</a>
<a href="https://forum.m-labs.hk" class="btn btn-primary btn-lg">Forum</a>
<a href="https://nixbld.m-labs.hk/job/artiq/extra-beta/msys2-offline-installer/latest" class="btn btn-primary btn-lg">Installer</a>
<a href="{{ get_url(path='@/experiment-control/artiq.md') }}" class="btn btn-primary btn-lg">More...</a>
</div>