From e3d8cc4824887f5e8d1c976231735fcef67cee1d Mon Sep 17 00:00:00 2001 From: Gui-FernandesBR Date: Sat, 19 Oct 2024 15:04:06 -0300 Subject: [PATCH] Minor fixes --- css/main.css | 27 +++++++++++++++++++++------ index.html | 48 ++++++++++++++++++++++++++++++++---------------- 2 files changed, 53 insertions(+), 22 deletions(-) diff --git a/css/main.css b/css/main.css index 0c1ee1e..58f4157 100644 --- a/css/main.css +++ b/css/main.css @@ -14,7 +14,7 @@ body { color: rgba(255, 255, 255, 1); font-family: Ruda; font-weight: bold; - font-size: 31px; + font-size: 25px; opacity: 1; text-align: center; } @@ -26,6 +26,21 @@ body { text-align: center; } +.button-container { + position: absolute; + top: 25px; + right: 10px; + background-color: rgba(33, 35, 50, 0.65); +} + +.button { + margin-left: 10px; + margin-right: 10px; + text-decoration: none; + color: white; + font-size: 40px; +} + .v33_2 { width: 100%; height: 3400px; @@ -57,7 +72,7 @@ body { position: absolute; top: 450px; left: 40%; - font-size: 30px; + /* font-size: 30px; */ word-wrap: break-word; /* Break long words */ overflow: hidden; /* Hide overflowed text */ white-space: normal; /* Wrap text */ @@ -159,7 +174,7 @@ body { left: 10%; font-family: Ruda; font-weight: Black; - font-size: 31px; + /* font-size: 31px; */ opacity: 1; text-align: left; } @@ -293,7 +308,7 @@ body { left: 20%; font-family: Ruda; font-weight: Black; - font-size: 34px; + /* font-size: 34px; */ opacity: 1; text-align: left; } @@ -305,7 +320,7 @@ body { left: 15%; font-family: Ruda; font-weight: Black; - font-size: 31px; + /* font-size: 31px; */ opacity: 1; text-align: left; } @@ -444,7 +459,7 @@ body { .v33_4 { width: 100%; height: 117px; - background: rgba(33, 35, 50, 0.47999998927116394); + background: rgba(33, 35, 50, 0.35); opacity: 1; position: absolute; top: 0px; diff --git a/index.html b/index.html index 37fbe31..2f70c57 100644 --- a/index.html +++ b/index.html @@ -42,12 +42,20 @@
- RocketPy's environment construction uses weather data from several + + RocketPy's environment construction uses weather data from several meteorological agencies, providing precise information about atmospheric conditions and taking into account different kinds of uncertainties - associated with the mathematical models of the phenomena. + associated with the mathematical models of the phenomena. + + Read our paper on the Journal of Aerospace Engineering + + to know more about the mathematical models and the software + architecture. +
Simulation is all about predictions @@ -79,23 +87,31 @@
- - +
+ + + + + +