Jack Monas
commited on
Commit
·
06b53c4
1
Parent(s):
e530d5a
gif
Browse files
app.py
CHANGED
@@ -47,16 +47,16 @@ def resources_section():
|
|
47 |
</style>
|
48 |
|
49 |
<div class="resource-cards">
|
50 |
-
<!-- Blog Post
|
51 |
<a href="https://example.com/blog-post-1" target="_blank" class="resource-card">
|
52 |
-
<h4>Blog Post
|
53 |
<p>World Model Challenge Launch</p>
|
54 |
</a>
|
55 |
|
56 |
-
<!-- Blog Post
|
57 |
<a href="https://example.com/blog-post-2" target="_blank" class="resource-card">
|
58 |
-
<h4>Blog Post
|
59 |
-
<p>Challenge Updates
|
60 |
</a>
|
61 |
|
62 |
<!-- GitHub -->
|
|
|
47 |
</style>
|
48 |
|
49 |
<div class="resource-cards">
|
50 |
+
<!-- Phase 1 Blog Post -->
|
51 |
<a href="https://example.com/blog-post-1" target="_blank" class="resource-card">
|
52 |
+
<h4>Phase 1 Blog Post</h4>
|
53 |
<p>World Model Challenge Launch</p>
|
54 |
</a>
|
55 |
|
56 |
+
<!-- Phase 2 Blog Post -->
|
57 |
<a href="https://example.com/blog-post-2" target="_blank" class="resource-card">
|
58 |
+
<h4>Phase 2 Blog Post</h4>
|
59 |
+
<p>Challenge Updates</p>
|
60 |
</a>
|
61 |
|
62 |
<!-- GitHub -->
|