-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfooter.html
68 lines (63 loc) · 2.83 KB
/
footer.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
<div class="clearfix"></div>
<footer class="container-fluid">
<div class="col-md-5">
<div class="row">
<div class="col-md-2">
<img src="images/logo_footer.png" />
</div>
<div class="col-md-10">
<p>
Tilde.id serves the needs of the design, entertainment and arts communities by providing public and private conference spaces for lectures, meetings, special events, screenings, exhibitions and receptions
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p><small>© 2017 Tilde.id All rights reserved</small></p>
</div>
</div>
</div>
<div class="col-md-7">
<div class="row">
<div class="col-md-12">
<h2 class="text-thin less-margin">Top Categories</h2>
</div>
</div>
<div class="maya-tiny-padding"></div>
<div class="row">
<div class="col-md-4">
<ul class="list-unstyled">
<li><a href="products.html">Dining Room</a></li>
<li><a href="products.html">Decoration</a></li>
<li><a href="products.html">Renovation</a></li>
<li><a href="products.html">Bedroom</a></li>
<li><a href="products.html">Furniture</a></li>
<li><a href="products.html">Bathroom</a></li>
<li><a href="products.html">Lighting</a></li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-unstyled">
<li><a href="products.html">Architects</a></li>
<li><a href="products.html">Interior Designers</a></li>
<li><a href="products.html">Contractors</a></li>
<li><a href="products.html">Home Builders</a></li>
<li><a href="products.html">Landscape Designers</a></li>
<li><a href="products.html">Furniture Repairs</a></li>
<li><a href="products.html">Air Conditioning</a></li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-unstyled">
<li><a href="products.html">Plumbers</a></li>
<li><a href="products.html">Electricians</a></li>
<li><a href="products.html">Welders</a></li>
<li><a href="products.html">Movers</a></li>
<li><a href="products.html">Carpet Cleaners</a></li>
<li><a href="products.html">Glass Services</a></li>
<li><a href="products.html">Canopy Services</a></li>
</ul>
</div>
</div>
</div>
</footer>