Skip to content

Commit e3d8cc4

Browse files
Minor fixes
1 parent 1439301 commit e3d8cc4

File tree

2 files changed

+53
-22
lines changed

2 files changed

+53
-22
lines changed

css/main.css

+21-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body {
1414
color: rgba(255, 255, 255, 1);
1515
font-family: Ruda;
1616
font-weight: bold;
17-
font-size: 31px;
17+
font-size: 25px;
1818
opacity: 1;
1919
text-align: center;
2020
}
@@ -26,6 +26,21 @@ body {
2626
text-align: center;
2727
}
2828

29+
.button-container {
30+
position: absolute;
31+
top: 25px;
32+
right: 10px;
33+
background-color: rgba(33, 35, 50, 0.65);
34+
}
35+
36+
.button {
37+
margin-left: 10px;
38+
margin-right: 10px;
39+
text-decoration: none;
40+
color: white;
41+
font-size: 40px;
42+
}
43+
2944
.v33_2 {
3045
width: 100%;
3146
height: 3400px;
@@ -57,7 +72,7 @@ body {
5772
position: absolute;
5873
top: 450px;
5974
left: 40%;
60-
font-size: 30px;
75+
/* font-size: 30px; */
6176
word-wrap: break-word; /* Break long words */
6277
overflow: hidden; /* Hide overflowed text */
6378
white-space: normal; /* Wrap text */
@@ -159,7 +174,7 @@ body {
159174
left: 10%;
160175
font-family: Ruda;
161176
font-weight: Black;
162-
font-size: 31px;
177+
/* font-size: 31px; */
163178
opacity: 1;
164179
text-align: left;
165180
}
@@ -293,7 +308,7 @@ body {
293308
left: 20%;
294309
font-family: Ruda;
295310
font-weight: Black;
296-
font-size: 34px;
311+
/* font-size: 34px; */
297312
opacity: 1;
298313
text-align: left;
299314
}
@@ -305,7 +320,7 @@ body {
305320
left: 15%;
306321
font-family: Ruda;
307322
font-weight: Black;
308-
font-size: 31px;
323+
/* font-size: 31px; */
309324
opacity: 1;
310325
text-align: left;
311326
}
@@ -444,7 +459,7 @@ body {
444459
.v33_4 {
445460
width: 100%;
446461
height: 117px;
447-
background: rgba(33, 35, 50, 0.47999998927116394);
462+
background: rgba(33, 35, 50, 0.35);
448463
opacity: 1;
449464
position: absolute;
450465
top: 0px;

index.html

+32-16
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,20 @@
4242
<div class="v37_85"></div>
4343
<div class="v41_142"></div>
4444
<div class="v73_44"></div>
45-
<span class="v37_88 body-font"
46-
>RocketPy's environment construction uses weather data from several
45+
<span class="v37_88 body-font">
46+
RocketPy's environment construction uses weather data from several
4747
meteorological agencies, providing precise information about atmospheric
4848
conditions and taking into account different kinds of uncertainties
49-
associated with the mathematical models of the phenomena.</span
50-
>
49+
associated with the mathematical models of the phenomena.
50+
<a
51+
href="https://ascelibrary.org/doi/10.1061/%28ASCE%29AS.1943-5525.0001331"
52+
target="_blank"
53+
>
54+
Read our paper on the Journal of Aerospace Engineering
55+
</a>
56+
to know more about the mathematical models and the software
57+
architecture.
58+
</span>
5159
<div class="v40_140"></div>
5260
<span class="v73_47 body-title">
5361
Simulation is all about predictions
@@ -79,23 +87,31 @@
7987
<div class="v33_6"></div>
8088
<button
8189
class="v89_17"
82-
onclick="window.location='https://docs.rocketpy.org/en/latest/#quick-installation'"
90+
onclick="window.location='https://jarvis-ts.vercel.app'"
8391
>
8492
<div class="v33_8"></div>
8593
<span class="v33_10">SIMULATE</span>
8694
<div class="v89_11"></div>
8795
</button>
88-
<!-- <div class="v89_16">
89-
<div class="v89_15"></div>
90-
<span class="v89_14"> About Us </span>
91-
</div> -->
92-
<!-- <button
93-
class="v89_19"
94-
onclick="window.location='https://docs.rocketpy.org/en/latest/user/index.html'"
95-
>
96-
<div class="v89_20"></div>
97-
<span class="v89_21">Help</span>
98-
</button> -->
96+
<div class="button-container">
97+
<a
98+
href="https://docs.rocketpy.org/en/latest/index.html"
99+
class="button"
100+
><i class="fa-solid fa-book"></i
101+
></a>
102+
<a href="https://github.com/RocketPy-Team/RocketPy" class="button"
103+
><i class="fa-brands fa-github"></i
104+
></a>
105+
<a href="https://www.instagram.com/rocketpyteam" class="button"
106+
><i class="fa-brands fa-instagram"></i
107+
></a>
108+
<a href="https://www.linkedin.com/company/rocketpy" class="button"
109+
><i class="fa-brands fa-linkedin"></i
110+
></a>
111+
<a href="https://www.youtube.com/@rocketpyteam5828" class="button"
112+
><i class="fa-brands fa-youtube"></i
113+
></a>
114+
</div>
99115
</div>
100116
</div>
101117
<footer class="footer-distributed" id="footer">

0 commit comments

Comments
 (0)