Skip to content

Commit

Permalink
💄 catppuccinify-ing it
Browse files Browse the repository at this point in the history
  • Loading branch information
csc530 committed Jul 29, 2024
1 parent 2512f88 commit eb21a61
Show file tree
Hide file tree
Showing 11 changed files with 135 additions and 4,799 deletions.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@
],
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
}
},
"css.styleSheets": [
"https://cdn.jsdelivr.net/npm/bulma/css/bulma.min.css"
],
"BracketHighlighter.enableExtension": false
}
Binary file modified bun.lockb
Binary file not shown.
15 changes: 10 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0">-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link href="/favicon.ico" rel="icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <link href="https://cdn.jsdelivr.net/npm/bulma/css/bulma.min.css" rel="stylesheet"> -->
<!-- <link href="https://unpkg.com/@catppuccin/palette/css/catppuccin.css" rel="stylesheet"> -->
<link href="devicon.min.css" rel="stylesheet">
<title>my site</title>
</head>

<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script src="/src/main.ts" type="module"></script>
<noscript>Please enable JavaScript to view this website.</noscript>
</body>
</html>

</html>
21 changes: 0 additions & 21 deletions main.js

This file was deleted.

Binary file removed neocities.png
Binary file not shown.
Loading

0 comments on commit eb21a61

Please sign in to comment.