From 87c29b995e32a9cfa30dc5f252deb2aef738f4cc Mon Sep 17 00:00:00 2001 From: aida-mlscope Date: Thu, 26 Sep 2024 13:32:16 -0500 Subject: [PATCH] added resources --- index.html | 2 + leaderboard.html | 2 +- resources.html | 298 +++++++++++++++++++++++++++++++++++++++++++++++ solutions.html | 1 + 4 files changed, 302 insertions(+), 1 deletion(-) create mode 100644 resources.html diff --git a/index.html b/index.html index 20a88e4..df1282e 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,7 @@ nav { background-color: var(--dark-blue); padding: 10px 0; + width: 100%; } nav .container { display: flex; @@ -122,6 +123,7 @@ Problems Solutions Leaderboard + Resources diff --git a/leaderboard.html b/leaderboard.html index 617fafe..fac79f3 100644 --- a/leaderboard.html +++ b/leaderboard.html @@ -122,10 +122,10 @@ Problems Solutions Leaderboard + Resources -

Leaderboard

diff --git a/resources.html b/resources.html new file mode 100644 index 0000000..7d5e57e --- /dev/null +++ b/resources.html @@ -0,0 +1,298 @@ + + + + + + ML-Scope Resources + + + + + +
+

MLScope Resources

+
+
+ + + + diff --git a/solutions.html b/solutions.html index 36b1016..5b17508 100644 --- a/solutions.html +++ b/solutions.html @@ -104,6 +104,7 @@ Problems Solutions Leaderboard + Resources