From 8051eee00a859740c794738dde84084ff70315f1 Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Thu, 17 Jul 2025 13:49:14 -0700 Subject: [PATCH] minor template changes --- assets/css/style.css | 8 ++- templates/hackathon.html | 118 +++++++++++++++++++++++++++++++++++++++ templates/index.html | 2 - 3 files changed, 123 insertions(+), 5 deletions(-) create mode 100644 templates/hackathon.html diff --git a/assets/css/style.css b/assets/css/style.css index e18289f..50a6ba3 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -33,7 +33,7 @@ header { position: sticky; top: 0; z-index: 100; - background-color: #2A7B9B; + background-color: #000; } header .container { @@ -59,6 +59,8 @@ nav ul li { nav ul li a { padding: 5px; transition: color 0.3s; + color: #fff; + font-weight: bold; } nav ul li a:hover { @@ -106,7 +108,7 @@ nav ul li a:hover { /* Features Section */ .features { padding: 80px 0; - background-color: #2A7B9B; + background-color: #000; } .features h2 { @@ -223,7 +225,7 @@ textarea { /* Footer Styles */ footer { - background-color: #2c3e50; + background-color: #000; color: #fff; padding: 50px 0 20px; } diff --git a/templates/hackathon.html b/templates/hackathon.html new file mode 100644 index 0000000..0ac2d6d --- /dev/null +++ b/templates/hackathon.html @@ -0,0 +1,118 @@ + + + + + + + HackHost - Hackathon Platform + + + + +
+
+ + +
+
+ +
+
+

HaAAACKATHON

+

A platform for deveopers to showcase their skills.

+ Join a hackathon today! +
+
+ +
+
+

Platform Features

+
+
+

Easy Submission

+

Submit your project with just a few clicks. Share your Git repository, project name, and any + secrets needed to run your project.

+
+
+

Secure Environment

+

Your project secrets are stored securely and only shared with authorized judges.

+
+
+

Fair Judging

+

All projects are evaluated based on innovation, technical complexity, and presentation.

+
+
+

Global Reach

+

Participate in hackathons from anywhere in the world and connect with developers globally.

+
+
+
+
+ +
+
+

How It Works

+
+
+
1
+

Register for a Hackathon

+

Browse available hackathons and register for the ones that interest you.

+
+
+
2
+

Build Your Project

+

Work on your project during the hackathon period, either solo or with a team.

+
+
+
3
+

Submit Your Work

+

Submit your Git repository, project details, and any secrets needed to run your project.

+
+
+
4
+

Get Evaluated

+

Judges will review your submission and provide feedback.

+
+
+
+
+ + + + + + diff --git a/templates/index.html b/templates/index.html index bd02eec..16cae14 100644 --- a/templates/index.html +++ b/templates/index.html @@ -17,9 +17,7 @@