Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
wfxey authored Aug 7, 2024
1 parent e59226b commit deabcc0
Show file tree
Hide file tree
Showing 34 changed files with 46 additions and 1,020 deletions.
20 changes: 1 addition & 19 deletions geschäftsmäßig/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,24 +59,6 @@ <h1>Geschäftsmäßig</h1>
</div>
</footer>
</div>
<button id="toggle-light-mode" class="light-mode-btn" aria-label="Light Mode">
<i class="fas fa-moon"></i>
<i class="fas fa-sun"></i>
</button>
<script>
document.addEventListener('DOMContentLoaded', () => {
const toggleLightMode = () => {
document.body.classList.toggle('light-mode');
const isLightMode = document.body.classList.contains('light-mode');
localStorage.setItem('lightMode', isLightMode);
};

document.getElementById('toggle-light-mode').addEventListener('click', toggleLightMode);

if (localStorage.getItem('lightMode') === 'true') {
document.body.classList.add('light-mode');
}
});
</script>

</body>
</html>
42 changes: 1 addition & 41 deletions geschäftsmäßig/style_profit.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,47 +95,7 @@ b {
color: var(--text-color);
}

body.light-mode {
--bg-color: #f0f0f0;
--text-color: #444;
--header-color: #333;
--primary-color: #4CAF50;
--secondary-color: whitesmoke;
--border-color: black;
--hover-bg-color: #ddd;
--link-color: rgb(4, 85, 10);
--link-hover-color: #333;
--table-alt-row-color: #f2f2f2;
--button-color: #1a1a1a;
--light-pic : block;
--dark-pic : none;
--box-color-text : rgb(255, 255, 255);
--box-color : #1a1a1a;
--button-color-reverse : #f0f0f0;
--table-background-color: #f0f0f0;
--table-header-background-color: #ddd;
--table-header-text-color: #333;
--table-row-even-background-color: #f2f2f2;
--table-row-hover-background-color: #ddd;
}

body.light-mode .program_table {
color: white;
}

body.light-mode .program_table th,
body.light-mode .program_table td {
border-color: var(--border-color);
color: white;
}

body.light-mode .program_table tr:nth-child(even) {
background-color: var(--table-alt-row-color);
}

body.light-mode .program_table tr:hover {
background-color: var(--hover-bg-color);
}


pre {
background-color: #282c34;
Expand Down
19 changes: 0 additions & 19 deletions home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,24 +108,5 @@ <h1>Raw info page</h1>
</div>
</footer>
</div>
<button id="toggle-light-mode" class="light-mode-btn" aria-label="Light Mode">
<i class="fas fa-moon"></i>
<i class="fas fa-sun"></i>
</button>
<script>
document.addEventListener('DOMContentLoaded', () => {
const toggleLightMode = () => {
document.body.classList.toggle('light-mode');
const isLightMode = document.body.classList.contains('light-mode');
localStorage.setItem('lightMode', isLightMode);
};

document.getElementById('toggle-light-mode').addEventListener('click', toggleLightMode);

if (localStorage.getItem('lightMode') === 'true') {
document.body.classList.add('light-mode');
}
});
</script>
</body>
</html>
42 changes: 1 addition & 41 deletions home/style_home.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,47 +107,7 @@ b {
color: var(--link-hover-color);
}

body.light-mode {
--bg-color: #f0f0f0;
--text-color: #444;
--header-color: #333;
--primary-color: #4CAF50;
--secondary-color: whitesmoke;
--border-color: black;
--hover-bg-color: #ddd;
--link-color: rgb(4, 85, 10);
--link-hover-color: #333;
--table-alt-row-color: #f2f2f2;
--button-color: #1a1a1a;
--light-pic : block;
--dark-pic : none;
--box-color-text : rgb(255, 255, 255);
--box-color : #1a1a1a;
--button-color-reverse : #f0f0f0;
--table-background-color: #f0f0f0;
--table-header-background-color: #ddd;
--table-header-text-color: #333;
--table-row-even-background-color: #f2f2f2;
--table-row-hover-background-color: #ddd;
}

body.light-mode .program_table {
color: white;
}

body.light-mode .program_table th,
body.light-mode .program_table td {
border-color: var(--border-color);
color: white;
}

body.light-mode .program_table tr:nth-child(even) {
background-color: var(--table-alt-row-color);
}

body.light-mode .program_table tr:hover {
background-color: var(--hover-bg-color);
}


pre {
background-color: #282c34;
Expand Down
20 changes: 1 addition & 19 deletions impressum/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,24 +63,6 @@ <h1 id="info">Impressum</h1>
</div>
</footer>
</div>
<button id="toggle-light-mode" class="light-mode-btn" aria-label="Light Mode">
<i class="fas fa-moon"></i>
<i class="fas fa-sun"></i>
</button>
<script>
document.addEventListener('DOMContentLoaded', () => {
const toggleLightMode = () => {
document.body.classList.toggle('light-mode');
const isLightMode = document.body.classList.contains('light-mode');
localStorage.setItem('lightMode', isLightMode);
};

document.getElementById('toggle-light-mode').addEventListener('click', toggleLightMode);

if (localStorage.getItem('lightMode') === 'true') {
document.body.classList.add('light-mode');
}
});
</script>

</body>
</html>
42 changes: 1 addition & 41 deletions impressum/style_impressum.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,47 +95,7 @@ b {
color: var(--text-color);
}

body.light-mode {
--bg-color: #f0f0f0;
--text-color: #444;
--header-color: #333;
--primary-color: #4CAF50;
--secondary-color: whitesmoke;
--border-color: black;
--hover-bg-color: #ddd;
--link-color: rgb(4, 85, 10);
--link-hover-color: #333;
--table-alt-row-color: #f2f2f2;
--button-color: #1a1a1a;
--light-pic : block;
--dark-pic : none;
--box-color-text : rgb(255, 255, 255);
--box-color : #1a1a1a;
--button-color-reverse : #f0f0f0;
--table-background-color: #f0f0f0;
--table-header-background-color: #ddd;
--table-header-text-color: #333;
--table-row-even-background-color: #f2f2f2;
--table-row-hover-background-color: #ddd;
}

body.light-mode .program_table {
color: white;
}

body.light-mode .program_table th,
body.light-mode .program_table td {
border-color: var(--border-color);
color: white;
}

body.light-mode .program_table tr:nth-child(even) {
background-color: var(--table-alt-row-color);
}

body.light-mode .program_table tr:hover {
background-color: var(--hover-bg-color);
}


pre {
background-color: #282c34;
Expand Down
21 changes: 2 additions & 19 deletions people/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,24 +74,7 @@ <h1>People</h1>
</div>
</div>
</footer>
<button id="toggle-light-mode" class="light-mode-btn" aria-label="Light Mode">
<i class="fas fa-moon"></i>
<i class="fas fa-sun"></i>
</button>
<script>
document.addEventListener('DOMContentLoaded', () => {
const toggleLightMode = () => {
document.body.classList.toggle('light-mode');
const isLightMode = document.body.classList.contains('light-mode');
localStorage.setItem('lightMode', isLightMode);
};

document.getElementById('toggle-light-mode').addEventListener('click', toggleLightMode);

if (localStorage.getItem('lightMode') === 'true') {
document.body.classList.add('light-mode');
}
});
</script>


</body>
</html>
42 changes: 1 addition & 41 deletions people/style_people.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,47 +95,7 @@ b {
color: var(--text-color);
}

body.light-mode {
--bg-color: #f0f0f0;
--text-color: #444;
--header-color: #333;
--primary-color: #4CAF50;
--secondary-color: whitesmoke;
--border-color: black;
--hover-bg-color: #ddd;
--link-color: rgb(4, 85, 10);
--link-hover-color: #333;
--table-alt-row-color: #f2f2f2;
--button-color: #1a1a1a;
--light-pic : block;
--dark-pic : none;
--box-color-text : rgb(255, 255, 255);
--box-color : #1a1a1a;
--button-color-reverse : #f0f0f0;
--table-background-color: #f0f0f0;
--table-header-background-color: #ddd;
--table-header-text-color: #333;
--table-row-even-background-color: #f2f2f2;
--table-row-hover-background-color: #ddd;
}

body.light-mode .program_table {
color: white;
}

body.light-mode .program_table th,
body.light-mode .program_table td {
border-color: var(--border-color);
color: white;
}

body.light-mode .program_table tr:nth-child(even) {
background-color: var(--table-alt-row-color);
}

body.light-mode .program_table tr:hover {
background-color: var(--hover-bg-color);
}


pre {
background-color: #282c34;
Expand Down
20 changes: 1 addition & 19 deletions profit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,24 +82,6 @@ <h1>Profit</h1>
</div>
</footer>
</div>
<button id="toggle-light-mode" class="light-mode-btn" aria-label="Light Mode">
<i class="fas fa-moon"></i>
<i class="fas fa-sun"></i>
</button>
<script>
document.addEventListener('DOMContentLoaded', () => {
const toggleLightMode = () => {
document.body.classList.toggle('light-mode');
const isLightMode = document.body.classList.contains('light-mode');
localStorage.setItem('lightMode', isLightMode);
};

document.getElementById('toggle-light-mode').addEventListener('click', toggleLightMode);

if (localStorage.getItem('lightMode') === 'true') {
document.body.classList.add('light-mode');
}
});
</script>

</body>
</html>
42 changes: 1 addition & 41 deletions profit/style_profit.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,47 +95,7 @@ b {
color: var(--text-color);
}

body.light-mode {
--bg-color: #f0f0f0;
--text-color: #444;
--header-color: #333;
--primary-color: #4CAF50;
--secondary-color: whitesmoke;
--border-color: black;
--hover-bg-color: #ddd;
--link-color: rgb(4, 85, 10);
--link-hover-color: #333;
--table-alt-row-color: #f2f2f2;
--button-color: #1a1a1a;
--light-pic : block;
--dark-pic : none;
--box-color-text : rgb(255, 255, 255);
--box-color : #1a1a1a;
--button-color-reverse : #f0f0f0;
--table-background-color: #f0f0f0;
--table-header-background-color: #ddd;
--table-header-text-color: #333;
--table-row-even-background-color: #f2f2f2;
--table-row-hover-background-color: #ddd;
}

body.light-mode .program_table {
color: white;
}

body.light-mode .program_table th,
body.light-mode .program_table td {
border-color: var(--border-color);
color: white;
}

body.light-mode .program_table tr:nth-child(even) {
background-color: var(--table-alt-row-color);
}

body.light-mode .program_table tr:hover {
background-color: var(--hover-bg-color);
}


pre {
background-color: #282c34;
Expand Down
Loading

0 comments on commit deabcc0

Please sign in to comment.