-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
203 lines (183 loc) ยท 9.57 KB
/
Copy pathindex.html
File metadata and controls
203 lines (183 loc) ยท 9.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agentic App Enablement Labs | ๐ฎ Level Up Your Repos</title>
<meta name="description" content="A retro 8-bit styled gallery showcasing Agentic Application Enablement Labs. Discover labs for agentic enablement of repositories โ code, infra, data modernization, and more.">
<meta property="og:title" content="Agentic App Enablement Labs | ๐ฎ Level Up Your Repos">
<meta property="og:description" content="Discover labs for agentic enablement of repositories โ code, infra, data modernization, and spec-driven development with a retro 8-bit gaming aesthetic.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://emeaappgbb.github.io/AppModernizationLabs/">
<meta property="og:image" content="https://emeaappgbb.github.io/AppModernizationLabs/assets/og-image.png">
<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=Press+Start+2P&family=VT323&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
</head>
<body data-theme="dark">
<!-- ===== HEADER ===== -->
<header class="header">
<div class="header-content">
<div class="header-left">
<div class="logo-area">
<svg class="logo-svg" width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg" aria-label="Agentic Labs Logo">
<rect x="4" y="4" width="8" height="8" fill="currentColor" opacity="0.8"/>
<rect x="16" y="4" width="8" height="8" fill="currentColor"/>
<rect x="28" y="4" width="8" height="8" fill="currentColor" opacity="0.6"/>
<rect x="4" y="16" width="8" height="8" fill="currentColor"/>
<rect x="16" y="16" width="8" height="8" fill="currentColor" opacity="0.9"/>
<rect x="28" y="16" width="8" height="8" fill="currentColor"/>
<rect x="4" y="28" width="8" height="8" fill="currentColor" opacity="0.6"/>
<rect x="16" y="28" width="8" height="8" fill="currentColor"/>
<rect x="28" y="28" width="8" height="8" fill="currentColor" opacity="0.8"/>
</svg>
</div>
<div class="header-titles">
<h1 class="site-title">AGENTIC LABS</h1>
<p class="site-tagline">Level Up Your Repos ๐ฎ</p>
</div>
</div>
<div class="header-right">
<button class="btn-icon theme-toggle" id="themeToggle" aria-label="Toggle dark/light mode" title="Toggle theme">
<span class="theme-icon" aria-hidden="true">๐</span>
</button>
<div class="dropdown" id="addDropdown">
<button class="btn-pixel dropdown-toggle" id="addDropdownToggle" aria-haspopup="true" aria-expanded="false">
+ Add
</button>
<div class="dropdown-menu" id="addDropdownMenu" role="menu">
<a class="dropdown-item" href="https://github.com/EmeaAppGbb/AppModernizationLabs/issues/new?template=add-lab.yml" target="_blank" rel="noopener" role="menuitem">๐ฎ Add New Lab</a>
<a class="dropdown-item" href="https://github.com/EmeaAppGbb/AppModernizationLabs/issues/new?template=feedback.yml" target="_blank" rel="noopener" role="menuitem">๐ฌ Add Feedback</a>
<a class="dropdown-item" href="https://github.com/EmeaAppGbb/AppModernizationLabs/issues/new?template=report-issue.yml" target="_blank" rel="noopener" role="menuitem">๐ Report Issue</a>
</div>
</div>
</div>
</div>
</header>
<!-- ===== GALLERY SECTION ===== -->
<section class="gallery-section">
<div class="gallery-container">
<!-- Mobile filter toggle -->
<button class="mobile-filter-toggle btn-pixel" id="mobileFilterToggle" aria-label="Open filters">
โฐ Filters
</button>
<div class="sidebar-overlay" id="sidebarOverlay"></div>
<!-- LEFT SIDEBAR -->
<aside class="sidebar" id="sidebar">
<div class="sidebar-header">
<h2 class="sidebar-title">Filters</h2>
</div>
<!-- Clear Filters -->
<button class="filter-clear-btn btn-pixel" id="clearFilters" style="margin-bottom: 16px;">โ Clear All Filters</button>
<!-- Search -->
<div class="filter-group">
<label class="filter-label" for="searchInput">๐ Search</label>
<input type="text" id="searchInput" class="search-box" placeholder="Search labs..." autocomplete="off">
</div>
<!-- Category -->
<div class="filter-group">
<label class="filter-label" for="categoryFilter">Category</label>
<select id="categoryFilter" class="filter-select">
<option value="">All Categories</option>
<option value="Code Modernization">Code Modernization</option>
<option value="Infra Modernization">Infra Modernization</option>
<option value="Data Modernization">Data Modernization</option>
<option value="Agentic Software Development">Agentic Software Development</option>
<option value="Spec-Driven Development">Spec-Driven Development</option>
</select>
</div>
<!-- Industry -->
<div class="filter-group">
<label class="filter-label" for="industryFilter">Industry</label>
<select id="industryFilter" class="filter-select">
<option value="">All Industries</option>
<option value="Cross-Industry">Cross-Industry</option>
<option value="Financial Services">Financial Services</option>
<option value="Healthcare & Life Sciences">Healthcare & Life Sciences</option>
<option value="Manufacturing">Manufacturing</option>
<option value="Retail & Consumer Goods">Retail & Consumer Goods</option>
<option value="Government & Public Sector">Government & Public Sector</option>
<option value="Education">Education</option>
<option value="Energy & Resources">Energy & Resources</option>
<option value="Telco & Media">Telco & Media</option>
<option value="Mobility & Automotive">Mobility & Automotive</option>
</select>
</div>
<!-- Dynamic checkbox groups -->
<div class="filter-group" id="servicesFilterGroup">
<label class="filter-label">Services</label>
<div class="filter-checkboxes" id="servicesFilters"></div>
</div>
<div class="filter-group" id="languagesFilterGroup">
<label class="filter-label">Languages</label>
<div class="filter-checkboxes" id="languagesFilters"></div>
</div>
<div class="filter-group" id="frameworksFilterGroup">
<label class="filter-label">Frameworks</label>
<div class="filter-checkboxes" id="frameworksFilters"></div>
</div>
<div class="filter-group" id="toolsFilterGroup">
<label class="filter-label">Enablement Tools</label>
<div class="filter-checkboxes" id="toolsFilters"></div>
</div>
<div class="filter-group" id="tagsFilterGroup">
<label class="filter-label">Tags</label>
<div class="filter-checkboxes" id="tagsFilters"></div>
</div>
</aside>
<!-- MAIN CONTENT -->
<main class="gallery-main">
<div class="gallery-toolbar">
<div class="sort-group">
<label for="sortSelect" class="sort-label">Sort:</label>
<select id="sortSelect" class="filter-select">
<option value="az">A โ Z</option>
<option value="za">Z โ A</option>
<option value="newest">Newest</option>
<option value="oldest">Oldest</option>
</select>
</div>
<div class="results-count" id="resultsCount">0 labs found</div>
</div>
<div class="gallery-grid" id="galleryGrid">
<!-- Cards rendered by JS -->
</div>
<div class="no-results" id="noResults" style="display:none;">
<div class="no-results-icon">๐น๏ธ</div>
<h3>No Labs Found</h3>
<p>Try adjusting your filters or search terms.</p>
<p>INSERT COIN TO CONTINUE</p>
</div>
</main>
</div>
</section>
<!-- ===== FOOTER ===== -->
<footer class="footer">
<div class="footer-content">
<p>© Microsoft. Agentic App Enablement Labs โ Built with โค๏ธ and ๐ฎ using GitHub Copilot</p>
<a href="https://github.com/EmeaAppGbb/AppModernizationLabs" target="_blank" rel="noopener" class="footer-link">
GitHub Repo
</a>
</div>
</footer>
<!-- ===== VIDEO MODAL ===== -->
<div class="modal" id="videoModal" role="dialog" aria-modal="true" aria-label="Video player" style="display:none;">
<div class="modal-content">
<button class="btn-icon modal-close" id="modalClose" aria-label="Close video">โ</button>
<div class="modal-body">
<iframe id="videoFrame" src="" frameborder="0" allowfullscreen title="Lab video"></iframe>
</div>
</div>
</div>
<!-- Application Insights SDK (CDN) -->
<script src="https://js.monitor.azure.com/scripts/b/ai.3.gbl.min.js" crossorigin="anonymous"></script>
<script>
// Application Insights configuration โ set via deployment environment
window.APP_INSIGHTS_CONNECTION_STRING = window.APP_INSIGHTS_CONNECTION_STRING || '';
</script>
<script src="telemetry.js"></script>
<script src="script.js"></script>
</body>
</html>