Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activities Image #161

Merged
merged 4 commits into from
Jul 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed public/rpkm/activities/communitybackground.png
Binary file not shown.
3 changes: 3 additions & 0 deletions public/rpkm/activities/communitybackground.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/app/rpkm/activities/details/baan/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const Page = () => {
alt="activity image"
width={0}
height={0}
priority={true}
className="my-4 object-cover"
style={{ width: '60vw', height: '60vw' }}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/rpkm/activities/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const page = () => {
<div className="justify-center flex">
<Card
name="กิจกรรมชุมชน"
image="/rpkm/activities/communitybackground.png"
image="/rpkm/activities/communitybackground.svg"
imageWidth="70vw"
imageHeight="70vw"
content="กิจกรรมชุมชน เป็นกิจกรรมที่จัดขึ้นเพื่อให้นิสิตใหม่ ได้ทำความรู้จักกับร้านค้า และชุมชนบริเวณโดยรอบจุฬาลงกรณ์มหาวิทยาลัยให้มากขึ้น ผ่านกิจกรรมการสะสมแต้มผ่าน Line OA ด้วยการร่วมทำกิจกรรมถ่ายรูปเช็คอิน ตะลุยทานของอร่อย ๆ รอบมอ ทำกิจกรรมอาสาเพื่อพัฒนาสังคม โดยร้านค้าและสถานที่ที่อยู่ในกิจกรรมมีตั้งแต่ร้านเก่าแก่ที่อยู่คู่จุฬาฯมาอย่างยาวนานตลอดจนร้านค้าใหม่ ๆ ที่เพิ่งเกิดขึ้นและน่าไปเช็คอิน บอกได้เลยว่า เหล่าเฟรชชี่ CU108 พลาดไม่ได้สักร้านเลยแน่นอน เพิ่มเพื่อนไลน์ OA และรับบัตรสะสมแต้มกัน เริ่มทำกิจกรรมกันได้เลย"
Expand Down
1 change: 1 addition & 0 deletions src/components/rpkm/Activities/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const Card: React.FC<CardProps> = ({
height: imageHeight ? imageHeight : '60vw',
}}
className={cn('w-full object-cover', imageClassName)}
priority={true}
/>
</div>
<div className="flex flex-col gap-y-[2px] mt-1">
Expand Down
Loading