Skip to content

Commit 47a6346

Browse files
committed
updated
1 parent ec823f5 commit 47a6346

File tree

7 files changed

+451
-10
lines changed

7 files changed

+451
-10
lines changed
29.2 KB
Loading

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,17 @@ <h1 class="hero-title">
6969

7070
<p class="hero-subtitle">
7171
Advancing software, education, and data innovation through the power of open-source.
72-
72+
Level up, Challenge, Grow, Contribute with passionate high-school builders worldwide.
7373
</p>
7474

7575
<div class="hero-cta">
7676
<a href="join.html" class="btn btn-primary btn-large">
7777
<i class="fas fa-rocket"></i>
78-
Start Building
78+
Join the team
7979
</a>
8080
<a href="#projects" class="btn btn-secondary btn-large">
8181
<i class="fas fa-code"></i>
82-
Explore Projects
82+
See around
8383
</a>
8484
</div>
8585
</div>

scripts/opennetwork-banner.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
style.id = 'opennetwork-banner-styles';
162162
style.textContent = `
163163
.opennetwork-banner {
164-
position: fixed;
164+
position:relative;
165165
${CONFIG.position}: 0;
166166
left: 0;
167167
right: 0;
@@ -300,10 +300,7 @@
300300
}
301301
}
302302
303-
.opennetwork-banner.on-animate-in {
304-
animation: slideIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
305-
}
306-
303+
307304
/* Responsive design */
308305
@media (max-width: 768px) {
309306
.opennetwork-banner {

scripts/opennetwork-banner.min.js

Lines changed: 427 additions & 1 deletion
Large diffs are not rendered by default.

styles/hackclub-style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,14 +441,20 @@ body::before {
441441
0%, 100% { transform: translateY(0px); }
442442
50% { transform: translateY(-20px); }
443443
}
444-
444+
@media (max-width: 1116px) {
445+
.hero-illustrations {
446+
display: none !important;
447+
}
448+
}
445449

446450

447451
/* Stats Section */
448452
.stats {
449453
padding: var(--space-6) var(--space-4);
450454
background: linear-gradient(135deg, rgba(124, 58, 237, 0.1) 0%, rgba(14, 165, 233, 0.1) 50%, rgba(6, 182, 212, 0.1) 100%);
451455
margin: var(--space-6) 0;
456+
457+
452458
border-top: 2px solid rgba(124, 58, 237, 0.3);
453459
border-bottom: 2px solid rgba(14, 165, 233, 0.3);
454460
}

styles/meta-style.css

Whitespace-only changes.

teams/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Document</title>
7+
<script src="https://openrockets.me/scripts/opennetwork-banner.min.js"></script>
8+
</head>
9+
<body>
10+
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)