-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (62 loc) · 2.5 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Amangroup 3d Custom</title>
<meta name="description" content="Amangroup 3d Custom" />
<meta name="keywords" content="Amangroup 3d Custom" />
<meta name="author" content="Tanjin Ahsan" />
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/component.css" />
<script src="js/modernizr.custom.js"></script>
</head>
<body>
<div class="container">
<div class="slideshow" id="slideshow">
<ol class="slides">
<li class="current">
<div class="description">
<h2>Textile Sector of Aman Group</h2>
<p>In the Textile Sector the Group has engaged Quality Assurance people to continuously look in to the improvement of product's quality.</p>
</div>
<div class="tiltview col">
<a href="#"><img src="img/3_screen.jpg"/></a>
<a href="#"><img src="img/6_screen.jpg"/></a>
</div>
</li>
<li>
<div class="description">
<h2>Research and Development</h2>
<p>The need for persistent research and development in a competitive garments market of the world can hardly be exaggerated. </p>
</div>
<div class="tiltview row">
<a href="#"><img src="img/3_mobile.jpg"/></a>
<a href="#"><img src="img/4_mobile.jpg"/></a>
</div>
</li>
<li>
<div class="description">
<h2>Latest appartus & equipments</h2>
<p>Laboratories in all the textile units have been established and quipped with latest appartus & equipments with change in fashion, tastes and market demand with upholding the quality of the products.</p>
</div>
<div class="tiltview col">
<a href="#"><img src="img/5_screen.jpg"/></a>
<a href="#"><img src="img/6_screen.jpg"/></a>
</div>
</li>
</ol>
</div><!-- /slideshow -->
</div><!-- /container -->
<script src="js/classie.js"></script>
<script src="js/tiltSlider.js"></script>
<script>
new TiltSlider( document.getElementById( 'slideshow' ) );
</script>
<!-- For the demo ad only -->
<script src="http://tympanus.net/codrops/adpacks/demoad.js"></script>
</body>
</html>