-
Notifications
You must be signed in to change notification settings - Fork 1
/
key.html
39 lines (36 loc) · 1.12 KB
/
key.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
<!DOCTYPE html>
<html>
<div>
<table>
<thead>BLDS Map Plot Key</thead>
<tr>
<td>
<img src='images/building.png' style="height:15px; width:15px;"><p>: Buildings</p>
</td>
<td>
<img src='images/roof.png' style="height:18px; width:18px;"><p>: Roofing</p>
</td>
<td>
<img src='images/mechanic.png' style="height:15px; width:15px;"><p>: Mechanical</p>
</td>
<td>
<img src='images/electric.png' style="height:15px; width:15px;"><p>: Electrical</p>
</td>
</tr>
<tr>
<td>
<img src='images/grading.png' style="height:18px; width:18px;"><p>: Grading</p>
</td>
<td>
<img src='images/toilet.png' style="height:15px; width:15px;"><p>: Plumbing</p>
</td>
<td>
<img src='https://upload.wikimedia.org/wikipedia/commons/6/67/Hammer_icon_-_Noun_Project_8246.svg' style="height:15px; width:15px;"><p>: Demolition</p>
</td>
<td>
<img src='https://upload.wikimedia.org/wikipedia/commons/2/25/Icon-round-Question_mark.jpg' style="height:15px; width:12px;"><p>: Other</p>
</td>
</tr>
</table>
</div>
</html>