Skip to content

Commit 9fc5253

Browse files
Merge pull request #36 from OpenRockets/copilot/remove-ai-commits
Restore repository to last organic commit, remove AI-generated changes
2 parents 8ae1e91 + 559598e commit 9fc5253

42 files changed

Lines changed: 1227 additions & 2854 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.well-known/security.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# OpenRockets LMS - Complete Learning Management System
22

3+
> **Repository Restoration Notice (February 15, 2026)**: This repository has been restored to its last organic commit from October 1, 2025 (commit `55b35d0`), removing all AI-generated commits and pull requests that were merged after that date. The repository now reflects the authentic version of the website created by the OpenRockets community before AI bot interference.
4+
35
A modern, full-stack Learning Management System built with Node.js, Express, and AstraDB. Features include user authentication, course management, community interactions, real-time messaging, and calendar-based event scheduling.
46

57
![preview](https://github.com/user-attachments/assets/c6b74ca6-0056-41fe-b895-41ccc0d123cc)

about.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,9 @@
1111
<link rel="stylesheet" href="styles/responsive.css">
1212
<link rel="preconnect" href="https://fonts.googleapis.com">
1313
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
14-
<link href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&display=swap" rel="stylesheet">
14+
<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">
1515
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
1616
<style>
17-
* {
18-
font-family: 'Google Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
19-
}
20-
2117
/* Additional styles for the about page */
2218
.about-container {
2319
min-height: 100vh;
@@ -36,7 +32,7 @@
3632
}
3733

3834
.pdf-header {
39-
background: #1A73E8;
35+
background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
4036
color: white;
4137
padding: 30px;
4238
text-align: center;
@@ -76,7 +72,7 @@
7672
display: inline-flex;
7773
align-items: center;
7874
gap: 10px;
79-
background: #1A73E8;
75+
background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
8076
color: white;
8177
padding: 15px 30px;
8278
border-radius: 8px;
@@ -207,7 +203,7 @@ <h5>Legal</h5>
207203
</div>
208204
</div>
209205
<div class="footer-bottom">
210-
<p>&copy; 2024 OpenRockets Open-source Software Foundation. All rights reserved.<br><br><strong>Note:</strong> The OpenRockets Foundation is transitioning towards a decentralized governance model to better serve our community and embody the principles of open-source collaboration.</p>
206+
<p>&copy; 2024 OpenRockets Open-source Software Foundation. All rights reserved.</p>
211207
</div>
212208
</div>
213209
</footer>
-19.9 KB
Binary file not shown.
-22.2 KB
Binary file not shown.

community.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ <h3>Study Groups</h3>
185185
</div>
186186

187187
<div class="post-content">
188-
<h3> New JavaScript ES2024 Features You Should Know</h3>
188+
<h3>🚀 New JavaScript ES2024 Features You Should Know</h3>
189189
<p>I've just finished putting together a comprehensive guide on the latest JavaScript features that landed in ES2024. Some really exciting additions that will change how we write modern JavaScript!</p>
190190

191191
<div class="post-highlights">
@@ -267,7 +267,7 @@ <h3> New JavaScript ES2024 Features You Should Know</h3>
267267
</div>
268268

269269
<div class="post-content">
270-
<p>Just finished my first React project! Built a task management app with drag & drop functionality using React DnD. The learning curve was steep but so worth it!</p>
270+
<p>Just finished my first React project! 🎉 Built a task management app with drag & drop functionality using React DnD. The learning curve was steep but so worth it!</p>
271271

272272
<div class="post-image">
273273
<img src="https://via.placeholder.com/600x300/6264a7/ffffff?text=React+Task+Manager+Screenshot" alt="React Task Manager App">
@@ -549,13 +549,13 @@ <h3 class="card-title">
549549
<div class="chat-messages" id="chatMessages">
550550
<div class="chat-message system">
551551
<i class="fas fa-robot"></i>
552-
<span>Welcome to OpenRockets Community Chat! </span>
552+
<span>Welcome to OpenRockets Community Chat! 🚀</span>
553553
</div>
554554
<div class="chat-message">
555555
<div class="message-avatar">SC</div>
556556
<div class="message-content">
557557
<div class="message-author">Sarah Chen</div>
558-
<div class="message-text">Just pushed a new React tutorial! Check it out </div>
558+
<div class="message-text">Just pushed a new React tutorial! Check it out 💻</div>
559559
<div class="message-time">2 min ago</div>
560560
</div>
561561
</div>
@@ -571,7 +571,7 @@ <h3 class="card-title">
571571
<div class="message-avatar">AS</div>
572572
<div class="message-content">
573573
<div class="message-author">Alice Smith</div>
574-
<div class="message-text">My React project is finally live! Thanks for all the help!</div>
574+
<div class="message-text">My React project is finally live! 🎉 Thanks for all the help!</div>
575575
<div class="message-time">12 min ago</div>
576576
</div>
577577
</div>
@@ -580,9 +580,9 @@ <h3 class="card-title">
580580
<div class="chat-input-area">
581581
<div class="chat-emoji-picker" id="chatEmojiPicker">
582582
<button class="emoji-btn" data-emoji="😀">😀</button>
583-
<button class="emoji-btn" data-emoji=""></button>
584-
<button class="emoji-btn" data-emoji=""></button>
585-
<button class="emoji-btn" data-emoji=""></button>
583+
<button class="emoji-btn" data-emoji="🎉">🎉</button>
584+
<button class="emoji-btn" data-emoji="💻">💻</button>
585+
<button class="emoji-btn" data-emoji="🚀">🚀</button>
586586
<button class="emoji-btn" data-emoji="❤️">❤️</button>
587587
<button class="emoji-btn" data-emoji="👍">👍</button>
588588
</div>
@@ -891,14 +891,14 @@ <h3>Create New Post</h3>
891891
<option value="">Select a category</option>
892892
<option value="javascript">🟡 JavaScript</option>
893893
<option value="python">🐍 Python</option>
894-
<option value="cpp"> C++</option>
894+
<option value="cpp"> C++</option>
895895
<option value="react">⚛️ React</option>
896-
<option value="nodejs"> Node.js</option>
896+
<option value="nodejs">🚀 Node.js</option>
897897
<option value="ai">🤖 AI/ML</option>
898898
<option value="web-dev">🌐 Web Development</option>
899-
<option value="mobile"> Mobile Development</option>
899+
<option value="mobile">📱 Mobile Development</option>
900900
<option value="help">🆘 Help & Support</option>
901-
<option value="showcase"> Project Showcase</option>
901+
<option value="showcase">🎨 Project Showcase</option>
902902
<option value="discussion">💬 General Discussion</option>
903903
</select>
904904
</div>
@@ -909,7 +909,7 @@ <h3>Create New Post</h3>
909909
</label>
910910
<select id="postVisibility" name="visibility" class="form-control">
911911
<option value="public">🌍 Public</option>
912-
<option value="group"> Study Groups Only</option>
912+
<option value="group">👥 Study Groups Only</option>
913913
<option value="followers">👤 Followers Only</option>
914914
</select>
915915
</div>

components/footer.html

Lines changed: 0 additions & 51 deletions
This file was deleted.

components/header.html

Lines changed: 0 additions & 21 deletions
This file was deleted.

dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ <h3>Community Highlights</h3>
365365
</div>
366366
</div>
367367
<div class="post-content">
368-
Just completed my first React project! Thanks to everyone who helped in the study group
368+
Just completed my first React project! Thanks to everyone who helped in the study group 🚀
369369
</div>
370370
<div class="post-actions">
371371
<button class="post-action">

form/css/styles.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

2-
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&display=swap');
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:wght@300..700&display=swap');
35

46
/* CSS Variables */
57
:root {
@@ -8,7 +10,7 @@
810
--color-gray-light: #f5f5f5;
911
--color-gray-medium: #e0e0e0;
1012
--color-gray-dark: #333333;
11-
--font-family: 'Google Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
13+
--font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
1214
--border-radius: 8px;
1315
--border-radius-pill: 50px;
1416
--border-radius-circle: 50%;
@@ -36,6 +38,7 @@ body {
3638
color: var(--color-black);
3739
line-height: 1.6;
3840
font-size: 16px;
41+
font-family: "Cal Sans", sans-serif;
3942
-webkit-font-smoothing: antialiased;
4043
-moz-osx-font-smoothing: grayscale;
4144
}

0 commit comments

Comments
 (0)