diff --git a/content/competitive-programming/index.html b/content/competitive-programming/index.html deleted file mode 100644 index 15b8f71..0000000 --- a/content/competitive-programming/index.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - Competitve Programming - - - -
-
-

Competitve Programming

-
-

- USACO Guide: I am a contributor -

-
-

- Library: Clean templates and algorithm implementations that I use -

-
-

- USACO: Clean USACO solutions -

-
-

- USACO Camp: Miscellaneous USACO Camp solutions -

-
-

- IOI: IOI solutions -

-
-

- Google Code Jam: Google Code Jam solutions -

-
-

- ACSL: ACSL code and resources -

-
-

- Idiot Code-Golf: Really stupid code competition -

-
-

- LCS Resources: Ladue Computer Science resources for competitive programming -

-
-
- - diff --git a/content/projects/_index.md b/content/projects/_index.md new file mode 100644 index 0000000..de00ebc --- /dev/null +++ b/content/projects/_index.md @@ -0,0 +1,9 @@ +--- +title: "Projects" +type: page +--- + + +- [exozyme](https://exozy.me) +- [Ladue Computer Science](https://laduecs.github.io/) +- [Competitive Programming](competitive-programming) diff --git a/content/projects/competitive-programming.md b/content/projects/competitive-programming.md new file mode 100644 index 0000000..35ad81d --- /dev/null +++ b/content/projects/competitive-programming.md @@ -0,0 +1,15 @@ +--- +title: Competitive Programming +type: page +--- + + +- [USACO GUIDE](https://github.com/cpinitiative/usaco-guide): I am a contributor +- [Library](https://github.com/Ta180m/Library): Clean templates and algorithm implementations that I use +- [USACO](https://github.com/Ta180m/USACO): Clean USACO solutions +- [USACO Camp](https://github.com/Ta180m/USACO-Camp): Miscellaneous USACO Camp solutions +- [IOI](https://github.com/Ta180m/IOI): IOI solutions +- [Google Code Jam](https://github.com/Ta180m/Google-Code-Jam): Google Code Jam solutions +- [ACSL](https://github.com/Ta180m/ACSL): ACSL code and resources +- [Idiot Code-Golf](https://github.com/Ta180m/Idiot-Code-Golf): Really stupid code competition +- [LCS Resources](https://github.com/LadueCS/Presentations/tree/main/Competitive%20Programming): Ladue Computer Science resources for competitive programming diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index 32fc444..0000000 Binary files a/favicon.ico and /dev/null differ diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..87cae7e Binary files /dev/null and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png new file mode 100644 index 0000000..1f427bc Binary files /dev/null and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..1ac3c3a Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..d0f7e1d Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..48e0a5f Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/style.css b/style.css deleted file mode 100644 index be4b21d..0000000 --- a/style.css +++ /dev/null @@ -1,12 +0,0 @@ -div { - text-align:center; - font-family:monospace; - font-size:16px; -} - -p { - text-align:left; - margin:auto; - width:720px; - line-height: 24px; -}