-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
245 lines (229 loc) · 11 KB
/
Copy pathindex.html
File metadata and controls
245 lines (229 loc) · 11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NeonTools - 100+ Free Online Tools</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- SEO Meta Tags -->
<meta name="description" content="Free online tools including converters, calculators, formatters, and more. All tools are free to use!">
<meta name="keywords" content="online tools, free tools, converters, calculators, web tools">
</head>
<body>
<!-- Header will be loaded dynamically -->
<div id="header-placeholder"></div>
<main class="container mt-4">
<!-- Hero Section -->
<section class="hero-section text-center mb-5">
<div class="d-flex justify-content-center align-items-center mb-3">
<img src="img.jpg" alt="NeonTools Logo" class="logo-glow me-3" style="height: 80px; width: 80px;">
<h1 class="display-4 neon-text">NeonTools</h1>
</div>
<p class="lead" style="color: #fff; text-shadow: 0 0 5px rgba(0, 255, 255, 0.7);">100+ Free Online Tools for Everyday Use</p>
<!-- Search Bar -->
<div class="search-container my-4">
<div class="input-group mb-3 mx-auto" style="max-width: 600px;">
<input type="text" id="search-tools" class="form-control" placeholder="Search for tools...">
<button class="btn btn-primary" type="button"><i class="fas fa-search"></i></button>
</div>
</div>
</section>
<!-- Categories Section -->
<section class="categories-section mb-5">
<h2 class="section-title neon-text mb-4">Categories</h2>
<div class="row g-4">
<div class="col-6 col-md-4 col-lg-3">
<a href="#image-tools" class="category-card">
<div class="card h-100 text-center neon-card">
<div class="card-body">
<i class="fas fa-image fa-3x mb-3"></i>
<h5 class="card-title">Image Tools</h5>
</div>
</div>
</a>
</div>
<div class="col-6 col-md-4 col-lg-3">
<a href="#seo-tools" class="category-card">
<div class="card h-100 text-center neon-card">
<div class="card-body">
<i class="fas fa-search fa-3x mb-3"></i>
<h5 class="card-title">SEO Tools</h5>
</div>
</div>
</a>
</div>
<div class="col-6 col-md-4 col-lg-3">
<a href="#text-tools" class="category-card">
<div class="card h-100 text-center neon-card">
<div class="card-body">
<i class="fas fa-font fa-3x mb-3"></i>
<h5 class="card-title">Text Tools</h5>
</div>
</div>
</a>
</div>
<div class="col-6 col-md-4 col-lg-3">
<a href="#developer-tools" class="category-card">
<div class="card h-100 text-center neon-card">
<div class="card-body">
<i class="fas fa-code fa-3x mb-3"></i>
<h5 class="card-title">Developer Tools</h5>
</div>
</div>
</a>
</div>
<div class="col-6 col-md-4 col-lg-3">
<a href="#math-calculators" class="category-card">
<div class="card h-100 text-center neon-card">
<div class="card-body">
<i class="fas fa-calculator fa-3x mb-3"></i>
<h5 class="card-title">Math & Calculators</h5>
</div>
</div>
</a>
</div>
<div class="col-6 col-md-4 col-lg-3">
<a href="#unit-converters" class="category-card">
<div class="card h-100 text-center neon-card">
<div class="card-body">
<i class="fas fa-exchange-alt fa-3x mb-3"></i>
<h5 class="card-title">Unit Converters</h5>
</div>
</div>
</a>
</div>
<div class="col-6 col-md-4 col-lg-3">
<a href="#security-tools" class="category-card">
<div class="card h-100 text-center neon-card">
<div class="card-body">
<i class="fas fa-shield-alt fa-3x mb-3"></i>
<h5 class="card-title">Security Tools</h5>
</div>
</div>
</a>
</div>
<div class="col-6 col-md-4 col-lg-3">
<a href="#social-media-tools" class="category-card">
<div class="card h-100 text-center neon-card">
<div class="card-body">
<i class="fas fa-share-alt fa-3x mb-3"></i>
<h5 class="card-title">Social Media Tools</h5>
</div>
</div>
</a>
</div>
<div class="col-6 col-md-4 col-lg-3">
<a href="#miscellaneous-tools" class="category-card">
<div class="card h-100 text-center neon-card">
<div class="card-body">
<i class="fas fa-tools fa-3x mb-3"></i>
<h5 class="card-title">Miscellaneous</h5>
</div>
</div>
</a>
</div>
</div>
</section>
<!-- Ad Section -->
<section class="ad-section mb-5">
<div class="ad-container text-center p-4 neon-border">
<p>Advertisement Space</p>
<!-- Ad code will go here -->
</div>
</section>
<!-- Tools Sections -->
<!-- Image Tools -->
<section id="image-tools" class="tools-section mb-5">
<h2 class="section-title neon-text mb-4">Image Tools</h2>
<div class="row g-4 tools-container">
<!-- Tool cards will be dynamically loaded here -->
</div>
</section>
<!-- SEO Tools -->
<section id="seo-tools" class="tools-section mb-5">
<h2 class="section-title neon-text mb-4">SEO Tools</h2>
<div class="row g-4 tools-container">
<!-- Tool cards will be dynamically loaded here -->
</div>
</section>
<!-- Text Tools -->
<section id="text-tools" class="tools-section mb-5">
<h2 class="section-title neon-text mb-4">Text Tools</h2>
<div class="row g-4 tools-container">
<!-- Tool cards will be dynamically loaded here -->
</div>
</section>
<!-- Developer Tools -->
<section id="developer-tools" class="tools-section mb-5">
<h2 class="section-title neon-text mb-4">Developer Tools</h2>
<div class="row g-4 tools-container">
<!-- Tool cards will be dynamically loaded here -->
</div>
</section>
<!-- Math & Calculators -->
<section id="math-calculators" class="tools-section mb-5">
<h2 class="section-title neon-text mb-4">Math & Calculators</h2>
<div class="row g-4 tools-container">
<!-- Tool cards will be dynamically loaded here -->
</div>
</section>
<!-- Unit Converters -->
<section id="unit-converters" class="tools-section mb-5">
<h2 class="section-title neon-text mb-4">Unit Converters</h2>
<div class="row g-4 tools-container">
<!-- Tool cards will be dynamically loaded here -->
</div>
</section>
<!-- Security & Encryption Tools -->
<section id="security-tools" class="tools-section mb-5">
<h2 class="section-title neon-text mb-4">Security & Encryption Tools</h2>
<div class="row g-4 tools-container">
<!-- Tool cards will be dynamically loaded here -->
</div>
</section>
<!-- Social Media Tools -->
<section id="social-media-tools" class="tools-section mb-5">
<h2 class="section-title neon-text mb-4">Social Media Tools</h2>
<div class="row g-4 tools-container">
<!-- Tool cards will be dynamically loaded here -->
</div>
</section>
<!-- Miscellaneous Tools -->
<section id="miscellaneous-tools" class="tools-section mb-5">
<h2 class="section-title neon-text mb-4">Miscellaneous Tools</h2>
<div class="row g-4 tools-container">
<!-- Tool cards will be dynamically loaded here -->
</div>
</section>
</main>
<!-- Footer will be loaded dynamically -->
<div id="footer-placeholder"></div>
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="js/tools-data.js"></script>
<script src="js/main.js"></script>
<script>
// Add error handling for component loading
window.addEventListener('error', function(e) {
// Check if the error is related to loading a component
if (e.target && (e.target.src || e.target.href)) {
console.error('Resource loading error:', e.target.src || e.target.href);
// If header failed to load, create a basic header
if (!document.querySelector('header') && document.getElementById('header-placeholder')) {
document.getElementById('header-placeholder').innerHTML = `
<header class="sticky-top">
<nav class="navbar navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="index.html">NeonTools</a>
</div>
</nav>
</header>
`;
}
}
}, true);
</script>
</body>
</html>