-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome-solution-dev.html
More file actions
30 lines (29 loc) · 961 Bytes
/
home-solution-dev.html
File metadata and controls
30 lines (29 loc) · 961 Bytes
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
<section class="above-ground">
<div class="row">
<div class="columns small-5 inside">
<a href="#" class="button round dropdown" data-dropdown="waste-opt">Waste Water</a>
<ul id="waste-opt" class="f-dropdown" data-dropdown-content>
<li><a href="#">This is a link</a></li>
<li><a href="#">This is another</a></li>
<li><a href="#">Yet another</a></li>
</ul>
</div>
<div class="columns small-7 outside">
<a href="#" class="button round dropdown" data-dropdown="grass-opt">Grass</a>
<ul id="grass-opt" class="f-dropdown" data-dropdown-content>
<li><a href="#">This is a link</a></li>
<li><a href="#">This is another</a></li>
<li><a href="#">Yet another</a></li>
</ul>
</div>
</div>
</section>
<section class="underground">
<div class="row">
<div class="columns small-5 pipes">
</div>
<div class="columns small-7 sewer">
this is the sewer
</div>
</div>
</section>