From 195cf3b97ea98660f8fddf8c40738a8a78b6fda3 Mon Sep 17 00:00:00 2001 From: aarevalom0 Date: Sun, 6 Oct 2024 23:21:27 -0500 Subject: [PATCH] final page --- docs/index.html | 74 ++++++++++++++++++++++++++++++------------------- 1 file changed, 46 insertions(+), 28 deletions(-) diff --git a/docs/index.html b/docs/index.html index a4e1a0f..50912ee 100644 --- a/docs/index.html +++ b/docs/index.html @@ -144,37 +144,38 @@ background-color: #f39c12; } - /* Animations */ - h2, h1 { - animation: fadeInDown 2s ease-in-out; + /* Modal for logo */ + .modal { + display: none; /* Hidden by default */ + position: fixed; /* Stay in place */ + z-index: 1000; /* Sit on top */ + left: 0; + top: 0; + width: 100%; /* Full width */ + height: 100%; /* Full height */ + overflow: auto; /* Enable scroll if needed */ + background-color: rgba(0, 0, 0, 0.8); /* Fallback color */ } - p, .highlight, .action-button { - animation: fadeInUp 1.5s ease-in-out; + .modal-content { + margin: 15% auto; /* 15% from the top and centered */ + padding: 20px; + border: 1px solid #888; + width: 60%; /* Could be more or less, depending on screen size */ + text-align: center; } - @keyframes fadeInDown { - 0% { - opacity: 0; - transform: translateY(-50px); - } - 100% { - opacity: 1; - transform: translateY(0); - } + .modal-content img { + max-width: 100%; /* Responsive image */ + height: auto; + border-radius: 10px; /* Rounded corners for logo */ + animation: spin 3s ease-in-out; /* Add spinning animation */ } - @keyframes fadeInUp { - 0% { - opacity: 0; - transform: translateY(50px); - } - 100% { - opacity: 1; - transform: translateY(0); - } + @keyframes spin { + 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } } - @@ -191,10 +192,16 @@

Model Expectations Key Advantages Usage Guide - + + +

Welcome to the Future of Planetary Seismic Detection with Codex Program! 🌌

@@ -214,7 +221,6 @@

Watch Our Codex Project 🎥

-
@@ -222,7 +228,6 @@

Explore Our Documentation 📑

Explore our comprehensive program documentation embedded above!

-
@@ -244,7 +249,7 @@

Key Advantages of Our Approach

Data Analysis Plus 📊

-

This section highlights a significant plus: our approach goes beyond the initial goal of merely detecting seismic events. We provide a comprehensive HTML report filled with valuable insights that enhance our understanding of seismic activity.

+

This section highlights a significant plus: our approach goes beyond the initial goal of merely detecting seismic events. We provide a comprehensive HTML report filled with valuable insights that enhance our understanding of seismic activity.

View Descriptive Statistical Analysis
@@ -278,6 +283,19 @@

2. Run the Notebook Cells

© 2024 Codex Team. All Rights Reserved.

+ + +