-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
236 lines (229 loc) · 9.73 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
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Google Club Unified Access System - Health Check</title>
<link rel="icon" href="images/logo.png" type="image/x-icon" />
<!-- start share tags -->
<!-- Basic Meta Tag for SEO -->
<meta
name="description"
content="The Google Club Unified Access System (UAS) provides secure, centralized management for user authentication and access control, ensuring seamless user and administrator interactions within Google Club."
/>
<!-- Open Graph Meta Tags (used by Facebook, LinkedIn, WhatsApp, etc.) -->
<meta property="og:title" content="Google Club Unified Access System" />
<meta
property="og:description"
content="The Google Club Unified Access System (UAS) provides secure, centralized management for user authentication and access control, ensuring seamless user and administrator interactions within Google Club."
/>
<meta
property="og:image"
content="https://guas.vercel.app/images/index_screenshot.png"
/>
<meta property="og:url" content="https://guas.vercel.app" />
<meta property="og:type" content="website" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Google Club Unified Access System" />
<meta
name="twitter:description"
content="The Google Club Unified Access System (UAS) provides secure, centralized management for user authentication and access control, ensuring seamless user and administrator interactions within Google Club."
/>
<meta
name="twitter:image"
content="https://guas.vercel.app/images/index_screenshot.png"
/>
<!-- Schema.org Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Google Club Unified Access System",
"description": "Google Club Unified Access System (UAS) provides secure, centralized management for user authentication and access control, ensuring seamless user and administrator interactions within Google Club.",
"url": "https://guas.vercel.app",
"image": "https://guas.vercel.app/images/index_screenshot.png"
}
</script>
<!-- end share tags -->
<!-- start font -->
<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=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<!-- end font -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<link href="imported/css/m-styles.min.css" rel="stylesheet" />
<link
href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.25.0/themes/prism-okaidia.min.css"
rel="stylesheet"
/>
<style>
.markdown-content img {
max-width: 100%;
max-height: 600px;
}
/* Ensure code blocks look good with padding */
pre code {
padding: 1em;
white-space: pre-wrap; /* Optional: wrap long code lines */
}
body {
background-color: #121212 !important;
color: #e0e0e0;
font-family: "Noto Sans", sans-serif;
}
.container {
background-color: #1e1e1e;
}
.border {
border-color: #333 !important;
}
.bg-light {
background-color: #2c2c2c !important;
}
a.m-btn.green.rnd {
background-color: #0072bb;
color: #eee;
}
a.m-btn.green.rnd:hover {
background-color: #005f99;
}
</style>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
</head>
<body>
<div class="container">
<h1
class="text-center my-4 p-3"
style="font-family: 'Poppins', sans-serif"
>
Google Club
<span style="color: #0072bb">U</span>nified
<span style="color: #0072bb">A</span>ccess
<span style="color: #0072bb">S</span>ystem (<span style="color: #0072bb"
>UAS</span
>)
</h1>
<div
class="d-flex justify-content-between align-items-center col-lg-10 col-md-12 m-auto"
>
<div class="d-flex align-items-center">
<a href="./health.html" class="m-btn green rnd mt-0">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
width="18"
height="18"
fill="#eee"
>
<path
d="M64 32C28.7 32 0 60.7 0 96l0 64c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 32zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm48 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 288zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"
/>
</svg>
Health Check
</a>
<a href="./integration.html" class="m-btn blue rnd mt-0">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 640 512"
width="20"
height="20"
fill="#eee"
>
<path
d="M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 384l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-288 56 0 64 0 16 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-16 0 0-64 192 0 0 192-192 0 0-32-64 0 0 48c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-224c0-26.5-21.5-48-48-48L368 0c-26.5 0-48 21.5-48 48l0 80-76.9 0-65.9 0c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9 120 480c0 17.7 14.3 32 32 32s32-14.3 32-32z"
/>
</svg>
App Integration
</a>
</div>
<div class="d-flex align-items-center">
<iframe
src="https://ghbtns.com/github-btn.html?user=wassim-rached&repo=Google-Club-Unified-Access-System-Center&type=star&count=true&size=large"
frameborder="0"
scrolling="0"
width="170"
height="30"
title="GitHub"
></iframe>
<!-- <iframe
src="https://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=star&count=true"
frameborder="0"
scrolling="0"
width="150"
height="20"
title="GitHub"
></iframe> -->
<!-- <a
href="https://github.com/your-repo"
class="btn btn-dark"
style="height: 40px"
target="_blank"
>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
width="20"
height="20"
fill="currentColor"
class="bi bi-github me-2"
>
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"
/>
</svg>
Star
</a> -->
</div>
</div>
<div class="row justify-content-center p-4">
<div
class="col-lg-10 col-md-12 border rounded shadow-sm p-5 bg-light mb-4 markdown-content"
id="markdown-content"
>
<!-- Markdown content will be loaded here -->
</div>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-fIuFwJOqjqr5lqlqvjQfPqVEj7mWq7amYAm2CrcuqzEufQzC5yRkJvuz0aTupdqr"
crossorigin="anonymous"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.25.0/prism.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.25.0/components/prism-markdown.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.25.0/components/prism-javascript.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.25.0/components/prism-typescript.min.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function () {
fetch("README.md")
.then((response) => response.text())
.then((text) => {
// Convert markdown to HTML and add language classes to code blocks
const markdownContent = marked.parse(text, {
highlight: function (code, lang) {
return Prism.highlight(
code,
Prism.languages[lang] || Prism.languages.markup,
lang
);
},
langPrefix: "language-", // Prism requires classes like `language-js`
});
document.getElementById("markdown-content").innerHTML =
markdownContent;
Prism.highlightAllUnder(
document.getElementById("markdown-content")
);
});
});
</script>
</body>
</html>