Added package deploy settings.json. Tweaked fonts in index.html

This commit is contained in:
Nathan Peckham 2024-06-08 16:47:25 -05:00
parent c8aa011227
commit 9a440752b9
2 changed files with 29 additions and 1 deletions

28
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,28 @@
{
"deploy.reloaded": {
"packages": [
{
"name": "Version 2.3.4",
"description": "Package version 2.3.4",
"files": [
"**/*.html",
"**/*.css",
"**/*.js"
],
"exclude": [
".gitea/**",
".vscode/**"
]
}
],
"targets": [
{
"type": "local",
"name": "nginx live",
"description": "nginx live folder",
"dir": "Z:/etc/nginx/sites-available/profile"
}
]
}
}

View file

@ -27,7 +27,7 @@
<body class="body-class">
<div id="page-content">
<div id="viewport-portal" data-hover-only="true" data-relative-input="true" pointer-events="true">
<div id="hero" class="oswald-display-700">Nathan Peckham</div>
<div id="hero" class="josefin-slab-500">Nathan Peckham</div>
<div id="hero-titles" class="oswald-display-400">&nbsp;</div>
<div id="arrow-hint" class="material-symbols-outlined">arrow_downward</div>
</div>