From b5b112637770d2da880b3dc29a88e64fa04dbee3 Mon Sep 17 00:00:00 2001
From: Sebastien Bourdeauducq <sb@m-labs.hk>
Date: Tue, 7 Mar 2023 13:53:01 +0800
Subject: [PATCH] improve front page links

---
 templates/index.html | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/templates/index.html b/templates/index.html
index 3956b51..1a4153a 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -50,8 +50,10 @@
                 The system features a high-level programming language that helps describe complex experiments, which is compiled and executed on dedicated hardware with nanosecond timing resolution and sub-microsecond latency.
               </p>
 
-              <a href="{{ get_url(path='@/experiment-control/artiq.md') }}" class="btn btn-primary btn-lg">Read More</a>
-              <a href="{{ get_url(path='@/experiment-control/place-order.md') }}" class="btn btn-primary btn-inversed btn-lg">Order Hardware</a>
+              <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="{{ get_url(path='@/experiment-control/artiq.md') }}" class="btn btn-primary btn-lg">More...</a>
 
             </div>
 
@@ -84,7 +86,7 @@
                 Built on Migen, MiSoC provides a high performance, flexible and lightweight solution to build system-on-chips for various applications.
               </p>
 
-              <a href="{{ get_url(path='@/gateware/migen.md') }}" class="btn btn-primary btn-lg">Read More</a>
+              <a href="{{ get_url(path='@/gateware/migen.md') }}" class="btn btn-primary btn-lg">Read more...</a>
 
             </div>
 
@@ -112,7 +114,7 @@
                 We are looking for talented people to join our team. If you want to be at the intersection of physics and engineering, collaborate with world-class scientists, and have the freedom to work with cutting-edge open source technology such as embedded Rust, LLVM, and next-generation FPGA tools such as the nMigen language - then consider a job at M-Labs.
               </p>
 
-              <a href="{{ get_url(path='@/about-us/jobs.md') }}" class="btn btn-primary btn-lg">Find out More</a>
+              <a href="{{ get_url(path='@/about-us/jobs.md') }}" class="btn btn-primary btn-lg">Find out more...</a>
 
             </div>