AmazonS3
tcp/443
CloudFront
tcp/80
Open service 2600:9000:28eb:600:7:b9db:400:93a1:80 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 01:39:52 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://qualefoundation.org/ X-Cache: Redirect from cloudfront Via: 1.1 a95e3ddc09a8118950740e900d11ffc8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: WVLxuV-wD8tSSpreTb3zDQSJBvE87rK2v3PgyoHRV7XRLLN9RVomOA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:28eb:9a00:7:b9db:400:93a1:80 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 01:39:52 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://qualefoundation.org/ X-Cache: Redirect from cloudfront Via: 1.1 d9ded362658a71bc4f5c03fb78a1085c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 5sV7qO1oHtnsfO_AUw-ZHY2XIno5SMYyW2nx0WdDkduRD37ZAUPM-Q== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 3.174.46.82:80 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 01:39:53 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://qualefoundation.org/ X-Cache: Redirect from cloudfront Via: 1.1 c882e22548530d40265eb261348d86d0.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: N6PU7MPCnX1RJNsuzjKKhOw_An1F-SHisVc_czT-Fwor_jflsz13kA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:28eb:f800:7:b9db:400:93a1:443 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14578
Connection: close
Last-Modified: Tue, 22 Apr 2025 20:00:52 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: 0k0eK0WBW7SjJq1ZCXuZgKgLBoreBCoK
Accept-Ranges: bytes
Server: AmazonS3
Date: Wed, 07 Jan 2026 01:39:51 GMT
ETag: "f786428339f0f91fb0bcaf6e497a35a8"
X-Cache: Hit from cloudfront
Via: 1.1 3ae34da451a19efe92d6bea00849f488.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: b8w05HZLeacc-MLOXmp73oZJCxhJaAIk4btHk3LpN3cDlFjB9DOaXg==
Age: 2
Page title: Andrew & Sally Quale Foundation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Andrew & Sally Quale Foundation</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-52ZWZ15751"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-52ZWZ15751');
</script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
background-color: #f4f4f4;
}
header {
background-color: #004d40;
color: white;
padding: 1rem;
position: sticky;
top: 0;
z-index: 100;
}
.header-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 1.8rem;
font-weight: bold;
}
nav ul {
list-style: none;
display: flex;
}
nav ul li {
margin-left: 2rem;
}
nav ul li a {
color: white;
text-decoration: none;
font-size: 1rem;
}
nav ul li a:hover {
text-decoration: underline;
}
section {
padding: 3rem 2rem;
max-width: 1200px;
margin: 0 auto;
}
section h2 {
font-size: 2rem;
margin-bottom: 1rem;
color: #004d40;
}
.about, .mission, .financials, .contact {
background-color: white;
margin-bottom: 2rem;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.financials table {
width: 100%;
border-collapse: collapse;
margin-top: 1rem;
}
.financials th, .financials td {
border: 1px solid #ccc;
padding: 0.8rem;
text-align: left;
}
.financials th {
background-color: #e0f2e9;
color: #004d40;
}
.financials a {
color: #004d40;
text-decoration: underline;
}
.financials a:hover {
color: #00695c;
}
.financials .toggle-link {
display: inline-block;
margin-top: 1rem;
color: #004d40;
text-decoration: underline;
cursor: pointer;
}
.financials .toggle-link:hover {
color: #00695c;
}
#disclosure-table {
display: none;
}
.contact p {
text-align: center;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 1rem;
}
footer a {
color: #80cbc4;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
/* Privacy Policy Pop-Up */
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
}
.modal-content {
background-color: white;
margin: 15% auto;
padding: 20px;
border-radius: 8px;
width: 80%;
max-width: 600px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.modal-c
Open service 2600:9000:28eb:9c00:7:b9db:400:93a1:443 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14578
Connection: close
Last-Modified: Tue, 22 Apr 2025 20:00:52 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: 0k0eK0WBW7SjJq1ZCXuZgKgLBoreBCoK
Accept-Ranges: bytes
Server: AmazonS3
Date: Wed, 07 Jan 2026 01:39:51 GMT
ETag: "f786428339f0f91fb0bcaf6e497a35a8"
X-Cache: Hit from cloudfront
Via: 1.1 a6665fb360a5f54fc8b94f7b2c566192.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: iFS3wez_7UKyeDr0Hj1aMdFeLvra63cxUN56FgXQLgdspYJ7qHnBFg==
Age: 2
Page title: Andrew & Sally Quale Foundation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Andrew & Sally Quale Foundation</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-52ZWZ15751"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-52ZWZ15751');
</script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
background-color: #f4f4f4;
}
header {
background-color: #004d40;
color: white;
padding: 1rem;
position: sticky;
top: 0;
z-index: 100;
}
.header-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 1.8rem;
font-weight: bold;
}
nav ul {
list-style: none;
display: flex;
}
nav ul li {
margin-left: 2rem;
}
nav ul li a {
color: white;
text-decoration: none;
font-size: 1rem;
}
nav ul li a:hover {
text-decoration: underline;
}
section {
padding: 3rem 2rem;
max-width: 1200px;
margin: 0 auto;
}
section h2 {
font-size: 2rem;
margin-bottom: 1rem;
color: #004d40;
}
.about, .mission, .financials, .contact {
background-color: white;
margin-bottom: 2rem;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.financials table {
width: 100%;
border-collapse: collapse;
margin-top: 1rem;
}
.financials th, .financials td {
border: 1px solid #ccc;
padding: 0.8rem;
text-align: left;
}
.financials th {
background-color: #e0f2e9;
color: #004d40;
}
.financials a {
color: #004d40;
text-decoration: underline;
}
.financials a:hover {
color: #00695c;
}
.financials .toggle-link {
display: inline-block;
margin-top: 1rem;
color: #004d40;
text-decoration: underline;
cursor: pointer;
}
.financials .toggle-link:hover {
color: #00695c;
}
#disclosure-table {
display: none;
}
.contact p {
text-align: center;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 1rem;
}
footer a {
color: #80cbc4;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
/* Privacy Policy Pop-Up */
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
}
.modal-content {
background-color: white;
margin: 15% auto;
padding: 20px;
border-radius: 8px;
width: 80%;
max-width: 600px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.modal-c
Open service 2600:9000:28eb:9a00:7:b9db:400:93a1:443 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14578
Connection: close
Last-Modified: Tue, 22 Apr 2025 20:00:52 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: 0k0eK0WBW7SjJq1ZCXuZgKgLBoreBCoK
Accept-Ranges: bytes
Server: AmazonS3
Date: Wed, 07 Jan 2026 01:39:51 GMT
ETag: "f786428339f0f91fb0bcaf6e497a35a8"
X-Cache: Hit from cloudfront
Via: 1.1 5510ba86e3df44d161d0304fbdee228c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: bTHg2BbdPzbeGYKYYwgQ84DASSAVX5umejkmmZSwlwDUFpo8GH9xrQ==
Age: 3
Page title: Andrew & Sally Quale Foundation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Andrew & Sally Quale Foundation</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-52ZWZ15751"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-52ZWZ15751');
</script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
background-color: #f4f4f4;
}
header {
background-color: #004d40;
color: white;
padding: 1rem;
position: sticky;
top: 0;
z-index: 100;
}
.header-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 1.8rem;
font-weight: bold;
}
nav ul {
list-style: none;
display: flex;
}
nav ul li {
margin-left: 2rem;
}
nav ul li a {
color: white;
text-decoration: none;
font-size: 1rem;
}
nav ul li a:hover {
text-decoration: underline;
}
section {
padding: 3rem 2rem;
max-width: 1200px;
margin: 0 auto;
}
section h2 {
font-size: 2rem;
margin-bottom: 1rem;
color: #004d40;
}
.about, .mission, .financials, .contact {
background-color: white;
margin-bottom: 2rem;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.financials table {
width: 100%;
border-collapse: collapse;
margin-top: 1rem;
}
.financials th, .financials td {
border: 1px solid #ccc;
padding: 0.8rem;
text-align: left;
}
.financials th {
background-color: #e0f2e9;
color: #004d40;
}
.financials a {
color: #004d40;
text-decoration: underline;
}
.financials a:hover {
color: #00695c;
}
.financials .toggle-link {
display: inline-block;
margin-top: 1rem;
color: #004d40;
text-decoration: underline;
cursor: pointer;
}
.financials .toggle-link:hover {
color: #00695c;
}
#disclosure-table {
display: none;
}
.contact p {
text-align: center;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 1rem;
}
footer a {
color: #80cbc4;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
/* Privacy Policy Pop-Up */
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
}
.modal-content {
background-color: white;
margin: 15% auto;
padding: 20px;
border-radius: 8px;
width: 80%;
max-width: 600px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.modal-c
Open service 2600:9000:28eb:fc00:7:b9db:400:93a1:80 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 01:39:52 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://qualefoundation.org/ X-Cache: Redirect from cloudfront Via: 1.1 90a1c9bfae56eb9062f3a496d1877f0c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: FS5Wo4GH3_8mPQsk46vw72ahxEQo9VlkPmMGA0afQ9v6i2wirkefCA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:28eb:da00:7:b9db:400:93a1:443 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14578
Connection: close
Last-Modified: Tue, 22 Apr 2025 20:00:52 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: 0k0eK0WBW7SjJq1ZCXuZgKgLBoreBCoK
Accept-Ranges: bytes
Server: AmazonS3
Date: Wed, 07 Jan 2026 01:39:51 GMT
ETag: "f786428339f0f91fb0bcaf6e497a35a8"
X-Cache: Hit from cloudfront
Via: 1.1 a95e3ddc09a8118950740e900d11ffc8.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: PXru59N4p3S_SPhlEnZXvEZLn-D3Z5EsXemKo4oh-3jb5OcchOAlmw==
Age: 2
Page title: Andrew & Sally Quale Foundation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Andrew & Sally Quale Foundation</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-52ZWZ15751"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-52ZWZ15751');
</script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
background-color: #f4f4f4;
}
header {
background-color: #004d40;
color: white;
padding: 1rem;
position: sticky;
top: 0;
z-index: 100;
}
.header-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 1.8rem;
font-weight: bold;
}
nav ul {
list-style: none;
display: flex;
}
nav ul li {
margin-left: 2rem;
}
nav ul li a {
color: white;
text-decoration: none;
font-size: 1rem;
}
nav ul li a:hover {
text-decoration: underline;
}
section {
padding: 3rem 2rem;
max-width: 1200px;
margin: 0 auto;
}
section h2 {
font-size: 2rem;
margin-bottom: 1rem;
color: #004d40;
}
.about, .mission, .financials, .contact {
background-color: white;
margin-bottom: 2rem;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.financials table {
width: 100%;
border-collapse: collapse;
margin-top: 1rem;
}
.financials th, .financials td {
border: 1px solid #ccc;
padding: 0.8rem;
text-align: left;
}
.financials th {
background-color: #e0f2e9;
color: #004d40;
}
.financials a {
color: #004d40;
text-decoration: underline;
}
.financials a:hover {
color: #00695c;
}
.financials .toggle-link {
display: inline-block;
margin-top: 1rem;
color: #004d40;
text-decoration: underline;
cursor: pointer;
}
.financials .toggle-link:hover {
color: #00695c;
}
#disclosure-table {
display: none;
}
.contact p {
text-align: center;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 1rem;
}
footer a {
color: #80cbc4;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
/* Privacy Policy Pop-Up */
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
}
.modal-content {
background-color: white;
margin: 15% auto;
padding: 20px;
border-radius: 8px;
width: 80%;
max-width: 600px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.modal-c
Open service 2600:9000:28eb:600:7:b9db:400:93a1:443 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14578
Connection: close
Last-Modified: Tue, 22 Apr 2025 20:00:52 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: 0k0eK0WBW7SjJq1ZCXuZgKgLBoreBCoK
Accept-Ranges: bytes
Server: AmazonS3
Date: Wed, 07 Jan 2026 01:39:51 GMT
ETag: "f786428339f0f91fb0bcaf6e497a35a8"
X-Cache: Hit from cloudfront
Via: 1.1 94b7e0ee2a6007674c5416c61042731c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: CeRqQY11rFJ1Yjna1ET1-Ks-eHnA2bifwSJYTOYO6xpDAJxzzi3YYQ==
Age: 3
Page title: Andrew & Sally Quale Foundation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Andrew & Sally Quale Foundation</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-52ZWZ15751"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-52ZWZ15751');
</script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
background-color: #f4f4f4;
}
header {
background-color: #004d40;
color: white;
padding: 1rem;
position: sticky;
top: 0;
z-index: 100;
}
.header-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 1.8rem;
font-weight: bold;
}
nav ul {
list-style: none;
display: flex;
}
nav ul li {
margin-left: 2rem;
}
nav ul li a {
color: white;
text-decoration: none;
font-size: 1rem;
}
nav ul li a:hover {
text-decoration: underline;
}
section {
padding: 3rem 2rem;
max-width: 1200px;
margin: 0 auto;
}
section h2 {
font-size: 2rem;
margin-bottom: 1rem;
color: #004d40;
}
.about, .mission, .financials, .contact {
background-color: white;
margin-bottom: 2rem;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.financials table {
width: 100%;
border-collapse: collapse;
margin-top: 1rem;
}
.financials th, .financials td {
border: 1px solid #ccc;
padding: 0.8rem;
text-align: left;
}
.financials th {
background-color: #e0f2e9;
color: #004d40;
}
.financials a {
color: #004d40;
text-decoration: underline;
}
.financials a:hover {
color: #00695c;
}
.financials .toggle-link {
display: inline-block;
margin-top: 1rem;
color: #004d40;
text-decoration: underline;
cursor: pointer;
}
.financials .toggle-link:hover {
color: #00695c;
}
#disclosure-table {
display: none;
}
.contact p {
text-align: center;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 1rem;
}
footer a {
color: #80cbc4;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
/* Privacy Policy Pop-Up */
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
}
.modal-content {
background-color: white;
margin: 15% auto;
padding: 20px;
border-radius: 8px;
width: 80%;
max-width: 600px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.modal-c
Open service 2600:9000:28eb:3200:7:b9db:400:93a1:443 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14578
Connection: close
Last-Modified: Tue, 22 Apr 2025 20:00:52 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: 0k0eK0WBW7SjJq1ZCXuZgKgLBoreBCoK
Accept-Ranges: bytes
Server: AmazonS3
Date: Wed, 07 Jan 2026 01:39:51 GMT
ETag: "f786428339f0f91fb0bcaf6e497a35a8"
X-Cache: Hit from cloudfront
Via: 1.1 94b7e0ee2a6007674c5416c61042731c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: CO4NHUYikGONbpH4lAqG1BIwdXekxeVgV56dxr2Akzde2m8k64lP0Q==
Age: 2
Page title: Andrew & Sally Quale Foundation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Andrew & Sally Quale Foundation</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-52ZWZ15751"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-52ZWZ15751');
</script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
background-color: #f4f4f4;
}
header {
background-color: #004d40;
color: white;
padding: 1rem;
position: sticky;
top: 0;
z-index: 100;
}
.header-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 1.8rem;
font-weight: bold;
}
nav ul {
list-style: none;
display: flex;
}
nav ul li {
margin-left: 2rem;
}
nav ul li a {
color: white;
text-decoration: none;
font-size: 1rem;
}
nav ul li a:hover {
text-decoration: underline;
}
section {
padding: 3rem 2rem;
max-width: 1200px;
margin: 0 auto;
}
section h2 {
font-size: 2rem;
margin-bottom: 1rem;
color: #004d40;
}
.about, .mission, .financials, .contact {
background-color: white;
margin-bottom: 2rem;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.financials table {
width: 100%;
border-collapse: collapse;
margin-top: 1rem;
}
.financials th, .financials td {
border: 1px solid #ccc;
padding: 0.8rem;
text-align: left;
}
.financials th {
background-color: #e0f2e9;
color: #004d40;
}
.financials a {
color: #004d40;
text-decoration: underline;
}
.financials a:hover {
color: #00695c;
}
.financials .toggle-link {
display: inline-block;
margin-top: 1rem;
color: #004d40;
text-decoration: underline;
cursor: pointer;
}
.financials .toggle-link:hover {
color: #00695c;
}
#disclosure-table {
display: none;
}
.contact p {
text-align: center;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 1rem;
}
footer a {
color: #80cbc4;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
/* Privacy Policy Pop-Up */
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
}
.modal-content {
background-color: white;
margin: 15% auto;
padding: 20px;
border-radius: 8px;
width: 80%;
max-width: 600px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.modal-c
Open service 2600:9000:28eb:f800:7:b9db:400:93a1:80 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 01:39:52 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://qualefoundation.org/ X-Cache: Redirect from cloudfront Via: 1.1 278fc31388a17e0af9d84be18de80a5a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: HJ0NLBUk7-guI1VtQaEwUG_ZS86npJB_5JkhZKBaVZ7EQ81UkR67vA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:28eb:da00:7:b9db:400:93a1:80 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 01:39:53 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://qualefoundation.org/ X-Cache: Redirect from cloudfront Via: 1.1 40a69b6ad68a14e6cabe1065cfa2dc82.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: sI_Iz-27hnNae48XekhDz4gCUrz_1GkLFrBOSOsSO885ibWp3dzc1Q== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:28eb:1a00:7:b9db:400:93a1:443 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14578
Connection: close
Last-Modified: Tue, 22 Apr 2025 20:00:52 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: 0k0eK0WBW7SjJq1ZCXuZgKgLBoreBCoK
Accept-Ranges: bytes
Server: AmazonS3
Date: Wed, 07 Jan 2026 01:39:51 GMT
ETag: "f786428339f0f91fb0bcaf6e497a35a8"
X-Cache: Hit from cloudfront
Via: 1.1 849149785eb810a2bb27d4e2bd0d82b4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: Dd9eoJQY7s7eOLgpR6zzx1MiC-3J1UrtvfWmRwqOB-I1EVcqUagPUQ==
Age: 2
Page title: Andrew & Sally Quale Foundation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Andrew & Sally Quale Foundation</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-52ZWZ15751"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-52ZWZ15751');
</script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
background-color: #f4f4f4;
}
header {
background-color: #004d40;
color: white;
padding: 1rem;
position: sticky;
top: 0;
z-index: 100;
}
.header-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 1.8rem;
font-weight: bold;
}
nav ul {
list-style: none;
display: flex;
}
nav ul li {
margin-left: 2rem;
}
nav ul li a {
color: white;
text-decoration: none;
font-size: 1rem;
}
nav ul li a:hover {
text-decoration: underline;
}
section {
padding: 3rem 2rem;
max-width: 1200px;
margin: 0 auto;
}
section h2 {
font-size: 2rem;
margin-bottom: 1rem;
color: #004d40;
}
.about, .mission, .financials, .contact {
background-color: white;
margin-bottom: 2rem;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.financials table {
width: 100%;
border-collapse: collapse;
margin-top: 1rem;
}
.financials th, .financials td {
border: 1px solid #ccc;
padding: 0.8rem;
text-align: left;
}
.financials th {
background-color: #e0f2e9;
color: #004d40;
}
.financials a {
color: #004d40;
text-decoration: underline;
}
.financials a:hover {
color: #00695c;
}
.financials .toggle-link {
display: inline-block;
margin-top: 1rem;
color: #004d40;
text-decoration: underline;
cursor: pointer;
}
.financials .toggle-link:hover {
color: #00695c;
}
#disclosure-table {
display: none;
}
.contact p {
text-align: center;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 1rem;
}
footer a {
color: #80cbc4;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
/* Privacy Policy Pop-Up */
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
}
.modal-content {
background-color: white;
margin: 15% auto;
padding: 20px;
border-radius: 8px;
width: 80%;
max-width: 600px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.modal-c
Open service 2600:9000:28eb:9c00:7:b9db:400:93a1:80 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 01:39:53 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://qualefoundation.org/ X-Cache: Redirect from cloudfront Via: 1.1 278fc31388a17e0af9d84be18de80a5a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 12m7sIPP1tOvwBfFCiAed-h1_C5H5sy30QIHdVha7ewSgyhMWSGxtA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:28eb:fc00:7:b9db:400:93a1:443 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14578
Connection: close
Last-Modified: Tue, 22 Apr 2025 20:00:52 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: 0k0eK0WBW7SjJq1ZCXuZgKgLBoreBCoK
Accept-Ranges: bytes
Server: AmazonS3
Date: Wed, 07 Jan 2026 01:39:51 GMT
ETag: "f786428339f0f91fb0bcaf6e497a35a8"
X-Cache: Hit from cloudfront
Via: 1.1 a6665fb360a5f54fc8b94f7b2c566192.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: 01lMDIe_eeH82FQCjohzJhyHhJDJMfPrwtgfx-XOR3tDZ3JAaMicow==
Age: 2
Page title: Andrew & Sally Quale Foundation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Andrew & Sally Quale Foundation</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-52ZWZ15751"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-52ZWZ15751');
</script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
background-color: #f4f4f4;
}
header {
background-color: #004d40;
color: white;
padding: 1rem;
position: sticky;
top: 0;
z-index: 100;
}
.header-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 1.8rem;
font-weight: bold;
}
nav ul {
list-style: none;
display: flex;
}
nav ul li {
margin-left: 2rem;
}
nav ul li a {
color: white;
text-decoration: none;
font-size: 1rem;
}
nav ul li a:hover {
text-decoration: underline;
}
section {
padding: 3rem 2rem;
max-width: 1200px;
margin: 0 auto;
}
section h2 {
font-size: 2rem;
margin-bottom: 1rem;
color: #004d40;
}
.about, .mission, .financials, .contact {
background-color: white;
margin-bottom: 2rem;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.financials table {
width: 100%;
border-collapse: collapse;
margin-top: 1rem;
}
.financials th, .financials td {
border: 1px solid #ccc;
padding: 0.8rem;
text-align: left;
}
.financials th {
background-color: #e0f2e9;
color: #004d40;
}
.financials a {
color: #004d40;
text-decoration: underline;
}
.financials a:hover {
color: #00695c;
}
.financials .toggle-link {
display: inline-block;
margin-top: 1rem;
color: #004d40;
text-decoration: underline;
cursor: pointer;
}
.financials .toggle-link:hover {
color: #00695c;
}
#disclosure-table {
display: none;
}
.contact p {
text-align: center;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 1rem;
}
footer a {
color: #80cbc4;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
/* Privacy Policy Pop-Up */
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
}
.modal-content {
background-color: white;
margin: 15% auto;
padding: 20px;
border-radius: 8px;
width: 80%;
max-width: 600px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.modal-c
Open service 2600:9000:28eb:1a00:7:b9db:400:93a1:80 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 01:39:52 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://qualefoundation.org/ X-Cache: Redirect from cloudfront Via: 1.1 6a979963b4bbad2eae71dd7856d44c8c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: QNc2K5Yolc5QiE3tU0ROW46agfZhPAfAmmed8VqgV22nTS_R1shZKw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 3.174.46.82:443 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14578
Connection: close
Last-Modified: Tue, 22 Apr 2025 20:00:52 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: 0k0eK0WBW7SjJq1ZCXuZgKgLBoreBCoK
Accept-Ranges: bytes
Server: AmazonS3
Date: Wed, 07 Jan 2026 01:39:51 GMT
ETag: "f786428339f0f91fb0bcaf6e497a35a8"
X-Cache: Hit from cloudfront
Via: 1.1 6a979963b4bbad2eae71dd7856d44c8c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: 9fXdoY3VBoeEIJIZskVePc8PrrV9IaC7fhpuxdWciupnZ5rO-fK1kA==
Age: 2
Page title: Andrew & Sally Quale Foundation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Andrew & Sally Quale Foundation</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-52ZWZ15751"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-52ZWZ15751');
</script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
background-color: #f4f4f4;
}
header {
background-color: #004d40;
color: white;
padding: 1rem;
position: sticky;
top: 0;
z-index: 100;
}
.header-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 1.8rem;
font-weight: bold;
}
nav ul {
list-style: none;
display: flex;
}
nav ul li {
margin-left: 2rem;
}
nav ul li a {
color: white;
text-decoration: none;
font-size: 1rem;
}
nav ul li a:hover {
text-decoration: underline;
}
section {
padding: 3rem 2rem;
max-width: 1200px;
margin: 0 auto;
}
section h2 {
font-size: 2rem;
margin-bottom: 1rem;
color: #004d40;
}
.about, .mission, .financials, .contact {
background-color: white;
margin-bottom: 2rem;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.financials table {
width: 100%;
border-collapse: collapse;
margin-top: 1rem;
}
.financials th, .financials td {
border: 1px solid #ccc;
padding: 0.8rem;
text-align: left;
}
.financials th {
background-color: #e0f2e9;
color: #004d40;
}
.financials a {
color: #004d40;
text-decoration: underline;
}
.financials a:hover {
color: #00695c;
}
.financials .toggle-link {
display: inline-block;
margin-top: 1rem;
color: #004d40;
text-decoration: underline;
cursor: pointer;
}
.financials .toggle-link:hover {
color: #00695c;
}
#disclosure-table {
display: none;
}
.contact p {
text-align: center;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 1rem;
}
footer a {
color: #80cbc4;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
/* Privacy Policy Pop-Up */
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
}
.modal-content {
background-color: white;
margin: 15% auto;
padding: 20px;
border-radius: 8px;
width: 80%;
max-width: 600px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.modal-c
Open service 3.174.46.119:443 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14578
Connection: close
Last-Modified: Tue, 22 Apr 2025 20:00:52 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: 0k0eK0WBW7SjJq1ZCXuZgKgLBoreBCoK
Accept-Ranges: bytes
Server: AmazonS3
Date: Wed, 07 Jan 2026 01:39:51 GMT
ETag: "f786428339f0f91fb0bcaf6e497a35a8"
X-Cache: Hit from cloudfront
Via: 1.1 c882e22548530d40265eb261348d86d0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: EAGiG_SO6-jcEjMb3nuvkXxmSmVwgu07bWbEAfjorGKCZFkTCVRP2Q==
Age: 2
Page title: Andrew & Sally Quale Foundation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Andrew & Sally Quale Foundation</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-52ZWZ15751"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-52ZWZ15751');
</script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
background-color: #f4f4f4;
}
header {
background-color: #004d40;
color: white;
padding: 1rem;
position: sticky;
top: 0;
z-index: 100;
}
.header-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 1.8rem;
font-weight: bold;
}
nav ul {
list-style: none;
display: flex;
}
nav ul li {
margin-left: 2rem;
}
nav ul li a {
color: white;
text-decoration: none;
font-size: 1rem;
}
nav ul li a:hover {
text-decoration: underline;
}
section {
padding: 3rem 2rem;
max-width: 1200px;
margin: 0 auto;
}
section h2 {
font-size: 2rem;
margin-bottom: 1rem;
color: #004d40;
}
.about, .mission, .financials, .contact {
background-color: white;
margin-bottom: 2rem;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.financials table {
width: 100%;
border-collapse: collapse;
margin-top: 1rem;
}
.financials th, .financials td {
border: 1px solid #ccc;
padding: 0.8rem;
text-align: left;
}
.financials th {
background-color: #e0f2e9;
color: #004d40;
}
.financials a {
color: #004d40;
text-decoration: underline;
}
.financials a:hover {
color: #00695c;
}
.financials .toggle-link {
display: inline-block;
margin-top: 1rem;
color: #004d40;
text-decoration: underline;
cursor: pointer;
}
.financials .toggle-link:hover {
color: #00695c;
}
#disclosure-table {
display: none;
}
.contact p {
text-align: center;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 1rem;
}
footer a {
color: #80cbc4;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
/* Privacy Policy Pop-Up */
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
}
.modal-content {
background-color: white;
margin: 15% auto;
padding: 20px;
border-radius: 8px;
width: 80%;
max-width: 600px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.modal-c
Open service 3.174.46.31:80 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 01:39:52 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://qualefoundation.org/ X-Cache: Redirect from cloudfront Via: 1.1 90a1c9bfae56eb9062f3a496d1877f0c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: ROpOGT-UflA8fCN1ZiO9i0V_3gZUfMNy8mzIQdn38qN9gUzNuWxpEQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 3.174.46.46:443 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14578
Connection: close
Last-Modified: Tue, 22 Apr 2025 20:00:52 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: 0k0eK0WBW7SjJq1ZCXuZgKgLBoreBCoK
Accept-Ranges: bytes
Server: AmazonS3
Date: Wed, 07 Jan 2026 01:39:51 GMT
ETag: "f786428339f0f91fb0bcaf6e497a35a8"
X-Cache: Hit from cloudfront
Via: 1.1 c9300fee53e483fd91f18a10d4431680.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: EgZl5ZJ74tbtwBY7hlBRGvh88892yK6BUftfHpiVaXunPitX3AudmQ==
Age: 2
Page title: Andrew & Sally Quale Foundation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Andrew & Sally Quale Foundation</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-52ZWZ15751"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-52ZWZ15751');
</script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
background-color: #f4f4f4;
}
header {
background-color: #004d40;
color: white;
padding: 1rem;
position: sticky;
top: 0;
z-index: 100;
}
.header-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 1.8rem;
font-weight: bold;
}
nav ul {
list-style: none;
display: flex;
}
nav ul li {
margin-left: 2rem;
}
nav ul li a {
color: white;
text-decoration: none;
font-size: 1rem;
}
nav ul li a:hover {
text-decoration: underline;
}
section {
padding: 3rem 2rem;
max-width: 1200px;
margin: 0 auto;
}
section h2 {
font-size: 2rem;
margin-bottom: 1rem;
color: #004d40;
}
.about, .mission, .financials, .contact {
background-color: white;
margin-bottom: 2rem;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.financials table {
width: 100%;
border-collapse: collapse;
margin-top: 1rem;
}
.financials th, .financials td {
border: 1px solid #ccc;
padding: 0.8rem;
text-align: left;
}
.financials th {
background-color: #e0f2e9;
color: #004d40;
}
.financials a {
color: #004d40;
text-decoration: underline;
}
.financials a:hover {
color: #00695c;
}
.financials .toggle-link {
display: inline-block;
margin-top: 1rem;
color: #004d40;
text-decoration: underline;
cursor: pointer;
}
.financials .toggle-link:hover {
color: #00695c;
}
#disclosure-table {
display: none;
}
.contact p {
text-align: center;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 1rem;
}
footer a {
color: #80cbc4;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
/* Privacy Policy Pop-Up */
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
}
.modal-content {
background-color: white;
margin: 15% auto;
padding: 20px;
border-radius: 8px;
width: 80%;
max-width: 600px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.modal-c
Open service 3.174.46.46:80 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 01:39:52 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://qualefoundation.org/ X-Cache: Redirect from cloudfront Via: 1.1 60b4a5085a39ab80fa3602a95fb5aa9e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: cbDOdG7plFC4S5I4AjRJciAxvOOrpe78bBDBAAazyCbKO0e1Q_a01g== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:28eb:3200:7:b9db:400:93a1:80 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 01:39:52 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://qualefoundation.org/ X-Cache: Redirect from cloudfront Via: 1.1 fb2395486b1f6d2e4773c1e2a002347e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: tlvFnRp41bWxsmzRzOmny8rNES9J2fs47yHTwi7Su0OgQJnBEacVoQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 3.174.46.119:80 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 01:39:52 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://qualefoundation.org/ X-Cache: Redirect from cloudfront Via: 1.1 278fc31388a17e0af9d84be18de80a5a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: pEbJYuzYCOdehh0ox25i2GnzWTypWXEdMvcSx5QUoSNv4Y6slAoO6Q== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 3.174.46.31:443 · qualefoundation.org
2026-01-07 01:39
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14578
Connection: close
Last-Modified: Tue, 22 Apr 2025 20:00:52 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: 0k0eK0WBW7SjJq1ZCXuZgKgLBoreBCoK
Accept-Ranges: bytes
Server: AmazonS3
Date: Wed, 07 Jan 2026 01:39:51 GMT
ETag: "f786428339f0f91fb0bcaf6e497a35a8"
X-Cache: Hit from cloudfront
Via: 1.1 a6665fb360a5f54fc8b94f7b2c566192.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: RalK5PGK-w-zBqHeACVj8El2RifeCN_wajN_8IPBKduRVKX2EXqbSQ==
Age: 2
Page title: Andrew & Sally Quale Foundation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Andrew & Sally Quale Foundation</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-52ZWZ15751"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-52ZWZ15751');
</script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
background-color: #f4f4f4;
}
header {
background-color: #004d40;
color: white;
padding: 1rem;
position: sticky;
top: 0;
z-index: 100;
}
.header-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 1.8rem;
font-weight: bold;
}
nav ul {
list-style: none;
display: flex;
}
nav ul li {
margin-left: 2rem;
}
nav ul li a {
color: white;
text-decoration: none;
font-size: 1rem;
}
nav ul li a:hover {
text-decoration: underline;
}
section {
padding: 3rem 2rem;
max-width: 1200px;
margin: 0 auto;
}
section h2 {
font-size: 2rem;
margin-bottom: 1rem;
color: #004d40;
}
.about, .mission, .financials, .contact {
background-color: white;
margin-bottom: 2rem;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.financials table {
width: 100%;
border-collapse: collapse;
margin-top: 1rem;
}
.financials th, .financials td {
border: 1px solid #ccc;
padding: 0.8rem;
text-align: left;
}
.financials th {
background-color: #e0f2e9;
color: #004d40;
}
.financials a {
color: #004d40;
text-decoration: underline;
}
.financials a:hover {
color: #00695c;
}
.financials .toggle-link {
display: inline-block;
margin-top: 1rem;
color: #004d40;
text-decoration: underline;
cursor: pointer;
}
.financials .toggle-link:hover {
color: #00695c;
}
#disclosure-table {
display: none;
}
.contact p {
text-align: center;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 1rem;
}
footer a {
color: #80cbc4;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
/* Privacy Policy Pop-Up */
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
}
.modal-content {
background-color: white;
margin: 15% auto;
padding: 20px;
border-radius: 8px;
width: 80%;
max-width: 600px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.modal-c
2600:9000:28eb:600:7:b9db:400:93a1 1 2600:9000:28eb:9a00:7:b9db:400:93a1 1 3.174.46.82 1 2600:9000:28eb:f800:7:b9db:400:93a1 1 2600:9000:28eb:9c00:7:b9db:400:93a1 1 2600:9000:28eb:fc00:7:b9db:400:93a1 1 2600:9000:28eb:da00:7:b9db:400:93a1 1 2600:9000:28eb:3200:7:b9db:400:93a1 1 2600:9000:28eb:1a00:7:b9db:400:93a1 1 3.174.46.119 1 3.174.46.31 1 3.174.46.46 1