Skip to content

Commit d6ef55e

Browse files
Fix magazine link and improve logo visibility and typography
Co-authored-by: NekshaDeSilva <102156620+NekshaDeSilva@users.noreply.github.com>
1 parent 49add18 commit d6ef55e

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h4 style="margin-top: 1.5rem; margin-bottom: 0.5rem;">What You'll Find:</h4>
113113
</ul>
114114

115115
<div style="margin-top: 1.5rem;">
116-
<a href="https://openrocketsmag.com" target="_blank" class="btn-professional">Visit Magazine</a>
116+
<a href="https://mag.openrockets.com" target="_blank" class="btn-professional">Visit Magazine</a>
117117
</div>
118118
</div>
119119
</div>
@@ -235,7 +235,7 @@ <h4>Community</h4>
235235
<ul>
236236
<li><a href="https://github.com/OpenRockets">GitHub</a></li>
237237
<li><a href="https://bit.ly/openrockets-discord">Discord</a></li>
238-
<li><a href="https://openrocketsmag.com">Magazine</a></li>
238+
<li><a href="https://mag.openrockets.com">Magazine</a></li>
239239
<li><a href="join.html">Join Us</a></li>
240240
</ul>
241241
</div>

styles/professional.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* OpenRockets - Professional Linux Foundation-Inspired Design */
22
/* Professional, clean, and enterprise-focused design system */
33

4-
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap');
4+
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap');
55

66
:root {
77
/* Professional Color Palette - Inspired by Linux Foundation */
@@ -17,9 +17,10 @@
1717
--text-secondary: #666666;
1818
--border-color: #d0d0d0;
1919

20-
/* Typography - Professional IBM Plex family */
21-
--font-primary: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
22-
--font-mono: 'IBM Plex Mono', 'Courier New', monospace;
20+
/* Typography - Modern distinctive fonts */
21+
--font-primary: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
22+
--font-secondary: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
23+
--font-mono: 'JetBrains Mono', 'Courier New', monospace;
2324

2425
/* Spacing - Consistent and professional */
2526
--space-xs: 0.5rem;
@@ -127,6 +128,7 @@ a:hover {
127128
.nav-logo img {
128129
height: 40px;
129130
width: auto;
131+
filter: invert(1) brightness(0.2);
130132
}
131133

132134
.nav-links {
@@ -306,6 +308,9 @@ a:hover {
306308
width: 100%;
307309
border-radius: var(--border-radius);
308310
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
311+
filter: invert(1) brightness(0.2);
312+
background: var(--neutral-white);
313+
padding: 1rem;
309314
}
310315

311316
/* Stats Section */

0 commit comments

Comments
 (0)