-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.html
62 lines (57 loc) · 2.43 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
<div itemscope itemtype="http://schema.org/Organization">
<div class="row">
<div class="col s12 m3 l3 center-align">
<img src="images/wor-logo.png" alt="WOR logo" style="width: 60%; margin: 10%;">
<h5 itemprop="name">Wheels On Roll</h5>
</div>
<div class="col s12 m4 offset-m1 l4 offset-l1">
<h5 itemprop="contact">Contact</h5>
<div class="footer-email">
<i class="material-icons">mail</i>
<a class="white-text" href="mailto:contact@wheelsonroll.com" rel="nofollow"> contact@wheelsonroll.com</a>
</div><br>
<i class="material-icons valign">place</i><br>
<span itemprop="place">
WOR - Office, STEP - NITK Beach Road, Western Campus,
NITK, Surathkal, Mangalore - 575025
</span>
</div>
<div class="col s12 m2 l2">
<h5>Links</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="index.html" rel="nofollow">Home</a></li>
<li><a class="grey-text text-lighten-3" href="team.html" rel="nofollow">Team</a></li>
<li><a class="grey-text text-lighten-3" href="timeline.html" rel="nofollow">Timeline</a></li>
</ul>
</div>
<div class="col s12 m2 l2">
<h5> </h5>
<ul>
<li><a class="grey-text text-lighten-3" href="contact.html" rel="nofollow">Contact</a></li>
<li><a class="grey-text text-lighten-3" href="careers.html" rel="nofollow">Careers</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright" style="background: rgb(38,88,39);">
<div class="row">
<div class="col s8">
<div class="white-text left">
© 2017 Wheels on Roll
</div>
</div>
<div class="col s4">
<div class="footer-icons right">
<a href="https://github.com/WheelsOnRoll" rel="nofollow">
<img class="social-media-logo" src="images/logo_github_white.png" alt="github logo">
</a>
<a href="https://www.facebook.com/Wheelsonroll/?fref=ts" rel="nofollow">
<img class="social-media-logo" src="images/logo_fb_white.png" alt="facebook logo">
</a>
<a href="https://www.linkedin.com/company-beta/13260691/" rel="nofollow">
<img class="social-media-logo" src="images/logo_linkedin_white.png" alt="linkedin logo">
</a>
</div>
</div>
</div>
</div>