add dark and white color schee

This commit is contained in:
Fl1tzi 2023-07-31 01:26:48 +02:00
parent 02b22d7c00
commit fffac06921
No known key found for this signature in database
GPG key ID: 06B333727810C686
16 changed files with 34 additions and 123 deletions

BIN
.jekyll-metadata Normal file

Binary file not shown.

View file

@ -1,2 +1,8 @@
name: Fl1tzi
license_information: "All Rights Reserved."
defaults:
-
scope:
path: ""
values:
layout: "page"

View file

@ -1,38 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Homepage</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="/assets/main.css">
<link rel="stylesheet" href="/assets/home-background-image.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Fl1tzi<root@fl1tzi.com>">
</head>
<body>
<header>
<h1>Homepage</h1>
</header>
<hr/>
<section id="content">
{{ content }}
</section>
<br/>
<hr/>
<footer>
<small>
{% for item in site.data.footer %}
<a href="{{ item.link }}">{{ item.display }}</a>
//
{% endfor %}
{{ site.license_information }}
</small>
</footer>
</body>
</html>

View file

@ -12,15 +12,6 @@
<body>
<header>
<h1>{{ page.title }}</h1>
<hr/>
<nav>
<ul>
<a href="/">Home</a>
//
<a href="/contact.html">Contact</a>
<ul>
</nav>
<hr/>
</header>

View file

@ -12,15 +12,6 @@
<body>
<header>
<h1>Applications</h1>
<hr/>
<nav>
<ul>
<a href="/">Home</a>
//
<a href="/contact.html">Contact</a>
<ul>
</nav>
<hr/>
</header>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 593 KiB

View file

@ -1,12 +0,0 @@
/*
* Module for setting my picture as a background
*/
body {
background:
linear-gradient(rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0.5) 100%),
url(/assets/background.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center;
}

View file

@ -1,7 +1,15 @@
:root {
--background-color: #121212;
--text-color: #FFFbF1;
--light-color: rgba(255, 255, 255, 0.2);
--background-color: #FFF;
--text-color: #000;
--light-color: rgba(0, 0, 0, 0.2);
}
@media (prefers-color-scheme: dark) {
:root {
--background-color: #000;
--text-color: #FFF;
--light-color: rgba(255, 255, 255, 0.2);
}
}
body {
@ -20,11 +28,6 @@ body {
}
}
footer, nav ul {
/* links gets overwritten */
color: grey;
}
nav ul {
padding-left: 0;
}
@ -32,11 +35,7 @@ nav ul {
a {
text-decoration: underline;
font-weight: 700;
color: lightgrey;
}
section#content a {
color: white;
color: var(--text-color);
}
pre {
@ -45,7 +44,7 @@ pre {
}
table, th, td {
border: 1px solid white;
border: 1px solid var(--text-color);
border-collapse: collapse;
}

View file

@ -12,15 +12,6 @@
<body>
<header>
<h1>Contact</h1>
<hr/>
<nav>
<ul>
<a href="/">Home</a>
//
<a href="/contact.html">Contact</a>
<ul>
</nav>
<hr/>
</header>

View file

@ -2,10 +2,9 @@
<html>
<head>
<title>Homepage</title>
<title>Homepage</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="/assets/main.css">
<link rel="stylesheet" href="/assets/home-background-image.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Fl1tzi<root@fl1tzi.com>">
</head>
@ -15,7 +14,6 @@
<h1>Homepage</h1>
</header>
<hr/>
<section id="content">
<p>Hi, Im Fl1tzi.

View file

@ -1,6 +1,5 @@
---
title: "Applications"
layout: page
---
These are some applications which are hosted under this domain.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 593 KiB

View file

@ -1,12 +0,0 @@
/*
* Module for setting my picture as a background
*/
body {
background:
linear-gradient(rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0.5) 100%),
url(/assets/background.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center;
}

View file

@ -1,7 +1,15 @@
:root {
--background-color: #121212;
--text-color: #FFFbF1;
--light-color: rgba(255, 255, 255, 0.2);
--background-color: #FFF;
--text-color: #000;
--light-color: rgba(0, 0, 0, 0.2);
}
@media (prefers-color-scheme: dark) {
:root {
--background-color: #000;
--text-color: #FFF;
--light-color: rgba(255, 255, 255, 0.2);
}
}
body {
@ -20,11 +28,6 @@ body {
}
}
footer, nav ul {
/* links gets overwritten */
color: grey;
}
nav ul {
padding-left: 0;
}
@ -32,11 +35,7 @@ nav ul {
a {
text-decoration: underline;
font-weight: 700;
color: lightgrey;
}
section#content a {
color: white;
color: var(--text-color);
}
pre {
@ -45,7 +44,7 @@ pre {
}
table, th, td {
border: 1px solid white;
border: 1px solid var(--text-color);
border-collapse: collapse;
}

View file

@ -1,6 +1,5 @@
---
title: "Contact"
layout: page
---
- [E-Mail](mailto:kontakt@fl1tzi.com)

View file

@ -1,5 +1,5 @@
---
layout: home
title: "Homepage"
---
Hi, I'm Fl1tzi.