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