-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·41 lines (41 loc) · 1.58 KB
/
about.html
File metadata and controls
executable file
·41 lines (41 loc) · 1.58 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
---
layout: default
title: Home
---
<div>
<div class="about-container">
<div class="about-our-story">
<div class="about-our-heading"> Our Story</div>
<div class="about-our-txt">
We launched Forward Loop to build internet-connected sensors for real-world applications.<br>
<br>
We build, assemble, and test hardware, software, and networking solutions for many different applications.
In order to support our products, we provide open-source
tools that we use to prototype and develop applications.
Our goal is to provide sensors that allow you to scale from prototype to MVP to
large deployments using the same hardware and development tools the whole time.<br><br>
We want enterprises, developers, and enthusiasts to use tools they are comfortable with to make products they understand.
</div>
</div>
<div class="about-who-we-are">
<div class="about-our-heading"> Who We Are</div>
<div class="about-who-left">
<img src="assets/img/mike-ortolano.jpeg" style="position: relative; max-width: 100%;"></img>
<div class="text-center">
<a href="http://www.linkedin.com/in/michaelortolano">Mike Ortolano</a><br>
Cofounder
</div>
</div>
<div class="about-who-right">
<img src="assets/img/nick-settje.jpeg" style="position: relative; max-width: 100%;"></img>
<div class="text-center">
<a href="https://www.linkedin.com/in/nick-settje-892531111/">Nick Settje</a><br>
Cofounder
</div>
</div>
</div>
</div>
<div>
<div class="inline-spacer">
{% include footer.html %}
</div>