Skip to content

Commit c5f1fcc

Browse files
bg change and
1 parent 1a9b76f commit c5f1fcc

File tree

5 files changed

+10
-14
lines changed

5 files changed

+10
-14
lines changed

public/last.jpg

277 KB
Loading

src/components/footer.jsx

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ import { IoLogoLinkedin } from "react-icons/io5";
66
const Footer = () => {
77
return (
88

9-
<footer className="bg-[#bfdbfe] mt-3">
9+
<footer className="bg-[#0a1625] mt-3">
1010
<div className="mx-auto max-w-screen-xl px-4 pb-8 pt-16 sm:px-6 lg:px-8 lg:pt-24">
1111
<div className="text-center">
12-
<h2 className="text-3xl font-extrabold text-gray-900 sm:text-5xl">&copy; 2024 Inter College Hackathon, Organised by Innozenta Club.</h2>
12+
<h2 className="text-3xl font-extrabold text-white sm:text-5xl">&copy; 2025 Inter College Hackathon, Organised by Innozenta Club.</h2>
1313

1414
<p className="mx-auto mt-4 max-w-sm text-gray-500">
1515
<p>Himanshu gupta: 8000739398 </p>
16-
<p> Gopal soni: 7014892187</p>
16+
<p> </p>
1717
</p>
1818
</div>
1919

@@ -34,13 +34,7 @@ const Footer = () => {
3434
</a>
3535
</li>
3636

37-
<li>
38-
<a href="https://www.linkedin.com/in/gopal-soniepic/" target='blank' className="text-gray-500 transition hover:opacity-75 text-base">
39-
<div className='flex items-center '>
40-
<IoLogoLinkedin className='text-xl' />
41-
Gopal Soni
42-
</div> </a>
43-
</li>
37+
4438
</ul>
4539

4640
<ul className="mt-8 flex justify-center gap-6 sm:mt-0 lg:justify-end">

src/components/header.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const Header = () => {
66

77
<div className="relative h-screen overflow-hidden">
88
<video
9-
className="absolute inset-0 w-full h-full object-cover bg-blue-600"
9+
className="absolute inset-0 w-full h-full object-cover bg-dark-blue-600"
1010
src="/public/new.mp4"
1111
autoPlay
1212
loop
@@ -15,8 +15,8 @@ const Header = () => {
1515

1616
<div className="absolute inset-0 flex flex-col items-center justify-center text-center p-4">
1717
<div className="p-4">
18-
<h2 className="text-4xl sm:text-6xl lg:text-9xl text-blue-50 font-bold mb-4 sm:mb-8">INNOVATE. CODE, COMPETE</h2>
19-
<p className="text-2xl sm:text-4xl lg:text-6xl text-blue-50 font-bold mb-4">TRANSFORM</p>
18+
<h2 className="text-4xl sm:text-6xl lg:text-9xl text-blue-50 font-bold mb-4 sm:mb-8">Let's Build Something</h2>
19+
<p className="text-2xl sm:text-4xl lg:text-6xl text-blue-50 font-bold mb-4">Innovative</p>
2020
</div>
2121
<button className="mt-4 sm:mt-8 bg-blue-600 text-white px-4 sm:px-6 py-2 sm:py-3 text-lg rounded-full hover:bg-black">
2222
<a href="#registration">

src/components/nav.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22

33
const Nav = () => {
44
return (
5-
<nav className="bg-blue-600 p-4 flex justify-center items-center">
5+
<nav className="bg-blue-900 p-4 flex justify-center items-center">
66
<ul className="flex flex-col sm:flex-row gap-2 md:gap-12 justify-center items-center">
77
<li><a href="#home" className="text-white text-lg hover:bg-[#00008B] p-1 rounded-lg">Home</a></li>
88
<li><a href="#rules" className="text-white text-lg hover:bg-[#00008B] p-1 rounded-lg">Rules</a></li>

src/components/rules.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React from "react";
22

33
const Rules = () => {
44
return(
5+
<div className="">
56
<section className="p-8 bg-blue-200">
67
<h2 className="text-2xl font-bold mb-4">Rules & Regulation</h2>
78
< p
@@ -28,6 +29,7 @@ const Rules = () => {
2829

2930

3031
</section>
32+
</div>
3133
);
3234
};
3335
export default Rules;

0 commit comments

Comments
 (0)