-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (59 loc) · 2.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Documentation</title>
<link rel="stylesheet" href="./style.css">
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://cdn.rawgit.com/jschr/textillate/master/assets/jquery.lettering.js"></script>
<script src="https://cdn.rawgit.com/jschr/textillate/master/jquery.textillate.js"></script> -->
<style>
/* body {
background: url('https://www.flaticon.com/svg/static/icons/svg/763/763738.svg') no-repeat,
url('https://www.flaticon.com/svg/static/icons/svg/763/763695.svg') no-repeat 10% 30%,
#cdcdcd
} */
</style>
</head>
<body>
<!-- Under Construction
<h1 class="tlt">My Title</h1> -->
<div class="section intro">
<h1 class="ml8">
<span class="letters-container">
<span class="letters letters-left">Hi</span>
<span class="letters bang">!</span>
</span>
<span class="circle circle-white"></span>
<span class="circle circle-dark"></span>
<span class="circle circle-container"><span class="circle circle-dark-dashed"></span></span>
</h1>
</div>
<div class="first section">
<h1 class="ml15">
<span class="word">Out</span>
<span class="word">now</span>
<span class="word">Out</span>
</h1>
</div>
<div class="second section">
<h1 class="ml5">
<span class="text-wrapper">
<span class="line line1"></span>
<span class="letters letters-left">HAPPY</span>
<!-- <span class="letters ampersand">&</span> -->
<span class="letters letters-right">BIRTHDAY</span>
<span class="line line2"></span>
</span>
</h1>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<script src="./script.js"></script>
<script>
// $(function () {
// $('.tlt').textillate();
// })
</script>
</body>
</html>