-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·46 lines (41 loc) · 1.57 KB
/
index.html
File metadata and controls
executable file
·46 lines (41 loc) · 1.57 KB
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
---
layout: default
title: Home
---
<div style="height: 60px;"></div> <!-- TODO: don't do this -->
<body>
<div class="landing-banner-container">
<div class="landing-banner-img">.</div>
<div class="landing-banner-txt">
<div class="banner-heading-txt">
IoT made easy. <br>
<br>
Consulting and products from device to cloud.
</div>
<div class="banner-subheading-txt">
</div>
<a href="consulting.html"><button class="btn btn-primary landing-btn-spacing">Learn More</button></a>
</div>
</div>
<footer class="footer footer-transparent">
<div class="container">
<div class="social-area text-center">
<a class="btn btn-social btn-linkedin btn-simple" href="https://www.linkedin.com/company/forward-loop/">
<i class="fa fa-linkedin"></i>
</a>
<a class="btn btn-social btn-angellist btn-simple" href="https://angel.co/forward-loop">
<i class="fa fa-angellist"></i>
</a><br>
<a href="mailto:info@forward-loop.com">info@forward-loop.com</a>
</div>
<div class="copyright text-center">
© 2018 Forward Loop LLC
</div>
</div>
</footer>
</body>
<!-- Core JS Files -->
<script src="assets/js/jquery.min.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="assets/js/material.min.js"></script>
</html>