-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
42 lines (37 loc) · 1.1 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta name="author" content="BM Shifat" />
<meta name="url" content="http://github.com/bmshifat">
<title>THREE Image Transition</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div id="three-container"></div>
<div id="instructions">
click and drag to control the animation
</div>
<!-- about -->
<div class="about">
<a class="bg_links social github" href="https://github.com/bmshifat" target="_blank">
<span class="icon"></span>
</a>
<a class="bg_links social portfolio" href="https://rebrand.ly/bmshifat" target="_blank">
<span class="icon"></span>
</a>
<a class="bg_links social insta" href="https://instagram.com/bmshifat" target="_blank">
<span class="icon"></span>
</a>
<a class="bg_links logo"></a>
</div>
<!-- end about -->
<!-- partial -->
<script src='js/three.min.js'></script>
<script src='js/TweenMax.min.js'></script>
<script src='js/bas.js'></script>
<script src='js/OrbitControls-2.js'></script>
<script src="js/script.js"></script>
</body>
</html>