-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (75 loc) · 2.1 KB
/
index.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
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<title>RVA IB</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="RVA IB Intelligent Buildings" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<script src="https://cdn.usefathom.com/script.js" site="MHPAGKGZ" included-domains="rvaib.org" defer></script>
</head>
<body>
<header>
<h1>RVA IB</h1>
<p>
RVA IB is a group of companies in and around Richmond, VA that are
working to advance the sustainability, intelligence, and automation
of commercial buildings and spaces.
</p>
</header>
<main>
<section class="local">
<!-- Architecture -->
<div>
<h3>Architecture</h3>
<ul>
<li>Get listed!</li>
</ul>
</div>
<!-- Construction -->
<div>
<h3>Construction</h3>
<ul>
<li>Get listed!</li>
</ul>
</div>
<!-- Integrators -->
<div>
<h3>Integrators</h3>
<ul>
<li><a href="https://www.environments.tech/">Environments</a></li>
</ul>
</div>
<!-- Consultants -->
<div>
<h3>Consultants</h3>
<ul>
<li><a href="https://www.cognitivewx.info">Cognitive Corp.</a></li>
</ul>
</div>
<!-- Technology Providers -->
<div>
<h3>Technology Providers</h3>
<ul>
<li><a href="https://www.lynxspring.com">Lynxspring</a></li>
<li class="local"><a href="https://novant.io">Novant</a></li>
<li class="local"><a href="https://skyfoundry.com">SkyFoundry</a></li>
<li class="local"><a href="https://www.tridium.com">Tridium</a></li>
</ul>
</div>
</section>
<div class="notes">
* Based in RVA
</div>
</main>
<footer>
<p>Want to get your company listed on RVA IB?</p>
<p>
Send an email with your company to
<a href="mailto:andy@novant.io">andy@novant.io</a>
</p>
<p>
Source available at <a href="/~https://github.com/afrankvt/rvaib">GitHub</a>
</p>
</footer>
</body>
</html>