-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (57 loc) · 2.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>darkSaltDev</title>
<!-- Bootsrap CDN -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Google Fonts CDN -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap" rel="stylesheet">
<!-- Font Awesome CDN -->
<script src="https://kit.fontawesome.com/6acb0d9fa3.js" crossorigin="anonymous"></script>
<!-- Local Style Sheet -->
<link rel="stylesheet" href="darksalt.css">
</head>
<body>
<div id="main" class="container-fluid height">
<div class="row height d-flex justify-content-center">
<div class="col-sm-4 col-md-6 col-xl-4 d-flex flex-column justify-content-between px-auto">
<div id="header my-auto">
</div>
<div id="target" class="mx-auto mt-auto ">
<h1 id="darkSalt" class="display-3 m-0 w-100 text-center mx-auto p-0 darkSaltShadow">darkSaltDev</h1>
</div>
<div id="salt" class=" mt-auto">
<h1 id="comingSoon" class="mt-2 w-100 text-center mx-auto mb-0 p-0">coming soon...</h1>
<div id="pileMask"></div>
<div id="dust">
<!-- <div id="" class="cloud"></div> -->
<!-- <div id="cloud2"></div> -->
<!-- <div id="cloud3"></div> -->
</div>
</div>
</div>
</div>
<div id="horStripe" class="row">
</div>
<!-- <div id="glitch">
<div id="greenGlitch"></div>
<div id="redGlitch"></div>
<div id="blueGlitch"></div>
</div>
<div id=consoleBox class="collapse">
</div> -->
</div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>