-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="Dantes is a color scheme for code editors and terminal emulators such as Notepad++ Geany, Windows Terminal and much more." name="description">
<title>🎩 Dantes - The Count of Dark theme</title>
<link rel="stylesheet" href="styles/index-style.css" >
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" hrelf="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Zilla+Slab&display=swap">
</head>
<body>
<header class="head">
<img class="icon" src="images/dantes-icon.svg">
<h1 class="title">Dantes</h1>
<h2 class="count">The Count of Dark theme</h2>
<h3 class="subtitle">One theme for all, all platforms for one</h3>
<h3 class="more-info">
<a href="https://github.com/dantestheme/dantes-theme" target= "_blank" class="github-links">📖 Github</a><a href="about.html" target="_blank" class="about-links">🔍 About</a>
</h3>
</header>
<div class="index">
<p><a href="vscode.html" target="_blankg" class="vscode">Visual Studio Code</a></p>
<p><a href="notepad-plus-plus.html" target= "_blank" class="notepad-plus-plus">Notepad++</a></p>
<p><a href="windows-terminal.html" target="_blank" class="windows-terminal">Windows Terminal</a></p>
<p><a href="firefox.html" target= "_blank" class="firefox"> Firefox</a></p>
<p><a href="geany.html" target="_blank" class="geany">Geany</a></p>
<p><a href="gedit.html" target="_blank" class="gedit">Gedit</a></p>
</div>
<h2 class="coming-soon">... And more apps will be coming soon :)</h2>
</body>
</html>