can you check redvisioncreativestudio.com and get the company diviisions incorpoorated
Browse files- components/footer.js +7 -7
- components/navbar.js +6 -6
- index.html +15 -15
- style.css +2 -3
components/footer.js
CHANGED
|
@@ -35,15 +35,15 @@ class CustomFooter extends HTMLElement {
|
|
| 35 |
</div>
|
| 36 |
|
| 37 |
<div>
|
| 38 |
-
<h3 class="text-lg font-bold mb-6">
|
| 39 |
<ul class="space-y-3">
|
| 40 |
-
<li><a href="#" class="text-gray-400 hover:text-white transition">
|
| 41 |
-
<li><a href="#" class="text-gray-400 hover:text-white transition">
|
| 42 |
-
<li><a href="#" class="text-gray-400 hover:text-white transition">
|
| 43 |
-
<li><a href="#" class="text-gray-400 hover:text-white transition">
|
| 44 |
-
<li><a href="#" class="text-gray-400 hover:text-white transition">
|
| 45 |
</ul>
|
| 46 |
-
|
| 47 |
|
| 48 |
<div>
|
| 49 |
<h3 class="text-lg font-bold mb-6">Company</h3>
|
|
|
|
| 35 |
</div>
|
| 36 |
|
| 37 |
<div>
|
| 38 |
+
<h3 class="text-lg font-bold mb-6">Divisions</h3>
|
| 39 |
<ul class="space-y-3">
|
| 40 |
+
<li><a href="#services" class="text-gray-400 hover:text-white transition">Red Vision Films</a></li>
|
| 41 |
+
<li><a href="#services" class="text-gray-400 hover:text-white transition">Red Vision Digital</a></li>
|
| 42 |
+
<li><a href="#services" class="text-gray-400 hover:text-white transition">Red Vision Studios</a></li>
|
| 43 |
+
<li><a href="#services" class="text-gray-400 hover:text-white transition">Production Services</a></li>
|
| 44 |
+
<li><a href="#services" class="text-gray-400 hover:text-white transition">Creative Consulting</a></li>
|
| 45 |
</ul>
|
| 46 |
+
</div>
|
| 47 |
|
| 48 |
<div>
|
| 49 |
<h3 class="text-lg font-bold mb-6">Company</h3>
|
components/navbar.js
CHANGED
|
@@ -36,12 +36,12 @@ class CustomNavbar extends HTMLElement {
|
|
| 36 |
<span class="text-xl font-bold text-gray-900">DigitalElevate</span>
|
| 37 |
</a>
|
| 38 |
<div class="hidden md:flex space-x-8">
|
| 39 |
-
<a href="
|
| 40 |
-
<a href="#" class="nav-link text-gray-700 hover:text-gray-900 font-medium">
|
| 41 |
-
<a href="#" class="nav-link text-gray-700 hover:text-gray-900 font-medium">Work</a>
|
| 42 |
-
<a href="#" class="nav-link text-gray-700 hover:text-gray-900 font-medium">About</a>
|
| 43 |
-
<a href="#" class="nav-link text-gray-700 hover:text-gray-900 font-medium">Contact</a>
|
| 44 |
-
|
| 45 |
|
| 46 |
<button class="md:hidden focus:outline-none">
|
| 47 |
<i data-feather="menu" class="w-6 h-6 text-gray-700"></i>
|
|
|
|
| 36 |
<span class="text-xl font-bold text-gray-900">DigitalElevate</span>
|
| 37 |
</a>
|
| 38 |
<div class="hidden md:flex space-x-8">
|
| 39 |
+
<a href="/" class="nav-link text-gray-700 hover:text-gray-900 font-medium">Home</a>
|
| 40 |
+
<a href="#services" class="nav-link text-gray-700 hover:text-gray-900 font-medium">Divisions</a>
|
| 41 |
+
<a href="#work" class="nav-link text-gray-700 hover:text-gray-900 font-medium">Work</a>
|
| 42 |
+
<a href="#about" class="nav-link text-gray-700 hover:text-gray-900 font-medium">About</a>
|
| 43 |
+
<a href="#contact" class="nav-link text-gray-700 hover:text-gray-900 font-medium">Contact</a>
|
| 44 |
+
</div>
|
| 45 |
|
| 46 |
<button class="md:hidden focus:outline-none">
|
| 47 |
<i data-feather="menu" class="w-6 h-6 text-gray-700"></i>
|
index.html
CHANGED
|
@@ -38,35 +38,35 @@
|
|
| 38 |
</div>
|
| 39 |
</div>
|
| 40 |
</section>
|
| 41 |
-
<section class="features-section mb-20">
|
| 42 |
-
<h2 class="text-3xl font-bold text-center mb-4">Our <span class="text-primary">
|
| 43 |
-
<p class="text-gray-600 text-center max-w-2xl mx-auto mb-12">
|
| 44 |
-
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 45 |
<div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300">
|
| 46 |
<div class="w-16 h-16 bg-red-100 rounded-full flex items-center justify-center mb-6">
|
| 47 |
-
<i data-feather="
|
| 48 |
</div>
|
| 49 |
-
<h3 class="text-xl font-bold mb-3">
|
| 50 |
-
<p class="text-gray-600">
|
| 51 |
</div>
|
| 52 |
|
| 53 |
<div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300">
|
| 54 |
<div class="w-16 h-16 bg-red-100 rounded-full flex items-center justify-center mb-6">
|
| 55 |
-
<i data-feather="
|
| 56 |
</div>
|
| 57 |
-
<h3 class="text-xl font-bold mb-3">
|
| 58 |
-
<p class="text-gray-600">
|
| 59 |
</div>
|
| 60 |
|
| 61 |
<div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300">
|
| 62 |
<div class="w-16 h-16 bg-red-100 rounded-full flex items-center justify-center mb-6">
|
| 63 |
-
<i data-feather="
|
| 64 |
</div>
|
| 65 |
-
<h3 class="text-xl font-bold mb-3">
|
| 66 |
-
<p class="text-gray-600">
|
| 67 |
</div>
|
| 68 |
-
</div>
|
| 69 |
-
|
| 70 |
<section class="cta-section bg-gradient-to-r from-red-500 to-red-600 rounded-2xl p-12 text-center text-white">
|
| 71 |
<h2 class="text-3xl font-bold mb-6">Ready to Transform Your Digital Presence?</h2>
|
| 72 |
<p class="text-xl mb-8 max-w-2xl mx-auto">Let's work together to create something amazing for your business.</p>
|
|
|
|
| 38 |
</div>
|
| 39 |
</div>
|
| 40 |
</section>
|
| 41 |
+
<section id="services" class="features-section mb-20">
|
| 42 |
+
<h2 class="text-3xl font-bold text-center mb-4">Our <span class="text-primary">Divisions</span></h2>
|
| 43 |
+
<p class="text-gray-600 text-center max-w-2xl mx-auto mb-12">Specialized services tailored to elevate your brand across all digital platforms</p>
|
| 44 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 45 |
<div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300">
|
| 46 |
<div class="w-16 h-16 bg-red-100 rounded-full flex items-center justify-center mb-6">
|
| 47 |
+
<i data-feather="film" class="text-primary w-8 h-8"></i>
|
| 48 |
</div>
|
| 49 |
+
<h3 class="text-xl font-bold mb-3">Red Vision Films</h3>
|
| 50 |
+
<p class="text-gray-600">Cinematic storytelling through commercials, music videos, and branded content.</p>
|
| 51 |
</div>
|
| 52 |
|
| 53 |
<div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300">
|
| 54 |
<div class="w-16 h-16 bg-red-100 rounded-full flex items-center justify-center mb-6">
|
| 55 |
+
<i data-feather="monitor" class="text-primary w-8 h-8"></i>
|
| 56 |
</div>
|
| 57 |
+
<h3 class="text-xl font-bold mb-3">Red Vision Digital</h3>
|
| 58 |
+
<p class="text-gray-600">Comprehensive digital marketing, web development, and social media strategies.</p>
|
| 59 |
</div>
|
| 60 |
|
| 61 |
<div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300">
|
| 62 |
<div class="w-16 h-16 bg-red-100 rounded-full flex items-center justify-center mb-6">
|
| 63 |
+
<i data-feather="camera" class="text-primary w-8 h-8"></i>
|
| 64 |
</div>
|
| 65 |
+
<h3 class="text-xl font-bold mb-3">Red Vision Studios</h3>
|
| 66 |
+
<p class="text-gray-600">Professional photography, studio rentals, and creative production services.</p>
|
| 67 |
</div>
|
| 68 |
+
</div>
|
| 69 |
+
</section>
|
| 70 |
<section class="cta-section bg-gradient-to-r from-red-500 to-red-600 rounded-2xl p-12 text-center text-white">
|
| 71 |
<h2 class="text-3xl font-bold mb-6">Ready to Transform Your Digital Presence?</h2>
|
| 72 |
<p class="text-xl mb-8 max-w-2xl mx-auto">Let's work together to create something amazing for your business.</p>
|
style.css
CHANGED
|
@@ -9,12 +9,11 @@
|
|
| 9 |
.floating {
|
| 10 |
animation: float 6s ease-in-out infinite;
|
| 11 |
}
|
| 12 |
-
|
| 13 |
/* Gradient background */
|
| 14 |
body {
|
| 15 |
-
background: linear-gradient(135deg, #
|
|
|
|
| 16 |
}
|
| 17 |
-
|
| 18 |
/* Custom scrollbar */
|
| 19 |
::-webkit-scrollbar {
|
| 20 |
width: 8px;
|
|
|
|
| 9 |
.floating {
|
| 10 |
animation: float 6s ease-in-out infinite;
|
| 11 |
}
|
|
|
|
| 12 |
/* Gradient background */
|
| 13 |
body {
|
| 14 |
+
background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
|
| 15 |
+
color: #ffffff;
|
| 16 |
}
|
|
|
|
| 17 |
/* Custom scrollbar */
|
| 18 |
::-webkit-scrollbar {
|
| 19 |
width: 8px;
|