-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMap1.html
More file actions
59 lines (54 loc) · 1.88 KB
/
Map1.html
File metadata and controls
59 lines (54 loc) · 1.88 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="style_map1.css" />
<title>title</title>
</head>
<body id="body" style="margin: 0;">
<!-- Map-1 -->
<div class="frame" id="n1_5">
<img src="image.png" id="map" />
<!-- Rectangle 3 -->
<div class="left top rectangle" id="n1_564"></div>
<a href="Map2.html">
<!-- Hedden Hall -->
<div class="left top text" id="n1_23">Hedden Hall</div>
<!-- Traditional-style residence -->
<div class="left top text" id="n1_24">Traditional style residence</div>
<!-- Rectangle 2 -->
<button id="n1_18"></button>
</a>
<a href="Map3.html">
<!-- Thode Library -->
<div class="left top text" id="n1_19">Thode Library</div>
<!-- Science-Library -->
<div class="left top text" id="n1_20">Science Library</div>
<!-- Rectangle 1 -->
<div class="left top rectangle" id="n1_16"></div>
</a>
<a href="Map4.html">
<!-- Burke Science Building -->
<div class="left top text" id="n1_14">Burke Science Building</div>
<!-- Science building of McMaster -->
<div class="left top text" id="n1_15">Science building of McMaster</div>
<!-- Rectangle -->
<div class="left top rectangle" id="n1_8"></div>
</a>
<!-- image 1 -->
<div class="left top rectangle" id="n1_26"></div>
<!-- 24 / basic / settings -->
<div class="scale component" id="n25_59">
<!-- icon -->
<img
src="https://s3-us-west-2.amazonaws.com/figma-alpha-api/img/95fa/4551/e990cf0f7e62ea9a2aea2182748c2f4f"
width="22"
height="21"
class="scale boolean_operation"
id="n25_60"
/>
</div>
</div>
</body>
</html>