added a rices page

This commit is contained in:
vaxerski 2022-12-20 19:40:34 +00:00
parent cc895d5f6a
commit 1bcf459a2b
9 changed files with 319 additions and 191 deletions

View file

@ -7,12 +7,15 @@ app.use(express.static(path.join(__dirname, "public")));
app.set("view engine", "ejs"); app.set("view engine", "ejs");
app.set("views", path.join(__dirname, "views")); app.set("views", path.join(__dirname, "views"));
app.get("/", (req,res) => { app.get("/", (req, res) => {
res.render("home") res.render("home")
}) })
app.get("/rices", (req, res) => {
res.render("rices")
})
app.get("*", (req,res) => { app.get("*", (req, res) => {
res.render("404") res.render("404")
}) })

21
public/css/rices.css Normal file
View file

@ -0,0 +1,21 @@
.ricestext p {
font-family: "Sofia-Pro-Medium";
font-size: 20px;
color: #cfe8f6;
}
.bigtext {
font-family: "JosefinSans-Regular";
color: #cfe8f6;
font-size: 5rem;
}
.ricestop {
background-color: #1a1a2e;
display: block;
}
.compimage {
max-width: 60vw;
display: block;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

View file

@ -1,218 +1,202 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="ico/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="ico/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/home.css" /> <link rel="stylesheet" href="css/home.css" />
<link <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css" />
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css"
/>
<title>Hyprland</title> <title>Hyprland</title>
</head> </head>
<body> <body>
<header> <header>
<a class="logo" href="/"><img src="imgs/hyprland.png" alt="logo"></a> <a class="logo" href="/"><img src="imgs/hyprland.png" alt="logo"></a>
<nav> <nav>
<ul class="nav__links"> <ul class="nav__links">
<li><a id="home-full" href="https://hyprland.org">Hyprland</a></li> <li><a id="home-full" href="https://hyprland.org">Hyprland</a></li>
<li><a href="https://wiki.hyprland.org">Wiki</a></li> <li><a href="https://hyprland.org/rices">Wall of fame</a></li>
<li><a href="https://wiki.hyprland.org/FAQ/">FAQ</a></li> <li><a href="https://wiki.hyprland.org">Wiki</a></li>
</ul> <li><a href="https://wiki.hyprland.org/FAQ/">FAQ</a></li>
</ul>
</nav> </nav>
<a class="cta" href="https://github.com/hyprwm/Hyprland" target="_blank" rel="noopener">Github</a> <a class="cta" href="https://github.com/hyprwm/Hyprland" target="_blank" rel="noopener">Github</a>
<p class="mob-menu">&equiv;</p> <p class="mob-menu">&equiv;</p>
</header> </header>
<div class="top"> <div class="top">
<div class="text"> <div class="text">
<h2 id="welcome">Welcome to Hyprland!</h2> <h2 id="welcome">Welcome to Hyprland!</h2>
<p> <p>
A dynamic tiling A dynamic tiling
<a <a href="https://wayland.freedesktop.org/" class="text-para-link" id="link-1" target="_blank"
href="https://wayland.freedesktop.org/" rel="noopener">Wayland</a>
class="text-para-link" compositor based on
id="link-1" <a href="https://way-cooler.org/book/wlroots_introduction.html" class="text-para-link" id="link-2"
target="_blank" target="_blank" rel="noopener">wlroots</a>
rel="noopener" that doesn't sacrifice on its looks.
>Wayland</a </p>
> <a id="install-hypr" href="https://wiki.hyprland.org/Getting-Started/Installation/">
compositor based on <div>
<a <p>Install Hyprland</p>
href="https://way-cooler.org/book/wlroots_introduction.html" </div>
class="text-para-link" </a>
id="link-2" </div>
target="_blank" <div id="slide" class="top">
rel="noopener" <div id="slide-content">
>wlroots</a
>
that doesn't sacrifice on its looks.
</p>
<a id="install-hypr" href="https://wiki.hyprland.org/Getting-Started/Installation/"><div><p>Install Hyprland</p></div></a>
</div>
<div id="slide" class="top">
<div id="slide-content">
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="imgs/img1.png" id="slide-img" />
</div>
<div class="swiper-slide">
<img src="imgs/img2.png" id="slide-img" />
</div>
<div class="swiper-slide">
<img src="imgs/img3.png" id="slide-img" />
</div>
<div class="swiper-slide">
<img src="imgs/img4.png" id="slide-img" />
</div>
<div class="swiper-slide">
<img src="imgs/img5.png" id="slide-img" />
</div>
<div class="swiper-slide">
<img src="imgs/img6.png" id="slide-img" />
</div>
</div>
<div class="swiper-pagination" style="color: #cfe8f6;"></div>
<div class="swiper">
<div class="swiper-button-prev" style="color: #cfe8f6;"></div>
<div class="swiper-button-next" style="color: #cfe8f6;"></div> <div class="swiper-wrapper">
<div class="swiper-slide">
<img src="imgs/img1.png" id="slide-img" />
</div>
<div class="swiper-slide">
<img src="imgs/img2.png" id="slide-img" />
</div>
<div class="swiper-slide">
<img src="imgs/img3.png" id="slide-img" />
</div>
<div class="swiper-slide">
<img src="imgs/img4.png" id="slide-img" />
</div>
<div class="swiper-slide">
<img src="imgs/img5.png" id="slide-img" />
</div>
<div class="swiper-slide">
<img src="imgs/img6.png" id="slide-img" />
</div>
</div>
<div class="swiper-pagination" style="color: #cfe8f6;"></div>
<div class="swiper-button-prev" style="color: #cfe8f6;"></div>
<div class="swiper-button-next" style="color: #cfe8f6;"></div>
</div>
</div> </div>
</div> </div>
</div>
</div>
<div class="features">
<h1 id="features-text">Features</h1>
<div class="animation">
<div id="ani-vid">
<video src="videos/animation.mp4" muted autoplay loop></video>
</div> </div>
<div id="ani-text"> <div class="features">
<h1 style="padding-bottom: 15px;">Smooth<br> Animations</h1> <h1 id="features-text">Features</h1>
<p>Hyprland offers smooth and responsive animations, be it when <div class="animation">
switching between windows, changing a workspace or opening
an app launcher, on top of being highly customizable!</p> <div id="ani-vid">
<a href="https://wiki.hyprland.org/Configuring/Animations/"><div>MORE ABOUT ANIMATIONS</div></a> <video src="videos/animation.mp4" muted autoplay loop></video>
</div>
<div id="ani-text">
<h1 style="padding-bottom: 15px;">Smooth<br> Animations</h1>
<p>Hyprland offers smooth and responsive animations, be it when
switching between windows, changing a workspace or opening
an app launcher, on top of being highly customizable!</p>
<a href="https://wiki.hyprland.org/Configuring/Animations/">
<div>MORE ABOUT ANIMATIONS</div>
</a>
</div>
</div>
<div class="tiling">
<div id="til-text">
<h1 style="padding-bottom: 15px;">Dynamic<br> Tiling</h1>
<p>Tiling in Hyprland is dynamic, meaning it handles the placement
of windows automatically based on multiple factors.
Hyprland supports a variety of layouts, each with their own options
to fine-tune them to your likings.</p>
<a href="https://wiki.hyprland.org/Configuring/Dwindle-Layout/">
<div>MORE ABOUT TILING</div>
</a>
</div>
<div id="til-vid">
<video src="videos/tiling.mp4" muted autoplay loop></video>
</div>
</div>
<div class="configure">
<div id="con-vid">
<video src="videos/configure.mp4" muted autoplay loop></video>
</div>
<div id="con-text">
<h1 style="padding-bottom: 15px;">Easy<br> Configuration</h1>
<p>Editing the config file for Hyprland is as easy as editing a text
document. Be sure to check the
<a href="https://wiki.hyprland.org/" id="link-config">Wiki Page</a> for information
about the config options, features and syntax. If you still feel lost,
hit us up
<a id="link-config-discord" href="https://discord.com/invite/hQ9XvMUjjr" target="_blank"
rel="noopener">@Discord</a>.
</p>
<a id="feat-text" href="https://wiki.hyprland.org/Configuring/Configuring-Hyprland/">
<div>GET STARTED</div>
</a>
</div>
</div>
</div> </div>
</div> <div class="and-more">
<div class="tiling"> <h1>
<div id="til-text"> <a href="https://github.com/hyprwm/Hyprland#features" style="text-decoration: none;">And More!</a>
<h1 style="padding-bottom: 15px;">Dynamic<br> Tiling</h1> </h1>
<p>Tiling in Hyprland is dynamic, meaning it handles the placement
of windows automatically based on multiple factors.
Hyprland supports a variety of layouts, each with their own options
to fine-tune them to your likings.</p>
<a href="https://wiki.hyprland.org/Configuring/Dwindle-Layout/"><div>MORE ABOUT TILING</div></a>
</div> </div>
<div class="get-started">
<div id="til-vid"> <div id="get-started-button"><a href="https://wiki.hyprland.org/Getting-Started/Installation/">Install Hyprland</a>
<video src="videos/tiling.mp4" muted autoplay loop></video> </div>
</div> </div>
</div> <hr style="color: #a3a3a3a5; margin: 0px 10%;">
<div class="configure"> <footer>
<div class="footer-text">
<div id="con-vid">
<video src="videos/configure.mp4" muted autoplay loop></video> <p style="margin-top: 10px">&#169; Hyprland Development 2022</p>
</div> <div id="devs">
<div id="con-text"> <p>
<h1 style="padding-bottom: 15px;">Easy<br> Configuration</h1> Developers -
<p>Editing the config file for Hyprland is as easy as editing a text <a href="https://github.com/vaxerski" target="_blank" rel="noopener">Vaxerski (Lead Developer)</a>
document. Be sure to check the <span>,</span>
<a href="https://wiki.hyprland.org/" id="link-config">Wiki Page</a> for information <a class="site" href="https://github.com/System-x64" target="_blank" rel="noopener">
about the config options, features and syntax. If you still feel lost, System-x64 (Website Stuff)</a>
hit us up <span>,</span>
<a <a href="https://github.com/fufexan" target="_blank" rel="noopener">Fufexan (Supporting Developer)</a>
id="link-config-discord" <span>,</span>
href="https://discord.com/invite/hQ9XvMUjjr" <a href="https://github.com/ThatOneCalculator" target="_blank" rel="noopener">
target="_blank" ThatOneCalculator (Package Maintainer)</a>
rel="noopener" <span> and </span>
>@Discord</a>.</p> <a href="https://github.com/hyprwm/Hyprland/graphs/contributors" target="_blank" rel="noopener">
<a id="feat-text" href="https://wiki.hyprland.org/Configuring/Configuring-Hyprland/"><div>GET STARTED</div></a> our fellow contributors</a>.
</div> </p>
</div> </div>
</div> <p style=" margin-top: 20px; margin-bottom: 10px;">Hyprland is licensed under the BSD 3-Clause "New" or "Revised"
<div class="and-more"> License.</p>
<h1> </div>
<a href="https://github.com/hyprwm/Hyprland#features" style="text-decoration: none;">And More!</a> <div class="footer-icons">
</h1> <a href="https://github.com/hyprwm/Hyprland" target="_blank" rel="noopener">
</div> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-github"
<div class="get-started"> viewBox="0 0 16 16">
<div id="get-started-button"><a href="https://wiki.hyprland.org/Getting-Started/Installation/">Install Hyprland</a></div> <path color="#a3a3a3a5"
</div> d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
<hr style="color: #a3a3a3a5; margin: 0px 10%;"> </svg>
<footer> </a>
<div class="footer-text"> <a href="https://discord.com/invite/hQ9XvMUjjr" target="_blank" rel="noopener">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-discord"
<p style="margin-top: 10px">&#169; Hyprland Development 2022</p> viewBox="0 0 16 16">
<div id="devs"> <path color="#a3a3a3a5"
<p> d="M13.545 2.907a13.227 13.227 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.19 12.19 0 0 0-3.658 0 8.258 8.258 0 0 0-.412-.833.051.051 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.041.041 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032c.001.014.01.028.021.037a13.276 13.276 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019c.308-.42.582-.863.818-1.329a.05.05 0 0 0-.01-.059.051.051 0 0 0-.018-.011 8.875 8.875 0 0 1-1.248-.595.05.05 0 0 1-.02-.066.051.051 0 0 1 .015-.019c.084-.063.168-.129.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.052.052 0 0 1 .053.007c.08.066.164.132.248.195a.051.051 0 0 1-.004.085 8.254 8.254 0 0 1-1.249.594.05.05 0 0 0-.03.03.052.052 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.235 13.235 0 0 0 4.001-2.02.049.049 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.034.034 0 0 0-.02-.019Zm-8.198 7.307c-.789 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612Zm5.316 0c-.788 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612Z" />
Developers - </svg>
<a </a>
href="https://github.com/vaxerski" </div>
target="_blank" </footer>
rel="noopener" <div id="mobile__menu" class="overlay">
>Vaxerski (Lead Developer)</a> <a id="close-id" class="close">&times;</a>
<span>,</span> <div class="overlay__content">
<a
class="site"
href="https://github.com/System-x64"
target="_blank"
rel="noopener">
System-x64 (Website Stuff)</a>
<span>,</span>
<a
href="https://github.com/fufexan"
target="_blank"
rel="noopener">Fufexan (Supporting Developer)</a>
<span>,</span>
<a
href="https://github.com/ThatOneCalculator"
target="_blank"
rel="noopener">
ThatOneCalculator (Package Maintainer)</a>
<span> and </span>
<a
href="https://github.com/hyprwm/Hyprland/graphs/contributors"
target="_blank"
rel="noopener">
our fellow contributors</a>.
</p>
</div>
<p style=" margin-top: 20px; margin-bottom: 10px;">Hyprland is licensed under the BSD 3-Clause "New" or "Revised"
License.</p>
</div>
<div class="footer-icons">
<a href="https://github.com/hyprwm/Hyprland" target="_blank" rel="noopener">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
<path color="#a3a3a3a5" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg>
</a>
<a href="https://discord.com/invite/hQ9XvMUjjr" target="_blank" rel="noopener" >
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-discord" viewBox="0 0 16 16">
<path color="#a3a3a3a5" d="M13.545 2.907a13.227 13.227 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.19 12.19 0 0 0-3.658 0 8.258 8.258 0 0 0-.412-.833.051.051 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.041.041 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032c.001.014.01.028.021.037a13.276 13.276 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019c.308-.42.582-.863.818-1.329a.05.05 0 0 0-.01-.059.051.051 0 0 0-.018-.011 8.875 8.875 0 0 1-1.248-.595.05.05 0 0 1-.02-.066.051.051 0 0 1 .015-.019c.084-.063.168-.129.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.052.052 0 0 1 .053.007c.08.066.164.132.248.195a.051.051 0 0 1-.004.085 8.254 8.254 0 0 1-1.249.594.05.05 0 0 0-.03.03.052.052 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.235 13.235 0 0 0 4.001-2.02.049.049 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.034.034 0 0 0-.02-.019Zm-8.198 7.307c-.789 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612Zm5.316 0c-.788 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612Z"/>
</svg>
</a>
</div>
</footer>
<div id="mobile__menu" class="overlay">
<a id="close-id" class="close">&times;</a>
<div class="overlay__content">
<a id="home" href="https://hyprland.org">Hyprland</a> <a id="home" href="https://hyprland.org">Hyprland</a>
<a href="https://wiki.hyprland.org">Wiki</a> <a href="https://wiki.hyprland.org">Wiki</a>
<a href="https://wiki.hyprland.org/FAQ/">FAQ</a> <a href="https://wiki.hyprland.org/FAQ/">FAQ</a>
</div>
</div> </div>
</div> <script type="text/javascript" src="js/mobile.js"></script>
<script type="text/javascript" src="js/mobile.js"></script> <script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script> <script src="js/swiper.js"></script>
<script src="js/swiper.js"></script>
</body> </body>
</html>
</html>

120
views/rices.ejs Normal file
View file

@ -0,0 +1,120 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="ico/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/home.css" />
<link rel="stylesheet" href="css/rices.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css" />
<title>Hyprland - Wall of fame</title>
</head>
<body>
<header>
<a class="logo" href="/"><img src="imgs/hyprland.png" alt="logo"></a>
<nav>
<ul class="nav__links">
<li><a href="https://hyprland.org">Hyprland</a></li>
<li><a id="home-full" href="https://hyprland.org/rices">Wall of fame</a></li>
<li><a href="https://wiki.hyprland.org">Wiki</a></li>
<li><a href="https://wiki.hyprland.org/FAQ/">FAQ</a></li>
</ul>
</nav>
<a class="cta" href="https://github.com/hyprwm/Hyprland" target="_blank" rel="noopener">Github</a>
<p class="mob-menu">&equiv;</p>
</header>
<div class="ricestop text">
<p class="bigtext" style="font-size: 3rem">Wall of fame</p>
<br />
<p>
Wall of fame documents the winning rices from past ricing competitons held on our Discord server.
</p>
</div>
<hr style="color: #a3a3a3a5; margin: 0px 10%;" />
<div class="ricestop text">
<p class="bigtext" style="font-size: 2.5rem">December 2022</p>
<br />
<p>
#1: Flafy
<img class="compimage" src="imgs/ricingcomp1/flafy.png" />
</p>
<br />
<p>
#2 ex aequo: flick0
<img class="compimage" src="imgs/ricingcomp1/flicko.png" /><br /><br />
amadeus
<img class="compimage" src="imgs/ricingcomp1/amadeus.png" />
</p>
<br />
<p>
#3 ex aequo: lyasm
<img class="compimage" src="imgs/ricingcomp1/lyasm.png" /><br /><br />
lauroro
<img class="compimage" src="imgs/ricingcomp1/lauroro.jpg" />
</p>
</div>
<hr style="color: #a3a3a3a5; margin: 0px 10%;" />
<footer>
<div class="footer-text">
<p style="margin-top: 10px">&#169; Hyprland Development 2022</p>
<div id="devs">
<p>
Developers -
<a href="https://github.com/vaxerski" target="_blank" rel="noopener">Vaxerski (Lead Developer)</a>
<span>,</span>
<a class="site" href="https://github.com/System-x64" target="_blank" rel="noopener">
System-x64 (Website Stuff)</a>
<span>,</span>
<a href="https://github.com/fufexan" target="_blank" rel="noopener">Fufexan (Supporting
Developer)</a>
<span>,</span>
<a href="https://github.com/ThatOneCalculator" target="_blank" rel="noopener">
ThatOneCalculator (Package Maintainer)</a>
<span> and </span>
<a href="https://github.com/hyprwm/Hyprland/graphs/contributors" target="_blank" rel="noopener">
our fellow contributors</a>.
</p>
</div>
<p style=" margin-top: 20px; margin-bottom: 10px;">Hyprland is licensed under the BSD 3-Clause "New" or
"Revised"
License.</p>
</div>
<div class="footer-icons">
<a href="https://github.com/hyprwm/Hyprland" target="_blank" rel="noopener">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-github"
viewBox="0 0 16 16">
<path color="#a3a3a3a5"
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg>
</a>
<a href="https://discord.com/invite/hQ9XvMUjjr" target="_blank" rel="noopener">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-discord"
viewBox="0 0 16 16">
<path color="#a3a3a3a5"
d="M13.545 2.907a13.227 13.227 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.19 12.19 0 0 0-3.658 0 8.258 8.258 0 0 0-.412-.833.051.051 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.041.041 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032c.001.014.01.028.021.037a13.276 13.276 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019c.308-.42.582-.863.818-1.329a.05.05 0 0 0-.01-.059.051.051 0 0 0-.018-.011 8.875 8.875 0 0 1-1.248-.595.05.05 0 0 1-.02-.066.051.051 0 0 1 .015-.019c.084-.063.168-.129.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.052.052 0 0 1 .053.007c.08.066.164.132.248.195a.051.051 0 0 1-.004.085 8.254 8.254 0 0 1-1.249.594.05.05 0 0 0-.03.03.052.052 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.235 13.235 0 0 0 4.001-2.02.049.049 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.034.034 0 0 0-.02-.019Zm-8.198 7.307c-.789 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612Zm5.316 0c-.788 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612Z" />
</svg>
</a>
</div>
</footer>
<div id="mobile__menu" class="overlay">
<a id="close-id" class="close">&times;</a>
<div class="overlay__content">
<a id="home" href="https://hyprland.org">Hyprland</a>
<a href="https://wiki.hyprland.org">Wiki</a>
<a href="https://wiki.hyprland.org/FAQ/">FAQ</a>
</div>
</div>
<script type="text/javascript" src="js/mobile.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<script src="js/swiper.js"></script>
</body>
</html>