Skip to content

Commit

Permalink
moar galleries
Browse files Browse the repository at this point in the history
  • Loading branch information
lperovskaya committed Dec 25, 2023
1 parent 6ee20b6 commit 99e1dca
Show file tree
Hide file tree
Showing 44 changed files with 279 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,26 @@ jobs:
- public_url: gallery/nerc # nerc
data_folder: dataNERC
folder: nerc
- public_url: gallery/lac # lac
data_folder: dataLAC
folder: lac
- public_url: gallery/ae # ae
data_folder: dataAE
folder: ae
- public_url: gallery/aw # aw
data_folder: dataAW
folder: aw
- public_url: gallery/ap # ap
data_folder: dataAP
folder: ap
- public_url: gallery/eu # eu
data_folder: dataEU
folder: eu
- public_url: gallery/acpc # acpc
data_folder: dataACPC
folder: acpc


steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ jobs:
data_folder: dataNAC
- public_url: galleryNERC # nerc
data_folder: dataNERC
- public_url: galleryLAC # lac
data_folder: dataLAC
- public_url: galleryAE # ae
data_folder: dataAE
- public_url: galleryAW # aw
data_folder: dataAW
- public_url: galleryAP # ap
data_folder: dataAP
- public_url: galleryEU # eu
data_folder: dataEU
- public_url: galleryACPC # acpc
data_folder: dataACPC

steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
Expand Down
8 changes: 8 additions & 0 deletions dataACPC/2023.event
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 added dataACPC/2023.people
Empty file.
Empty file added dataACPC/2023.team
Empty file.
1 change: 1 addition & 0 deletions dataACPC/RC 2023-2024.event
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Photo Tour
Empty file added dataACPC/RC 2023-2024.people
Empty file.
Empty file added dataACPC/RC 2023-2024.team
Empty file.
32 changes: 32 additions & 0 deletions dataACPC/consts.js
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";
8 changes: 8 additions & 0 deletions dataAE/2023.event
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 added dataAE/2023.people
Empty file.
Empty file added dataAE/2023.team
Empty file.
1 change: 1 addition & 0 deletions dataAE/RC 2023-2024.event
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Photo Tour
Empty file added dataAE/RC 2023-2024.people
Empty file.
Empty file added dataAE/RC 2023-2024.team
Empty file.
32 changes: 32 additions & 0 deletions dataAE/consts.js
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";
8 changes: 8 additions & 0 deletions dataAP/2023.event
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 added dataAP/2023.people
Empty file.
Empty file added dataAP/2023.team
Empty file.
1 change: 1 addition & 0 deletions dataAP/RC 2023-2024.event
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Photo Tour
Empty file added dataAP/RC 2023-2024.people
Empty file.
Empty file added dataAP/RC 2023-2024.team
Empty file.
32 changes: 32 additions & 0 deletions dataAP/consts.js
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";
8 changes: 8 additions & 0 deletions dataAW/2023.event
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 added dataAW/2023.people
Empty file.
Empty file added dataAW/2023.team
Empty file.
1 change: 1 addition & 0 deletions dataAW/RC 2023-2024.event
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Photo Tour
Empty file added dataAW/RC 2023-2024.people
Empty file.
Empty file added dataAW/RC 2023-2024.team
Empty file.
32 changes: 32 additions & 0 deletions dataAW/consts.js
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";
8 changes: 8 additions & 0 deletions dataEU/2023.event
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 added dataEU/2023.people
Empty file.
Empty file added dataEU/2023.team
Empty file.
1 change: 1 addition & 0 deletions dataEU/RC 2023-2024.event
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Photo Tour
Empty file added dataEU/RC 2023-2024.people
Empty file.
Empty file added dataEU/RC 2023-2024.team
Empty file.
32 changes: 32 additions & 0 deletions dataEU/consts.js
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";
8 changes: 8 additions & 0 deletions dataLAC/2023.event
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 added dataLAC/2023.people
Empty file.
Empty file added dataLAC/2023.team
Empty file.
1 change: 1 addition & 0 deletions dataLAC/RC 2023-2024.event
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Photo Tour
Empty file added dataLAC/RC 2023-2024.people
Empty file.
Empty file added dataLAC/RC 2023-2024.team
Empty file.
32 changes: 32 additions & 0 deletions dataLAC/consts.js
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";

0 comments on commit 99e1dca

Please sign in to comment.