forked from daattali/beautiful-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (37 loc) · 1.5 KB
/
index.html
File metadata and controls
39 lines (37 loc) · 1.5 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
---
layout: home
title: Tulsa Software
subtitle: Code as simple and reliable as the good ol' boys who wrote it.
full-width: true
cover-img: ["/assets/img/lg/tulsa-park-lg.jpg":"Centennial Park, Tulsa, OK"]
---
<html>
<head>
<style>
.hero::before {
content: "";
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
background-color: rgba(0,0,0,0.25);
}
</style>
</head>
<div class="row w-75 center flex-lg-row-reverse align-items-center g-5 py-5" style="display: flex; margin-bottom: 8rem;background: white;">
<div class="col-10 col-sm-8 col-lg-6">
<img src="assets/img/sm/vfd-panel-layout2.jpg" class="d-block mx-lg-auto img-fluid" alt="vfd panel" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold text-body-emphasis lh-1 mb-3">VfdCtl</h1>
<p class="lead">Add IoT capabilities like runtime telemetry 📈 and remote settings ⚙️ to any Modbus VFD using our open-source gateway.</p>
<p class="lead">Optionally, pair it with our flexibility-focused framework to unlock superpowers! 🦸</p>
<div>
<a href="https://github.com/tulsasoftware/vfdctl/wiki#vfdctl-use-case" class="btn btn-primary btn-lg px-4 m-2">Learn More</a>
<a href="https://github.com/tulsasoftware/vfdctl" class="btn btn-outline-dark btn-lg px-4 m-2"><i class="mr-1 fab fa-github fa-bounce"></i>View the Code</a>
</div>
</div>
</div>
<h2 class="pb-2 border-bottom">Recent Posts</h2>
</html>