-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
154 lines (143 loc) · 6.96 KB
/
404.html
File metadata and controls
154 lines (143 loc) · 6.96 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html><html lang="en-GB"><head><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<meta charset="utf-8"><meta name="viewport" content="width=1440"><title>Page Not Found - ARC</title>
<link rel="icon" type="image/png" sizes="any" href="/assets/images/favicon.png"><link href="/assets/images/favicon.png" rel="icon" media="(prefers-color-scheme: light)">
<link href="/assets/images/favicon.png" rel="icon" media="(prefers-color-scheme: dark)">
<link rel="apple-touch-icon" href="/assets/images/favicon.png"><link rel="manifest" href="/site.webmanifest"><meta name="theme-color" content="#333333">
<style>
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjsGyN.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jsGyN.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html, body, #main {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html body { background: none; }
#main {
position: relative;
min-height: 100vh;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Ubuntu', sans-serif;
-webkit-font-smoothing: antialiased;
}
.bg {
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
z-index: 0;
}
.bg img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.content {
position: relative;
z-index: 1;
text-align: center;
padding: 40px;
}
.content h1 {
font-size: 120px;
font-weight: 700;
color: rgb(51, 51, 51);
line-height: 1;
margin: 0 0 16px 0;
letter-spacing: -2px;
}
.content h2 {
font-size: 32px;
font-weight: 500;
color: rgb(51, 51, 51);
margin: 0 0 24px 0;
}
.content p {
font-size: 18px;
font-weight: 400;
color: rgb(80, 80, 80);
margin: 0 0 40px 0;
}
.content a {
display: inline-block;
font-family: 'Ubuntu', sans-serif;
font-size: 18px;
font-weight: 500;
color: rgb(255, 255, 255);
background-color: rgb(51, 51, 51);
text-decoration: none;
padding: 14px 36px;
border-radius: 10px;
}
</style>
<link rel="stylesheet" href="/fluid-scaling.css"><link rel="stylesheet" href="/orientation-lock.css"><link rel="stylesheet" href="i18n.css"><style id="site-footer-style">
#site-footer {
position: fixed;
bottom: 6px;
right: 10px;
z-index: 10;
font-family: "Ubuntu", sans-serif;
font-size: 10px;
font-weight: 300;
color: rgba(0,0,0,0.4);
pointer-events: auto;
}
#site-footer a {
color: rgba(0,0,0,0.4);
text-decoration: none;
}
#site-footer a:hover {
color: rgba(0,0,0,0.6);
}
</style></head>
<body><div id="lang-picker-overlay" aria-hidden="true" role="dialog" aria-label="Choose language">
<div class="lang-picker-card">
<svg class="lang-picker-globe" xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="M2 12h20"></path><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path></svg>
<p class="lang-picker-prompt">Choose your language<span>Chagua lugha</span></p>
<div class="lang-picker-buttons">
<button type="button" onclick="ARCi18n && ARCi18n.pickLanguage('en')">English</button>
<button type="button" onclick="ARCi18n && ARCi18n.pickLanguage('sw')">Kiswahili</button>
</div>
</div>
</div><div id="orientation-overlay" class="force-landscape"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.48 2.52c3.27 1.55 5.61 4.72 5.97 8.48h1.5C23.44 4.84 18.29 0 12 0l-.66.03 3.81 3.81 1.33-1.32zm-6.25-.77c-.59-.59-1.54-.59-2.12 0L3.52 6.34c-.59.59-.59 1.54 0 2.12l10.02 10.02c.59.59 1.54.59 2.12 0l4.59-4.59c.59-.59.59-1.54 0-2.12L10.23 1.75zm3.06 9.89l-4.59 4.59-6.96-6.96 4.59-4.59 6.96 6.96zM7.52 21.48C4.25 19.94 1.91 16.76 1.55 13H.05C.56 19.16 5.71 24 12 24l.66-.03-3.81-3.81-1.38 1.32z"></path></svg><p data-i18n="orientation.landscape">Please rotate your device to landscape mode</p></div><div id="main">
<div class="bg"><img decoding="async" width="3507" height="4960" src="/assets/images/support-page-background.webp" alt="" loading="lazy"></div>
<div class="content">
<h1>404</h1>
<h2 data-i18n="notFound.heading">Page not found</h2>
<p data-i18n="notFound.body">The page you're looking for doesn't exist or has been moved.</p>
<a href="/" data-i18n="standard.backHome">Back to home</a>
</div>
</div>
<script src="/fluid-scaling.js"></script><div id="site-footer"><span data-i18n="footer.copyright">© 2026 ARC, a programme of Simmonds Mills. All rights reserved.</span> · <a href="/privacy" data-i18n="footer.privacy">Privacy</a> · <span id="lang-wrap"><button id="lang-btn" type="button" title="Language" data-i18n-attr="title:lang.title" onclick="document.getElementById('lang-menu').classList.toggle('open')"><svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="M2 12h20"></path><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path></svg></button><span id="lang-menu"><button type="button" data-lang="en" onclick="setLanguage('en')" data-i18n="lang.en">English</button><button type="button" data-lang="sw" onclick="setLanguage('sw')" data-i18n="lang.sw">Kiswahili</button></span></span></div><script data-goatcounter="https://actionresearchprojects.goatcounter.com/count" async="" src="//gc.zgo.at/count.js"></script><script src="i18n-translations.js"></script><script src="i18n.js"></script></body></html>