Skip to content

Commit

Permalink
feat: update text sizes and layout for improved responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
NeerajGodiyal committed Nov 25, 2024
1 parent 8194f7d commit 620f6c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Binary file modified public/devs/vibhu.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ const Index = () => {
<Header />
<main className="min-h-screen w-full bg-black text-white flex flex-col items-center justify-center relative overflow-hidden">
<div className="text-center px-4 z-10">
<h1 className="text-8xl font-extrabold text-gradient tracking-wider animate-glitter mb-8 leading-tight">
<h1 className="text-4xl md:text-6xl lg:text-8xl font-extrabold text-gradient tracking-wider animate-glitter mb-8 leading-tight">
COMING SOON
</h1>
<p className="text-5xl font-bold tracking-wider mb-12">
<p className="text-3xl md:text-4xl lg:text-5xl font-bold tracking-wider mb-12">
<span className="text-white">Gamying.Online</span>
</p>
<div className="flex flex-col items-center gap-2 text-2xl text-gray-300 font-medium tracking-wide">
<div className="flex flex-col items-center gap-2 text-xl sm:text-2xl text-gray-300 font-medium tracking-wide">
<p>A collective of</p>
<p className="font-bold text-gradient animate-glitter">Tehelka Open-Source Developers</p>
<p>for all your tech needs.</p>
Expand All @@ -25,13 +25,14 @@ const Index = () => {
href="https://github.com/GamyingOnline/gamying.online"
className="transition-transform hover:scale-110 duration-300 ease-out block"
target='_blank'
rel="noopener noreferrer"
>
<div className="p-12 rounded-full hover:bg-white/5 transition-colors">
<FaGithub size={72} className="animate-bounce" />
<div className="p-8 sm:p-10 md:p-12 rounded-full hover:bg-white/5 transition-colors">
<FaGithub size={64} className="animate-bounce" />
</div>
</a>
</div>
<footer className="absolute bottom-6 text-gray-400 text-base font-light tracking-wide">
<footer className="absolute bottom-6 text-gray-400 text-sm sm:text-base font-light tracking-wide">
&copy; {new Date().getFullYear()} Gamying.Online. All rights reserved.
</footer>
</main>
Expand Down

0 comments on commit 620f6c0

Please sign in to comment.