Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion .vitepress/showcases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const showcases: ShowCaseInfo[] = [
at: 'OpenFunction Tutorial Sharing',
datetime: '2022-05-08',
},
{
{
title: 'Is it Okay to Pursue Functional Programming on Frontend?',
author: {
name: 'Minsu Kim , Changhui Lee',
Expand Down Expand Up @@ -190,6 +190,18 @@ export const showcases: ShowCaseInfo[] = [
at: 'Presentation on Social Engineering in Computers in Society class',
datetime: '2023-10-20',
},
{
title: 'Diablo Health Orb Shader',
author: {
name: 'SuneBear',
link: 'https://github.com/sunebear',
},
at: 'rctAI Sessions',
slidesLink: 'https://rct-ai.github.io/frontend-slides/diablo-health-orb-shader/',
sourceLink: 'https://github.com/rct-ai/frontend-slides',
cover: 'https://github-production-user-asset-6210df.s3.amazonaws.com/7693264/284304324-db973b4c-a043-4644-932c-826169a1b4d8.gif',
datetime: '2022-09-01',
},
// Add yours here!
{
title: 'Yours?',
Expand Down