From 5351597171bac6a03b47fe68d30b201fcc9549b3 Mon Sep 17 00:00:00 2001 From: Mudacumura Brunoblaise Date: Sun, 28 Apr 2024 03:50:17 +0200 Subject: [PATCH] rollout --- app/page.tsx | 73 +--- components/Sparkles.tsx | 23 ++ components/ui/sparkles.tsx | 428 ++++++++++++++++++++++ components/ui/wobble.tsx | 75 ++++ components/wobble.tsx | 76 ++++ next.config.js | 6 +- package-lock.json | 717 +++++++++++++++++++++++++++++++++++-- package.json | 10 +- public/noise.webp | Bin 0 -> 732274 bytes public/students.jpg | Bin 0 -> 1165718 bytes 10 files changed, 1319 insertions(+), 89 deletions(-) create mode 100644 components/Sparkles.tsx create mode 100644 components/ui/sparkles.tsx create mode 100644 components/ui/wobble.tsx create mode 100644 components/wobble.tsx create mode 100644 public/noise.webp create mode 100644 public/students.jpg diff --git a/app/page.tsx b/app/page.tsx index e7bd0b5..79353d2 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,9 +1,11 @@ 'use client'; import { Awards } from '@/components/awards'; +import { Sparkles } from '@/components/Sparkles'; +import { Wobble } from '@/components/wobble'; import Image from 'next/image'; import Link from 'next/link'; -import { useEffect, useState } from 'react'; +import { useEffect, useState, useRef } from 'react'; function Home() { const [days, setDays] = useState(0); @@ -17,7 +19,6 @@ function Home() { setDays(d); const h = Math.floor(difference / (1000 * 60 * 60)); setHours(h); - }, 1000); return () => clearInterval(interval); }, []); @@ -71,6 +72,7 @@ function Home() {
+ {' '}
-
{`Kigali Hacks, Hack The Future. `}
+ +
Join us at Kigali Hacks, in-person high school hackathon be a part of a 12 hour journey of coding, building, learning, and sharing. Open to all high schoolers across Rwanda, technical or @@ -406,7 +409,7 @@ function Home() {

-
+
Sponsors
@@ -416,7 +419,7 @@ function Home() { target="_blank" >
- -
FAQs
-
- What is a hackathon? -
- - A hackathon is an invention marathon where students come together to build, learn and share. - The project can be anything as long it solves a problem. Everyone will create their own - project in teams of up to 8 and at the end each team presents its project. The best projects - will get prizes, and there will be swag and food and drinks for everyone. - -
-
- -
- Do I need to know how to code? -
- No, everyone is welcomed since there will be workshops that introduces some to - programming - . -
-
- -
- Who can attend? -
- - Everyone is eligible to particpate in Kigali Hacks 2024 if only you are in high school, and if - you already graduated and still want to attend you can consider volunteering or mentoring for - the event - - email us at info@morncast.live - . -
-
- -
- How much does Kigali Hacks cost? -
- It cost nothing basically it is free. -
-
- -
- Can I use past projects? - -
- {"No, you can't use them"} -
-
+