Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Einige Fixe
  • Loading branch information
JDot029 committed Oct 12, 2023
1 parent 330bf93 commit d312337
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions About/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>
<div class="Kopfzeile">
<a href="../Archiv/index.html">Archiv</a>
<a href="../Weihnachtswebseite/Index.html">Weihnachtswebseite</a>
<a href="../Weihnachtswebseite/index.html">Weihnachtswebseite</a>
<a href="../Projects/index.html">Projekte</a>
<a class="active" href="/index.html">Über Mich</a>
<a href="../index.html">Startseite</a>
Expand All @@ -22,7 +22,7 @@
<br>

<div class="Knopf">
<a href="https://discord.gg/57FPrvxP4m" class="button"><img src="../Images/Discord.png" width="70"><p>Discord</p></a>
<a href="https://discord.gg/MRqCvTXRef" class="button"><img src="../Images/Discord.png" width="70"><p>Discord</p></a>
</div>
<div class="Knopf">
<a href="https://reddit.com/u/QualitativeUsername" class="button"><img src="../Images/Reddit.png" width="70"><p>Reddit</p></a>
Expand All @@ -42,8 +42,10 @@
<div class="Knopf">
<a href="https://github.com/jdot029" class="button"><img src="../Images/GitHub.png" width="70"><p>GitHub</p></a>
</div>

</div>
<br>
<iframe src="https://discord.com/widget?id=1141413574040887296&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</body>


Expand Down
6 changes: 3 additions & 3 deletions Archiv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
background-image: "../Images/Archiv.jpg";
};
</style>
<title>J.'s Webseite</title>
<link rel="icon" type="image/x-icon" href="Images/favicon.ico">
<title>Archiv</title>
<link rel="icon" type="image/x-icon" href="../Images/favicon.ico">
</head>
<body>
<div class="Kopfzeile">
<a class="active" href="/index.html">Archiv</a>
<a href="../Weihnachtswebseite/Index.html">Weihnachtswebseite</a>
<a href="../Weihnachtswebseite/index.html">Weihnachtswebseite</a>
<a href="../Projects/index.html">Projekte</a>
<a href="../About/index.html">Über Mich</a>
<a href="../index.html">Startseite</a>
Expand Down
2 changes: 1 addition & 1 deletion Projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>
<div class="Kopfzeile">
<a href="../Archiv/index.html">Archiv</a>
<a href="../Weihnachtswebseite/Index.html">Weihnachtswebseite</a>
<a href="../Weihnachtswebseite/index.html">Weihnachtswebseite</a>
<a class="active" href="index.html">Projekte</a>
<a href="../About/index.html">Über Mich</a>
<a href="../index.html">Startseite</a>
Expand Down

0 comments on commit d312337

Please sign in to comment.