-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (82 loc) · 4.9 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 5.2 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html dir="rtl" lang="fa">
<head>
<link rel="SHORTCUT ICON" href="img/favicon.png"/>
<title>عصر مجازی | Virtual Age</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="revisit-after" content="1 day"/>
<meta http-equiv="content-language" content="fa">
<link rel="alternate" hreflang="fa" />
<meta name="description" content="تور مجازی واقعیت افزورده بانک تور تورمجازی virtual tour Augmented Reality AR" />
<meta name="keywords" content="تور مجازی واقعیت افزورده بانک تور تورمجازی virtual tour Augmented Reality AR" />
<link rel="stylesheet" type="text/css" href="css/style.css" media="all" />
<link rel="stylesheet" type="text/css" href="css/hoverex-all.css" media="all" />
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/marquee.js" type="text/javascript"></script>
</head>
<body style="background-color: rgb(50,50,50);">
<div id="wait" class="wait1"><img src="img/wait.gif" /></div>
<div id="main" style="display: none;">
<script>
$(document).ready(function() {
window.setTimeout(function() {
$('#wait').removeClass('wait1').addClass('wait0');
}, 1000)
$("#main").fadeIn('slow');
$(".li").mouseenter(function() {
$(this).find('span').show();
$(this).find('span').addClass('box a_normal').addClass('zoomIn');
$(this).find('img').addClass('box a_normal').addClass('flipInH');
$(this).find('label').addClass('box a_normal').addClass('flipInH');
});
$(".li").mouseleave(function() {
$(this).find('span').hide();
$(this).find('img').removeClass('box a_normal').removeClass('flipInH');
$(this).find('label').removeClass('box a_normal').removeClass('flipInH');
});
$(".vticker").load('vticker.php',function(){
$(function() {
$("#vticker").marquee({
yScroll: "bottom",
pauseSpeed: 2000,
scrollSpeed:200
});
});
});
$(".marquee2").marquee({scrollSpeed: 20 });
});
</script>
<div id="bg"></div>
<div id="h-menu">
<ul class="ul">
<li class="li"><a href="about.php"><div ><img src="img/asr.png" width="97px" height="97px"/><br/><label>Virtual Age</label><br/><span>عصر مجازی</span></div></a></li>
<li class="li"><a href="tour.php"><div><img src="img/tour.png" width="97px" height="97px"/><br/><label>Virtual Tour</label><br/><span>تور مجازی</span></div></a></li>
<li class="li"><a href="articles.php"><div ><img src="img/articles.png" width="97px" height="97px" /><br/><label>Articles</label><br/><span>بانک مقالات</span></div></a></li>
<li class="li"><a href="ar.php"><div ><img src="img/ar.png" width="97px" height="97px" /><br/><label>Augmented Reality</label><br/><span>واقعیت افزوده</span></div></a></li>
<li class="li"><a href="club.php"><div ><img src="img/club.png" width="97px" height="97px"/><br/><label>Customers club</label><br/><span>باشگاه مشتریان</span></div></a></li>
<li class="li"><a href="charity.php"><div ><img src="img/charity.png" width="97px" height="97px" /><br/><label>Charity</label><br/><span>نیکوکاری</span></div></a></li>
</ul>
</div>
<div id="footer">
<div class="vticker"></div>
<div>
<ul class="marquee2" style="margin: 0;list-style: none;">
<li>Augmented reality (AR) is a live direct or indirect view of a physical, real-world environment whose elements are augmented (or supplemented) by computer-generated sensory input such as sound, video, graphics or GPS data. It is related to a more general concept called mediated reality, in which a view of reality is modified (possibly even diminished rather than augmented) by a computer. As a result, the technology functions by enhancing one’s current perception of reality.[1] By contrast, virtual reality replaces the real world with a simulated one.[2][3] Augmentation is conventionally in real-time and in semantic context with environmental elements, such as sports scores on TV during a match. With the help of advanced AR technology (e.g. adding computer vision and object recognition) the information about the surrounding real world of the user becomes interactive and digitally manipulable. Artificial information about the environment and its objects can be overlaid on the real world</li>
</ul>
</div>
</div>
<div id="smile" style="width:100%;">
<canvas style="position: absolute; width: 100%; z-index: 3; display: block;top:0"></canvas>
<script src="js/index.js"></script>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-67359665-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>