diff --git a/Images/HelferV4/Yq11s3.png b/Images/HelferV4/Yq11s3.png new file mode 100644 index 0000000..39e5130 Binary files /dev/null and b/Images/HelferV4/Yq11s3.png differ diff --git a/Images/HelferV4/fkIank.png b/Images/HelferV4/fkIank.png new file mode 100644 index 0000000..c0c11d0 Binary files /dev/null and b/Images/HelferV4/fkIank.png differ diff --git a/Images/HelferV4/rf45TZ.png b/Images/HelferV4/rf45TZ.png new file mode 100644 index 0000000..5c1c88e Binary files /dev/null and b/Images/HelferV4/rf45TZ.png differ diff --git a/Images/code.png b/Images/code.png new file mode 100644 index 0000000..0ee529e Binary files /dev/null and b/Images/code.png differ diff --git a/index.html b/index.html index be93563..1259e4f 100644 --- a/index.html +++ b/index.html @@ -4,85 +4,44 @@ - Really good Website + Stone-Red-Code +
+
-

Really good Website

+

Stone-Red-Code

+ + - - - - - - -
-
+ + +
- - -
+
+ +
+
+ +
+
+
+

Sources:

    @@ -99,17 +58,14 @@
    -
    +
    Get in contact:
    - - - - - + +
    @@ -155,7 +111,7 @@
-
© 2020 Copyright: This Website
+
©2020 Copyright: Heigl David
+ + + +
+
+
+
+

Helfer V4

+

Helfer allows you to improve the looks of your Desktop! You can add useful elements to your + desktop like a clock, a audio visualizer or even your own mods!

+ +
+
+
+ +
+
+
+
+
+
+

SimpleWinformsAudioVisualizer

+

This is a small and simple side project i made. It displays an audio spectrum based on the system sounds.

+ +
+
+
+
+
+
+
+

AutoBackup

+

AutoBackup is backup software that backs up your specific folders at specific time intervals.

+ +
+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/style.css b/style.css index a9f8d29..19e1271 100644 --- a/style.css +++ b/style.css @@ -1,27 +1,54 @@ .header { - background: url("https://picsum.photos/2000/100"); + background: url("Images/code.png"); height: 100px; - background-size: cover; - background-position: center; + background-size:auto; + background-position:top; } .orange { - background-color: orange; + background-color:gray; } body { background-color: #40444B; + } h1 { color: white; + font-family:Verdana, Geneva, Tahoma, sans-serif; + word-wrap:break-word; +} + +h2 +{ + word-wrap:break-word; } h3 { color: white; + word-wrap:break-word; } .contact>p { color: white; padding-left: 10px; +} + +.navbar-light .navbar-nav .nav-link { + font-size: 19px; + color: black; +} + +@media screen and (max-width: 768px) +{ + h2 + { + font-size: 20px; + } + + .stats + { + display: none; + } } \ No newline at end of file