@@ -20,8 +20,8 @@ export const showcases: ShowCaseInfo[] = [
2020 name : 'Anthony Fu' ,
2121 link : 'https://github.com/antfu' ,
2222 } ,
23- slidesLink : 'https://sli.dev/demo /composable-vue' ,
24- sourceLink : 'https://github.com/antfu/talks/tree/master /2021-04-29' ,
23+ slidesLink : 'https://talks.antfu.me/2021 /composable-vue/ ' ,
24+ sourceLink : 'https://github.com/antfu/talks/tree/main /2021-04-29' ,
2525 at : 'VueDay 2021' ,
2626 datetime : '2021-04-29' ,
2727 } ,
@@ -49,29 +49,29 @@ export const showcases: ShowCaseInfo[] = [
4949 at : 'Enter.js Vue Day' ,
5050 datetime : '2021-06-15' ,
5151 } ,
52- {
53- title : 'Simply Publish Your Package to npm' ,
54- author : {
55- name : 'Lucky Dewa Satria' ,
56- link : 'https://github.com/lucky401' ,
57- } ,
58- at : 'Weekly sharing' ,
59- slidesLink : 'https://masukin.link/talks/simply-publish-your-package-to-npm' ,
60- cover : 'https://masukin.link/talks-cover-npm.png' ,
61- datetime : '2021-06-12' ,
62- } ,
63- {
64- title : 'Create Icon Package With Vue and Rollup' ,
65- author : {
66- name : 'Lucky Dewa Satria' ,
67- link : 'https://github.com/lucky401' ,
68- } ,
69- at : 'Weekly Sharing' ,
70- slidesLink : 'https://masukin.link/talks/create-icon-package-with-vue-and-rollup' ,
71- sourceLink : 'https://github.com/lucky401/Create-Icon-Package-With-Vue-and-Rollup' ,
72- cover : 'https://masukin.link/talks-cover-create-icon-package-with-vue-and-rollup.png' ,
73- datetime : '2021-06-19' ,
74- } ,
52+ // {
53+ // title: 'Simply Publish Your Package to npm',
54+ // author: {
55+ // name: 'Lucky Dewa Satria',
56+ // link: 'https://github.com/lucky401',
57+ // },
58+ // at: 'Weekly sharing',
59+ // slidesLink: 'https://masukin.link/talks/simply-publish-your-package-to-npm',
60+ // cover: 'https://masukin.link/talks-cover-npm.png',
61+ // datetime: '2021-06-12',
62+ // },
63+ // {
64+ // title: 'Create Icon Package With Vue and Rollup',
65+ // author: {
66+ // name: 'Lucky Dewa Satria',
67+ // link: 'https://github.com/lucky401',
68+ // },
69+ // at: 'Weekly Sharing',
70+ // slidesLink: 'https://masukin.link/talks/create-icon-package-with-vue-and-rollup',
71+ // sourceLink: 'https://github.com/lucky401/Create-Icon-Package-With-Vue-and-Rollup',
72+ // cover: 'https://masukin.link/talks-cover-create-icon-package-with-vue-and-rollup.png',
73+ // datetime: '2021-06-19',
74+ // },
7575 {
7676 title : 'BeAPT' ,
7777 author : {
@@ -190,6 +190,30 @@ export const showcases: ShowCaseInfo[] = [
190190 at : 'Presentation on Social Engineering in Computers in Society class' ,
191191 datetime : '2023-10-20' ,
192192 } ,
193+ {
194+ title : 'Diablo Health Orb Shader' ,
195+ author : {
196+ name : 'SuneBear' ,
197+ link : 'https://github.com/sunebear' ,
198+ } ,
199+ at : 'rctAI Sessions' ,
200+ slidesLink : 'https://rct-ai.github.io/frontend-slides/diablo-health-orb-shader/' ,
201+ sourceLink : 'https://github.com/rct-ai/frontend-slides' ,
202+ cover : 'https://github-production-user-asset-6210df.s3.amazonaws.com/7693264/284304324-db973b4c-a043-4644-932c-826169a1b4d8.gif' ,
203+ datetime : '2022-09-01' ,
204+ } ,
205+ {
206+ title : 'How Rust error handling ease web development' ,
207+ author : {
208+ name : 'Nguyễn Hồng Quân' ,
209+ link : 'https://quan.hoabinh.vn' ,
210+ } ,
211+ at : 'FOSSASIA Summit 2024' ,
212+ slidesLink : 'https://talk.quan.hoabinh.vn/rust-error-handling-ease-web-dev/' ,
213+ sourceLink : 'https://hongquan@bitbucket.org/hongquan/rust-error-handling-ease-web-dev.git' ,
214+ cover : 'https://i.imgur.com/2eBJofY.png' ,
215+ datetime : '2024-04-10' ,
216+ } ,
193217 // Add yours here!
194218 {
195219 title : 'Yours?' ,
@@ -199,6 +223,6 @@ export const showcases: ShowCaseInfo[] = [
199223 at : 'Submit your talk/presentation to be list here!' ,
200224 slidesLink : 'https://github.com/slidevjs/docs/edit/main/.vitepress/showcases.ts' ,
201225 cover : `${ import . meta. env . BASE_URL } theme-placeholder.png` ,
202- datetime : '2021-04-29 ' ,
226+ datetime : '2020-1-1 ' ,
203227 } ,
204- ]
228+ ] . sort ( ( a , b ) => new Date ( b . datetime ) . getTime ( ) - new Date ( a . datetime ) . getTime ( ) )
0 commit comments