-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use Fa icon and add organizations.ts
- Loading branch information
1 parent
b64ccba
commit 6942352
Showing
2 changed files
with
28 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
import sapanisit from '../assets/images/sapanisit.png'; | ||
import smo from '../assets/images/smo.png'; | ||
import sgcu from '../assets/images/sgcu.png'; | ||
|
||
export const organizations = [ | ||
{ | ||
imageURL: smo, | ||
orgName: 'สโมสรนิสิต \n จุฬาลงกรณ์มหาวิทยาลัย', | ||
linkHref: 'https://www.google.com' | ||
}, | ||
{ | ||
imageURL: sgcu, | ||
orgName: 'องค์การบริหารสโมสรนิสิต จุฬาลงกรณ์มหาวิทยาลัย (อบจ.)', | ||
linkHref: 'https://www.chula.ac.th/academics/academic-units/sgcu/' | ||
}, | ||
{ | ||
imageURL: sapanisit, | ||
orgName: 'สภานิสิต \n จุฬาลงกรณ์มหาวิทยาลัย', | ||
linkHref: | ||
'https://www.sa.chula.ac.th/%E0%B8%AA%E0%B8%A0%E0%B8%B2%E0%B8%99%E0%B8%B4%E0%B8%AA%E0%B8%B4%E0%B8%95/' | ||
} | ||
]; |