Skip to content

Commit c98e317

Browse files
authored
Update Home-page.html
1 parent 4b004ea commit c98e317

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

Home-page.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,28 @@
2929
header:hover {
3030
background-color: #1A1A1A;
3131
}
32+
.social-links {
33+
display: flex;
34+
justify-content: center;
35+
gap: 20px;
36+
padding: 10px 0;
37+
}
38+
.social-links a {
39+
display: inline-block;
40+
transition: transform 0.3s;
41+
}
42+
.social-links a:hover {
43+
transform: scale(1.1);
44+
}
45+
.social-links svg {
46+
width: 24px;
47+
height: 24px;
48+
fill: #B0B0B0;
49+
}
50+
.social-links img {
51+
width: 24px;
52+
height: 24px;
53+
}
3254
nav {
3355
max-width: 1200px;
3456
margin: 0 auto;
@@ -145,6 +167,21 @@
145167
</head>
146168
<body>
147169
<header>
170+
<div class="social-links">
171+
<a href="https://x.com/hackeros_linux" target="_blank" rel="noopener noreferrer">
172+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16">
173+
<path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
174+
</svg>
175+
</a>
176+
<a href="https://discord.com/invite/8yHNcBaEKy" target="_blank" rel="noopener noreferrer">
177+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16">
178+
<path d="M13.545 2.907a13.2 13.2 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.2 12.2 0 0 0-3.658 0 8 8 0 0 0-.412-.833.05.05 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.04.04 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032q.003.022.021.037a13.3 13.3 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019q.463-.63.818-1.329a.05.05 0 0 0-.01-.059l-.018-.011a9 9 0 0 1-1.248-.595.05.05 0 0 1-.02-.066l.015-.019q.127-.095.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.05.05 0 0 1 .053.007q.121.1.248.195a.05.05 0 0 1-.004.085 8 8 0 0 1-1.249.594.05.05 0 0 0-.03.03.05.05 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.2 13.2 0 0 0 4.001-2.02.05.05 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.03.03 0 0 0-.02-.019m-8.198 7.307c-.789 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612m5.316 0c-.788 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612"/>
179+
</svg>
180+
</a>
181+
<a href="https://linuxiarze.pl/distro-hackeros/" target="_blank" rel="noopener noreferrer">
182+
<img src="https://linuxiarze.pl/obrazy/images/logo-linuxiarze1.webp" alt="Linuxiarze" width="24" height="24">
183+
</a>
184+
</div>
148185
<nav>
149186
<div class="logo"><img src="HackerOS.png" alt="HackerOS Logo"></div>
150187
<ul>

0 commit comments

Comments
 (0)