-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
47 lines (45 loc) · 2.12 KB
/
contact.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Austin Devs</title>
<meta name="description" content="Fractional CTO Services">
<link rel="icon" href="./images/favicon.ico" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
</head>
<body>
<main>
<section class="bg-dark text-light py-5">
<div class="container d-flex justify-content-between align-items-center">
<div class="me-4">
<a href="/" class="text-light text-decoration-none"><h1>Austin Devs</h1></a>
<h2>Technical Co-Founder & Fractional CTO Services</h2>
</div>
<a href="/" class="text-light text-decoration-none"><img src="./images/white_logo.webp" alt="logo" style="max-width: 100px;"></a>
</div>
</section>
<section class="bg-light py-5">
<div class="container">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSfCbR0ONtaBkuM8GdNI_5vJWXCROZBZxWG2ZwOWnLKQfNCvOA/viewform?embedded=true"
style="width: 100%; height: 600px" frameborder="0" marginheight="0" marginwidth="0"
>Loading…</iframe>
</div>
</section>
</main>
<footer class="bg-dark py-3 text-light d-flex justify-content-center flex-column align-items-center">
<div class="mb-2">
<a class="text-light text-decoration-none" href="/">Home</a>
<span class="mx-2">|</span>
<a class="text-light text-decoration-none" href="https://app.reclaim.ai/m/austindevs" target="_blank">Schedule A Meeting</a>
<span class="mx-2">|</span>
<a class="text-light text-decoration-none" href="/contact.html">Contact</a>
<span class="mx-2">|</span>
<a class="text-light text-decoration-none" href="/fulfillment.html">Fulfillment Policy</a>
</div>
<span>Austin Devs LLC</span>
</footer>
</body>