From 984794f5f8d954ea6d55177ade12e3c183f98be4 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Tue, 3 Sep 2024 19:01:09 -0400 Subject: [PATCH] Ready to begin adding links --- .vscode/snips.code-snippets | 24 ++++++++++++++++++++++++ index.html | 5 +++-- 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 .vscode/snips.code-snippets diff --git a/.vscode/snips.code-snippets b/.vscode/snips.code-snippets new file mode 100644 index 0000000..fbd84f0 --- /dev/null +++ b/.vscode/snips.code-snippets @@ -0,0 +1,24 @@ +{ + // Place your aiden-school-sp workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and + // description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope + // is left empty or omitted, the snippet gets applied to all languages. The prefix is what is + // used to trigger the snippet and the body will be expanded and inserted. Possible variables are: + // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. + // Placeholders with the same ids are connected. + // Example: + // "Print to console": { + // "scope": "javascript,typescript", + // "prefix": "log", + // "body": [ + // "console.log('$1');", + // "$2" + // ], + // "description": "Log output to console" + // } + "Bookmark":{ + "scope": "html", + "prefix": "bm", + "body": "
  • $2
  • $0", + "description": "Bookmark" + } +} \ No newline at end of file diff --git a/index.html b/index.html index bc09f7d..5664755 100644 --- a/index.html +++ b/index.html @@ -25,15 +25,16 @@
    -

    Category One

    +

    General

    Category Two

    -
  • Steam
  • +
  • Steam