Initial commit
4
src/assets/img/chevron-left.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="#000000" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<polyline points="15 6 9 12 15 18" />
|
||||
</svg>
|
After Width: | Height: | Size: 317 B |
4
src/assets/img/chevron-right.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="#000000" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<polyline points="9 6 15 12 9 18" />
|
||||
</svg>
|
After Width: | Height: | Size: 317 B |
5
src/assets/img/chevrons-left.svg
Normal file
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevrons-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="#000000" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<polyline points="11 7 6 12 11 17" />
|
||||
<polyline points="17 7 12 12 17 17" />
|
||||
</svg>
|
After Width: | Height: | Size: 359 B |
BIN
src/assets/img/favicon/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
src/assets/img/favicon/favicon-192x192.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
src/assets/img/favicon/favicon-32x32.png
Normal file
After Width: | Height: | Size: 981 B |
BIN
src/assets/img/favicon/favicon-512x512.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
src/assets/img/posts/mailbox.jpg
Normal file
After Width: | Height: | Size: 144 KiB |
11
src/assets/styles/index.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
.header-anchor {
|
||||
text-decoration: none!important;
|
||||
}
|
||||
|
||||
h1 > a.header-anchor {
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
h2 > a.header-anchor {
|
||||
font-weight: 700;
|
||||
}
|