-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
42 lines (32 loc) · 922 Bytes
/
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Welcome to straight-code2</title>
<link rel="stylesheet" href="./styles.css">
<link href="https://straight-code.github.io/assets/straight-code.png" rel="shortcut icon" />
</head>
<body>
<!-- Starbackground -->
<div id='stars'></div>
<div id='stars2'></div>
<div id='stars3'></div>
<!-- parallax text/java -->
<div id="parallax">
<div class="layer" data-depth="0.6">
<!-- text -->
<div class="some-space">
<h1>straight-code2</h1>
</div>
</div>
<div class="layer" data-depth="0.4">
<div id="particles-js"></div>
</div>
<!-- Button -->
<div class="layer" data-depth="0.3">
<div class="some-more-space1"><a href="https://straight-code.xyz" target="blank">Continue to website</a></div>
</div>
</div>
<script src="./script.js"></script>
</body>
</html>