Adjusted title screen
This commit is contained in:
@@ -15,7 +15,7 @@ export default defineConfig([
|
||||
globals: globals.browser
|
||||
},
|
||||
rules: {
|
||||
"indent": ["error", "tab"]
|
||||
"indent": ["error", 2]
|
||||
}
|
||||
},
|
||||
tseslint.configs.recommended,
|
||||
|
||||
5
package-lock.json
generated
5
package-lock.json
generated
@@ -506,6 +506,7 @@
|
||||
"integrity": "sha512-XZzOmihLIr8AD1b9hL9ccNMzEMWt/dE2u7NyTY9jJG6YNiNthaD5XtUHVF2uCXZ15ng+z2hT3MVuxnUYhq6k1g==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@typescript-eslint/scope-manager": "8.57.0",
|
||||
"@typescript-eslint/types": "8.57.0",
|
||||
@@ -859,6 +860,7 @@
|
||||
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"bin": {
|
||||
"acorn": "bin/acorn"
|
||||
},
|
||||
@@ -1849,6 +1851,7 @@
|
||||
"integrity": "sha512-COV33RzXZkqhG9P2rZCFl9ZmJ7WL+gQSCRzE7RhkbclbQPtLAWReL7ysA0Sh4c8Im2U9ynybdR56PV0XcKvqaQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@eslint-community/eslint-utils": "^4.8.0",
|
||||
"@eslint-community/regexpp": "^4.12.2",
|
||||
@@ -3464,6 +3467,7 @@
|
||||
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
@@ -3552,6 +3556,7 @@
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
|
||||
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
|
||||
"dev": true,
|
||||
"peer": true,
|
||||
"bin": {
|
||||
"tsc": "bin/tsc",
|
||||
"tsserver": "bin/tsserver"
|
||||
|
||||
@@ -97,31 +97,23 @@
|
||||
</div>
|
||||
<div class="profile">
|
||||
<img class="picture" src="profile.jpg" width="150" height="150" fetchpriority="high" />
|
||||
<p>Software developer from Sweden. This is my place. Sometimes I publish thoughts or projects.</p>
|
||||
<p>Things I do:</p>
|
||||
<p>Just a dude from sweden.</p>
|
||||
<span>Things I do:</span>
|
||||
<ul>
|
||||
<li>Program things for fun. This site is built using <a href="https://git.zacke.dev/wholteza/blog">my own blog
|
||||
framework</a> that generates a static website from markdown + a little bit of html templating.</li>
|
||||
<li>I build physical things as well. Lately it has been <a
|
||||
href="https://git.zacke.dev/wholteza/5x6-split-kb/src/branch/main/rev2">keyboards</a> in multiple <a
|
||||
href="https://git.zacke.dev/wholteza/5x6-split-kb/src/branch/main/rev1">revisions</a>.</li>
|
||||
<li>Brew beer in my garage. <a href="/5-measuring-mash-temperatures.html">I find the process interesting..</a> and
|
||||
i
|
||||
enjoy drinking beer.</li>
|
||||
<li>Running and biking. You can find me on <a href="https://www.strava.com/athletes/41297534">strava</a>.
|
||||
</li>
|
||||
<li><a href="https://git.zacke.dev/wholteza/blog">Programming for fun</a>.</li>
|
||||
<li><a href="https://git.zacke.dev/wholteza/5x6-split-kb/src/branch/main/rev2">Elecronics and product
|
||||
projects</a>.
|
||||
<li><a href="/5-measuring-mash-temperatures.html">Brew beer in my garage</a>.</li>
|
||||
<li><a href="https://www.strava.com/athletes/41297534">Running and biking</a>.</li>
|
||||
</ul>
|
||||
|
||||
<p><a href="https://git.zacke.dev/explore/repos">Gitea</a></p>
|
||||
<p><a href="https://github.com/Wholteza">Github</a></p>
|
||||
<p><a href="mailto:contact@montell.se">contact@montell.se</a> (not actually created yet but try changing out contact
|
||||
for
|
||||
my first name.)</p>
|
||||
|
||||
<p>Live demos and experiments:</p>
|
||||
<ul>
|
||||
<li><a href="/playground.html">CSS + HTML Playground</a></li>
|
||||
</ul>
|
||||
<span style="font-size: 9px; line-height: 1rem; margin-top: 1rem;">
|
||||
<a href="https://git.zacke.dev/explore/repos">Gitea</a>,
|
||||
<a href="https://github.com/Wholteza">Github</a>,
|
||||
<a href="mailto:contact@montell.se">contact@montell.se</a>
|
||||
<span style="display: block; line-height: 1rem;">Not actually my email, try changing out contact
|
||||
for my first name.</span>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
<div class="content">
|
||||
|
||||
Reference in New Issue
Block a user