Skip to content

Commit e27a2cf

Browse files
Merge pull request #20 from OpenRockets:main
Main
2 parents 193be16 + a586780 commit e27a2cf

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

form/css/styles.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
3+
/*These two fonts are essential. Only use them in the future.*/
4+
@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Space+Grotesk:[email protected]&display=swap');
5+
16
/* CSS Variables */
27
:root {
38
--color-black: #000000;
@@ -33,6 +38,7 @@ body {
3338
color: var(--color-black);
3439
line-height: 1.6;
3540
font-size: 16px;
41+
font-family: "Cal Sans", sans-serif;
3642
-webkit-font-smoothing: antialiased;
3743
-moz-osx-font-smoothing: grayscale;
3844
}
@@ -47,8 +53,8 @@ body {
4753

4854
/* Header Styles */
4955
.header {
50-
text-align: center;
51-
margin-bottom: var(--spacing-xxl);
56+
text-align: left;
57+
margin-bottom:1rem;
5258
padding: var(--spacing-xl) 0;
5359
}
5460

@@ -120,6 +126,7 @@ body {
120126
background-color: var(--color-white);
121127
border: 2px solid var(--color-black);
122128
border-radius: var(--border-radius);
129+
font-family: "Space Grotesk", sans-serif;
123130
padding: var(--spacing-xl);
124131
box-shadow: var(--shadow-subtle);
125132
}

join.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<div class="container">
1515
<!-- Header -->
1616
<header class="header">
17-
<h1 class="main-title">OpenRockets</h1>
18-
<p class="subtitle">Join Our Community of Innovators</p>
17+
<img src="./v/openrockets-w.png" alt="logo" width="30%">
18+
<p class="subtitle">Join the upcoming <b>legacy.</b></p>
1919
</header>
2020

2121
<div class="benefits-note">
@@ -137,7 +137,7 @@ <h2 class="success-title">Thanks for joining</h2>
137137
<!-- Footer -->
138138
<footer class="footer">
139139
<div class="footer-content">
140-
<p>&copy; 2025 OpenRockets. All rights reserved.</p>
140+
<p>&copy; 2025 OpenRockets Open-source Software Foundation. Headquartered in Sri Lanka. <br>All rghts reserved.</p>
141141
<div class="footer-links">
142142
<a href="https://nekshadesilva.github.io/openthread/" target="_blank" class="footer-link">
143143
<img src="https://nekshadesilva.github.io/openthread/assets/openthread_logo_bash-trans.png" alt="OpenThreads" class="footer-logo">
@@ -149,6 +149,12 @@ <h2 class="success-title">Thanks for joining</h2>
149149
</svg>
150150
<span>GitHub</span>
151151
</a>
152+
<a href="https://x.com/OpenRockets" target="_blank" class="footer-link">
153+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter-x" viewBox="0 0 16 16">
154+
<path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
155+
</svg>
156+
<span>Tweets</span>
157+
</a>
152158
</div>
153159
</div>
154160
</footer>

0 commit comments

Comments
 (0)