-
Notifications
You must be signed in to change notification settings - Fork 0
/
playbook.html
46 lines (43 loc) · 1.49 KB
/
playbook.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
<!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>Playbook</title>
<link rel="stylesheet" href="style2.css">
</head>
<body>
<div id="main">
<div id="loader"></div>
<div id="home">
<div id="nav">
<a href="index.html">
Abhishek Soni
<span class="line"></span>
</a>
<a href="playbook.html" id="playbook">
Playbook
<span class="line"></span>
</a>
<a href="#" >
Socials
<span class="line"></span>
</a>
<a href="#">
Contact
<span class="line"></span>
</a>
</div>
<div id="write">
<h1 class="reveal">P<span id="font">l</span>aybook</h1>
</div>
<div id="imgg">
<img src="images/uc.png" alt="">
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js" integrity="sha512-16esztaSRplJROstbIIdwX3N97V1+pZvV33ABoG1H2OyTttBxEGkTsoIVsiP1iaTtM8b3+hu2kB6pQ4Clr5yug==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="playbook.js"></script>
</body>
</html>