Spaces:
Running
Running
Create me a IT Support website it should have black-and-white mobile friendly. It should also have all the images and the easier focused for the London market.
Browse files- README.md +7 -4
- index.html +165 -18
README.md
CHANGED
|
@@ -1,10 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
|
| 4 |
-
colorFrom: pink
|
| 5 |
colorTo: pink
|
|
|
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: TechSquad London 🖥️
|
| 3 |
+
colorFrom: purple
|
|
|
|
| 4 |
colorTo: pink
|
| 5 |
+
emoji: 🐳
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
tags:
|
| 9 |
+
- deepsite-v3
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Welcome to your new DeepSite project!
|
| 13 |
+
This project was created with [DeepSite](https://deepsite.hf.co).
|
index.html
CHANGED
|
@@ -1,19 +1,166 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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>TechSquad London - IT Support Services</title>
|
| 7 |
+
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 11 |
+
<script>
|
| 12 |
+
tailwind.config = {
|
| 13 |
+
theme: {
|
| 14 |
+
extend: {
|
| 15 |
+
colors: {
|
| 16 |
+
primary: '#000000',
|
| 17 |
+
secondary: '#ffffff'
|
| 18 |
+
}
|
| 19 |
+
}
|
| 20 |
+
}
|
| 21 |
+
}
|
| 22 |
+
</script>
|
| 23 |
+
</head>
|
| 24 |
+
<body class="bg-white text-black font-sans">
|
| 25 |
+
<!-- Navigation -->
|
| 26 |
+
<nav class="bg-primary text-secondary py-4 px-6 sticky top-0 z-50 shadow-lg">
|
| 27 |
+
<div class="container mx-auto flex justify-between items-center">
|
| 28 |
+
<a href="#" class="text-2xl font-bold">TechSquad London</a>
|
| 29 |
+
<div class="hidden md:flex space-x-8">
|
| 30 |
+
<a href="#services" class="hover:text-gray-300 transition">Services</a>
|
| 31 |
+
<a href="#about" class="hover:text-gray-300 transition">About</a>
|
| 32 |
+
<a href="#contact" class="hover:text-gray-300 transition">Contact</a>
|
| 33 |
+
</div>
|
| 34 |
+
<button class="md:hidden">
|
| 35 |
+
<i data-feather="menu"></i>
|
| 36 |
+
</button>
|
| 37 |
+
</div>
|
| 38 |
+
</nav>
|
| 39 |
+
|
| 40 |
+
<!-- Hero Section -->
|
| 41 |
+
<section class="relative bg-gradient-to-r from-primary to-gray-900 text-secondary py-20 px-6">
|
| 42 |
+
<div class="container mx-auto text-center">
|
| 43 |
+
<h1 class="text-4xl md:text-6xl font-bold mb-4">London's Premier IT Support</h1>
|
| 44 |
+
<p class="text-xl md:text-2xl mb-8">24/7 IT solutions for London businesses</p>
|
| 45 |
+
<div class="space-x-4">
|
| 46 |
+
<button class="bg-secondary text-primary px-8 py-3 rounded-lg font-semibold hover:bg-gray-200 transition">Emergency Support</button>
|
| 47 |
+
<button class="border-2 border-secondary text-secondary px-8 py-3 rounded-lg font-semibold hover:bg-secondary hover:text-primary transition">Schedule Consultation</button>
|
| 48 |
+
</div>
|
| 49 |
+
</div>
|
| 50 |
+
</section>
|
| 51 |
+
|
| 52 |
+
<!-- Services Section -->
|
| 53 |
+
<section id="services" class="py-20 px-6">
|
| 54 |
+
<div class="container mx-auto">
|
| 55 |
+
<h2 class="text-3xl md:text-4xl font-bold text-center mb-12">Our Services</h2>
|
| 56 |
+
<div class="grid md:grid-cols-3 gap-8">
|
| 57 |
+
<!-- Service 1 -->
|
| 58 |
+
<div class="bg-gray-50 p-6 rounded-lg shadow-lg">
|
| 59 |
+
<i data-feather="shield" class="w-12 h-12 text-primary mb-4"></i>
|
| 60 |
+
<h3 class="text-xl font-bold mb-2">Cybersecurity</h3>
|
| 61 |
+
<p class="text-gray-600">Protect your business from cyber threats with our comprehensive security solutions.</p>
|
| 62 |
+
</div>
|
| 63 |
+
<!-- Service 2 -->
|
| 64 |
+
<div class="bg-gray-50 p-6 rounded-lg shadow-lg">
|
| 65 |
+
<i data-feather="cloud" class="w-12 h-12 text-primary mb-4"></i>
|
| 66 |
+
<h3 class="text-xl font-bold mb-2">Cloud Solutions</h3>
|
| 67 |
+
<p class="text-gray-600">Migrate to the cloud with our expert guidance and support services.</p>
|
| 68 |
+
</div>
|
| 69 |
+
<!-- Service 3 -->
|
| 70 |
+
<div class="bg-gray-50 p-6 rounded-lg shadow-lg">
|
| 71 |
+
<i data-feather="wifi" class="w-12 h-12 text-primary mb-4"></i>
|
| 72 |
+
<h3 class="text-xl font-bold mb-2">Network Support</h3>
|
| 73 |
+
<p class="text-gray-600">Keep your business connected with reliable network infrastructure.</p>
|
| 74 |
+
</div>
|
| 75 |
+
</div>
|
| 76 |
+
</div>
|
| 77 |
+
</section>
|
| 78 |
+
|
| 79 |
+
<!-- About Section -->
|
| 80 |
+
<section id="about" class="bg-primary text-secondary py-20 px-6">
|
| 81 |
+
<div class="container mx-auto">
|
| 82 |
+
<div class="grid md:grid-cols-2 gap-12 items-center">
|
| 83 |
+
<div>
|
| 84 |
+
<h2 class="text-3xl md:text-4xl font-bold mb-6">Serving London Businesses Since 2010</h2>
|
| 85 |
+
<p class="text-lg mb-4">We understand the unique IT challenges faced by London-based companies. Our team of certified professionals provides tailored solutions for businesses across the capital.</p>
|
| 86 |
+
<p class="text-lg">From the City to Canary Wharf, we're your local IT support partner.</p>
|
| 87 |
+
</div>
|
| 88 |
+
<div>
|
| 89 |
+
<img src="http://static.photos/office/640x360/1" alt="London Office" class="rounded-lg shadow-2xl">
|
| 90 |
+
</div>
|
| 91 |
+
</div>
|
| 92 |
+
</div>
|
| 93 |
+
</section>
|
| 94 |
+
|
| 95 |
+
<!-- Contact Section -->
|
| 96 |
+
<section id="contact" class="py-20 px-6">
|
| 97 |
+
<div class="container mx-auto max-w-4xl">
|
| 98 |
+
<h2 class="text-3xl md:text-4xl font-bold text-center mb-12">Get in Touch</h2>
|
| 99 |
+
<div class="bg-gray-50 p-8 rounded-lg shadow-lg">
|
| 100 |
+
<form class="space-y-6">
|
| 101 |
+
<div class="grid md:grid-cols-2 gap-6">
|
| 102 |
+
<input type="text" placeholder="Name" class="w-full p-3 border border-gray-300 rounded">
|
| 103 |
+
<input type="email" placeholder="Email" class="w-full p-3 border border-gray-300 rounded">
|
| 104 |
+
</div>
|
| 105 |
+
<input type="text" placeholder="Company" class="w-full p-3 border border-gray-300 rounded">
|
| 106 |
+
<textarea placeholder="How can we help you?" class="w-full p-3 border border-gray-300 rounded h-32"></textarea>
|
| 107 |
+
<button type="submit" class="bg-primary text-secondary px-8 py-3 rounded-lg font-semibold hover:bg-gray-800 transition w-full">Send Message</button>
|
| 108 |
+
</form>
|
| 109 |
+
</div>
|
| 110 |
+
</div>
|
| 111 |
+
</section>
|
| 112 |
+
|
| 113 |
+
<!-- Footer -->
|
| 114 |
+
<footer class="bg-primary text-secondary py-12 px-6">
|
| 115 |
+
<div class="container mx-auto">
|
| 116 |
+
<div class="grid md:grid-cols-4 gap-8">
|
| 117 |
+
<div>
|
| 118 |
+
<h3 class="text-xl font-bold mb-4">TechSquad London</h3>
|
| 119 |
+
<p>Your trusted IT support partner in London.</p>
|
| 120 |
+
</div>
|
| 121 |
+
<div>
|
| 122 |
+
<h4 class="font-bold mb-4">Services</h4>
|
| 123 |
+
<ul class="space-y-2">
|
| 124 |
+
<li><a href="#" class="hover:text-gray-300">Network Support</a></li>
|
| 125 |
+
<li><a href="#" class="hover:text-gray-300">Cybersecurity</a></li>
|
| 126 |
+
<li><a href="#" class="hover:text-gray-300">Cloud Solutions</a></li>
|
| 127 |
+
</ul>
|
| 128 |
+
</div>
|
| 129 |
+
<div>
|
| 130 |
+
<h4 class="font-bold mb-4">Contact</h4>
|
| 131 |
+
<p>020 7123 4567</p>
|
| 132 |
+
<p>support@techsquad-london.co.uk</p>
|
| 133 |
+
<p>London, EC2A 4NE</p>
|
| 134 |
+
</div>
|
| 135 |
+
<div>
|
| 136 |
+
<h4 class="font-bold mb-4">Emergency Support</h4>
|
| 137 |
+
<p>24/7 Helpline: 0800 123 4567</p>
|
| 138 |
+
<button class="bg-secondary text-primary px-4 py-2 rounded mt-2 hover:bg-gray-200 transition">Emergency Call</button>
|
| 139 |
+
</div>
|
| 140 |
+
</div>
|
| 141 |
+
<div class="border-t border-gray-700 mt-8 pt-8 text-center">
|
| 142 |
+
<p>© 2024 TechSquad London. All rights reserved.</p>
|
| 143 |
+
</div>
|
| 144 |
+
</div>
|
| 145 |
+
</footer>
|
| 146 |
+
|
| 147 |
+
<script>
|
| 148 |
+
feather.replace();
|
| 149 |
+
|
| 150 |
+
// Mobile menu toggle
|
| 151 |
+
document.querySelector('button.md\\:hidden').addEventListener('click', function() {
|
| 152 |
+
const nav = document.querySelector('.hidden.md\\:flex');
|
| 153 |
+
nav.classList.toggle('hidden');
|
| 154 |
+
nav.classList.toggle('flex');
|
| 155 |
+
nav.classList.toggle('flex-col');
|
| 156 |
+
nav.classList.toggle('absolute');
|
| 157 |
+
nav.classList.toggle('top-16');
|
| 158 |
+
nav.classList.toggle('left-0');
|
| 159 |
+
nav.classList.toggle('w-full');
|
| 160 |
+
nav.classList.toggle('bg-primary');
|
| 161 |
+
nav.classList.toggle('p-4');
|
| 162 |
+
nav.classList.toggle('space-y-4');
|
| 163 |
+
});
|
| 164 |
+
</script>
|
| 165 |
+
</body>
|
| 166 |
</html>
|