-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (64 loc) · 4.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- metadata -->
<title>Square ADA</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- seo -->
<meta name="robots" content="noindex, nofollow">
<meta name="title" content="Square ADA | Squarespace Accessibility Compliance">
<meta name="description" content="Founded in 2019, Square ADA was a web accessibility firm that worked exclusively on Squarespace websites. We provided ADA compliance and accessibility monitoring services. In December 2021, Square ADA was acquired by AudioEye, a leader in the digital accessibility space, with the transition period being completed in April 2022.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://squareada.com/">
<meta property="og:title" content="Square ADA | Squarespace Accessibility Compliance">
<meta property="og:description" content="Founded in 2019, Square ADA was a web accessibility firm that worked exclusively on Squarespace websites. We provided ADA compliance and accessibility monitoring services. In December 2021, Square ADA was acquired by AudioEye, a leader in the digital accessibility space, with the transition period being completed in April 2022.">
<meta property="og:image" content="https://squareada.com/thumbnail.jpeg">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://squareada.com/">
<meta property="twitter:title" content="Square ADA | Squarespace Accessibility Compliance">
<meta property="twitter:description" content="Founded in 2019, Square ADA was a web accessibility firm that worked exclusively on Squarespace websites. We provided ADA compliance and accessibility monitoring services. In December 2021, Square ADA was acquired by AudioEye, a leader in the digital accessibility space, with the transition period being completed in April 2022.">
<meta property="twitter:image" content="https://squareada.com/thumbnail.jpeg">
<!-- styles -->
<link rel="stylesheet" href="styles.css">
<!-- favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/site.webmanifest">
<!-- Google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
</head>
<body id="home">
<header>
<h1>Square ADA has been acquired!</h1>
</header>
<main>
<div>
<p style="margin:1.5rem 0px;">Founded in 2019, Square ADA was a web accessibility firm that worked exclusively on Squarespace websites. We provided ADA compliance and accessibility monitoring services. In December 2021, Square ADA was acquired by AudioEye, a leader in the digital accessibility space, with the transition period being completed in April 2022.</p>
<!--
<a class="cta-link" href="https://www.audioeye.com/post/square-ada-and-audioeye-join-forces-to-deliver-digital-accessibility">Read the Announcement ➜</a>
<a class="cta-link" href="/note.html">A Note from the Founder ➜</a>
<a class="cta-link" href="https://www.prnewswire.com/news-releases/audioeye-acquires-square-ada-brings-web-accessibility-technology-to-squarespace-users-301472107.html">Press Release ➜</a>
-->
</div>
<div style="margin:8rem 0px;">
<h2>Square ADA Customers:</h2>
<p>If you didn't complete the migration to AudioEye, your subscription was automatically cancelled.</p>
<br>
<h2>AudioEye Customers:</h2>
<p>You can manage your subscription by <a href="https://customer-portal.audioeye.com/login">logging into your account</a>, or <a href="https://help.audioeye.com/hc/en-us/requests/new?ticket_form_id=360000590331">submit a help request</a>.</p>
</div>
</main>
<footer>
<p>Copyright © 2023 Square ADA LLC. All rights reserved.</p>
<p>Square ADA was a third-party service not affiliated with Squarespace.</p>
<!-- scripts -->
<script src="analytics.js"></script>
</footer>
</body>
</html>