mirror of
https://gitlab.com/lander-team/site.git
synced 2025-06-16 07:06:40 +00:00
much more formatting
This commit is contained in:
parent
7fc3c8ec9d
commit
dde9339420
@ -7,8 +7,8 @@
|
||||
} */
|
||||
|
||||
a.navbar-brand {
|
||||
color: red !important;
|
||||
font-weight: bold;
|
||||
color: white !important;
|
||||
font-weight: thin;
|
||||
}
|
||||
|
||||
header div img {
|
||||
|
44
index.html
44
index.html
@ -28,8 +28,8 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- <nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
<a class="navbar-brand" href="#">Redline Racing</a>
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
<a class="navbar-brand" href="#">LANDER</a>
|
||||
<button
|
||||
class="navbar-toggler"
|
||||
type="button"
|
||||
@ -43,33 +43,40 @@
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
|
||||
<div class="navbar-nav">
|
||||
<a class="nav-item nav-link active" href="#"
|
||||
>Home <span class="sr-only">(current)</span></a
|
||||
>
|
||||
<a
|
||||
class="nav-item nav-link"
|
||||
href="https://eaglelife.erau.edu/irl/home/"
|
||||
>EagleLife</a
|
||||
href="https://gitlab.com/lander-team/lander-cpp"
|
||||
>Embedded Code</a
|
||||
>
|
||||
<a
|
||||
href="https://eaglelife.erau.edu/irl/club_signup"
|
||||
href="https://gitlab.com/lander-team/lander-sim"
|
||||
class="nav-item nav-link"
|
||||
>Join Club</a
|
||||
>Simulink Code</a
|
||||
>
|
||||
<div class="dropdown show">
|
||||
<a
|
||||
class="nav-item nav-link"
|
||||
data-toggle="modal"
|
||||
data-target="#donateModal"
|
||||
>Donate</a
|
||||
class="btn btn-secondary dropdown-toggle p-2"
|
||||
href="#"
|
||||
role="button"
|
||||
id="dropdownMenuLink"
|
||||
data-toggle="dropdown"
|
||||
aria-haspopup="true"
|
||||
aria-expanded="false"
|
||||
>
|
||||
Team Portfolios
|
||||
</a>
|
||||
|
||||
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
|
||||
<a
|
||||
class="nav-item nav-link"
|
||||
href="https://eaglelife.erau.edu/events?group_ids=25168"
|
||||
>Calendar</a
|
||||
class="dropdown-item"
|
||||
href="https://projects.ansonbiggs.com/#category:Capstone"
|
||||
>Anson Biggs</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</nav> -->
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<header class="text-center">
|
||||
<div class="container">
|
||||
<img src="img/logo.png" class="img-fluid" alt="LANDER Logo" />
|
||||
@ -170,7 +177,8 @@
|
||||
<div>
|
||||
<h2 class="display-4">Test Stand Setup</h2>
|
||||
<p>
|
||||
As shown in the figure to the right, the TVC is the yellow
|
||||
The fully assembled system and the CAD of the system can be
|
||||
seen on the figure to the right. the TVC is the yellow
|
||||
assembly mounted inside of the rectangular vehicle. The red
|
||||
mounting brackets of the vehicle are screwed into the blue
|
||||
load cells. The load cells are bolted to the green mounting
|
||||
|
Loading…
x
Reference in New Issue
Block a user