-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 1.61 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
<link rel="stylesheet" href="css/style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>winthemers</title>
</head>
<body>
<header>
<nav>
<a class="current" href="/">Home</a>
<a href="https://github.com/winthemers">Projects</a>
<a href="https://discord.gg/8BdXn5ZTSw">Discord</a>
<a href="http://winthemers.github.io/wiki">Wiki</a>
</nav>
<h3>winthemers</h3>
<p>is a community dedicated to customizing windows</p>
</header>
<main>
<img class="banner" src="assets/banner.png">
<p>When you think of a rice, you probably think of *nix-like riced system, and that ricing on windows isn't possible / is really limited, and that is true to some extent, but we, as a community have come to prove that at least some customization is possible on windows</a>.</p>
<img class="rice" src="assets/rices/hal.jpg">
<em>rice by hal#4779</em>
<img class="rice-1" src="assets/rices/eryk.png">
<em>rice by eryk#0700</em>
<p>Our main community is located at <a href="https://discord.gg/8BdXn5ZTSw">Discord</a></p>
<p>All of our projects are located at <a href="https://github.com/winthemers">our GitHub organization</a></p>
<p>So if you want to start your journey in windows ricing, why not join winthemers and get insipiration / share your own rice or do anything else related to ricing!</p>
</main>
<footer>
<span class="copyright">© 2022 winthemers</span>
</footer>
</body>
</html>