-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (62 loc) · 2.72 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
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<title>Reflective</title>
<meta name="description" content="Application development and workflow automation consulting, specializing in Elixir, Phoenix, Rust, and Swift." />
<meta name="og:description" property="og:description" content="Application development and workflow automation consulting, specializing in Elixir, Phoenix, Rust, and Swift." />
<meta name="og:image" property="og:image" content="https://www.reflective.dev/images/logo.png" />
<meta name="og:title" property="og:title" content="Reflective Software" />
<meta name="og:url" property="og:url" content="https://www.reflective.dev/" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"image": "https://reflective.dev/images/logo.svg",
"name": "Reflective Software",
"legalName": "Reflective Software, LLC",
"description": "Software development for high quality, resilient software. Specializing in Elixir, Phoenix, Rust, and Swift.",
"email": "contact@reflective.dev",
"telephone": "+15109491721",
"url": "https://reflective.dev",
"contactPoint": {
"@type": "ContactPoint",
"email": "contact@reflective.dev"
},
"naics": "541512"
}
</script>
</head>
<body>
<a href="/" class="logo"><img src="images/logo.svg" width="32" height="37"></a>
<header id="header">
<h1>Reflective</h1>
<p>
Application development and workflow automation consulting, specializing in Elixir, Phoenix, Rust, and Swift.
</p>
<p>
Learn more
<a href="/about">about us</a>, read about
<a href="/recent-work">our recent work</a>, read about
<a href="/software">our software</a>, or email us at
<a href="mailto:contact@reflective.dev">contact@reflective.dev</a>.
<span class="smaller">
Or individually:
<a href="mailto:sax@reflective.dev">Eric Saxby</a> /
<a href="mailto:erik@reflective.dev">Erik Hanson</a>
</span>
</p>
</header>
<footer id="footer">
<ul class="icons">
<li><a href="https://github.com/reflective-dev" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/company/reflective-software" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
</ul>
<ul class="copyright">
<li>© 2024 Reflective Software, LLC</li>
</ul>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>