forked from ifm/developerportal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
70 lines (44 loc) · 1.89 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
69
70
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="footer, address, phone, icons" />
<title>Footer With Address And Phones</title>
</head>
<body>
<footer class="footer-distributed">
<div class="footer-left">
<img id="footerlogo" src="assets/ifm-white-circle.svg" alt="ifm logo">
<p class="footer-links">
<a href="index.html">Home</a>
·
<a href="https://www.ifm.com/us/en/us/robotics/ifm-robotics" target="_blank">Learn more</a>
</p>
<p class="footer-company-name">ifm robotics © 2021</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-phone"></i>
<p>+1 800-441-8246</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>ifm Robotics</span>
We develop software solutions, based on 3D point imaging, for industrial applications. These solutions enable robots to understand their position in real time, even in harsh environments. The addition of a software team completes ifm’s goal of bringing all components required for a 3D perception solution, from imager to software, under one company.
</p>
<div class="footer-icons">
<a href="https://www.facebook.com/ifmefector" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/ifm_USA" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/showcase/ifm-efector" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/ifm" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
</footer>
</body>
</html>