Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Happyuky7 authored Aug 27, 2024
1 parent 5a4e653 commit f2f4714
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
body {
background-color: #252525;
background-image: url('./imgs/background1.gif');
background-image: url('https://raw.githubusercontent.com/Happyuky7/happyuky7.github.io/master/imgs/background1.gif');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
Expand Down Expand Up @@ -167,7 +167,7 @@
<div class="container">

<div id="language">
<img src="./imgs/world-langs.png" alt="Language Icon" style="width: 30px;">
<img src="https://raw.githubusercontent.com/Happyuky7/happyuky7.github.io/master/imgs/world-langs.png" alt="Language Icon" style="width: 30px;">
<ul>
<li><a href="./index.html">Default (English)</a></li>
<li><a href="./en/index.html">English</a></li>
Expand All @@ -176,7 +176,7 @@
</ul>
</div>

<img src="./imgs/animewaifu1.jpg" alt="Icon Anime Waifu" style="display: block; margin: auto; margin-top: 50px; width: 200px;">
<img src="https://raw.githubusercontent.com/Happyuky7/happyuky7.github.io/master/imgs/animewaifu1.jpg" alt="Icon Anime Waifu" style="display: block; margin: auto; margin-top: 50px; width: 200px;">
<!--img src="https://happy7.xyz/img/logo.png" alt="Happyuky7 Logo" style="display: block; margin: auto; margin-top: 50px; width: 200px;"-->

<h1>Happyuky7</h1>
Expand All @@ -203,9 +203,9 @@ <h1>Happyuky7</h1>
<div class="conctact">
<h3>Contact Me</h3>
<p>Recomended to contact me for discord or twitter</p>
<p><a href="https://discord.com/users/Happy7">Discord <img src="./imgs/discord-logo.png" alt="Discord Logo" style="width: 20px;"></a></p>
<p><a href="https://discord.gg/3EebYUyeUX">Discord Server <img src="./imgs/discord-logo.png" alt="Discord Logo" style="width: 20px;"></a></p>
<p><a href="https://twitter.com/happyuky7">Twitter (X) <img src="./imgs/x-logo.png" alt="Twitter Logo" style="width: 20px;"></a></p>
<p><a href="https://discord.com/users/Happy7">Discord <img src=".https://raw.githubusercontent.com/Happyuky7/happyuky7.github.io/master/imgs/discord-logo.png" alt="Discord Logo" style="width: 20px;"></a></p>
<p><a href="https://discord.gg/3EebYUyeUX">Discord Server <img src="https://raw.githubusercontent.com/Happyuky7/happyuky7.github.io/master/imgs/discord-logo.png" alt="Discord Logo" style="width: 20px;"></a></p>
<p><a href="https://twitter.com/happyuky7">Twitter (X) <img src="https://raw.githubusercontent.com/Happyuky7/happyuky7.github.io/master/imgs/x-logo.png" alt="Twitter Logo" style="width: 20px;"></a></p>
<p><a href="mailto:[email protected]">Email <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/Gmail_icon_%282020%29.svg/1200px-Gmail_icon_%282020%29.svg.png" alt="Email Logo" style="width: 20px;"></a></p>
</div>
</div>
Expand All @@ -230,4 +230,4 @@ <h3>Contact Me</h3>
</script>

</body>
</html>
</html>

0 comments on commit f2f4714

Please sign in to comment.