-
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
d255c90
commit 13e36b4
Showing
57 changed files
with
2,332 additions
and
1,955 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
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,3 @@ | ||
{ | ||
"tabWidth": 2 | ||
} |
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 |
---|---|---|
@@ -1,34 +1,34 @@ | ||
export const places = [ | ||
["2023", "Luxor, Egypt, 47th", "World Finals"], | ||
["2022", "Luxor, Egypt, 46th", "World Finals"], | ||
["2021", "Dhaka, Bangladesh", "World Finals"], | ||
["2020", "Moscow, Russia", "World Finals"], | ||
["2019", "Porto, Portugal", "World Finals"], | ||
["2018", "Beijing, China", "World Finals"], | ||
["2017", "Rapid City, SD, USA", "World Finals"], | ||
["2016", "Phuket, Thailand", "World Finals"], | ||
["2015", "Marrakesh, Morocco", "World Finals"], | ||
["2014", "Ekaterinburg, Russia", "World Finals"], | ||
["2013", "Saint Petersburg, Russia", "World Finals"], | ||
["2012", "Warsaw, Poland", "World Finals"], | ||
["2011", "Orlando FL, USA", "World Finals"], | ||
["2010", "Harbin, China", "World Finals"], | ||
["2009", "Stockholm, Sweden", "World Finals"], | ||
["2008", "Banff, Canada", "World Finals"], | ||
["2007", "Tokyo, Japan", "World Finals"], | ||
["2006", "San Antonio, TX, USA", "World Finals"], | ||
["2005", "Shanghai, China", "World Finals"], | ||
["2004", "Prague, Czech Republic", "World Finals"], | ||
["2003", "Beverly Hills, CA, USA", "World Finals"], | ||
["2002", "Honolulu, Hawaii, USA", "World Finals"], | ||
["2001", "Vancouver, Canada", "World Finals"] | ||
["2023", "Luxor, Egypt, 47th", "World Finals"], | ||
["2022", "Luxor, Egypt, 46th", "World Finals"], | ||
["2021", "Dhaka, Bangladesh", "World Finals"], | ||
["2020", "Moscow, Russia", "World Finals"], | ||
["2019", "Porto, Portugal", "World Finals"], | ||
["2018", "Beijing, China", "World Finals"], | ||
["2017", "Rapid City, SD, USA", "World Finals"], | ||
["2016", "Phuket, Thailand", "World Finals"], | ||
["2015", "Marrakesh, Morocco", "World Finals"], | ||
["2014", "Ekaterinburg, Russia", "World Finals"], | ||
["2013", "Saint Petersburg, Russia", "World Finals"], | ||
["2012", "Warsaw, Poland", "World Finals"], | ||
["2011", "Orlando FL, USA", "World Finals"], | ||
["2010", "Harbin, China", "World Finals"], | ||
["2009", "Stockholm, Sweden", "World Finals"], | ||
["2008", "Banff, Canada", "World Finals"], | ||
["2007", "Tokyo, Japan", "World Finals"], | ||
["2006", "San Antonio, TX, USA", "World Finals"], | ||
["2005", "Shanghai, China", "World Finals"], | ||
["2004", "Prague, Czech Republic", "World Finals"], | ||
["2003", "Beverly Hills, CA, USA", "World Finals"], | ||
["2002", "Honolulu, Hawaii, USA", "World Finals"], | ||
["2001", "Vancouver, Canada", "World Finals"], | ||
]; | ||
|
||
|
||
export const api_key = "d30033b3d833adaace90f8487da70bba"; | ||
export const user_id = "141939107@N06"; | ||
export const title = "ICPC Gallery"; | ||
export const description = "The International Collegiate Programming Contest World Finals Photo Gallery."; | ||
export const description = | ||
"The International Collegiate Programming Contest World Finals Photo Gallery."; | ||
|
||
export const FLICKR_IMAGE_PREFIX = "https://www.flickr.com/photos/icpcnews/"; | ||
export const SUGGESTIONS_EMAIL = "[email protected]"; | ||
|
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
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
Oops, something went wrong.