-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGALLERY.html
More file actions
52 lines (50 loc) · 2.04 KB
/
GALLERY.html
File metadata and controls
52 lines (50 loc) · 2.04 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
<html>
<head><title>Immersive Experiences in Smart Spaces</title>
<link rel=stylesheet
href="css.css"
type=text/css>
<style>
#gallery {height:200; width:300;margin:11;}
.heading{font-size:40; text-decoration:underline; text-shadow:1px 1px 1px red;}
class="imageborder"
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {box-sizing: border-box}
body {margin:0}
.mySlides {display: none}
img {vertical-align: middle;}
</style>
</head>
<body>
<div class="header">
</div>
<ul style=" font-family: Verdana">
<li><img src="logo.png" width="200" height="60" class="logo" style="margin:0px 50px"></li>
<li><a href="MAINPAGE(HOME).html">HOME</a></li>
<li><a href="OVERVIEW.html">OVERVIEW</a></li>
<li><a href="DISCOVERIES.html">DISCOVERIES</a></li>
<li><a class="active" href="GALLERY.html">GALLERY</a></li>
<li style="float:right"><a href="ABOUT US.html">ABOUT US</a></li>
</ul>
<div id="gradient">
<h1><u>gallery</u></h1>
<h1>"A picture speaks a thousand words"</h1>
<img src="gallery1.png" class="imageborder" id="gallery">
<img src="gallery2.png" class="imageborder" id="gallery">
<img src="gallery5.png" class="imageborder"id="gallery">
<img src="gallery7.png" class="imageborder" id="gallery">
<img src="gallery8.png"class="imageborder" id="gallery" >
<img src="gallery9.png" class="imageborder"id="gallery" >
<img src="gallery11.png" class="imageborder"id="gallery">
<img src="gallery10.png" class="imageborder"id="gallery">
<img src="gallery12.png" class="imageborder"id="gallery" >
<img src="gallery13.png" class="imageborder" id="gallery" >
<img src="gallery14.png" class="imageborder"id="gallery" >
<img src="gallery4.png" class="imageborder"id="gallery">
<img src="homeimage.png" class="imageborder"id="gallery">
<img src="home2.png" class="imageborder"id="gallery">
<img src="home3.png" class="imageborder"id="gallery">
<img src="home4.png" class="imageborder"id="gallery">
</div>
</body>
</html>