Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About us | OpenRockets Software Foundation.</title>
<meta name="description" content="Learn about OpenRockets Software Foundation - a dynamic open-source programming community specializing in C++, JavaScript, Python, AI, and Machine Learning education. Discover our mission to empower the next generation of programmers through innovative education, collaborative projects, and comprehensive learning resources for developers worldwide.">
<title>About OpenRockets Foundation - Open Source Software Development</title>
<meta name="description" content="OpenRockets Foundation is a 501(c)(3) registered non-profit organization advancing open source software, education, and data innovation through collaborative development and community building.">
<link rel="icon" type="image/png" href="i/assets/static/openthread_logo_bash-trans-removebg-preview (1).png">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/components.css">
<link rel="stylesheet" href="styles/responsive.css">
<link rel="stylesheet" href="styles/professional.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<style>
/* Additional styles for the about page */
Expand All @@ -32,7 +30,7 @@
}

.pdf-header {
background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
background: linear-gradient(135deg, var(--primary-dark), var(--primary-blue));
color: white;
padding: 30px;
text-align: center;
Expand Down Expand Up @@ -72,13 +70,13 @@
display: inline-flex;
align-items: center;
gap: 10px;
background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
background: linear-gradient(135deg, var(--primary-blue), var(--accent-teal));
color: white;
padding: 15px 30px;
border-radius: 8px;
border-radius: var(--border-radius);
text-decoration: none;
font-weight: 600;
transition: transform 0.2s;
transition: var(--transition);
margin-top: 20px;
}

Expand Down
Loading