-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (66 loc) · 3.84 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<!--=============== Favicons ===============-->
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="manifest" href="img/site.webmanifest">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<title>ThemeCord</title>
<link rel="stylesheet" href="./style.css">
<script defer src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script defer src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<body>
<nav class="navbar navbar-expand-lg bg-dark">
<a class="navbar-brand" href="index.html">ThemeCord</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://discord.gg/FTK3txBsAS">Discord</a>
</li>
<li class="nav-item">
<a class="nav-link" href="templates.html">Templates</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/Theme-Cord">Github</a>
</li>
</ul>
</div>
</nav>
<div class="container">
<h1 class="AnimedTitle">ThemeCord</h1>
<p>ThemeCord is a lightweight application developed by GhalbeYou that allows users to customize the appearance of their Discord client using custom CSS themes. With ThemeCord, users can apply beautiful themes to personalize their Discord experience.</p>
<div class="features">
<div class="feature">
<h3>Customization</h3>
<p>ThemeCord gives you the ability to fully customize the look and feel of your Discord client. You can change colors, fonts, backgrounds, and more to create a unique and personalized experience.</p>
</div>
<div class="feature">
<h3>Community Themes</h3>
<p>Explore a wide range of community-created themes and choose the ones that resonate with your style. ThemeCord provides a platform for theme creators and users to share and discover amazing Discord themes.</p>
</div>
<div class="feature">
<h3>Easy to Use</h3>
<p>ThemeCord simplifies the process of applying and managing themes. With just a few clicks, you can apply a new theme or switch back to the default Discord appearance. It's user-friendly and hassle-free.</p>
</div>
</div>
<div class="cta">
<a class="btn cta-btn" href="https://github.com/Theme-Cord/ThemeCord/releases/download/v1.0.1/ThemeCord.7z">Download ThemeCord For free!</a>
</div>
<div class="footer">
<p>© 2023 ThemeCord. All rights reserved.</p>
</div>
</div>
</body>
</html>