Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikunjgarg23 committed Oct 10, 2024
1 parent e6b1978 commit 73b4c19
Show file tree
Hide file tree
Showing 6 changed files with 4,113 additions and 375 deletions.
10 changes: 5 additions & 5 deletions components/Hero/Index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ const Hero = () => {
<h1 className="font-bold text-center lg:text-left text-4xl lg:text-6xl 2xl:text-7xl leading-[4.5rem]">
<Typewriter
options={{
strings: ["Qiskit | Fall Fest Algiers"],
strings: ["Innovate 2.0"],
autoStart: true,
loop: true,
}}
/>
</h1>
<p className="font-medium text-center lg:text-left leading-[2rem] lg:text-2xl 2xl:text-4xl 2xl:leading-[2.875rem]">
Your chance to discover the Quantum Computing world!
Your chance to showcase your skills!
</p>
<div className="flex items-end">
<div className="relative h-[67px] bounce w-[67px] 2xl:w-[101px] 2xl:h-[114px]">
Expand All @@ -58,10 +58,10 @@ const Hero = () => {
</div>

<div className="flex items-center">
<div className="hidden lg:flex">
{/* <div className="hidden lg:flex">
<Image src={GDGAlgiers} />
</div>
<CounterContainer countDownLimit={1666425600000} />
</div> */}
<CounterContainer countDownLimit={"2024-11-25T00:00:00Z"} />
</div>

<div className="w-12 h-12 absolute bottom-16 left-8">
Expand Down
4 changes: 2 additions & 2 deletions components/shared/Purpulebutton.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const Button = ({ title }) => {
return (
<button
disabled={true}
className="z-2 cursor-not-allowed"
// disabled={true}
className="z-2"
>
<div className="bg-[url('/hero/purpule_button.svg')] bg-no-repeat bg-center bg-contain z-10">
<div className=" place-content-center flex justify-center">
Expand Down
Loading

0 comments on commit 73b4c19

Please sign in to comment.