Adding a screenshot to the readme

This commit is contained in:
Andrew Gioia 2020-07-08 10:07:08 -04:00
parent 1a769250f9
commit 7d4e359da3
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -124,7 +124,7 @@ a {
}
// schemes
@import "dark";
//@import "dark";
// media queries
@import "media";