-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
84 lines (78 loc) · 3.85 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
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#2998ff">
<meta name="description" content="Official website for Ice Productions, an independent team making tools for developers all over the world.">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-93897496-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-93897496-5');
</script>
<!-- Stylesheets -->
<link rel="stylesheet" href="css/main.css" type="text/css">
<!-- Scripts -->
<title>Ice Productions</title>
</head>
<body>
<header>
<nav>
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" class="svg-logo" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1080 1080" xml:space="preserve">
<polygon class="outer" points="1080,716 540,1080 0,716 138,86.2 376,245.34 540,0 704,245.34 942,86.2 "/>
<polygon class="middle" points="905.55,540 540,1080 174.45,540 376,245.34 540,355 704,245.34 "/>
<polygon class="inner" points="680,450 540,1080 400,450 540,355 "/>
</svg>
<ul>
<li><a href="#link" class="btn-text">Home</a></li>
<span>|</span>
<! -- <li><a href="#link" class="btn-text">Bot</a></li>
<span>|</span>
<li><a href="#link" class="btn-text">Contact us</a></li>
<span>|</span> -->
<li><a target="_blank" href="https://discordapp.com/oauth2/authorize?client_id=654725534365909043&permissions=305343863&scope=bot" class="btn-text">Invite the bot</a></li>
</ul>
</nav>
</header>
<main>
<section class="about">
<h1 class="main">Ice productions</h1>
<p>We are independent team working on tools to help developers all over the world.</p>
<h2 class="u-margin-top-small">Our creations</h2>
<ul class="u-blue-bullets">
<li><a class="btn-text" target="_blank" href="https://github.com/iceproductions/website">This website</a></li>
<li><a class="btn-text" target="_blank" href="https://github.com/iceproductions/discord-bot">Discord bot</a></li>
<li><a class="btn-text" target="_blank" href="https://github.com/iceproductions/browser">Browser</a></li>
<li><a class="btn-text" target="_blank" href="https://github.com/iceproductions">More of our work</a></li>
</ul>
<br>
<a href="https://discord.gg/JUTFUKH" class="btn btn--blue">Join our discord server</a>
</section>
<!--
<section class="commands">
<h1 class="u-margin-bottom-small">Commands</h1>
<table>
<thead>
<tr>
<th>Group</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody id="commands"></tbody>
</table>
</section>
<section></section>-->
</main>
<footer>
</footer>
<script src="scripts/lib/bot.js"></script>
<script src="scripts/global.js"></script>
<!--<script src="scripts/app.js"></script>-->
</body>
</html>