-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.html
More file actions
58 lines (49 loc) · 2.42 KB
/
Copy pathapps.html
File metadata and controls
58 lines (49 loc) · 2.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>English Tools - Concept Grid</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav id="main-nav"></nav>
<header class="section" style="padding-top: 10rem; padding-bottom: 2rem;">
<div class="container">
<div class="section-header reveal">
<h1>English <span style="color: var(--secondary);">Tools</span></h1>
<p>Beyond Concept Grid, explore these powerful applications designed to enhance classroom interaction
and literacy.</p>
</div>
<!-- Search UI -->
<div class="search-container reveal">
<span class="search-icon">🔍</span>
<input type="text" id="tool-search" class="search-input" placeholder="Search by name, category or tag...">
</div>
<!-- Filter Chips -->
<div id="filter-chips" class="filter-container reveal">
<!-- Chips injected by JS -->
</div>
</div>
</header>
<section class="section" style="padding-top: 0;">
<div class="container" id="tools-grid-container">
<!-- Tools injected by JS -->
</div>
<div class="container">
<div class="reveal"
style="text-align: center; margin-top: 6rem; padding: 4rem; background: var(--nav-bg); border-radius: 2rem; border: 2px solid var(--card-border);">
<h2>General Teaching Tools</h2>
<p style="color: var(--text-muted); margin: 1.5rem 0;">Explore an even wider collection of management tools and classroom games at JSFun. <br><small>Note: Some tools are multi-subject and may not be English-specific.</small></p>
<a href="https://jamesabela.github.io/jsfun/index.html" target="_blank" class="btn btn-secondary"
style="padding: 1rem 2rem;">Browse All at JSFun</a>
</div>
</div>
</section>
<footer id="main-footer"></footer>
<script src="components.js"></script>
<script src="tools-loader.js"></script>
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
</body>
</html>