Bencolliss commited on
Commit
c2b3cda
·
verified ·
1 Parent(s): c53e51f

https://github.com/bencoll352/UK-Company-Insights-LIVE - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +6 -4
  2. index.html +404 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Testrun3
3
- emoji: 📊
4
  colorFrom: pink
5
- colorTo: green
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: testrun3
3
+ emoji: 🐳
4
  colorFrom: pink
5
+ colorTo: red
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,404 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>UK Company Insights | Live Business Data</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .gradient-bg {
11
+ background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
12
+ }
13
+ .card-hover:hover {
14
+ transform: translateY(-5px);
15
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
16
+ }
17
+ .search-box {
18
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
19
+ }
20
+ .chart-container {
21
+ height: 300px;
22
+ }
23
+ @media (max-width: 768px) {
24
+ .chart-container {
25
+ height: 200px;
26
+ }
27
+ }
28
+ </style>
29
+ </head>
30
+ <body class="bg-gray-50 font-sans">
31
+ <!-- Navigation -->
32
+ <nav class="gradient-bg text-white shadow-lg">
33
+ <div class="container mx-auto px-4 py-3">
34
+ <div class="flex justify-between items-center">
35
+ <div class="flex items-center space-x-2">
36
+ <i class="fas fa-building text-2xl"></i>
37
+ <span class="text-xl font-bold">UK Company Insights</span>
38
+ </div>
39
+ <div class="hidden md:flex space-x-6">
40
+ <a href="#" class="hover:text-blue-200 transition">Home</a>
41
+ <a href="#" class="hover:text-blue-200 transition">Search</a>
42
+ <a href="#" class="hover:text-blue-200 transition">API</a>
43
+ <a href="#" class="hover:text-blue-200 transition">Pricing</a>
44
+ <a href="#" class="hover:text-blue-200 transition">About</a>
45
+ </div>
46
+ <div class="md:hidden">
47
+ <button id="mobile-menu-button" class="text-white focus:outline-none">
48
+ <i class="fas fa-bars text-xl"></i>
49
+ </button>
50
+ </div>
51
+ </div>
52
+ </div>
53
+ <!-- Mobile Menu -->
54
+ <div id="mobile-menu" class="hidden md:hidden bg-blue-900 px-4 py-2">
55
+ <a href="#" class="block py-2 hover:text-blue-200 transition">Home</a>
56
+ <a href="#" class="block py-2 hover:text-blue-200 transition">Search</a>
57
+ <a href="#" class="block py-2 hover:text-blue-200 transition">API</a>
58
+ <a href="#" class="block py-2 hover:text-blue-200 transition">Pricing</a>
59
+ <a href="#" class="block py-2 hover:text-blue-200 transition">About</a>
60
+ </div>
61
+ </nav>
62
+
63
+ <!-- Hero Section -->
64
+ <section class="gradient-bg text-white py-16">
65
+ <div class="container mx-auto px-4 text-center">
66
+ <h1 class="text-4xl md:text-5xl font-bold mb-6">UK Company Data Intelligence</h1>
67
+ <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Access comprehensive business insights, financial data and company information for UK registered companies.</p>
68
+
69
+ <div class="max-w-2xl mx-auto relative search-box">
70
+ <div class="flex">
71
+ <input type="text" placeholder="Search by company name, number or officer..."
72
+ class="flex-grow px-6 py-4 rounded-l-lg focus:outline-none text-gray-800">
73
+ <button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-4 rounded-r-lg transition">
74
+ <i class="fas fa-search mr-2"></i> Search
75
+ </button>
76
+ </div>
77
+ <div class="absolute left-0 right-0 mt-1 bg-white rounded-lg shadow-lg z-10 hidden" id="search-suggestions">
78
+ <div class="p-2 hover:bg-gray-100 cursor-pointer">Example Company Ltd (12345678)</div>
79
+ <div class="p-2 hover:bg-gray-100 cursor-pointer">Another Business PLC (87654321)</div>
80
+ <div class="p-2 hover:bg-gray-100 cursor-pointer">Sample Corporation (11223344)</div>
81
+ </div>
82
+ </div>
83
+
84
+ <div class="mt-8 flex flex-wrap justify-center gap-4">
85
+ <div class="bg-blue-700 bg-opacity-50 px-4 py-2 rounded-full flex items-center">
86
+ <i class="fas fa-database mr-2"></i> 5M+ Companies
87
+ </div>
88
+ <div class="bg-blue-700 bg-opacity-50 px-4 py-2 rounded-full flex items-center">
89
+ <i class="fas fa-sync-alt mr-2"></i> Daily Updates
90
+ </div>
91
+ <div class="bg-blue-700 bg-opacity-50 px-4 py-2 rounded-full flex items-center">
92
+ <i class="fas fa-chart-line mr-2"></i> Financial Analytics
93
+ </div>
94
+ </div>
95
+ </div>
96
+ </section>
97
+
98
+ <!-- Main Content -->
99
+ <main class="container mx-auto px-4 py-12">
100
+ <!-- Features Section -->
101
+ <section class="mb-16">
102
+ <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Powerful Company Insights</h2>
103
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
104
+ <!-- Feature 1 -->
105
+ <div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-300 card-hover">
106
+ <div class="p-6">
107
+ <div class="text-blue-600 mb-4">
108
+ <i class="fas fa-file-invoice-dollar text-4xl"></i>
109
+ </div>
110
+ <h3 class="text-xl font-semibold mb-3">Financial Reports</h3>
111
+ <p class="text-gray-600">Access detailed financial statements, balance sheets, and profit/loss accounts for comprehensive financial analysis.</p>
112
+ </div>
113
+ </div>
114
+
115
+ <!-- Feature 2 -->
116
+ <div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-300 card-hover">
117
+ <div class="p-6">
118
+ <div class="text-blue-600 mb-4">
119
+ <i class="fas fa-users text-4xl"></i>
120
+ </div>
121
+ <h3 class="text-xl font-semibold mb-3">Officer & Ownership</h3>
122
+ <p class="text-gray-600">Discover company directors, shareholders, and persons with significant control (PSC) with ownership percentages.</p>
123
+ </div>
124
+ </div>
125
+
126
+ <!-- Feature 3 -->
127
+ <div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-300 card-hover">
128
+ <div class="p-6">
129
+ <div class="text-blue-600 mb-4">
130
+ <i class="fas fa-bell text-4xl"></i>
131
+ </div>
132
+ <h3 class="text-xl font-semibold mb-3">Alerts & Monitoring</h3>
133
+ <p class="text-gray-600">Set up custom alerts for company changes, filings, and financial updates to stay informed in real-time.</p>
134
+ </div>
135
+ </div>
136
+ </div>
137
+ </section>
138
+
139
+ <!-- Sample Company Dashboard -->
140
+ <section class="mb-16">
141
+ <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Sample Company Report</h2>
142
+
143
+ <div class="bg-white rounded-xl shadow-lg overflow-hidden">
144
+ <!-- Company Header -->
145
+ <div class="bg-gray-50 px-6 py-4 border-b flex flex-col md:flex-row justify-between items-start md:items-center">
146
+ <div>
147
+ <h3 class="text-2xl font-bold text-gray-800">TECHNOLOGY SOLUTIONS LTD</h3>
148
+ <div class="flex flex-wrap items-center gap-4 mt-2">
149
+ <span class="bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm">Company No: 09876543</span>
150
+ <span class="bg-green-100 text-green-800 px-3 py-1 rounded-full text-sm">Active</span>
151
+ <span class="bg-gray-100 text-gray-800 px-3 py-1 rounded-full text-sm">Incorporated: 12/05/2015</span>
152
+ </div>
153
+ </div>
154
+ <button class="mt-4 md:mt-0 bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-lg flex items-center transition">
155
+ <i class="fas fa-download mr-2"></i> Full Report
156
+ </button>
157
+ </div>
158
+
159
+ <!-- Company Details -->
160
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-6 p-6">
161
+ <!-- Basic Info -->
162
+ <div class="md:col-span-1">
163
+ <h4 class="text-lg font-semibold mb-4 text-gray-700 border-b pb-2">Basic Information</h4>
164
+ <div class="space-y-3">
165
+ <div>
166
+ <p class="text-sm text-gray-500">Registered Address</p>
167
+ <p class="font-medium">123 Business Park, London, SE1 8AB</p>
168
+ </div>
169
+ <div>
170
+ <p class="text-sm text-gray-500">SIC Codes</p>
171
+ <p class="font-medium">62012 - Business and domestic software development</p>
172
+ <p class="font-medium">62020 - Information technology consultancy</p>
173
+ </div>
174
+ <div>
175
+ <p class="text-sm text-gray-500">Company Type</p>
176
+ <p class="font-medium">Private Limited Company</p>
177
+ </div>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Financial Summary -->
182
+ <div class="md:col-span-1">
183
+ <h4 class="text-lg font-semibold mb-4 text-gray-700 border-b pb-2">Financial Summary</h4>
184
+ <div class="space-y-3">
185
+ <div>
186
+ <p class="text-sm text-gray-500">Latest Accounts</p>
187
+ <p class="font-medium">31/12/2022 (Filed 30/09/2023)</p>
188
+ </div>
189
+ <div>
190
+ <p class="text-sm text-gray-500">Turnover</p>
191
+ <p class="font-medium text-green-600">£4,872,450 <span class="text-gray-500 text-sm">(+12% from 2021)</span></p>
192
+ </div>
193
+ <div>
194
+ <p class="text-sm text-gray-500">Profit Before Tax</p>
195
+ <p class="font-medium text-green-600">£1,245,670 <span class="text-gray-500 text-sm">(+8% from 2021)</span></p>
196
+ </div>
197
+ <div>
198
+ <p class="text-sm text-gray-500">Total Assets</p>
199
+ <p class="font-medium">£3,567,890</p>
200
+ </div>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Key People -->
205
+ <div class="md:col-span-1">
206
+ <h4 class="text-lg font-semibold mb-4 text-gray-700 border-b pb-2">Key People</h4>
207
+ <div class="space-y-4">
208
+ <div class="flex items-start">
209
+ <div class="bg-gray-200 rounded-full w-10 h-10 flex items-center justify-center mr-3">
210
+ <i class="fas fa-user text-gray-600"></i>
211
+ </div>
212
+ <div>
213
+ <p class="font-medium">Sarah Johnson</p>
214
+ <p class="text-sm text-gray-600">Director (Appointed 12/05/2015)</p>
215
+ <p class="text-xs text-gray-500">Nationality: British | Born: June 1982</p>
216
+ </div>
217
+ </div>
218
+ <div class="flex items-start">
219
+ <div class="bg-gray-200 rounded-full w-10 h-10 flex items-center justify-center mr-3">
220
+ <i class="fas fa-user text-gray-600"></i>
221
+ </div>
222
+ <div>
223
+ <p class="font-medium">Michael Chen</p>
224
+ <p class="text-sm text-gray-600">Director (Appointed 15/07/2017)</p>
225
+ <p class="text-xs text-gray-500">Nationality: British | Born: March 1978</p>
226
+ </div>
227
+ </div>
228
+ </div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Financial Chart -->
233
+ <div class="px-6 pb-6">
234
+ <h4 class="text-lg font-semibold mb-4 text-gray-700 border-b pb-2">Financial Performance</h4>
235
+ <div class="bg-gray-50 p-4 rounded-lg chart-container">
236
+ <canvas id="financialChart"></canvas>
237
+ </div>
238
+ </div>
239
+ </div>
240
+ </section>
241
+
242
+ <!-- API Section -->
243
+ <section class="mb-16 bg-blue-50 rounded-xl p-8">
244
+ <div class="max-w-4xl mx-auto text-center">
245
+ <h2 class="text-3xl font-bold mb-6 text-gray-800">Developer API Access</h2>
246
+ <p class="text-xl text-gray-600 mb-8">Integrate UK company data directly into your applications with our powerful REST API. Get real-time access to company information, financials, and more.</p>
247
+
248
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-8">
249
+ <div class="bg-white p-6 rounded-lg shadow-sm">
250
+ <i class="fas fa-code text-blue-600 text-3xl mb-4"></i>
251
+ <h3 class="font-semibold mb-2">Simple Integration</h3>
252
+ <p class="text-gray-600 text-sm">JSON responses with clear documentation for easy implementation.</p>
253
+ </div>
254
+ <div class="bg-white p-6 rounded-lg shadow-sm">
255
+ <i class="fas fa-bolt text-blue-600 text-3xl mb-4"></i>
256
+ <h3 class="font-semibold mb-2">Real-time Data</h3>
257
+ <p class="text-gray-600 text-sm">Access the most up-to-date company information available.</p>
258
+ </div>
259
+ <div class="bg-white p-6 rounded-lg shadow-sm">
260
+ <i class="fas fa-shield-alt text-blue-600 text-3xl mb-4"></i>
261
+ <h3 class="font-semibold mb-2">Secure & Reliable</h3>
262
+ <p class="text-gray-600 text-sm">Enterprise-grade security with 99.9% uptime SLA.</p>
263
+ </div>
264
+ </div>
265
+
266
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
267
+ <button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-medium transition">
268
+ View API Documentation
269
+ </button>
270
+ <button class="bg-white hover:bg-gray-100 text-blue-600 px-6 py-3 rounded-lg font-medium border border-blue-200 transition">
271
+ Get API Key
272
+ </button>
273
+ </div>
274
+ </div>
275
+ </section>
276
+ </main>
277
+
278
+ <!-- Footer -->
279
+ <footer class="bg-gray-800 text-white py-12">
280
+ <div class="container mx-auto px-4">
281
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
282
+ <div>
283
+ <h3 class="text-xl font-bold mb-4 flex items-center">
284
+ <i class="fas fa-building mr-2"></i> UK Company Insights
285
+ </h3>
286
+ <p class="text-gray-400">Providing comprehensive business intelligence and company data for UK registered businesses.</p>
287
+ </div>
288
+ <div>
289
+ <h4 class="font-semibold text-lg mb-4">Quick Links</h4>
290
+ <ul class="space-y-2">
291
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Home</a></li>
292
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Search Companies</a></li>
293
+ <li><a href="#" class="text-gray-400 hover:text-white transition">API Documentation</a></li>
294
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Pricing</a></li>
295
+ </ul>
296
+ </div>
297
+ <div>
298
+ <h4 class="font-semibold text-lg mb-4">Legal</h4>
299
+ <ul class="space-y-2">
300
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Terms of Service</a></li>
301
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a></li>
302
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Cookie Policy</a></li>
303
+ <li><a href="#" class="text-gray-400 hover:text-white transition">GDPR Compliance</a></li>
304
+ </ul>
305
+ </div>
306
+ <div>
307
+ <h4 class="font-semibold text-lg mb-4">Contact Us</h4>
308
+ <ul class="space-y-2">
309
+ <li class="flex items-center text-gray-400">
310
+ <i class="fas fa-envelope mr-2"></i> [email protected]
311
+ </li>
312
+ <li class="flex items-center text-gray-400">
313
+ <i class="fas fa-phone mr-2"></i> +44 20 1234 5678
314
+ </li>
315
+ <li class="flex items-center text-gray-400">
316
+ <i class="fas fa-map-marker-alt mr-2"></i> London, UK
317
+ </li>
318
+ </ul>
319
+ <div class="mt-4 flex space-x-4">
320
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-twitter text-xl"></i></a>
321
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-linkedin text-xl"></i></a>
322
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-github text-xl"></i></a>
323
+ </div>
324
+ </div>
325
+ </div>
326
+ <div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400">
327
+ <p>&copy; 2023 UK Company Insights. All rights reserved.</p>
328
+ </div>
329
+ </div>
330
+ </footer>
331
+
332
+ <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
333
+ <script>
334
+ // Mobile menu toggle
335
+ document.getElementById('mobile-menu-button').addEventListener('click', function() {
336
+ const menu = document.getElementById('mobile-menu');
337
+ menu.classList.toggle('hidden');
338
+ });
339
+
340
+ // Search suggestions toggle
341
+ const searchInput = document.querySelector('input[type="text"]');
342
+ searchInput.addEventListener('focus', function() {
343
+ document.getElementById('search-suggestions').classList.remove('hidden');
344
+ });
345
+ searchInput.addEventListener('blur', function() {
346
+ setTimeout(() => {
347
+ document.getElementById('search-suggestions').classList.add('hidden');
348
+ }, 200);
349
+ });
350
+
351
+ // Sample financial chart
352
+ document.addEventListener('DOMContentLoaded', function() {
353
+ const ctx = document.getElementById('financialChart').getContext('2d');
354
+ new Chart(ctx, {
355
+ type: 'line',
356
+ data: {
357
+ labels: ['2018', '2019', '2020', '2021', '2022'],
358
+ datasets: [
359
+ {
360
+ label: 'Turnover (£)',
361
+ data: [2850000, 3200000, 3500000, 4350000, 4872450],
362
+ borderColor: 'rgba(59, 130, 246, 1)',
363
+ backgroundColor: 'rgba(59, 130, 246, 0.1)',
364
+ tension: 0.3,
365
+ fill: true
366
+ },
367
+ {
368
+ label: 'Profit Before Tax (£)',
369
+ data: [750000, 820000, 900000, 1150000, 1245670],
370
+ borderColor: 'rgba(16, 185, 129, 1)',
371
+ backgroundColor: 'rgba(16, 185, 129, 0.1)',
372
+ tension: 0.3,
373
+ fill: true
374
+ }
375
+ ]
376
+ },
377
+ options: {
378
+ responsive: true,
379
+ maintainAspectRatio: false,
380
+ plugins: {
381
+ legend: {
382
+ position: 'top',
383
+ },
384
+ tooltip: {
385
+ mode: 'index',
386
+ intersect: false,
387
+ }
388
+ },
389
+ scales: {
390
+ y: {
391
+ beginAtZero: false,
392
+ ticks: {
393
+ callback: function(value) {
394
+ return '£' + value.toLocaleString();
395
+ }
396
+ }
397
+ }
398
+ }
399
+ }
400
+ });
401
+ });
402
+ </script>
403
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Bencolliss/testrun3" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
404
+ </html>