Skip to content

Commit b9d54fe

Browse files
authored
Merge pull request #1923 from AtCoder-NoviSteps/#1922
🎨 Update demo (#1922)
2 parents 9f6696c + e0e60f8 commit b9d54fe

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<div align="center">
3737
<video
3838
width="720"
39-
src="https://github.com/user-attachments/assets/690bae58-f653-4b0d-9342-5f6813dcc7e8"
39+
src="https://github.com/user-attachments/assets/fec06b21-dc31-497f-80bc-181e64394da9"
4040
autoplay
4141
muted
4242
controls

src/routes/+page.svelte

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
import { WORKBOOKS_PAGE, ABOUT_PAGE, PROBLEMS_PAGE } from '$lib/constants/navbar-links';
1414
1515
const problemImages = [
16+
{
17+
alt: 'Contest Table',
18+
src: '../../contest_table.png',
19+
title: 'contest-table',
20+
},
1621
{
1722
alt: 'List of problems',
1823
src: '../../grade_11Q_4Q.png',
@@ -71,7 +76,7 @@
7176
<div class="flex flex-wrap justify-center items-center mb-8 xs:mb-12">
7277
<video
7378
width="720"
74-
src="https://github.com/user-attachments/assets/690bae58-f653-4b0d-9342-5f6813dcc7e8"
79+
src="https://github.com/user-attachments/assets/fec06b21-dc31-497f-80bc-181e64394da9"
7580
autoplay
7681
muted
7782
controls

static/contest_table.png

282 KB
Loading

static/grade_10Q_details.png

-16.9 KB
Loading

static/grade_11Q_4Q.png

-5.5 KB
Loading

0 commit comments

Comments
 (0)