Skip to content

Commit f35801c

Browse files
authored
Update the Home Page (#446)
* Docs. (#394) * Docs. (#394) * Docs. (#394)
1 parent 5889e53 commit f35801c

8 files changed

Lines changed: 5 additions & 1 deletion

File tree

home/assets/background-1.png

-14.6 MB
Loading

home/assets/background-5.png

-28.6 KB
Binary file not shown.

home/assets/background-6.png

-1.35 MB
Loading

home/assets/background-9.png

2.02 MB
Loading

home/assets/script.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ document.addEventListener("DOMContentLoaded", () => {
44
let currentIndex = 0;
55

66
function showLine(index) {
7-
if (index < 1) background.style.background = "#343751";
7+
if (index === 0 || index === 5 || index === 8) background.style.background = "#343751";
8+
else if (index === 7) background.style.background = "#000000";
89
else background.style.background = "url(\"assets/background-" + index + ".png\") no-repeat center center/cover";
910
lines.forEach((line, i) => {
1011
line.classList.remove("visible", "exit");

home/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ <h1 class="line">Why <b style="color: #FAD12B;">LEADS</b>?</h1>
2525
<h1 class="line" style="color: #90ACC7;">Aesthetics</h1>
2626
<h2 class="line">Full Control through a Touch Screen</h2>
2727
<h2 class="line">Immersive Cockpit</h2>
28+
<h1 class="line" style="color: #90ACC7;">Data Analysis</h1>
29+
<h2 class="line">LEADS VeC Remote Analyst</h2>
30+
<h2 class="line">LEADS VeC Data Processor</h2>
2831
<h1 class="line" style="color: #90ACC7;">Rich Ecology</h1>
2932
<div class="line">
3033
<h2>LEADS VeC</h2>

0 commit comments

Comments
 (0)