-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeeting.html
More file actions
114 lines (101 loc) · 3.73 KB
/
meeting.html
File metadata and controls
114 lines (101 loc) · 3.73 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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<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>Schedule a Meeting | Reflective</title>
<meta
name="description"
content="Schedule a meeting with Reflective Software to discuss application development and consulting in Elixir, Phoenix, Rust, and Swift."
/>
<meta
name="og:description"
property="og:description"
content="Schedule a meeting with Reflective Software to discuss application development and consulting 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="Schedule a Meeting | Reflective" />
<meta name="og:url" property="og:url" content="https://www.reflective.dev/meeting" />
</head>
<body>
<nav>
<a href="/" class="logo"><img src="images/logo.svg" width="32" height="28" alt="Reflective logo" /> Reflective</a>
<div class="links">
<a href="/software">software</a>
<a href="/about">about</a>
<a href="/consulting">consulting</a>
</div>
</nav>
<main>
<header id="header">
<h1>Want to talk about working together?</h1>
<p>
Reflective Software is an application development and workflow automation
consulting company specializing in Elixir, Phoenix, Rust, and Swift.
</p>
<p>
Learn more about
our <a href="/software">software</a>,
our <a href="/open-source">open source</a>,
and our <a href="/consulting">consulting</a>.
</p>
</header>
<section>
<h2>Schedule a Meeting</h2>
<ul>
<li>
<a href="https://fantastical.app/erik-reflective/30m-with-erik-hanson-and-eric-saxby">
30 minutes with Eric Saxby and Erik Hanson
</a>
</li>
<li>
<a href="https://fantastical.app/erik-reflective/60m-with-erik-hanson-and-eric-saxby">
60 minutes with Eric Saxby and Erik Hanson
</a>
</li>
<li>
<a href="https://fantastical.app/sax/30m">
30 minutes with Eric Saxby
</a>
</li>
<li>
<a href="https://fantastical.app/sax/60m">
60 minutes with Eric Saxby
</a>
</li>
<li>
<a href="https://fantastical.app/erik-reflective/30m">
30 minutes with Erik Hanson
</a>
</li>
<li>
<a href="https://fantastical.app/erik-reflective/60m">
60 minutes with Erik Hanson
</a>
</li>
</ul>
</section>
<section>
<h2>Email Us</h2>
<p>
Email us at <a href="mailto:contact@reflective.dev">contact@reflective.dev</a>,
or individually:
<ul>
<li><a href="mailto:sax@reflective.dev">Eric Saxby (sax@reflective.dev)</a> </li>
<li><a href="mailto:erik@reflective.dev">Erik Hanson (erik@reflective.dev)</a></li>
</ul>
</p>
</section>
</main>
<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>© 2025 Reflective Software, LLC</li>
</ul>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>