diff --git a/README.md b/README.md index 8dc0c89..da1b2de 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ It's very simple, follow these steps. - The `design` refers to the style of your page the currently available styles are: - [main](examples/images/main.png) - [blurywhite](examples/images/blurywhite.png) + - [98](examples/images/blurywhite.png) (CSS taken from [jdan/95.css](https://github.com/jdan/98.css)) - List as much links as you like in the `links` array: - With the `color` property you can give the link the color of the social media plaform of your choice, but this feature is optional, the link will diff --git a/source/_assets/sass/98.scss b/source/_assets/sass/98.scss new file mode 100644 index 0000000..d4b6a24 --- /dev/null +++ b/source/_assets/sass/98.scss @@ -0,0 +1,41 @@ +.linkBox{ + width: 100%; +} + +.alignMiddle { + align-items: center; +} + +body { + margin: 0; + padding: 0; + display: flex; + justify-content: center; + background-color: #008080; +} + +.mainContainer { + display: flex; + max-width: 95%; + width: 750px; + flex-direction: column; + align-items: center; +} + +.linkBox { +} + +.imageBox { + margin-top: 2rem; + margin-bottom: 2rem; + + .window-body{ + display: flex; + justify-content: center; + } + img { + height: 8rem; + width: 8rem; + object-fit: cover; + } +} \ No newline at end of file diff --git a/source/_layouts/main.blade.php b/source/_layouts/main.blade.php index 990a503..064a2cf 100644 --- a/source/_layouts/main.blade.php +++ b/source/_layouts/main.blade.php @@ -6,6 +6,9 @@