-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (55 loc) · 2.08 KB
/
index.html
File metadata and controls
62 lines (55 loc) · 2.08 KB
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./project/style.css">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/youtube-background/jquery.youtube-background.min.js"></script>
<title>Web Cong Ty</title>
</head>
<body>
<!-- thank to *https://www.w3schools.com/ and library 3D threejs -->
<div class="topnav">
<a href="#">Link</a>
<a href="#">Link</a>
<a href="#">Link</a>
</div>
<div class="content">
<div class="companySection" style="">
<div id="ytbg" data-ytbg-fade-in="true" data-youtube="https://www.youtube.com/embed/Z_4Jd1qY4No" data-vbg-mobile="1" data-vbg-start-at="10" ></div>
<div class="companyInformation">
<div class="inner" style="">
<h1>Dự án : Nhà máy chế biến gỗ</h1>
</div>
</div>
</div>
</div>
<div class="row">
<div class="column" style="background-color: #aaa;">
<h2>Bản vẽ</h2>
</div>
<div class="column" style="background-color: #bbb;">
<h1>Ban ve</h1>
<div class="covervid-wrapper">
</div>
</div>
<div class="column" style="background-color: #ccc;">
<a href="./project/webgl_loader_ifc.html">
<h2>Mo hình 3D</h2>
<iframe src="./project/webgl_loader_ifc.html" frameborder="0"></iframe>
</a>
</div>
</div>
</div>
<div class="footer">
<p>Footer</p>
</div>
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('[data-youtube]').youtube_background();
});
</script>
<style>
</style>
</body>
</html>