-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (51 loc) · 2.99 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
<!DOCTYPE html>
<html data-bs-theme="light" lang="en">
<head>
<meta charset="utf-8">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8VM42P0ENT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-8VM42P0ENT');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Ashenite</title>
<meta name="theme-color" content="#eba0ac">
<link rel="canonical" href="https://ashenite.org/">
<meta property="og:url" content="https://ashenite.org/">
<meta name="description" content="Perfection isn't Enough">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Ashenite",
"url": "https://ashenite.org"
}
</script>
<link rel="icon" type="image/jpeg" sizes="500x500" href="assets/img/ashenite.jpg">
<link rel="icon" type="image/jpeg" sizes="500x500" href="assets/img/ashenite.jpg">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="https://www.nerdfonts.com/assets/css/webfont.css">
</head>
<body><canvas class="orb-canvas"></canvas>
<div class="overlay">
<div class="container">
<div class="row">
<div class="col-md-6 d-md-flex d-lg-flex d-xl-flex d-xxl-flex order-last order-sm-last align-items-md-center order-md-first align-items-lg-center order-lg-first align-items-xl-center order-xl-first align-items-xxl-center order-xxl-first">
<div class="overlay__inner">
<h1 class="d-flex d-sm-flex justify-content-center justify-content-sm-center overlay__title text-gradient">Perfection isn't Enough</h1>
<div class="overlay__btns"><button class="overlay__btn overlay__btn--transparent"><a href="https://github.com/Ashenite" target="_blank">Github<i class="overlay__btn-emoji nf-md-github"></i></a></button><button class="overlay__btn overlay__btn--colors"><a class="alt_a" href="https://www.facebook.com/asheniteorg" target="_blank"> Facebook<i class="overlay__btn-emoji nf-md-facebook"></i></a></button></div>
</div>
</div>
<div class="col-md-6 d-sm-flex d-md-flex d-lg-flex d-xl-flex d-xxl-flex justify-content-sm-center align-items-sm-center justify-content-md-end align-items-md-start justify-content-lg-end align-items-lg-start justify-content-xl-end align-items-xl-start justify-content-xxl-end align-items-xxl-start"><img class="img-fluid" width="300" height="300" src="assets/img/ashenite.jpg"></div>
</div>
</div>
</div>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/script.mjs" type="module"></script>
</body>
</html>