Please recreate the webpage as it is attached in the images
Browse files- index.html +52 -41
index.html
CHANGED
|
@@ -42,69 +42,80 @@
|
|
| 42 |
</nav>
|
| 43 |
|
| 44 |
<!-- Hero Section -->
|
| 45 |
-
<section class="hero-gradient text-white py-
|
| 46 |
-
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8
|
| 47 |
-
<
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
</div>
|
| 53 |
</div>
|
| 54 |
</section>
|
| 55 |
|
| 56 |
<!-- Features Section -->
|
| 57 |
-
<section class="py-
|
| 58 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 59 |
-
<
|
| 60 |
-
|
| 61 |
-
<
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
<
|
| 66 |
-
<
|
|
|
|
| 67 |
</div>
|
| 68 |
-
<div class="feature-card bg-
|
| 69 |
-
<
|
| 70 |
-
|
| 71 |
-
</
|
| 72 |
-
<h3 class="text-xl font-bold mb-3">Real-time Collaboration</h3>
|
| 73 |
-
<p class="text-gray-600">Work together in the same file at the same time, no save required.</p>
|
| 74 |
</div>
|
| 75 |
-
<div class="feature-card bg-
|
| 76 |
-
<
|
| 77 |
-
|
| 78 |
-
</
|
| 79 |
-
<h3 class="text-xl font-bold mb-3">Developer Handoff</h3>
|
| 80 |
-
<p class="text-gray-600">Generate CSS, iOS, and Android code from your designs.</p>
|
| 81 |
</div>
|
| 82 |
</div>
|
| 83 |
</div>
|
| 84 |
</section>
|
| 85 |
|
| 86 |
<!-- Testimonials -->
|
| 87 |
-
<section class="py-
|
| 88 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 89 |
-
<
|
| 90 |
-
|
| 91 |
-
<div class="
|
| 92 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
<div class="flex items-center">
|
| 94 |
-
<img src="http://static.photos/people/200x200/1" alt="User" class="w-
|
| 95 |
<div>
|
| 96 |
-
<p class="font-
|
| 97 |
-
<p class="text-gray-600">
|
| 98 |
</div>
|
| 99 |
</div>
|
| 100 |
</div>
|
| 101 |
-
<div class="bg-
|
| 102 |
-
<p class="text-
|
| 103 |
<div class="flex items-center">
|
| 104 |
-
<img src="http://static.photos/people/200x200/2" alt="User" class="w-
|
| 105 |
<div>
|
| 106 |
-
<p class="font-
|
| 107 |
-
<p class="text-gray-600">
|
| 108 |
</div>
|
| 109 |
</div>
|
| 110 |
</div>
|
|
|
|
| 42 |
</nav>
|
| 43 |
|
| 44 |
<!-- Hero Section -->
|
| 45 |
+
<section class="hero-gradient text-white py-32">
|
| 46 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 47 |
+
<div class="flex flex-col md:flex-row items-center">
|
| 48 |
+
<div class="md:w-1/2 mb-12 md:mb-0">
|
| 49 |
+
<h1 class="text-5xl font-bold mb-6 leading-tight">The collaborative interface design tool</h1>
|
| 50 |
+
<p class="text-xl mb-8">Create, share, and test designs for websites, mobile apps, and more - all in one place.</p>
|
| 51 |
+
<div class="flex space-x-4">
|
| 52 |
+
<button class="px-6 py-3 rounded-md text-indigo-600 bg-white hover:bg-gray-100 font-semibold">Try Figma for free</button>
|
| 53 |
+
<button class="px-6 py-3 rounded-md text-white border-2 border-white hover:bg-white hover:text-indigo-600 font-semibold">Watch demo</button>
|
| 54 |
+
</div>
|
| 55 |
+
</div>
|
| 56 |
+
<div class="md:w-1/2">
|
| 57 |
+
<img src="https://huggingface.co/spaces/RoxyJune/figmasavvy-design-explorer/resolve/main/images/Screenshot%202025-10-07%20at%2015.39.37.png" alt="Figma interface" class="rounded-lg shadow-2xl">
|
| 58 |
+
</div>
|
| 59 |
</div>
|
| 60 |
</div>
|
| 61 |
</section>
|
| 62 |
|
| 63 |
<!-- Features Section -->
|
| 64 |
+
<section class="py-24 bg-white">
|
| 65 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 66 |
+
<div class="text-center mb-16">
|
| 67 |
+
<h2 class="text-3xl font-bold mb-4">Design without limits</h2>
|
| 68 |
+
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Figma helps teams create, test, and ship better designs from start to finish.</p>
|
| 69 |
+
</div>
|
| 70 |
+
<div class="grid md:grid-cols-3 gap-12">
|
| 71 |
+
<div class="feature-card bg-gray-50 p-8 rounded-xl">
|
| 72 |
+
<img src="https://huggingface.co/spaces/RoxyJune/figmasavvy-design-explorer/resolve/main/images/Screenshot%202025-10-07%20at%2015.39.40.png" alt="Design Tools" class="rounded-lg mb-6">
|
| 73 |
+
<h3 class="text-2xl font-bold mb-3">Professional design tools</h3>
|
| 74 |
+
<p class="text-gray-600">Create beautiful interfaces with a powerful yet intuitive vector editing toolset.</p>
|
| 75 |
</div>
|
| 76 |
+
<div class="feature-card bg-gray-50 p-8 rounded-xl">
|
| 77 |
+
<img src="https://huggingface.co/spaces/RoxyJune/figmasavvy-design-explorer/resolve/main/images/Screenshot%202025-10-07%20at%2015.39.44.png" alt="Collaboration" class="rounded-lg mb-6">
|
| 78 |
+
<h3 class="text-2xl font-bold mb-3">Real-time collaboration</h3>
|
| 79 |
+
<p class="text-gray-600">See changes and comments from teammates as they happen, live in the canvas.</p>
|
|
|
|
|
|
|
| 80 |
</div>
|
| 81 |
+
<div class="feature-card bg-gray-50 p-8 rounded-xl">
|
| 82 |
+
<img src="https://huggingface.co/spaces/RoxyJune/figmasavvy-design-explorer/resolve/main/images/Screenshot%202025-10-07%20at%2015.39.48.png" alt="Prototyping" class="rounded-lg mb-6">
|
| 83 |
+
<h3 class="text-2xl font-bold mb-3">Interactive prototypes</h3>
|
| 84 |
+
<p class="text-gray-600">Create clickable prototypes that feel like the real thing, no coding required.</p>
|
|
|
|
|
|
|
| 85 |
</div>
|
| 86 |
</div>
|
| 87 |
</div>
|
| 88 |
</section>
|
| 89 |
|
| 90 |
<!-- Testimonials -->
|
| 91 |
+
<section class="py-24 bg-gray-50">
|
| 92 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 93 |
+
<div class="text-center mb-16">
|
| 94 |
+
<h2 class="text-3xl font-bold mb-4">Loved by designers at</h2>
|
| 95 |
+
<div class="flex flex-wrap justify-center gap-8 items-center">
|
| 96 |
+
<img src="https://huggingface.co/spaces/RoxyJune/figmasavvy-design-explorer/resolve/main/images/Screenshot%202025-10-07%20at%2015.39.51.png" alt="Uber logo" class="h-8">
|
| 97 |
+
<img src="https://huggingface.co/spaces/RoxyJune/figmasavvy-design-explorer/resolve/main/images/Screenshot%202025-10-07%20at%2015.39.54.png" alt="Twitter logo" class="h-8">
|
| 98 |
+
<img src="https://huggingface.co/spaces/RoxyJune/figmasavvy-design-explorer/resolve/main/images/Screenshot%202025-10-07%20at%2015.39.44.png" alt="Microsoft logo" class="h-8">
|
| 99 |
+
</div>
|
| 100 |
+
</div>
|
| 101 |
+
<div class="grid md:grid-cols-2 gap-12">
|
| 102 |
+
<div class="bg-white p-10 rounded-xl shadow-sm">
|
| 103 |
+
<p class="text-xl italic mb-6">"Figma has revolutionized how we design as a team. Being able to collaborate in real-time has cut our design process in half."</p>
|
| 104 |
<div class="flex items-center">
|
| 105 |
+
<img src="http://static.photos/people/200x200/1" alt="User" class="w-14 h-14 rounded-full mr-4">
|
| 106 |
<div>
|
| 107 |
+
<p class="font-bold text-lg">Sarah Johnson</p>
|
| 108 |
+
<p class="text-gray-600">Head of Design, TechCorp</p>
|
| 109 |
</div>
|
| 110 |
</div>
|
| 111 |
</div>
|
| 112 |
+
<div class="bg-white p-10 rounded-xl shadow-sm">
|
| 113 |
+
<p class="text-xl italic mb-6">"The developer handoff tools in Figma have saved our team countless hours. Everything we need is right there."</p>
|
| 114 |
<div class="flex items-center">
|
| 115 |
+
<img src="http://static.photos/people/200x200/2" alt="User" class="w-14 h-14 rounded-full mr-4">
|
| 116 |
<div>
|
| 117 |
+
<p class="font-bold text-lg">Michael Chen</p>
|
| 118 |
+
<p class="text-gray-600">Engineering Manager, AppWorks</p>
|
| 119 |
</div>
|
| 120 |
</div>
|
| 121 |
</div>
|