-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ee20b6
commit 99e1dca
Showing
44 changed files
with
279 additions
and
0 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
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,8 @@ | ||
Photo Tour | ||
Behind the Scenes | ||
Team Photos | ||
Training Camp | ||
Ceremonies | ||
Tech Talk | ||
Challenge | ||
Contest |
Empty file.
Empty file.
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 @@ | ||
Photo Tour |
Empty file.
Empty file.
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,32 @@ | ||
export const years = [ | ||
"RC 2023-2024", "2023" | ||
]; | ||
export const places = | ||
{ | ||
"RC 2023-2024": "Regional Contests", | ||
"2023": "" | ||
} | ||
; | ||
|
||
|
||
export const api_key = "d30033b3d833adaace90f8487da70bba"; | ||
export const user_id = "141939107@N06"; | ||
export const title = "Asia East Gallery"; | ||
export const description = "Asia East Photo Gallery."; | ||
|
||
export const FLICKR_IMAGE_PREFIX = "https://www.flickr.com/photos/icpcnews/"; | ||
export const SUGGESTIONS_EMAIL = "[email protected]"; | ||
|
||
export const TAG_EVENT = "event"; | ||
export const TAG_TEAM = "team"; | ||
export const TAG_ALBUM = "albumAE"; | ||
export const TAG_PERSON = "person"; | ||
export const TAG_PHOTOGRAPHER = "photographer"; | ||
|
||
export const SVG_WIDTH = 60; | ||
export const SVG_HEIGHT = 60; | ||
|
||
export const PER_PAGE = 25; | ||
export const LAST_YEAR = "2023"; | ||
export const CONTEST_NAME = ""; | ||
export const DEFAULT_EVENT = "Photo Tour"; |
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,8 @@ | ||
Photo Tour | ||
Behind the Scenes | ||
Team Photos | ||
Training Camp | ||
Ceremonies | ||
Tech Talk | ||
Challenge | ||
Contest |
Empty file.
Empty file.
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 @@ | ||
Photo Tour |
Empty file.
Empty file.
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,32 @@ | ||
export const years = [ | ||
"RC 2023-2024", "2023" | ||
]; | ||
export const places = | ||
{ | ||
"RC 2023-2024": "Regional Contests", | ||
"2023": "" | ||
} | ||
; | ||
|
||
|
||
export const api_key = "d30033b3d833adaace90f8487da70bba"; | ||
export const user_id = "141939107@N06"; | ||
export const title = "Asia East Gallery"; | ||
export const description = "Asia East Photo Gallery."; | ||
|
||
export const FLICKR_IMAGE_PREFIX = "https://www.flickr.com/photos/icpcnews/"; | ||
export const SUGGESTIONS_EMAIL = "[email protected]"; | ||
|
||
export const TAG_EVENT = "event"; | ||
export const TAG_TEAM = "team"; | ||
export const TAG_ALBUM = "albumAE"; | ||
export const TAG_PERSON = "person"; | ||
export const TAG_PHOTOGRAPHER = "photographer"; | ||
|
||
export const SVG_WIDTH = 60; | ||
export const SVG_HEIGHT = 60; | ||
|
||
export const PER_PAGE = 25; | ||
export const LAST_YEAR = "2023"; | ||
export const CONTEST_NAME = ""; | ||
export const DEFAULT_EVENT = "Photo Tour"; |
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,8 @@ | ||
Photo Tour | ||
Behind the Scenes | ||
Team Photos | ||
Training Camp | ||
Ceremonies | ||
Tech Talk | ||
Challenge | ||
Contest |
Empty file.
Empty file.
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 @@ | ||
Photo Tour |
Empty file.
Empty file.
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,32 @@ | ||
export const years = [ | ||
"RC 2023-2024", "2023" | ||
]; | ||
export const places = | ||
{ | ||
"RC 2023-2024": "Regional Contests", | ||
"2023": "" | ||
} | ||
; | ||
|
||
|
||
export const api_key = "d30033b3d833adaace90f8487da70bba"; | ||
export const user_id = "141939107@N06"; | ||
export const title = "Asia East Gallery"; | ||
export const description = "Asia East Photo Gallery."; | ||
|
||
export const FLICKR_IMAGE_PREFIX = "https://www.flickr.com/photos/icpcnews/"; | ||
export const SUGGESTIONS_EMAIL = "[email protected]"; | ||
|
||
export const TAG_EVENT = "event"; | ||
export const TAG_TEAM = "team"; | ||
export const TAG_ALBUM = "albumAE"; | ||
export const TAG_PERSON = "person"; | ||
export const TAG_PHOTOGRAPHER = "photographer"; | ||
|
||
export const SVG_WIDTH = 60; | ||
export const SVG_HEIGHT = 60; | ||
|
||
export const PER_PAGE = 25; | ||
export const LAST_YEAR = "2023"; | ||
export const CONTEST_NAME = ""; | ||
export const DEFAULT_EVENT = "Photo Tour"; |
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,8 @@ | ||
Photo Tour | ||
Behind the Scenes | ||
Team Photos | ||
Training Camp | ||
Ceremonies | ||
Tech Talk | ||
Challenge | ||
Contest |
Empty file.
Empty file.
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 @@ | ||
Photo Tour |
Empty file.
Empty file.
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,32 @@ | ||
export const years = [ | ||
"RC 2023-2024", "2023" | ||
]; | ||
export const places = | ||
{ | ||
"RC 2023-2024": "Regional Contests", | ||
"2023": "" | ||
} | ||
; | ||
|
||
|
||
export const api_key = "d30033b3d833adaace90f8487da70bba"; | ||
export const user_id = "141939107@N06"; | ||
export const title = "Asia East Gallery"; | ||
export const description = "Asia East Photo Gallery."; | ||
|
||
export const FLICKR_IMAGE_PREFIX = "https://www.flickr.com/photos/icpcnews/"; | ||
export const SUGGESTIONS_EMAIL = "[email protected]"; | ||
|
||
export const TAG_EVENT = "event"; | ||
export const TAG_TEAM = "team"; | ||
export const TAG_ALBUM = "albumAE"; | ||
export const TAG_PERSON = "person"; | ||
export const TAG_PHOTOGRAPHER = "photographer"; | ||
|
||
export const SVG_WIDTH = 60; | ||
export const SVG_HEIGHT = 60; | ||
|
||
export const PER_PAGE = 25; | ||
export const LAST_YEAR = "2023"; | ||
export const CONTEST_NAME = ""; | ||
export const DEFAULT_EVENT = "Photo Tour"; |
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,8 @@ | ||
Photo Tour | ||
Behind the Scenes | ||
Team Photos | ||
Training Camp | ||
Ceremonies | ||
Tech Talk | ||
Challenge | ||
Contest |
Empty file.
Empty file.
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 @@ | ||
Photo Tour |
Empty file.
Empty file.
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,32 @@ | ||
export const years = [ | ||
"RC 2023-2024", "2023" | ||
]; | ||
export const places = | ||
{ | ||
"RC 2023-2024": "Regional Contests", | ||
"2023": "" | ||
} | ||
; | ||
|
||
|
||
export const api_key = "d30033b3d833adaace90f8487da70bba"; | ||
export const user_id = "141939107@N06"; | ||
export const title = "Asia East Gallery"; | ||
export const description = "Asia East Photo Gallery."; | ||
|
||
export const FLICKR_IMAGE_PREFIX = "https://www.flickr.com/photos/icpcnews/"; | ||
export const SUGGESTIONS_EMAIL = "[email protected]"; | ||
|
||
export const TAG_EVENT = "event"; | ||
export const TAG_TEAM = "team"; | ||
export const TAG_ALBUM = "albumAE"; | ||
export const TAG_PERSON = "person"; | ||
export const TAG_PHOTOGRAPHER = "photographer"; | ||
|
||
export const SVG_WIDTH = 60; | ||
export const SVG_HEIGHT = 60; | ||
|
||
export const PER_PAGE = 25; | ||
export const LAST_YEAR = "2023"; | ||
export const CONTEST_NAME = ""; | ||
export const DEFAULT_EVENT = "Photo Tour"; |
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,8 @@ | ||
Photo Tour | ||
Behind the Scenes | ||
Team Photos | ||
Training Camp | ||
Ceremonies | ||
Tech Talk | ||
Challenge | ||
Contest |
Empty file.
Empty file.
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 @@ | ||
Photo Tour |
Empty file.
Empty file.
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,32 @@ | ||
export const years = [ | ||
"RC 2023-2024", "2023" | ||
]; | ||
export const places = | ||
{ | ||
"RC 2023-2024": "Regional Contests", | ||
"2023": "" | ||
} | ||
; | ||
|
||
|
||
export const api_key = "d30033b3d833adaace90f8487da70bba"; | ||
export const user_id = "141939107@N06"; | ||
export const title = "Asia East Gallery"; | ||
export const description = "Asia East Photo Gallery."; | ||
|
||
export const FLICKR_IMAGE_PREFIX = "https://www.flickr.com/photos/icpcnews/"; | ||
export const SUGGESTIONS_EMAIL = "[email protected]"; | ||
|
||
export const TAG_EVENT = "event"; | ||
export const TAG_TEAM = "team"; | ||
export const TAG_ALBUM = "albumAE"; | ||
export const TAG_PERSON = "person"; | ||
export const TAG_PHOTOGRAPHER = "photographer"; | ||
|
||
export const SVG_WIDTH = 60; | ||
export const SVG_HEIGHT = 60; | ||
|
||
export const PER_PAGE = 25; | ||
export const LAST_YEAR = "2023"; | ||
export const CONTEST_NAME = ""; | ||
export const DEFAULT_EVENT = "Photo Tour"; |