1
0
mirror of https://gitlab.com/lander-team/site.git synced 2025-06-16 07:06:40 +00:00

reorder text and images per brendans request

This commit is contained in:
Anson Biggs 2021-12-07 18:45:45 -07:00
parent f9ffbc4f29
commit 6b70d0ec57

View File

@ -90,19 +90,6 @@
<section id="scroll">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4 order-lg-2">
<div class="p-5">
<model-viewer
style="height: 400px"
alt="LANDER Thrust Vector Control Model"
src="img/tvc.glb"
ar
ar-modes="webxr scene-viewer quick-look"
shadow-intensity="5"
camera-controls
></model-viewer>
</div>
</div>
<div class="col-lg-8 order-lg-1">
<div>
<h2 class="display-4">About LANDER</h2>
@ -126,6 +113,19 @@
</p>
</div>
</div>
<div class="col-lg-4 order-lg-2">
<div class="p-5">
<model-viewer
style="height: 400px"
alt="LANDER Thrust Vector Control Model"
src="img/tvc.glb"
ar
ar-modes="webxr scene-viewer quick-look"
shadow-intensity="5"
camera-controls
></model-viewer>
</div>
</div>
</div>
</div>
</section>
@ -133,15 +133,6 @@
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-8 order-lg-2">
<div class="p-5">
<img
class="img-fluid"
src="img/assemblyCAD.png"
alt="Picture of people gathered at an SAE International Event"
/>
</div>
</div>
<div class="col-lg-4 order-lg-1">
<div>
<h2 class="display-4">Test Stand Setup</h2>
@ -157,6 +148,15 @@
</p>
</div>
</div>
<div class="col-lg-8 order-lg-2">
<div class="p-5">
<img
class="img-fluid"
src="img/assemblyCAD.png"
alt="Picture of people gathered at an SAE International Event"
/>
</div>
</div>
</div>
</div>
</section>
@ -164,15 +164,6 @@
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 order-lg-1">
<div class="p-1">
<img
class="img-fluid"
src="img/conops.png"
alt="Picture of people gathered at an SAE International Event"
/>
</div>
</div>
<div class="col-lg-6 order-lg-2">
<div>
<h2 class="display-4">Software Concept of Operations</h2>
@ -193,6 +184,15 @@
</p>
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="p-1">
<img
class="img-fluid"
src="img/conops.png"
alt="Picture of people gathered at an SAE International Event"
/>
</div>
</div>
</div>
</div>
</section>
@ -200,16 +200,6 @@
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-xl-8">
<div class="p-1">
<embed
type="text/html"
src="helpers/opdem.html"
width="100%"
style="min-height: 60vh"
/>
</div>
</div>
<div class="col-xl-4">
<div>
<h2 class="display-4">Operational Demonstration Results</h2>
@ -230,6 +220,16 @@
</p>
</div>
</div>
<div class="col-xl-8">
<div class="p-1">
<embed
type="text/html"
src="helpers/opdem.html"
width="100%"
style="min-height: 60vh"
/>
</div>
</div>
</div>
</div>
</section>