forked from manjuprasadshettyn/VirtualTour
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
85 lines (62 loc) · 2.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>VIRTUAL TOUR OF NMAMIT NITTE</title>
<link rel="stylesheet" type="text/css" href="css/style2.css" />
<link href='http://fonts.googleapis.com/css?family=Raleway:300,500|Arvo:700' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/modernizr.custom.79639.js"></script>
</head>
<body>
<div class="container">
<!-- Codrops top bar -->
<div class="codrops-top">
</div><!--/ Codrops top bar -->
<header>
<h1>VIRTUAL TOUR OF NMAMIT NITTE</h1>
<h2>
A Virtual tour showing some important places of the college using webgl and three.js technology
<span class="demo-note">Your current viewport size shows the simplified version</span>
</h2>
<div class="support-note"><!-- let's check browser support with modernizr -->
<span class="no-cssanimations">CSS animations are not supported in your browser</span>
<span class="no-csstransforms">CSS transforms are not supported in your browser</span>
<span class="no-csstransforms3d">CSS 3D transforms are not supported in your browser</span>
<span class="no-csstransitions">CSS transitions are not supported in your browser</span>
<span class="note-ie">Sorry, only modern browsers.</span>
</div>
</header>
<section class="main">
<div id="rm-container" class="rm-container">
<div class="rm-wrapper">
<div class="rm-cover">
<div class="rm-front">
<div class="rm-content">
<div class="rm-logo"></div>
<h2>COMPUTER GRAPHICS PROJECT</h2>
<h3>Virtual Tour using Webgl and three.js</h3>
<div class="rm-info">
<p>
<strong><b>Submitted By: </strong><br>
Manjuprasad Shetty N (4nm13cs086)<br>
Vishwasa Navada K (4nm13cs196)<br><br>
<strong><b>Submitted To :</strong><br>
Mr Pawan Hegde<br>
</div>
<a href="Main.html">View the Project</a>
</div><!-- /rm-content -->
</div><!-- /rm-front -->
</div><!-- /rm-cover -->
</div><!-- /rm-wrapper -->
</div><!-- /rm-container -->
</section>
</div>
<!-- jQuery if needed -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/menu.js"></script>
<script type="text/javascript">
$(function() {
Menu.init();
});
</script>
</body>
</html>