-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
281 lines (270 loc) · 10.1 KB
/
index.html
File metadata and controls
281 lines (270 loc) · 10.1 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
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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta
name="description"
content="DigiPortAI — your portal to the digital AI universe. Landing page linking to published projects, apps, and community sites."
/>
<title>DigiPortAI — Your Portal to the Digital AI Universe</title>
<link rel="stylesheet" href="/assets/css/style.css" />
</head>
<body>
<!-- VIDEO OVERLAY (COVERS PAGE WHILE PLAYING) -->
<div id="stage" aria-label="Intro video">
<video id="intro" autoplay muted playsinline>
<source src="/assets/video/index-intro.mp4" type="video/mp4" />
</video>
<div class="skip-message">
Click or press Spacebar to skip intro video
</div>
</div>
<!-- Dragon BANNER (25% HEIGHT) -->
<header id="dragon">
<img
src="/assets/images/Dai-banner.png"
alt="DigiPortAI splash"
/>
<div class="dragon-ui">
<h1 class="dragon-title">
DigiPortAI — Your Portal to the Digital AI Universe
</h1>
</div>
</header>
<!-- MAIN CONTENT BELOW DRAGON -->
<main id="content">
<!-- Custom Button Navigation -->
<section class="dragon-grid">
<div class="dragon-buttons" id="modeButtons">
<article class="project-card">
<div class="project-card-actions">
<button
type="button"
class="button-red"
data-mode="portfolio"
>
CMPA 3304
</button>
</div>
<p class="project-card-desc">
Academic portfolio for CMPA 3304 showcasing projects, skills, and
coursework in a structured web presentation.
</p>
</article>
<article class="project-card">
<div class="project-card-actions">
<button type="button" class="button-red" data-mode="juke">
Juke Box
</button>
</div>
<p class="project-card-desc">
Interactive jukebox-style music player you can use to browse and
play tracks in the browser.
</p>
</article>
<article class="project-card">
<div class="project-card-actions">
<button type="button" class="button-red" data-mode="pmp">
Project PMP
</button>
</div>
<p class="project-card-desc">
Project Management Professional prep hub with study materials and
tools focused on passing the PMP exam.
</p>
</article>
<article class="project-card">
<div class="project-card-actions">
<button type="button" class="button-red" data-mode="ghost">
JASYTI's Ghost Kitchen
</button>
</div>
<p class="project-card-desc">
Full-stack ghost kitchen concept site for exploring menus, ordering
flows, and the digital storefront experience.
</p>
</article>
<article class="project-card">
<div class="project-card-actions">
<button type="button" class="button-red" data-mode="hr">
JASYTI's HR Portal Application
</button>
</div>
<p class="project-card-desc">
HR portal prototype for employee-facing tasks such as profiles,
requests, and common human-resources workflows.
</p>
</article>
<article class="project-card">
<div class="project-card-actions">
<button type="button" class="button-red" data-mode="lcgf">
Jasytis LCGF Meal Planner
</button>
</div>
<p class="project-card-desc">
Recipe and meal-planning app for building menus, managing recipes,
and organizing what to cook week to week.
</p>
</article>
<article class="project-card">
<div class="project-card-actions">
<button type="button" class="button-red" data-mode="mmhp">
MMHP Event Calendar
</button>
</div>
<p class="project-card-desc">
McAllen Mobile Park community hub for recurring activities, featured
events, and a shared calendar so residents can see what is happening
in one place.
</p>
</article>
<article class="project-card">
<div class="project-card-actions">
<button type="button" class="button-red" data-mode="ksw">
KSW Student Dashboard
</button>
</div>
<p class="project-card-desc">
Brownsville Kuk Sool Won school site with program information and a
student dashboard for martial arts students and families.
</p>
</article>
<article class="project-card">
<div class="project-card-actions">
<button type="button" class="button-red" data-mode="song">
This is Your Song
</button>
</div>
<p class="project-card-desc">
Custom-song experience that turns your story into original music—free
to try—with demos and options tailored to milestones, tributes, and
messages from the heart.
</p>
</article>
<article class="project-card project-card--soon" aria-label="Coming soon">
<div class="project-card-actions">
<button type="button" class="button-red" disabled>
Coming soon
</button>
</div>
<p class="project-card-desc">
New project listing on the way—check back for the next destination
added to this portal.
</p>
</article>
<article class="project-card project-card--soon" aria-label="Coming soon">
<div class="project-card-actions">
<button type="button" class="button-red" disabled>
Coming soon
</button>
</div>
<p class="project-card-desc">
New project listing on the way—check back for the next destination
added to this portal.
</p>
</article>
<article class="project-card project-card--soon" aria-label="Coming soon">
<div class="project-card-actions">
<button type="button" class="button-red" disabled>
Coming soon
</button>
</div>
<p class="project-card-desc">
New project listing on the way—check back for the next destination
added to this portal.
</p>
</article>
</div>
</section>
<!-- Section content -->
<div class="container">
<h2>
Welcome to DigiPortAI — the Digital Artificial Intelligence Integrated Solutions portal
</h2>
<h3>
Use the buttons above to explore my current published projects.
</h3>
</div>
</main>
<footer class="splash-footer">
<p>© 2026 John E. Barkle IV — All Rights Reserved</p>
</footer>
<!-- JS to Remove Video and Handle Navigation -->
<script>
const vid = document.getElementById("intro");
const stage = document.getElementById("stage");
function showDragon() {
stage.remove();
document.body.classList.add("show-dragon");
}
// Auto-hide video when it ends
vid.addEventListener("ended", showDragon);
// Fallback: in case video doesn’t autoplay
let started = false;
vid.addEventListener(
"play",
() => {
started = true;
},
{ once: true }
);
setTimeout(() => {
if (!started) showDragon();
}, 3000);
// Click anywhere to skip
stage.addEventListener("click", showDragon);
// Press spacebar to skip
window.addEventListener("keydown", (e) => {
if (e.code === "Space") {
e.preventDefault();
showDragon();
}
});
// Custom nav button logic
const modeButtons = document.getElementById("modeButtons");
if (modeButtons) {
modeButtons.addEventListener("click", (e) => {
const btn = e.target.closest("button[data-mode]");
if (!btn) return;
const mode = btn.getAttribute("data-mode");
const map = {
portfolio:
"https://jasytionline.github.io/r72-jasyti-cmpa-3304-portfolio/",
juke: "https://jasytionline.github.io/r91-juke-box/index.html",
pmp: "https://jasytionline.github.io/r32-project-pass-pmp/",
ghost:
"https://jasytionline.github.io/r61-fullstack/web-sites/jasytis-ghost-kitchen/",
hr: "https://r63-hr-portal-app-jjr2.vercel.app/",
lcgf:
"https://r63-recipe-with-gen-590wkhg6d-jasytionlines-projects.vercel.app/recipes",
mmhp: "https://jasytionline.github.io/mmpeventcalendar/",
ksw: "https://jasytionline.github.io/r73-ksw-dashboard/",
song: "https://jasytionline.github.io/r94-this-is-your-song/",
};
const url = map[mode];
if (url) window.open(url, "_blank", "noopener");
});
}
document.querySelectorAll("a[href]").forEach((a) => {
const href = (a.getAttribute("href") || "").trim();
if (!href || href.startsWith("#")) return;
const lower = href.toLowerCase();
if (
lower.startsWith("javascript:") ||
lower.startsWith("mailto:") ||
lower.startsWith("tel:")
) {
return;
}
a.target = "_blank";
const relParts = new Set(
(a.getAttribute("rel") || "").split(/\s+/).filter(Boolean)
);
relParts.add("noopener");
relParts.add("noreferrer");
a.rel = [...relParts].join(" ");
});
</script>
</body>
</html>