-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (38 loc) · 1.99 KB
/
index.html
File metadata and controls
43 lines (38 loc) · 1.99 KB
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
<!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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>Valkyrie</title>
</head>
<body>
<header align="center">
<img src="img/600x600.png" id="logo" alt="logo">
<h1>Valkyrie</h1>
<p>A dark green theme for Visual Studio Code</p>
</header>
<main>
<section>
<div class="container" align="center">
<img src="img/javascript.png" alt="A demo image of a JavaScript code" id="js">
</div>
<div id="container">
<button onclick="window.open('https://marketplace.visualstudio.com/items?itemName=nedcode.valkyrie-dark','_blank')" id="install_button">Install</button>
<button onclick="window.open('https://github.com/nedmarafawi/valkyrie-vscode','_blank')" id="github_button">Github</button>
</div>
</section>
<section>
<p class="credits" id="credits">
Made with <svg id="heart_icon" width="24" height="24" viewBox="0 -3 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" data-reactroot="">
<path stroke-linejoin="round" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1" stroke="#293449" fill="#b32224" d="M20.3999 4.62C19.3399 3.54 17.9499 3 16.5399 3C15.1499 3 13.7499 3.54 12.6799 4.62L11.9999 5.31L11.3199 4.62C10.2499 3.54 8.84994 3 7.44994 3C6.04994 3 4.65994 3.54 3.59994 4.62C1.46994 6.8 1.46994 10.3 3.59994 12.46L12.0099 21L19.7199 13.16L20.3999 12.47C22.5299 10.3 22.5299 6.8 20.3999 4.62Z"></path>
</svg> by <a class="author" id="author" target="blank" href="https://twitter.com/nedmarafawi">Ned</a>
</p>
</section>
</main>
</body>
</html>