.
This commit is contained in:
parent
19dcd7fbdc
commit
3c19031102
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="image">
|
<div class="image">
|
||||||
<img alt="fem" src="zerotwo_small.png">
|
<img alt="fem" src="mai_small.png">
|
||||||
</div>
|
</div>
|
||||||
<nav>
|
<nav>
|
||||||
<h1>Welcome back!</h1>
|
<h1>Welcome back!</h1>
|
||||||
@ -23,7 +23,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li>~/dev </li>
|
<li>~/dev </li>
|
||||||
<li><a href="https://flathub.org/">Flathub</a></li>
|
<li><a href="https://aur.archlinux.org/">AUR</a></li>
|
||||||
<li><a href="https://github.com/f1rq">GitHub</a></li>
|
<li><a href="https://github.com/f1rq">GitHub</a></li>
|
||||||
<li><a href="https://github.com/f1rq/dotfiles">Dots</a></li>
|
<li><a href="https://github.com/f1rq/dotfiles">Dots</a></li>
|
||||||
<li><a href="https://svelte.dev/">Svelte</a></li>
|
<li><a href="https://svelte.dev/">Svelte</a></li>
|
||||||
|
BIN
mai_small.png
Normal file
BIN
mai_small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 254 KiB |
BIN
peakpx.jpg
Normal file
BIN
peakpx.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 342 KiB |
12
style.css
12
style.css
@ -12,8 +12,8 @@ html {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
display: flex;
|
display: flex;
|
||||||
color: #de9777;
|
color: #a8c7fa;
|
||||||
background: #20100c;
|
background: #2d3340;
|
||||||
margin-right: 9em;
|
margin-right: 9em;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
font-family: Font;
|
font-family: Font;
|
||||||
@ -46,7 +46,7 @@ h1 {
|
|||||||
h2 {
|
h2 {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #c25a45;
|
color: #c3cfe3;
|
||||||
grid-column: 1/-1;
|
grid-column: 1/-1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 2.3em;
|
margin-bottom: 2.3em;
|
||||||
@ -66,7 +66,7 @@ li {
|
|||||||
|
|
||||||
li:first-child {
|
li:first-child {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #f9bf91;
|
color: #5d80ab;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -75,12 +75,12 @@ li:first-child {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #f9a069;
|
color: #a8c7fa;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #ab4e3c;
|
color: #c3cfe3;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user