Skip to content

Commit 1439301

Browse files
Adds favicon
1 parent 9c18af3 commit 1439301

File tree

3 files changed

+31
-20
lines changed

3 files changed

+31
-20
lines changed

css/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ body {
4343
position: absolute;
4444
top: 800px;
4545
left: 10%;
46-
background: linear-gradient(rgba(180, 181, 205, 1), rgba(205, 205, 205, 1));
46+
background: linear-gradient(rgba(180, 181, 205, 1), rgba(205, 205, 205, 1));
4747
-webkit-background-clip: text;
4848
-moz-background-clip: text;
4949
background-clip: text;

images/favicon.ico

192 KB
Binary file not shown.

index.html

+30-19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4+
<link rel="icon" href="./images/favicon.ico" type="image/x-icon" />
45
<link
56
href="https://fonts.googleapis.com/css?family=Ruda&display=swap"
67
rel="stylesheet"
@@ -30,9 +31,9 @@
3031
<!-- <div class="v34_21"></div> -->
3132
<span class="v37_87 body-title">Let's be realistic</span>
3233
<span class="v33_17 body-font">
33-
RocketPy is an innovative rocket trajectory simulator in Python that
34-
includes features never seen before in the state-of-the-art model
35-
rocketry simulators.
34+
RocketPy is an innovative rocket trajectory simulator that includes
35+
features never seen before in the state-of-the-art rocket trajectory
36+
simulators.
3637
</span>
3738
<div class="v35_22"></div>
3839
<span class="v35_50 body-title">The sky is not the limit!</span>
@@ -57,16 +58,20 @@
5758
<div class="v73_37"></div>
5859
<div class="v70_2"></div>
5960
<span class="v50_35 body-font">
60-
RocketPy is an Open Source software created by a team of rocket
61-
enthusiasts. Since it is open source, each and every one of you is more
62-
than welcome to be a part of it.
63-
<a href="https://github.com/RocketPy-Team/RocketPy">GitHub</a>
61+
RocketPy is an Open Source software created by rocket enthusiasts. Since
62+
it is open source, each and every one of you is more than welcome to be
63+
a part of it. Check out our project on
64+
<a href="https://github.com/RocketPy-Team/RocketPy">GitHub</a>.
6465
</span>
65-
<span class="v73_46 body-font"
66-
>A key feature in RocketPy is the dispersion analysis via Monte Carlo,
67-
which shows the expected impact area. RocketPy was also successfully
68-
validated for several rockets, with apogee predictions showing
69-
deviations of the order of 1% when compared to actual flight data
66+
<span class="v73_46 body-font">
67+
A key feature in RocketPy is the Monte Carlo analysis, which shows the
68+
confidence interval of the impact coordinates. RocketPy was also
69+
successfully validated for several rockets, with apogee predictions
70+
showing deviations of the order of 1% when compared to actual flight
71+
data. See a list of comparisons and examples in our
72+
<a href="https://docs.rocketpy.org/en/latest/examples/index.html">
73+
documentation </a
74+
>.
7075
</span>
7176
<div class="v89_25"></div>
7277
<div class="v89_22">
@@ -103,7 +108,12 @@
103108
<div class="footer-center">
104109
<div>
105110
<i class="fa fa-map-marker icon-max-width"></i>
106-
<p><span>380 Av. Prof. Luciano Gualberto</span> São Paulo, Brazil</p>
111+
<p>
112+
<!-- <span>380 Av. Prof. Luciano Gualberto</span> -->
113+
<a href="https://maps.app.goo.gl/qFAGgBq1LqceRkjj6" target="_blank"
114+
>São Paulo, Brazil</a
115+
>
116+
</p>
107117
</div>
108118
<div>
109119
<i class="fa-brands fa-discord icon-max-width"></i>
@@ -118,21 +128,22 @@
118128
<div class="footer-right">
119129
<p class="footer-company-about">
120130
<span>About us</span>
121-
RocketPy is an innovative rocket trajectory simulator in Python that
122-
includes features never seen before in the state-of-the-art rocket
123-
trajectory simulators.
131+
RocketPy Team is responsible for maintaining and developing the
132+
RocketPy project, an open-source rocket trajectory simulator.
124133
</p>
125134

126135
<div class="footer-icons">
127136
<a href="https://www.instagram.com/rocketpyteam"
128-
><i class="fa-brands fa-instagram"></i
129-
></a>
130-
<a href="https://www.linkedin.com/company/rocketpy"
137+
><i class="fa-brands fa-instagram"></i></a
138+
><a href="https://www.linkedin.com/company/rocketpy"
131139
><i class="fa-brands fa-linkedin"></i
132140
></a>
133141
<a href="https://github.com/RocketPy-Team/RocketPy"
134142
><i class="fa-brands fa-github"></i
135143
></a>
144+
<a href="https://www.youtube.com/@rocketpyteam5828"
145+
><i class="fa-brands fa-youtube"></i>
146+
</a>
136147
</div>
137148
</div>
138149
</footer>

0 commit comments

Comments
 (0)