File tree Expand file tree Collapse file tree 5 files changed +10
-14
lines changed Expand file tree Collapse file tree 5 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ import { IoLogoLinkedin } from "react-icons/io5";
6
6
const Footer = ( ) => {
7
7
return (
8
8
9
- < footer className = "bg-[#bfdbfe ] mt-3" >
9
+ < footer className = "bg-[#0a1625 ] mt-3" >
10
10
< div className = "mx-auto max-w-screen-xl px-4 pb-8 pt-16 sm:px-6 lg:px-8 lg:pt-24" >
11
11
< div className = "text-center" >
12
- < h2 className = "text-3xl font-extrabold text-gray-900 sm:text-5xl" > © 2024 Inter College Hackathon, Organised by Innozenta Club.</ h2 >
12
+ < h2 className = "text-3xl font-extrabold text-white sm:text-5xl" > © 2025 Inter College Hackathon, Organised by Innozenta Club.</ h2 >
13
13
14
14
< p className = "mx-auto mt-4 max-w-sm text-gray-500" >
15
15
< p > Himanshu gupta: 8000739398 </ p >
16
- < p > Gopal soni: 7014892187 </ p >
16
+ < p > </ p >
17
17
</ p >
18
18
</ div >
19
19
@@ -34,13 +34,7 @@ const Footer = () => {
34
34
</ a >
35
35
</ li >
36
36
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
+
44
38
</ ul >
45
39
46
40
< ul className = "mt-8 flex justify-center gap-6 sm:mt-0 lg:justify-end" >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const Header = () => {
6
6
7
7
< div className = "relative h-screen overflow-hidden" >
8
8
< 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"
10
10
src = "/public/new.mp4"
11
11
autoPlay
12
12
loop
@@ -15,8 +15,8 @@ const Header = () => {
15
15
16
16
< div className = "absolute inset-0 flex flex-col items-center justify-center text-center p-4" >
17
17
< 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 >
20
20
</ div >
21
21
< 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" >
22
22
< a href = "#registration" >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react';
2
2
3
3
const Nav = ( ) => {
4
4
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" >
6
6
< ul className = "flex flex-col sm:flex-row gap-2 md:gap-12 justify-center items-center" >
7
7
< li > < a href = "#home" className = "text-white text-lg hover:bg-[#00008B] p-1 rounded-lg" > Home</ a > </ li >
8
8
< li > < a href = "#rules" className = "text-white text-lg hover:bg-[#00008B] p-1 rounded-lg" > Rules</ a > </ li >
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import React from "react";
2
2
3
3
const Rules = ( ) => {
4
4
return (
5
+ < div className = "" >
5
6
< section className = "p-8 bg-blue-200" >
6
7
< h2 className = "text-2xl font-bold mb-4" > Rules & Regulation </ h2 >
7
8
< p
@@ -28,6 +29,7 @@ const Rules = () => {
28
29
29
30
30
31
</ section >
32
+ </ div >
31
33
) ;
32
34
} ;
33
35
export default Rules ;
You can’t perform that action at this time.
0 commit comments