-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (63 loc) · 1.62 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
<!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">
<title>hisaaab</title>
<link rel="stylesheet" href="style.css">
<script src="https://unpkg.com/[email protected]/dist/index.umd.js"></script>
<script src="/path/to/typeit/source"></script>
<script>
document.addEventListener("DOMContentLoaded", function () {
new TypeIt("#myElement", {
LifeLike:true,
speed:100,
startDelay:900,
})
.type(" ")
.pause(450)
.type('<span class="bc">manage your <strong>expenditure.</strong></span>')
.pause(300)
.delete(24)
.pause(200)
.type('<span class="bc">track your expenses.</span>')
.pause(200)
.delete(9)
.pause(150)
.type('<span class="bc">hisaab.</span>')
.pause(500)
.delete(18)
.pause(300)
.type('<span class="bc">hisaaab.com</span>')
.go();
});
</script>
<script>
// setTimeout(function () {
// $('.nav').fadeToggle ();
// },3500);
</script>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
</head>
<body>
<div id="bg" ></div>
<script type="text/javascript" src="/particles.min.js"></script>
<script type="text/javascript" src="/custom.js"></script>
<div class="nav">
</div>
<script>
$(function(){
$(".nav").load("nav.html");
});
</script>
<h1><br>
<div id="myElement"></div>
</h1>
<h3>
Kanva and Zaid © 2023
</h3>
<script type="text/javascript" src="nav.js">
</script>
</body>
</html>