Add stars to all pages and adjust contact and sponsor page content
Update initStars function to include new sections, and reposition text elements in contact and sponsors HTML templates. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 75bceff7-98f2-4f6e-ae8e-e735399a1fe8 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 551d53d0-8bb9-484f-a2af-ac206e52585e Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d0a1d46d-d203-4308-bc6a-312ac7c0243b/75bceff7-98f2-4f6e-ae8e-e735399a1fe8/a9ZWif3
This commit is contained in:
BIN
attached_assets/image_1762647358078.png
Normal file
BIN
attached_assets/image_1762647358078.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
@@ -378,7 +378,7 @@ function initScrollIndicator() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function initStars() {
|
function initStars() {
|
||||||
const sections = document.querySelectorAll('.home-info, .contributors');
|
const sections = document.querySelectorAll('.home-info, .contributors, .contact, .sponsors, .competitions');
|
||||||
|
|
||||||
sections.forEach(section => {
|
sections.forEach(section => {
|
||||||
const starContainer = document.createElement('div');
|
const starContainer = document.createElement('div');
|
||||||
|
|||||||
@@ -8,9 +8,9 @@
|
|||||||
<br>
|
<br>
|
||||||
<h1 class="heading" id="spon"><span class="emoji contact">Contact</span></h1>
|
<h1 class="heading" id="spon"><span class="emoji contact">Contact</span></h1>
|
||||||
<hr>
|
<hr>
|
||||||
|
<p class="info">🌐 you can find us on several platforms! 🌐</p>
|
||||||
<div class="team-info">
|
<div class="team-info">
|
||||||
<div class="content-container">
|
<div class="content-container">
|
||||||
<p class="info">🌐 you can find us on several platforms! 🌐</p>
|
|
||||||
<div class="contact-container">
|
<div class="contact-container">
|
||||||
<div class="card-container">
|
<div class="card-container">
|
||||||
<a href="https://www.instagram.com/technicalturbulence23344/" target="_blank" class="card">
|
<a href="https://www.instagram.com/technicalturbulence23344/" target="_blank" class="card">
|
||||||
|
|||||||
@@ -8,10 +8,9 @@
|
|||||||
<br>
|
<br>
|
||||||
<h1 class="heading" id="spon"><span class="emoji sponsors">Sponsors</span></h1>
|
<h1 class="heading" id="spon"><span class="emoji sponsors">Sponsors</span></h1>
|
||||||
<hr>
|
<hr>
|
||||||
|
<p class="info">❤️ companies of various sizes sponsor our initiatives. ❤️</p>
|
||||||
<div class="team-info">
|
<div class="team-info">
|
||||||
<div class="content-container">
|
<div class="content-container">
|
||||||
<p class="info">❤️ companies of various sizes sponsor our initiatives. ❤️</p>
|
|
||||||
|
|
||||||
<div class="sponsors-container">
|
<div class="sponsors-container">
|
||||||
<div class="card-container">
|
<div class="card-container">
|
||||||
{% for sponsor in sponsors %}
|
{% for sponsor in sponsors %}
|
||||||
|
|||||||
Reference in New Issue
Block a user