-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
75 lines (70 loc) · 2.47 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
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>
Dank Neon - a danker, more neon theme for anywhere you view code
</title>
<meta
name="description"
content="a danker, more neon theme for anywhere you view code"
/>
<meta name="robots" content="robots.txt" />
<link href="/style.css" rel="stylesheet" />
<meta property="og:title" content="Dank Neon Home" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://dankneon.com/assets/logo.png" />
<meta property="og:url" content="https://dankneon.com" />
<meta
property="og:description"
content="a danker, more neon theme for anywhere you view code"
/>
<meta property="og:site_name" content="Dank Neon" />
<meta property="og:locale" content="en_US" />
<script async defer src="https://buttons.github.io/buttons.js"></script>
<link rel="shortcut icon" type="image/png" href="/assets/favicon.png" />
</head>
<body>
<header class="main-header">
<img src="/assets/logo.svg" class="logo" />
<h1 class="orange main-title">
a danker, more neon theme for anywhere you view code
</h1>
<a
class="github-button"
href="https://github.com/DankNeon"
aria-label="Follow @DankNeon on GitHub"
>@DankNeon</a
>
</header>
<main class="max-width">
<section class="theme-section">
<a href="/vscode">
<img src="/vscode/assets/vscode.png" class="img-responsive" />
</a>
<a href="/vscode" class="theme-link"><h2>Dank Neon for VS Code</h2></a>
</section>
<section class="theme-section">
<a href="/iterm">
<img src="/iterm/assets/iterm.png" class="img-responsive" />
</a>
<a href="/iterm" class="theme-link"><h2>Dank Neon for iTerm2</h2></a>
</section>
<section class="theme-section">
<a href="/vim">
<img src="/vim/assets/vim.png" class="img-responsive" />
</a>
<a href="/vim" class="theme-link"><h2>Dank Neon for Vim/Neovim</h2></a>
</section>
<section class="theme-section">
<a href="/sublime">
<img src="/sublime/assets/sublime.png" class="img-responsive" />
</a>
<a href="/sublime" class="theme-link"
><h2>Dank Neon for Sublime Text</h2></a
>
</section>
</main>
</body>
</html>