style: format code for consistency across multiple files
Some checks failed
/ print-content (push) Failing after 26s
Some checks failed
/ print-content (push) Failing after 26s
This commit is contained in:
parent
0a63fbd10c
commit
e33f173101
11 changed files with 364 additions and 363 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
// @ts-check
|
// @ts-check
|
||||||
import { defineConfig } from 'astro/config';
|
import { defineConfig } from "astro/config";
|
||||||
import tailwindcss from '@tailwindcss/vite';
|
import tailwindcss from "@tailwindcss/vite";
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
vite: {
|
vite: {
|
||||||
plugins: [tailwindcss()],
|
plugins: [tailwindcss()],
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -10,32 +10,33 @@ export const events: Event[] = [
|
||||||
description: "제 2회 SSD CTF - 최다 풀이자 SSD상 수상",
|
description: "제 2회 SSD CTF - 최다 풀이자 SSD상 수상",
|
||||||
category: "Award",
|
category: "Award",
|
||||||
date: "2026-08-30",
|
date: "2026-08-30",
|
||||||
link: "https://forge.hspace.io/competitions/6a8b93c72586e8e70978b4df"
|
link: "https://forge.hspace.io/competitions/6a8b93c72586e8e70978b4df",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "33회 해킹캠프 발표 - LLM에 로그인했더니 내 계정이 아니게 됐다???",
|
description:
|
||||||
|
"33회 해킹캠프 발표 - LLM에 로그인했더니 내 계정이 아니게 됐다???",
|
||||||
category: "Presentation",
|
category: "Presentation",
|
||||||
date: "2026-08-22"
|
date: "2026-08-22",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "2026 사이버 가디언즈 CMX 대회 장려상 수상",
|
description: "2026 사이버 가디언즈 CMX 대회 장려상 수상",
|
||||||
category: "Award",
|
category: "Award",
|
||||||
date: "2026-08-18"
|
date: "2026-08-18",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "선린인터넷고등학교 전공동아리 Layer7 26기 입부",
|
description: "선린인터넷고등학교 전공동아리 Layer7 26기 입부",
|
||||||
category: "Education",
|
category: "Education",
|
||||||
date: "2026-04-01"
|
date: "2026-04-01",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "선린인터넷고등학교 121기 입학",
|
description: "선린인터넷고등학교 121기 입학",
|
||||||
category: "Education",
|
category: "Education",
|
||||||
date: "2026-03-03"
|
date: "2026-03-03",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "리눅스 마스터 2급",
|
description: "리눅스 마스터 2급",
|
||||||
category: "License",
|
category: "License",
|
||||||
date: "2026-01-02"
|
date: "2026-01-02",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "화이트햇스쿨 3기 이수",
|
description: "화이트햇스쿨 3기 이수",
|
||||||
|
|
@ -158,5 +159,5 @@ export const events: Event[] = [
|
||||||
date: "2022-05-23",
|
date: "2022-05-23",
|
||||||
description: "2022학년도 석정초SW영재학급 첫 수업",
|
description: "2022학년도 석정초SW영재학급 첫 수업",
|
||||||
category: "Education",
|
category: "Education",
|
||||||
}
|
},
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue