Ready to begin adding links

This commit is contained in:
Skylar Grant 2024-09-03 19:01:09 -04:00
parent 26dc2afcf7
commit 984794f5f8
2 changed files with 27 additions and 2 deletions

24
.vscode/snips.code-snippets vendored Normal file
View File

@ -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": "<li><a class=\"bm\" href=\"$1\">$2</a></li>$0",
"description": "Bookmark"
}
}

View File

@ -25,15 +25,16 @@
</div>
<div class="bookmark">
<div class="category">
<p class="title">Category One</p>
<p class="title">General</p>
<div class="bookmarks">
<li><a class="bm" href="https://google.com">Google</a></li>
<li><a class="bm" href="https://kvcc.me.edu">KVCC</a> // <a class="bm" href="https://my.kvcc.me.edu">MyKV</a></li>
</div>
</div>
<div class="category">
<p class="title">Category Two</p>
<li><a class="bm" href="https://steampowered.com">Steam</a></li>
<div class="bookmarks">
<li><a class="bm" href="https://steampowered.com">Steam</a></li>
</div>
</div>
<div class="category">