mirror of
https://github.com/andrewgioia/home.git
synced 2024-12-22 01:09:56 +00:00
Adding a screenshot to the readme
This commit is contained in:
parent
1a769250f9
commit
7d4e359da3
@ -1,3 +1,9 @@
|
||||
# Homepage v7
|
||||
|
||||
This is version 7 of my homepage, now much simpler and without JS :P
|
||||
|
||||
The goal was to make it as light as possible, without any JavaScript, using system defaults and CSS variables for automatic light/dark mode support. I also wanted it to scale perfectly no matter what device or screen you're on.
|
||||
|
||||
![Screenshot as of July 2020](https://i.imgur.com/kqvVGde.png)
|
||||
|
||||
It's just a virtual business card but by all means fork/use the theme, just share in kind and refer back.
|
||||
|
@ -124,7 +124,7 @@ a {
|
||||
}
|
||||
|
||||
// schemes
|
||||
@import "dark";
|
||||
//@import "dark";
|
||||
|
||||
// media queries
|
||||
@import "media";
|
||||
|
Loading…
Reference in New Issue
Block a user