Skip to content

Commit 7ebe8ab

Browse files
committed
update logitech macro challenge
1 parent 6184635 commit 7ebe8ab

File tree

4 files changed

+23
-16
lines changed

4 files changed

+23
-16
lines changed

app/gallery/page.jsx

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,28 @@ const Gallery = () => {
2727
<>
2828
<Navbar />
2929
<div
30-
className="bg-[#101010] flex flex-col min-h-screen pt-16 md:pt-24 p-4
31-
lg:px-12 pb-24"
30+
className="bg-[#101010] flex flex-col min-h-screen p-4 md:px-8 lg:px-12
31+
pt-40 pb-24"
3232
>
33-
<div className="flex flex-col justify-center items-center pt-20">
34-
<div
35-
className="text-[#FAF8ED] text-center font-medium text-[2.375rem]
36-
leading-[1.2] lg:leading-[1.1] lg:text-[3rem]"
37-
>
38-
2023 (HACKBYTE)
33+
<div className="w-full flex flex-col gap-6">
34+
<div className="flex flex-col items-center gap-4">
35+
<p className="text-[#F5F0D8] font-normal text-[2.25rem] md:text-[5rem]">
36+
Gallery
37+
</p>
38+
<p
39+
className="w-full xl:max-w-[75%] text-[#C3C3C3] font-[Inter]
40+
text-center font-normal text-[1.25rem] md:text-[1.5rem]"
41+
>
42+
Explore our gallery of memorable moments from HackByte events at
43+
IIITDMJ. Immerse in the vibrant coding community, witness
44+
innovation, and get inspired.
45+
</p>
3946
</div>
4047
</div>
4148

4249
<GridImage />
4350

44-
<div className="flex flex-col justify-center items-center my-4 xl:my-12">
51+
<div className="flex flex-col justify-center items-center my-4 xl:my-8">
4552
<div
4653
className="text-[#FAF8ED] text-center font-medium text-[2.375rem]
4754
leading-[1.2] lg:leading-[1.1] lg:text-[3rem]"

app/prizes/page.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -318,21 +318,21 @@ export default function Prizes() {
318318
<Image
319319
src={leftLeaf}
320320
alt="leaf"
321-
className="w-12 h-12 md:w-auto md:h-auto"
321+
className="w-10 h-10 md:w-16 md:h-16 lg:w-auto lg:h-auto"
322322
/>
323323
<p
324-
className="text-white text-center font-medium text-[1.75rem] md:text-[3rem]
325-
lg:text-[4.125rem]"
324+
className="text-white text-center font-medium text-[1.125rem] md:text-[2.25rem]
325+
lg:text-[3rem]"
326326
style={{
327327
textShadow: "0px 0px 100px rgba(242, 210, 59, 0.80)",
328328
}}
329329
>
330-
Macro Challenge
330+
Logitech Macro Challenge
331331
</p>
332332
<Image
333333
src={rightLeaf}
334334
alt="leaf"
335-
className="w-12 h-12 md:w-auto md:h-auto"
335+
className="w-10 h-10 md:w-16 md:h-16 lg:w-auto lg:h-auto"
336336
/>
337337
</div>
338338

app/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</url>
88
<url>
99
<loc>https://hackbyte.in/gallery</loc>
10-
<lastmod>2024-03-09</lastmod>
10+
<lastmod>2024-04-03</lastmod>
1111
<priority>0.5</priority>
1212
</url>
1313
<url>

components/ImageGrid/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import img9 from "@/public/galleryPage/img9.jpg";
1212

1313
const GridImage = () => {
1414
return (
15-
<div className="max-w-8xl mx-auto py-10">
15+
<div className="max-w-8xl mx-auto py-16">
1616
<div className="flex flex-col gap-5 md:flex-row">
1717
<div className="flex flex-col gap-5">
1818
<div>

0 commit comments

Comments
 (0)