Fix minor mistakes
This commit is contained in:
parent
a3c5b3fbcc
commit
4bd73af100
@ -3,7 +3,7 @@
|
||||
font-family: 'Atkinson Hyperlegible';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('fonts/atkinson-hyperlegible-regular.woff2') format('woff2');
|
||||
src: url('/fonts/atkinson-hyperlegible-regular.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@ -11,7 +11,7 @@
|
||||
font-family: 'Atkinson Hyperlegible';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: url('fonts/atkinson-hyperlegible-italic.woff2') format('woff2');
|
||||
src: url('/fonts/atkinson-hyperlegible-italic.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@ -19,7 +19,7 @@
|
||||
font-family: 'Atkinson Hyperlegible';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url('fonts/atkinson-hyperlegible-700.woff2') format('woff2');
|
||||
src: url('/fonts/atkinson-hyperlegible-700.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@ -27,5 +27,5 @@
|
||||
font-family: 'Atkinson Hyperlegible';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: url('fonts/atkinson-hyperlegible-700italic.woff2') format('woff2');
|
||||
src: url('/fonts/atkinson-hyperlegible-700italic.woff2') format('woff2');
|
||||
}
|
||||
|
7
deploy.fish
Executable file
7
deploy.fish
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set --local user marvin-elsen.de
|
||||
set --local host ssh.strato.de
|
||||
set --local target_directory /mnt/web009/d3/76/57512676/htdocs/www
|
||||
|
||||
rsync -avz --no-perms --omit-dir-times --delete * $user@$host:$target_directory
|
@ -3,7 +3,7 @@
|
||||
<!-- https://html.spec.whatwg.org/multipage/dom.html#attr-lang -->
|
||||
<!-- https://www.rfc-editor.org/info/bcp47 -->
|
||||
<html lang='en-US'>
|
||||
<header>
|
||||
<head>
|
||||
<!-- Metadata
|
||||
|
||||
<meta> is a void element and its starting tag should not end with a /-character
|
||||
@ -26,9 +26,12 @@
|
||||
<meta name='theme-color' content='rgb(0, 130, 255)' media='(prefers-color-scheme: dark)'>
|
||||
|
||||
<link href='/css/styles.css' rel='stylesheet'>
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
|
||||
<title>Marvin Elsen’s Website</title>
|
||||
</header>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id='wrapper'>
|
||||
@ -38,7 +41,7 @@
|
||||
|
||||
<nav>
|
||||
<header>
|
||||
<h2>Navigation<span class='vr'></span><span class='chinese' lang='zh-TW'>目錄</span><h2>
|
||||
<h2>Navigation<span class='vr'></span><span class='chinese' lang='zh-TW'>目錄</span></h2>
|
||||
</header>
|
||||
<ul>
|
||||
<li><a href='#about'>About</a></li>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<!-- https://html.spec.whatwg.org/multipage/dom.html#attr-lang -->
|
||||
<!-- https://www.rfc-editor.org/info/bcp47 -->
|
||||
<html lang='en-US'>
|
||||
<header>
|
||||
<head>
|
||||
<!-- Metadata
|
||||
|
||||
<meta> is a void element and its starting tag should not end with a /-character
|
||||
@ -26,9 +26,12 @@
|
||||
<meta name='theme-color' content='rgb(0, 130, 255)' media='(prefers-color-scheme: dark)'>
|
||||
|
||||
<link href='/css/styles.css' rel='stylesheet'>
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
|
||||
<title>Now | Marvin Elsen</title>
|
||||
</header>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id='wrapper'>
|
||||
@ -38,7 +41,7 @@
|
||||
|
||||
<nav>
|
||||
<header>
|
||||
<h2>Navigation<span class='vr'></span><span class='chinese' lang='zh-TW'>目錄</span><h2>
|
||||
<h2>Navigation<span class='vr'></span><span class='chinese' lang='zh-TW'>目錄</span></h2>
|
||||
</header>
|
||||
<ul>
|
||||
<li><a href='/#about'>About</a></li>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<!-- https://html.spec.whatwg.org/multipage/dom.html#attr-lang -->
|
||||
<!-- https://www.rfc-editor.org/info/bcp47 -->
|
||||
<html lang='en-US'>
|
||||
<header>
|
||||
<head>
|
||||
<!-- Metadata
|
||||
|
||||
<meta> is a void element and its starting tag should not end with a /-character
|
||||
@ -26,9 +26,12 @@
|
||||
<meta name='theme-color' content='rgb(0, 130, 255)' media='(prefers-color-scheme: dark)'>
|
||||
|
||||
<link href='/css/styles.css' rel='stylesheet'>
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
|
||||
<title>Marvin Elsen’s Website</title>
|
||||
</header>
|
||||
<title>Uses | Marvin Elsen</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id='wrapper'>
|
||||
@ -38,7 +41,7 @@
|
||||
|
||||
<nav>
|
||||
<header>
|
||||
<h2>Navigation<span class='vr'></span><span class='chinese' lang='zh-TW'>目錄</span><h2>
|
||||
<h2>Navigation<span class='vr'></span><span class='chinese' lang='zh-TW'>目錄</span></h2>
|
||||
</header>
|
||||
<ul>
|
||||
<li><a href='/#about'>About</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user