image
imagewidth (px)
2.56k
3.07k
text
stringlengths
344
6.31k
llm_generated_idea
stringlengths
25
566
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-yellow-500"> <div class="container mx-auto px-4 py-8"> <h1 class="text-4xl font-bold text-center text-gray-800">Welcome to Our Restaurant</h1> <p class="text-xl text-center text-gray-600 mt-4"> At our restaurant, we believe in the power of food to bring people together. Our menu is a testament to our passion for cooking and our love for creating delicious dishes. We use only the freshest ingredients to ensure that every dish is a work of art. Whether you're in the mood for a hearty pasta dish or a decadent dessert, we've got you covered. </p> <h2 class="text-2xl font-bold text-center text-gray-800 mt-8">Our Menu</h2> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 mt-4"> <div class="bg-white p-4 rounded shadow"> <h3 class="text-xl font-bold text-center text-gray-800">Spaghetti Bolognese</h3> <p class="text-gray-600 mt-2"> A classic Italian dish made with a rich meat sauce and served over spaghetti. </p> </div> <div class="bg-white p-4 rounded shadow"> <h3 class="text-xl font-bold text-center text-gray-800">Chicken Parmesan</h3> <p class="text-gray-600 mt-2"> A classic Italian dish made with breaded chicken, tomato sauce, and melted cheese. </p> </div> <div class="bg-white p-4 rounded shadow"> <h3 class="text-xl font-bold text-center text-gray-800">Cheesecake</h3> <p class="text-gray-600 mt-2"> A creamy dessert made with a graham cracker crust and a rich, creamy filling. </p> </div> </div> </div> </body> </html>
Restaurant: A mouth-watering website design with an appetizing image slider showcasing various dishes. The logo is positioned top left, and the navigation menu is a horizontal bar across the top. The color scheme uses warm earthy tones to stimulate hunger.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <nav class="flex items-center justify-between flex-wrap bg-teal-500 p-6"> <div class="flex items-center flex-shrink-0 text-white mr-6"> <span class="font-semibold text-xl tracking-tight">Education Institute</span> </div> <div class="block lg:hidden"> <button class="flex items-center px-3 py-2 border rounded text-teal-200 border-teal-400 hover:text-white hover:border-white"> <svg class="fill-current h-3 w-3" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><title>Menu</title><path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z"/></svg> </button> </div> <div class="w-full block flex-grow lg:flex lg:items-center lg:w-auto"> <div class="text-sm lg:flex-grow"> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Home </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> About </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white"> Contact </a> </div> </div> </nav> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Welcome to Education Institute</h1> <p class="text-lg mb-4"> At Education Institute, we are committed to providing high-quality education to our students. Our experienced and dedicated faculty are dedicated to providing a supportive and inclusive learning environment. We offer a wide range of courses in various subjects, from basic to advanced levels. Our flexible and personalized learning approach allows students to tailor their learning to their individual needs and goals. </p> <p class="text-lg mb-4"> We believe in the power of education to change lives. That's why we are committed to creating a supportive and inclusive learning environment where students can thrive. We offer a wide range of courses in various subjects, from basic to advanced levels. Our flexible and personalized learning approach allows students to tailor their learning to their individual needs and goals. </p> </div> </body> </html>
Education Institute: A clean and informative design that includes an expansive header image with a call-to-action overlay to highlight enrollment. The logo is centered and set apart for prominence. Navigation links are stacked vertically on the left with an easy-to-understand layout style.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <header class="bg-white p-4 flex justify-between items-center"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo" class="h-10"> <nav> <ul class="flex space-x-4"> <li><a href="#" class="text-gray-600 hover:text-gray-800">Home</a></li> <li><a href="#" class="text-gray-600 hover:text-gray-800">About</a></li> <li><a href="#" class="text-gray-600 hover:text-gray-800">Contact</a></li> </ul> </nav> </header> <main class="container mx-auto p-4"> <h1 class="text-3xl font-bold mb-4">Welcome to our travel agency</h1> <p class="mb-4">We are a travel agency that specializes in creating unforgettable travel experiences. Our team of experienced travel experts can help you plan your next adventure.</p> <!-- Add your content here --> </main> <footer class="bg-white p-4 text-center text-gray-600"> &copy; 2022 Travel Agency </footer> </body> </html>
Travel Agency: A beautifully designed, immersive website that showcases expansive, high-definition images of various travel destinations. The logo is placed top left, and the navigation menu is transparent, merging with the background image. The color palette changes based on the images, creating a visually engaging and dynamic user experience.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <div class="flex flex-col min-h-screen"> <header class="bg-white shadow"> <div class="container mx-auto flex justify-between items-center py-4"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo" class="h-10"> <nav> <ul class="flex space-x-4"> <li><a href="#" class="text-gray-800 hover:text-purple-500">Home</a></li> <li><a href="#" class="text-gray-800 hover:text-purple-500">About</a></li> <li><a href="#" class="text-gray-800 hover:text-purple-500">Services</a></li> <li><a href="#" class="text-gray-800 hover:text-purple-500">Contact</a></li> </ul> </nav> </div> </header> <main class="flex-grow"> <!-- Your content here --> </main> <footer class="bg-white shadow"> <div class="container mx-auto py-4"> <p class="text-center text-gray-800">© 2022 Your Company. All rights reserved.</p> </div> </footer> </div> </body> </html>
Banking and Finance: A professional and clean design that includes a full-page image background with a semi-transparent overlay and a fixed, left-aligned sidebar for easy access to information such as interest rates and account sign-up. The logo is placed top left, and the colors used reflect stability and trust.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <header class="flex items-center justify-between bg-white p-4"> <img src="https://source.unsplash.com/random/100x100/?logo" alt="Logo" class="h-10"> <nav class="hidden md:block"> <ul class="flex space-x-4"> <li><a href="#" class="text-gray-800 hover:text-indigo-500">Home</a></li> <li><a href="#" class="text-gray-800 hover:text-indigo-500">About</a></li> <li><a href="#" class="text-gray-800 hover:text-indigo-500">Portfolio</a></li> <li><a href="#" class="text-gray-800 hover:text-indigo-500">Contact</a></li> </ul> </nav> </header> <main class="container mx-auto my-8 px-4"> <!-- Masonry grid layout --> <div class="columns-2 md:columns-3 lg:columns-4"> <!-- Replace with your images --> <img src="https://source.unsplash.com/random/300x200/?architecture" alt="Architecture" class="mb-4"> <!-- Repeat for other images --> </div> </main> <footer class="bg-white p-4 text-center text-gray-800"> <p>© 2022 Architectural Firm. All rights reserved.</p> </footer> </body> </html>
Architectural Firm: A visually stunning website that displays a portfolio of large images of architectural designs in a masonry grid layout. The logo is situated top left and the navigation menu is a hidden hamburger menu to keep the focus on the images. The overall design combines modern and traditional elements, with a serene color palette.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="font-sans bg-gray-100"> <header class="bg-white"> <div class="container mx-auto px-4 py-6"> <img src="https://source.unsplash.com/random/300x100/?healthcare" alt="Healthcare Provider Logo" class="h-10"> <nav class="flex items-center"> <a href="#" class="px-4 py-2 text-gray-700 hover:text-purple-500">Home</a> <a href="#" class="px-4 py-2 text-gray-700 hover:text-purple-500">About Us</a> <a href="#" class="px-4 py-2 text-gray-700 hover:text-purple-500">Services</a> <a href="#" class="px-4 py-2 text-gray-700 hover:text-purple-500">Contact</a> </nav> </div> </header> <main class="container mx-auto px-4 py-6"> <section class="mb-6"> <h1 class="text-3xl mb-2">Welcome to Healthcare Provider</h1> <p class="text-gray-700">We are a leading healthcare provider dedicated to providing the highest quality care to our patients. Our team of experienced healthcare professionals is committed to providing personalized care and ensuring that you receive the best possible service.</p> </section> <section class="mb-6"> <h2 class="text-2xl mb-2">Our Services</h2> <p class="text-gray-700">At Healthcare Provider, we offer a wide range of services to meet your healthcare needs. From primary care to specialty care, we have the expertise to help you achieve optimal health and wellness.</p> </section> <!-- Add more sections as needed --> </main> </body> </html>
Healthcare Provider: A clean, easy-to-navigate design with a full-width banner image and a left-aligned company logo and navigation menu. The main content is well-organized into sections, with an intuitive layout that makes finding information simple and efficient. The color palette is calming, with soft hues and easy-to-read typography.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="font-sans antialiased text-gray-900 leading-normal tracking-wider bg-cover" style="background-image: url('https://source.unsplash.com/random/1600x900/?farm');"> <nav class="flex items-center justify-between flex-wrap p-6"> <div class="flex items-center flex-shrink-0 text-white mr-6"> <span class="font-semibold text-xl tracking-tight">Health Food Website</span> </div> <div class="w-full block flex-grow lg:flex lg:items-center lg:w-auto"> <div class="text-sm lg:flex-grow"> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Home </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Recipes </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white"> Health Tips </a> </div> </div> </nav> <div class="container mx-auto px-4"> <div class="flex flex-wrap"> <div class="w-full lg:w-1/2"> <h1 class="text-4xl text-white font-bold leading-none mt-12">Welcome to our Health Food Website</h1> <p class="text-2xl text-white mt-6">We provide healthy and delicious recipes.</p> </div> <div class="w-full lg:w-1/2"> <img src="https://source.unsplash.com/random/600x400/?fruit" alt="Fruit" class="mt-12"> </div> </div> </div> </body> </html>
Health Food Website: A warm, earth-toned color scheme with a background image of a farm or organic produce. A vertical, left-aligned navigation menu featuring images and icons, with a large banner showcasing a promotional offer. Recipes and health tips featured prominently below the fold.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-200"> <header class="relative"> <img src="https://source.unsplash.com/random/1600x900/?architecture" alt="Architecture" class="w-full h-screen object-cover"> <div class="absolute inset-0 flex items-center justify-start p-4"> <nav class="hidden"> <!-- Navigation links here --> </nav> </div> </header> <main class="container mx-auto p-4"> <h1 class="text-4xl mb-4">Welcome to Our Architecture Firm</h1> <p class="mb-4"> At our firm, we specialize in creating innovative and sustainable designs for a wide range of projects. Our team of experienced architects and designers work closely with our clients to understand their needs and translate them into beautiful, functional spaces. We believe that architecture is more than just a profession - it's a way of life. We strive to create spaces that are not just beautiful, but also practical, efficient, and environmentally friendly. </p> <div class="grid grid-cols-3 gap-4"> <!-- Projects here --> </div> </main> </body> </html>
Architecture Firm: A sophisticated, full-screen image header featuring an impressive architectural project. Minimalist and grid-based design, with clean lines and a neutral color palette. Navigation is hidden in the top left corner, and projects are presented in a vertical masonry grid.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-900 text-white"> <header class="flex justify-center items-center h-64 bg-white text-black"> <h1 class="text-4xl">Art Gallery</h1> </header> <nav class="bg-gray-800 p-4"> <ul class="flex space-x-4"> <li><a href="#" class="text-white">Artist 1</a></li> <li><a href="#" class="text-white">Artist 2</a></li> <li><a href="#" class="text-white">Artist 3</a></li> </ul> </nav> <main class="grid grid-cols-3 gap-4 p-4"> <div class="relative"> <img src="https://source.unsplash.com/random/300x200/?art" alt="Art 1"> <div class="absolute inset-0 bg-black opacity-0 hover:opacity-50 transition duration-300"> <p class="absolute bottom-0 right-0 text-white p-2">Art 1 details</p> </div> </div> <!-- Repeat the above div for each image --> </main> </body> </html>
Art Gallery: A high-contrast design with deep, rich colors and white space. A large, centered logo at the top of the page, with top navigation featuring a dropdown menu for various artist categories. Gallery images displayed in a grid with hover effects showing details and a magnifying glass to zoom in.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <header class="bg-gray-500 text-white text-center py-16"> <h1 class="text-4xl">Welcome to our Language Learning Platform</h1> <p class="mt-4">We offer a variety of lessons and courses to help you learn a new language.</p> <button class="mt-8 bg-white text-gray-500 px-4 py-2 rounded">Start Free Trial</button> </header> <section class="container mx-auto py-16"> <h2 class="text-3xl text-center mb-8">Our Courses</h2> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> <!-- Add your course cards here --> </div> </section> <!-- Add more sections as needed --> </body> </html>
Language Learning Platform: A visually appealing and colorful design with a friendly and inviting cartoon character as the mascot. A large, interactive header featuring a call-to-action for a free trial. Lessons and courses are presented in a card-based layout, with detailed information shown in modals or lightboxes. Interactive quizzes, games, and video content are featured throughout the site.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <div class="container w-full md:max-w-3xl mx-auto pt-20"> <div class="w-full px-4 md:px-6 text-xl text-gray-800 leading-normal" style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana"> <p class="p-4 bg-white rounded-lg"> Welcome to our travel agency, where we specialize in creating unforgettable travel experiences. We understand that every traveler is unique, and we strive to provide personalized service that caters to your specific needs. Whether you're planning a romantic getaway, a family vacation, or a business trip, we're here to help you plan your next adventure. </p> </div> </div> </body> </html>
Travel Agency: A warm and immersive design featuring full-screen background images of beautiful vacation destinations. A clear call-to-action and booking form prominently displayed. Navigation is hidden in a bottom menu that displays only when the user scrolls to the bottom of the page. Interactive maps, virtual tours, and client reviews are integrated into the site for an engaging user experience.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="relative"> <img src="https://source.unsplash.com/random/1600x900/?building" alt="Building" class="w-full h-64 object-cover"> <div class="absolute inset-0 flex items-center justify-center"> <div class="text-center text-white"> <h1 class="text-4xl font-bold">Welcome to Our Architecture Firm</h1> <p class="text-xl mt-4">We are a full-service architecture firm specializing in residential, commercial, and institutional design.</p> <button class="mt-4 bg-red-500 hover:bg-red-700 text-white font-bold py-2 px-4 rounded"> Contact Us </button> </div> </div> </div> <div class="flex mt-8"> <div class="w-1/3 bg-white p-4"> <h2 class="text-2xl font-bold mb-4">Portfolio</h2> <!-- Portfolio items go here --> </div> <div class="w-2/3 bg-white p-4 ml-4"> <h2 class="text-2xl font-bold mb-4">About Us</h2> <!-- About us content goes here --> </div> </div> </body> </html>
Architecture Firm: A full-width background image of a building, with contact information and a call-to-action button prominently placed. A left sidebar with a portfolio of projects, and a right-aligned content area with text and images.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-yellow-500"> <div class="container mx-auto px-4 py-8"> <h1 class="text-4xl text-center font-bold mb-8">Welcome to our Recipe Blog</h1> <div class="flex flex-wrap -mx-4"> <div class="w-full md:w-1/2 px-4 mb-8"> <h2 class="text-2xl font-bold mb-4">Highlighted Recipe</h2> <img class="mb-4" src="https://source.unsplash.com/random/300x200/?recipe" alt="Highlighted Recipe"> <p class="text-lg"> This is a highlighted recipe. It's a delicious recipe that you can't miss. It's a perfect blend of spices and ingredients that will make your taste buds dance. </p> </div> <div class="w-full md:w-1/2 px-4 mb-8"> <h2 class="text-2xl font-bold mb-4">Categories</h2> <ul class="list-disc pl-4 mb-4"> <li>Category 1</li> <li>Category 2</li> <li>Category 3</li> </ul> <h2 class="text-2xl font-bold mb-4">Recent Blog Posts</h2> <ul class="list-disc pl-4"> <li>Blog Post 1</li> <li>Blog Post 2</li> <li>Blog Post 3</li> </ul> </div> </div> </div> </body> </html>
Recipe Blog: A two-column design, with a column dedicated to a highlighted recipe and a sidebar with various categories, a search bar, and recent blog posts. A warm color palette with shades of orange and yellow.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <header class="bg-white p-4 flex justify-between items-center"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo" class="h-10"> <nav> <ul class="flex space-x-4"> <li><a href="#" class="text-gray-600 hover:text-gray-900">Features</a></li> <li><a href="#" class="text-gray-600 hover:text-gray-900">Benefits</a></li> <li><a href="#" class="text-gray-600 hover:text-gray-900">Testimonials</a></li> </ul> </nav> </header> <section class="bg-white p-4 flex flex-col items-center"> <img src="https://source.unsplash.com/random/600x400/?product" alt="Product" class="w-full h-64 object-cover"> <button class="bg-gray-500 hover:bg-gray-700 text-white font-bold py-2 px-4 rounded mt-4"> Learn More </button> </section> <section class="bg-white p-4 flex flex-col items-center"> <h2 class="text-2xl mb-4">Features</h2> <p class="text-gray-600 mb-4">Our product is designed to provide a seamless and efficient experience for our users.</p> <button class="bg-gray-500 hover:bg-gray-700 text-white font-bold py-2 px-4 rounded mt-4"> Learn More </button> </section> <section class="bg-white p-4 flex flex-col items-center"> <h2 class="text-2xl mb-4">Benefits</h2> <p class="text-gray-600 mb-4">Our product offers a number of benefits, including increased efficiency, improved user experience, and cost savings.</p> <button class="bg-gray-500 hover:bg-gray-700 text-white font-bold py-2 px-4 rounded mt-4"> Learn More </button> </section> </body> </html>
Tech Startup: A minimalistic design, with a centrally-aligned logo, and a navigation menu at the top. A hero image showcasing the product, with a call-to-action button below. Three sections outlining features, benefits, and customer testimonials.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <header class="bg-white p-4 shadow"> <nav class="flex justify-between"> <div> <a href="#" class="text-gray-900 hover:text-yellow-500">Home</a> <a href="#" class="ml-4 text-gray-900 hover:text-yellow-500">Artists</a> <a href="#" class="ml-4 text-gray-900 hover:text-yellow-500">Exhibitions</a> </div> <div> <a href="#" class="text-gray-900 hover:text-yellow-500">Login</a> <a href="#" class="ml-4 text-gray-900 hover:text-yellow-500">Sign Up</a> </div> </nav> </header> <main class="container mx-auto p-4"> <section class="my-8"> <h1 class="text-3xl font-bold">Welcome to Our Art Gallery</h1> <p class="my-4"> We are a premier art gallery dedicated to showcasing the best of contemporary art. Our collection features a diverse range of artists, from established masters to rising talents, all working in a variety of mediums. </p> <p class="my-4"> We believe in the power of art to inspire, educate, and connect people. Our mission is to provide a space where artists can exhibit their work, and where the public can appreciate and enjoy the art. </p> </section> <!-- Add your slider and other sections here --> </main> <footer class="bg-white p-4 shadow"> <p class="text-center text-gray-900"> &copy; 2022 Art Gallery. All rights reserved. </p> </footer> </body> </html>
Art Gallery: A full-screen slider featuring images of artwork, with transparent navigation at the top. A centrally-aligned artist profile and upcoming exhibitions below the image slider.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="font-sans leading-normal tracking-normal"> <div class="flex flex-col min-h-screen"> <div class="bg-blue-500 text-white p-4"> <h1 class="text-2xl">Nonprofit Organization</h1> <button class="bg-white text-blue-500 px-4 py-2 mt-4">Donate Now</button> </div> <div class="flex-grow p-4"> <h2 class="text-xl mb-4">Mission Statement</h2> <p class="mb-4">Our mission is to provide a platform for individuals to come together and make a difference in their communities. We believe in the power of collective action and strive to create a world where everyone has the opportunity to thrive.</p> <h2 class="text-xl mb-4">Upcoming Events</h2> <p class="mb-4">Join us for our upcoming event on March 15th, 2023. We will be hosting a fundraiser to support our local schools.</p> <h2 class="text-xl mb-4">Current Campaigns</h2> <p class="mb-4">We are currently working on a campaign to raise awareness about the importance of recycling. Join us in our efforts to make a difference.</p> <h2 class="text-xl mb-4">Volunteer Opportunities</h2> <p class="mb-4">We are always looking for volunteers to help with our events and campaigns. If you are interested in volunteering, please contact us.</p> </div> <div class="bg-blue-500 text-white p-4"> <h2 class="text-xl mb-4">Donate Now</h2> <button class="bg-white text-blue-500 px-4 py-2">Donate Now</button> </div> </div> </body> </html>
Nonprofit Organization: A one-page design with information about the mission statement, upcoming events, current campaigns, and volunteer opportunities. A call-to-action button to donate prominently placed on the top of the page and sidebar.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-green-100"> <div class="container mx-auto px-4 py-8"> <div class="flex flex-wrap"> <div class="w-full lg:w-3/4"> <h1 class="text-4xl text-green-800 font-bold">Welcome to our Online Fitness Community</h1> <p class="text-xl text-green-600 my-4"> We are a community of fitness enthusiasts who believe in the power of exercise and a healthy lifestyle. Join us today and start your journey towards a better you. </p> <button class="bg-green-600 text-white px-4 py-2 rounded">Join Now</button> </div> <div class="w-full lg:w-1/4 mt-8 lg:mt-0"> <div class="bg-green-200 p-4 rounded"> <h2 class="text-2xl text-green-800 font-bold mb-4">Classes</h2> <p class="text-green-600"> We offer a variety of classes including yoga, pilates, and weight training. Check out our schedule for upcoming events. </p> <h2 class="text-2xl text-green-800 font-bold mt-8 mb-4">Social Media</h2> <div class="flex justify-start"> <a href="#" class="text-green-600 mr-4">Facebook</a> <a href="#" class="text-green-600 mr-4">Instagram</a> <a href="#" class="text-green-600">Twitter</a> </div> </div> </div> </div> </div> </body> </html>
Online Fitness Community: A clean layout featuring client testimonials and a prominent call-to-action button to join the community. A right-aligned sidebar with information about the classes, social media icons, and a calendar showing upcoming events. The color palette includes shades of green to convey growth and positivity.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <img src="https://source.unsplash.com/random/1200x400/?ecommerce" alt="Banner Image" class="w-full"> <nav class="flex justify-center mt-8"> <ul class="flex space-x-8"> <li><a href="#" class="text-gray-800 hover:text-gray-600">Home</a></li> <li><a href="#" class="text-gray-800 hover:text-gray-600">Products</a></li> <li><a href="#" class="text-gray-800 hover:text-gray-600">About</a></li> <li><a href="#" class="text-gray-800 hover:text-gray-600">Contact</a></li> </ul> </nav> <div class="flex mt-8"> <div class="w-1/4 px-4"> <h2 class="text-xl font-bold mb-4">Categories</h2> <ul> <li><a href="#" class="text-gray-800 hover:text-gray-600">Electronics</a></li> <li><a href="#" class="text-gray-800 hover:text-gray-600">Clothing</a></li> <li><a href="#" class="text-gray-800 hover:text-gray-600">Books</a></li> </ul> </div> <div class="w-2/4 px-4"> <h2 class="text-xl font-bold mb-4">Featured Products</h2> <!-- Add your products here --> </div> <div class="w-1/4 px-4"> <h2 class="text-xl font-bold mb-4">Filters</h2> <!-- Add your filters here --> </div> </div> <div class="mt-8 text-center"> <button class="bg-indigo-500 hover:bg-indigo-700 text-white font-bold py-2 px-4 rounded"> Shop Now </button> </div> </div> </body> </html>
E-commerce Store: A modern and clean layout with a large banner image, a horizontal navigation bar, three columns for product categories, a central call-to-action (CTA) button, and a left sidebar for filters and searches.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-white font-sans leading-normal tracking-normal"> <nav class="flex items-center justify-between flex-wrap bg-teal-500 p-6"> <div class="flex items-center flex-shrink-0 text-white mr-6"> <span class="font-semibold text-xl tracking-tight">Tech Startup</span> </div> <div class="w-full block flex-grow lg:flex lg:items-center lg:w-auto"> <div class="text-sm lg:flex-grow"> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Home </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> About </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white"> Contact </a> </div> </div> </nav> <section class="py-8"> <div class="container mx-auto flex items-center flex-wrap pt-4 pb-12"> <div class="w-full md:w-1/2 flex flex-col justify-center items-start px-6"> <h1 class="font-bold text-4xl my-4">Welcome to Tech Startup</h1> <p class="leading-normal mb-4"> At Tech Startup, we are dedicated to providing innovative and high-quality solutions to our clients. Our team of experts is committed to delivering the best possible service to our clients. We are always looking for new challenges and opportunities to grow and improve. </p> <button class="bg-teal-500 hover:bg-teal-700 text-white font-bold py-2 px-4 rounded"> Learn More </button> </div> <div class="w-full md:w-1/2"> <img src="https://source.unsplash.com/random/600x400/?tech" alt="Tech Startup"> </div> </div> </section> </body> </html>
Tech Startup: A minimalistic design with a centered logo, a horizontal navigation bar, a monochromatic color scheme, a hero image with a prominent CTA button, and a sidebar for team bios and testimonials.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <nav class="bg-white px-6 py-4"> <div class="flex items-center justify-between"> <div> <a href="#" class="text-xl font-bold text-gray-800">Law Firm</a> </div> <div> <!-- Add your dropdown menus here --> </div> </div> </nav> <main class="container mx-auto px-6 py-8"> <section class="mb-8"> <h1 class="text-3xl font-bold mb-4">Welcome to Law Firm</h1> <p class="text-lg text-gray-700"> At Law Firm, we are committed to providing our clients with the highest level of service and support. Our team of experienced attorneys is dedicated to providing you with the best possible representation in your legal matters. We understand that navigating the legal system can be complex, but we are here to help. Whether you are a small business owner, a corporate executive, or an individual, we are here to assist you in all your legal needs. </p> </section> <!-- Add your full-width banner image, three-column layout for services, practice areas, and attorney bios here --> </main> <footer class="bg-gray-800 text-white px-6 py-8"> <div class="container mx-auto"> <div class="flex flex-col md:flex-row justify-between items-center"> <div> <p class="text-lg">&copy; 2022 Law Firm</p> </div> <div> <p class="text-lg">Contact: info@lawfirm.com</p> </div> </div> </div> </footer> </body> </html>
Law Firm: A professional and traditional design with a centered logo, a fixed navbar with dropdown menus, a full-width banner image, a three-column layout for services, practice areas, and attorney bios, and a footer with contact information.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <div class="flex flex-col min-h-screen"> <nav class="bg-white border-b border-gray-200 fixed z-10 w-64 h-full"> <!-- Diagonal navigation bar goes here --> </nav> <main class="flex-grow"> <section class="h-screen bg-cover bg-center" style="background-image: url('https://source.unsplash.com/random/1600x900/?travel')"> <div class="container mx-auto px-6 py-12 h-full"> <h1 class="text-4xl font-bold mb-4">Welcome to our travel agency</h1> <p class="text-xl mb-8">We are a team of passionate travelers who are dedicated to providing you with the best travel experience. We specialize in adventure, luxury, and cultural travel. Whether you're looking for a romantic getaway, a family vacation, or a business trip, we've got you covered.</p> <a href="#" class="bg-indigo-500 hover:bg-indigo-700 text-white font-bold py-2 px-4 rounded">Book Now</a> </div> </section> <section class="py-12"> <div class="container mx-auto px-6"> <h2 class="text-3xl font-bold mb-6">Our Destinations</h2> <!-- Blog-style layout for destinations goes here --> </div> </section> </main> <footer class="bg-white border-t border-gray-200"> <div class="container mx-auto px-6 py-6"> <!-- Social media links go here --> </div> </footer> </div> </body> </html>
Travel Agency: A vibrant and adventurous design with a full-screen background image, a diagonal navigation bar on the left, a hero section with a CTA button, a blog-style layout for destinations, and a footer with social media links.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-black text-white"> <header class="flex justify-center items-center h-24"> <img src="https://source.unsplash.com/random/300x200/?logo" alt="Logo" class="h-16"> </header> <nav class="flex justify-center items-center h-16"> <ul class="flex space-x-4"> <li><a href="#" class="hover:text-gray-400">Home</a></li> <li><a href="#" class="hover:text-gray-400">About</a></li> <li><a href="#" class="hover:text-gray-400">Exhibitions</a></li> <li><a href="#" class="hover:text-gray-400">Artists</a></li> <li><a href="#" class="hover:text-gray-400">Contact</a></li> </ul> </nav> <main class="py-8"> <section class="container mx-auto"> <h1 class="text-4xl text-center mb-8">Welcome to our Art Gallery</h1> <p class="text-xl text-center"> At our Art Gallery, we are dedicated to showcasing the best of the art world. We believe in the power of art to inspire, educate, and connect people. Our collection is diverse and includes a wide range of styles and mediums, from painting and sculpture to photography and digital art. We are proud to feature some of the most talented and influential artists in the world, and we are always on the lookout for new and exciting pieces to add to our collection. </p> </section> </main> </body> </html>
Art Gallery: A sleek and elegant design with a centered logo, a black background, a horizontal navigation menu, a full-screen slider for featured artworks, a grid layout for exhibitions, and a footer with artist profiles.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <header class="flex items-center justify-between bg-white p-4"> <div class="flex items-center"> <img src="https://source.unsplash.com/random/100x100/?logo" alt="Logo" class="h-10 w-10"> <h1 class="ml-2 text-xl">Education</h1> </div> <nav class="flex items-center"> <a href="#" class="px-2 py-1 text-gray-700">Home</a> <a href="#" class="px-2 py-1 text-gray-700">About</a> <a href="#" class="px-2 py-1 text-gray-700">Courses</a> <a href="#" class="px-2 py-1 text-gray-700">Contact</a> </nav> </header> <main class="container mx-auto p-4"> <!-- Your content here --> </main> <footer class="bg-white p-4 text-center text-gray-700"> <p>Follow us on social media:</p> <div class="flex justify-center"> <a href="#" class="px-2 py-1">Facebook</a> <a href="#" class="px-2 py-1">Twitter</a> <a href="#" class="px-2 py-1">Instagram</a> </div> <p class="mt-2">Contact us: info@education.com</p> </footer> </body> </html>
Education: A clean and informative design with a logo in the top left, a fixed navbar, a full-width banner image, a three-column layout for courses, student testimonials, and faculty info, and a footer with social media links and contact info.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <nav class="flex items-center justify-between flex-wrap bg-teal-500 p-6"> <div class="flex items-center flex-shrink-0 text-white mr-6"> <span class="font-semibold text-xl tracking-tight">Health and Wellness</span> </div> <div class="w-full block flex-grow lg:flex lg:items-center lg:w-auto"> <div class="text-sm lg:flex-grow"> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Services </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Team </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white"> Testimonials </a> </div> <div> <a href="#" class="inline-block text-sm px-4 py-2 leading-none border rounded text-white border-white hover:border-transparent hover:text-teal-500 hover:bg-white mt-4 lg:mt-0">Book Now</a> </div> </div> </nav> <div class="container w-full md:max-w-3xl mx-auto pt-20"> <div class="w-full px-4 text-xl text-gray-800 leading-normal" style="font-family: 'Lucida Console', 'Monaco', monospace"> <p class="pb-4">Welcome to Health and Wellness, where we believe in the power of wellness. Our mission is to provide a welcoming and calming environment where you can relax, rejuvenate, and reconnect with yourself. We offer a variety of services to help you achieve your health and wellness goals. From personalized nutrition plans to mindful meditation sessions, we have something for everyone. Our team of experts is dedicated to helping you reach your full potential. We believe in the power of community, so we offer online booking so you can schedule your appointment with us. Let us be your guide on your journey to health and wellness.</p> </div> </div> </body> </html>
Health and Wellness: A welcoming and calming design with a left navbar, a full-screen header image with a CTA button, a three-column layout for services, team bios, and customer testimonials, and a footer with social media links and online booking.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <nav class="flex items-center justify-between flex-wrap bg-teal-500 p-6"> <div class="flex items-center flex-shrink-0 text-white mr-6"> <span class="font-semibold text-xl tracking-tight">Logo</span> </div> <div class="block lg:hidden"> <button class="flex items-center px-3 py-2 border rounded text-teal-200 border-teal-400 hover:text-white hover:border-white"> <svg class="fill-current h-3 w-3" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><title>Menu</title><path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z"/></svg> </button> </div> <div class="w-full block flex-grow lg:flex lg:items-center lg:w-auto"> <div class="text-sm lg:flex-grow"> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Services </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Teams </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white"> Case Studies </a> </div> </div> </nav> <main class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Welcome to our Technology Consultancy</h1> <p class="mb-4">At our consultancy, we specialize in providing expert advice and solutions for all your technology needs. We are committed to delivering high-quality services that meet and exceed your expectations. Our team of experts is dedicated to helping you navigate the complexities of the digital world and find the solutions that best fit your unique needs. Whether you're a small business looking to upgrade your technology or a large corporation in need of strategic advice, we're here to help.</p> </main> </body> </html>
Technology Consultancy: A bold and professional design with a logo in the center, a fixed navbar with dropdown menus, a full-screen background image, a hero section with a CTA button and a company tagline, and a three-column layout for services, teams, and case studies.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="flex flex-col items-center"> <img src="https://source.unsplash.com/random/1200x400/?tech" alt="Hero Image" class="w-full h-64 object-cover"> <nav class="w-full bg-pink-500 text-white p-4"> <ul class="flex justify-end space-x-4"> <li><a href="#">Home</a></li> <li><a href="#">About</a></li> <li><a href="#">Services</a></li> <li><a href="#">Contact</a></li> </ul> </nav> <div class="w-full max-w-screen-lg mt-8 p-4 bg-white shadow-md"> <h1 class="text-2xl font-bold mb-4">Welcome to Our Tech Company</h1> <p class="mb-4"> At our tech company, we are dedicated to providing innovative and efficient solutions for your technology needs. Our team of experts is committed to delivering high-quality products and services that meet your specific requirements. Whether you're looking for software development, IT consulting, or system integration, we're here to help. </p> <p class="mb-4"> We believe in the power of technology to transform businesses and improve lives. That's why we're committed to staying at the forefront of the latest advancements in technology, and to continuously improving our products and services to better serve our clients. </p> <p class="mb-4"> Contact us today to learn more about how we can help you achieve your technology goals. </p> </div> </div> </body> </html>
Tech Company: A minimalist design with a large, centered hero image and a horizontal navigation bar. The main content areas are aligned to the right, with a clean color palette of blue and gray.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <div class="flex flex-col min-h-screen"> <header class="bg-white"> <nav class="container mx-auto flex items-center justify-between flex-wrap p-6"> <div class="flex items-center flex-shrink-0 text-white mr-6"> <span class="font-semibold text-xl tracking-tight">Travel Agency</span> </div> <div class="w-full block flex-grow lg:flex lg:items-center lg:w-auto"> <div class="text-sm lg:flex-grow"> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Home </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> About </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white"> Contact </a> </div> <form class="lg:flex lg:items-center"> <input type="text" placeholder="Search" class="px-4 py-2 rounded-lg mr-3"> <button type="submit" class="bg-red-500 hover:bg-red-700 text-white font-bold py-2 px-4 rounded"> Search </button> </form> </div> </nav> </header> <main class="flex-grow"> <div class="w-full bg-cover bg-center h-96" style="background-image: url('https://source.unsplash.com/random/1600x900/?travel')"> <div class="container mx-auto px-6 md:px-12 xl:px-48"> <h2 class="text-xl text-white font-bold leading-tight">Welcome to our travel agency</h2> <h1 class="text-5xl text-white font-bold leading-tight">Discover the world</h1> <button class="bg-red-500 hover:bg-red-700 text-white font-bold py-2 px-4 rounded mt-6"> Book Now </button> </div> </div> </main> <footer class="bg-white"> <div class="container mx-auto px-8"> <div class="w-full flex flex-col md:flex-row py-6"> <div class="flex-1 mb-6"> <a class="text-red-600 hover:text-red-800 text-xl font-bold">Travel Agency</a> </div> <div class="flex-1"> <p class="text-red-600">We are a travel agency dedicated to providing you with the best service and experience. We are committed to making your journey as smooth as possible.</p> </div> </div> </div> </footer> </div> </body> </html>
Travel Agency: A dynamic design with a full-screen hero image showcasing a beautiful destination. The navigation bar is at the top, with a search bar and call-to-action button. A second call-to-action button appears at the bottom of the screen.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <header class="bg-cover bg-center h-screen" style="background-image: url('https://source.unsplash.com/random/1600x900/?food')"> <div class="container mx-auto px-6 md:flex md:items-center md:justify-between py-4"> <div class="text-center text-white"> <h1 class="font-bold uppercase text-5xl pt-20 md:pt-0">Welcome to our Food Delivery Service</h1> <p class="text-2xl pt-10">We offer the best food delivery service in town. Our menu is carefully curated to provide you with the best dishes from all around the world.</p> <button class="bg-white text-gray-800 font-bold rounded-full mt-10 px-4 py-3">Order Now</button> </div> </div> </header> <section class="py-20"> <div class="container mx-auto px-6"> <h2 class="text-4xl text-center font-bold">Featured Menu Items</h2> <!-- Add your menu items here --> </div> </section> <footer class="bg-gray-800 text-white text-center py-8"> <div class="container mx-auto px-6"> <p>Follow us on social media</p> <!-- Add your social media links here --> <p class="mt-4">Contact us at: info@fooddelivery.com</p> </div> </footer> </body> </html>
Food Delivery Service: A simple, one-page layout with an appetizing hero image, featured menu items, and a call-to-action button that stands out with a contrasting color. At the bottom, a footer with links to social media and contact information.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-red-100"> <div class="flex flex-col items-center justify-center h-screen"> <h1 class="text-4xl font-bold text-center text-gray-800">Legal Services: A Formal Design with a Traditional Color Scheme of Blue and Gray</h1> <p class="text-xl text-center text-gray-800">At our firm, we provide comprehensive legal services to help you navigate the complexities of your legal situation. We are committed to providing you with the highest level of service and support.</p> <button class="mt-4 px-4 py-2 text-white bg-red-500 rounded">Contact Us</button> </div> <div class="container mx-auto px-4 py-8"> <h2 class="text-2xl font-bold text-center text-gray-800">Our Services</h2> <div class="flex flex-col items-center justify-center mt-8"> <h3 class="text-xl font-bold text-center text-gray-800">Legal Consultation</h3> <p class="text-center text-gray-800">We provide free legal consultation to help you understand your legal rights and obligations.</p> <button class="mt-4 px-4 py-2 text-white bg-red-500 rounded">Learn More</button> </div> <div class="flex flex-col items-center justify-center mt-8"> <h3 class="text-xl font-bold text-center text-gray-800">Legal Representation</h3> <p class="text-center text-gray-800">We provide legal representation to help you navigate the legal system and achieve your goals.</p> <button class="mt-4 px-4 py-2 text-white bg-red-500 rounded">Learn More</button> </div> </div> </body> </html>
Legal Services: A formal design with a traditional color scheme of blue and gray. The hero area displays a lawyer in action, and a prominent call-to-action button is placed below. The main content is organized into sections with subheadings and clear calls-to-action.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <div class="flex justify-between items-center"> <img src="https://source.unsplash.com/random/100x100/?logo" alt="Logo" class="h-16"> <button class="bg-gray-500 hover:bg-gray-700 text-white font-bold py-2 px-4 rounded"> Donate Now </button> </div> <div class="mt-8"> <h1 class="text-4xl font-bold text-center">Welcome to Our Non-Profit Organization</h1> <p class="mt-4 text-lg text-center"> We are a non-profit organization dedicated to making a difference in the world. We believe in the power of love and kindness, and we strive to create a world where everyone has the opportunity to live their best lives. </p> </div> <div class="mt-8"> <h2 class="text-2xl font-bold">Donation Information</h2> <p class="mt-4"> We accept donations of all kinds. Whether you're a seasoned donor or just getting started, we're here to help you every step of the way. </p> </div> <div class="mt-8"> <h2 class="text-2xl font-bold">Success Stories</h2> <p class="mt-4"> Here are some of our recent success stories. We're proud to have been able to help so many people in so many ways. </p> </div> </div> </body> </html>
Non-profit Organization: A heartfelt design with a bold color palette and a captivating hero image. The logo is situated in the top left, and the navigation bar is replaced with a clear call-to-action button. Donation information and success stories are displayed prominently.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <header class="bg-white p-4 flex justify-between items-center"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo" class="h-10"> <nav class="hidden md:block"> <ul class="flex space-x-4"> <li><a href="#" class="text-gray-600 hover:text-gray-900">Home</a></li> <li><a href="#" class="text-gray-600 hover:text-gray-900">Properties</a></li> <li><a href="#" class="text-gray-600 hover:text-gray-900">About</a></li> <li><a href="#" class="text-gray-600 hover:text-gray-900">Contact</a></li> </ul> </nav> <button class="md:hidden"> <!-- Hamburger icon --> </button> </header> <main class="container mx-auto p-4"> <!-- Your content here --> </main> <footer class="bg-white p-4 text-center"> <p class="text-gray-600">© 2022 Real Estate Agency. All rights reserved.</p> </footer> </body> </html>
Real Estate Agency: A spacious design featuring large property images with call-to-action buttons, arranged in a grid. The logo is located at the top left, and the main navigation is hidden until a hamburger menu icon is clicked. Search functionality and agent information are displayed prominently.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <header class="flex justify-center items-center h-64 bg-gray-200"> <img src="https://source.unsplash.com/random/300x200/?logo" alt="Logo" class="h-20"> </header> <nav class="flex justify-center items-center h-16 bg-gray-300"> <ul class="flex space-x-4"> <li><a href="#" class="text-gray-800 hover:text-gray-600">Home</a></li> <li><a href="#" class="text-gray-800 hover:text-gray-600">About</a></li> <li><a href="#" class="text-gray-800 hover:text-gray-600">Services</a></li> <li><a href="#" class="text-gray-800 hover:text-gray-600">Contact</a></li> </ul> </nav> <main class="flex justify-center items-center h-screen"> <div class="grid grid-cols-3 gap-4"> <div class="relative"> <img src="https://source.unsplash.com/random/300x200/?event" alt="Event 1" class="w-full"> <div class="absolute inset-0 flex justify-center items-center"> <p class="text-white text-2xl">Event 1</p> </div> </div> <!-- Repeat the above structure for each event --> </div> </main> <footer class="flex justify-center items-center h-64 bg-gray-200"> <p class="text-gray-800">© 2022 Event Planning Company. All rights reserved.</p> </footer> </body> </html>
Event Planning Company: A visually engaging design featuring large event images with text overlays, arranged in a three-column layout. The logo is centered at the top, and the main navigation is a transparent overlay that appears on hover. The client testimonials and featured events are prominently displayed.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-white"> <header class="bg-white text-center py-12"> <img src="https://source.unsplash.com/random/300x200/?tech" alt="Logo" class="w-32 h-32 mx-auto"> <nav class="mt-6"> <ul class="flex justify-center space-x-6"> <li><a href="#about" class="text-gray-500 hover:text-gray-700">About</a></li> <li><a href="#services" class="text-gray-500 hover:text-gray-700">Services</a></li> <li><a href="#contact" class="text-gray-500 hover:text-gray-700">Contact</a></li> </ul> </nav> </header> <section id="about" class="bg-gray-100 py-12"> <div class="container mx-auto px-4"> <h2 class="text-3xl font-bold mb-6 text-center">About Us</h2> <p class="text-lg text-gray-600">We are a technology company dedicated to providing innovative solutions to meet your business needs. Our team of experts is committed to delivering high-quality products and services that exceed your expectations.</p> </div> </section> <section id="services" class="bg-green-100 py-12"> <div class="container mx-auto px-4"> <h2 class="text-3xl font-bold mb-6 text-center">Our Services</h2> <p class="text-lg text-gray-600">We offer a wide range of services including software development, web design, mobile app development, and more. Our team of experts is skilled in a variety of technologies and is always ready to help you find the best solution for your needs.</p> </div> </section> <section id="contact" class="bg-white py-12"> <div class="container mx-auto px-4"> <h2 class="text-3xl font-bold mb-6 text-center">Contact Us</h2> <p class="text-lg text-gray-600">We would love to hear from you. Please contact us using the information below.</p> <p class="text-lg text-gray-600">Phone: 123-456-7890</p> <p class="text-lg text-gray-600">Email: info@techcompany.com</p> </div> </section> </body> </html>
Technology Company Site: Minimalist design with a centered logo and intuitive navigation menu. A clean, white background with pops of blue and green. Each section has a distinct background color.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-red-100"> <header class="bg-yellow-500 text-white text-center py-16"> <h1 class="text-4xl">Welcome to Our Restaurant</h1> <p class="mt-4">A warm and inviting restaurant where you can enjoy a variety of appetizing food.</p> </header> <main class="container mx-auto p-4"> <section class="my-8"> <h2 class="text-2xl mb-4">Our Menu</h2> <!-- Add your menu items here --> </section> <section class="my-8"> <h2 class="text-2xl mb-4">Gallery</h2> <!-- Add your gallery images here --> </section> <section class="my-8"> <h2 class="text-2xl mb-4">About Us</h2> <p>We are a family-owned restaurant dedicated to providing the best food in the area. Our menu features a variety of appetizing dishes, all made with fresh, locally sourced ingredients.</p> </section> </main> <footer class="bg-yellow-500 text-white text-center py-4"> <p>&copy; 2022 Our Restaurant. All rights reserved.</p> </footer> </body> </html>
Restaurant Site: A background image of a beautifully set table, responsive layout for mobile users, and scrolling images of appetizing food. Use a warm color scheme with a focus on red and yellow.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-green-900 text-white"> <div class="container mx-auto px-4 py-12"> <h1 class="text-4xl font-bold mb-4">Welcome to Our Banking and Finance Site</h1> <p class="mb-8"> At our banking and finance site, we are committed to providing you with the best possible service. We understand that trust is a key factor in banking and finance, which is why we have built our site with a strong emphasis on trust and security. Our team of experts is dedicated to providing you with the most accurate and up-to-date information about banking and finance. We strive to make your banking experience as smooth and stress-free as possible. </p> <div class="w-full max-w-xs mx-auto"> <form class="bg-white shadow-md rounded px-8 pt-6 pb-8 mb-4"> <div class="mb-4"> <label class="block text-gray-700 text-sm font-bold mb-2" for="username"> Username </label> <input class="shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline" id="username" type="text" placeholder="Username"> </div> <div class="mb-6"> <label class="block text-gray-700 text-sm font-bold mb-2" for="password"> Password </label> <input class="shadow appearance-none border border-red-500 rounded w-full py-2 px-3 text-gray-700 mb-3 leading-tight focus:outline-none focus:shadow-outline" id="password" type="password" placeholder="******************"> </div> <div class="flex items-center justify-between"> <button class="bg-green-500 hover:bg-green-700 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline" type="button"> Sign In </button> </div> </form> </div> </div> </body> </html>
Banking and Finance Site: A blue color palette with a strong emphasis on trust and security. A simplified layout with clear typography and a login form at the center.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <div class="flex flex-col min-h-screen"> <header class="bg-white shadow"> <div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center"> <a href="#" class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0"> <img src="https://source.unsplash.com/random/100x100/?logo" alt="Logo" class="w-10 h-10"> <span class="ml-3 text-xl">Graphic Design Studio</span> </a> <nav class="md:ml-auto flex flex-wrap items-center text-base justify-center"> <a href="#" class="mr-5 hover:text-gray-900">Home</a> <a href="#" class="mr-5 hover:text-gray-900">About</a> <a href="#" class="mr-5 hover:text-gray-900">Portfolio</a> <a href="#" class="mr-5 hover:text-gray-900">Contact</a> </nav> </div> </header> <main class="flex-grow"> <section class="py-10 px-4 sm:px-6 lg:px-8"> <h1 class="text-4xl font-bold mb-4">Welcome to our Graphic Design Studio</h1> <p class="text-lg leading-relaxed mb-6"> At our graphic design studio, we specialize in creating unique and high-quality designs that reflect the creativity and style of our clients. Our team of experienced designers work closely with our clients to understand their vision and bring it to life. We use the latest design tools and techniques to create designs that are not only visually stunning but also functional and user-friendly. Whether you're looking for a logo, a brochure, a website, or a brand identity, we're here to help. </p> </section> </main> <footer class="bg-white py-4"> <div class="container mx-auto px-4 sm:px-6 lg:px-8"> <p class="text-center text-gray-500"> &copy; 2022 Graphic Design Studio. All rights reserved. </p> </div> </footer> </div> </body> </html>
Graphic Design Studio Site: A full-screen image slider featuring various design projects, a minimalist design with ample white space, and a centrally-aligned logo and contact information. Use a wide range of colors and textures to reflect the creativity of the studio.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-yellow-100"> <div class="container mx-auto px-4 py-8"> <div class="flex flex-col md:flex-row"> <div class="w-full md:w-1/2 p-4"> <img src="https://source.unsplash.com/random/300x200/?food" alt="Food Image" class="w-full"> </div> <div class="w-full md:w-1/2 p-4"> <h1 class="text-3xl font-bold mb-4">Welcome to our Food Blog</h1> <p class="text-lg mb-4"> We are a food company dedicated to providing the best food in the world. Our mission is to make food accessible and enjoyable for everyone. We believe that food is not just a meal, but a passion. </p> <button class="bg-yellow-500 hover:bg-yellow-700 text-white font-bold py-2 px-4 rounded"> Learn More </button> </div> </div> <div class="flex flex-wrap -mx-4"> <div class="w-full md:w-1/2 lg:w-1/3 p-4"> <img src="https://source.unsplash.com/random/300x200/?food" alt="Blog Image" class="w-full mb-4"> <h2 class="text-xl font-bold mb-2">Blog Post Title</h2> <p class="text-gray-700 mb-2"> Author: John Doe </p> <p class="text-gray-700"> Date: 01/01/2020 </p> </div> <!-- Repeat the above div for each blog post --> </div> </div> </body> </html>
Blog for a Food Company: A two-column layout with a large, mouth-watering image on one side and a description and call-to-action button on the other. The blog posts are displayed in a masonry layout with a featured image, title, author, and date. The site uses warm, appetizing colors.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="font-sans antialiased text-gray-900 leading-normal tracking-wider bg-cover" style="background-image: url('https://source.unsplash.com/random/1600x900/?digital-agency');"> <header class="relative flex items-center justify-center h-screen mb-4 bg-black bg-opacity-75 text-white"> <div class="container mx-auto px-4 z-10"> <h1 class="text-4xl lg:text-5xl font-bold mb-4">Welcome to our Digital Agency</h1> <p class="text-lg lg:text-xl mb-8">We are a full-service digital agency that helps businesses like yours to reach their full potential online.</p> <a href="#" class="inline-block px-8 py-4 rounded bg-yellow-500 text-white no-underline">Get Started</a> </div> </header> <section class="py-8 bg-white"> <div class="container mx-auto px-4"> <h2 class="text-3xl font-bold mb-4">About Us</h2> <p class="mb-8">We are a team of experienced digital professionals who are passionate about helping businesses succeed online. Our services include web design, SEO, social media marketing, and more.</p> </div> </section> <footer class="py-8 bg-black text-white"> <div class="container mx-auto px-4"> <p class="mb-4">Contact us: info@ourdigitalagency.com</p> <p class="mb-4">Follow us on: Twitter, Facebook, Instagram</p> </div> </footer> </body> </html>
Digital Agency Site: A modern, minimalist design with a full-screen header featuring a short intro, a call-to-action button, and a background video. The content is organized into sections, each with a unique color and a parallax effect. The footer includes links to social media profiles and contact information.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <header class="bg-green-500 text-white text-center py-16"> <h1 class="text-4xl">Local Newspaper</h1> <p class="mt-4">Your local news, updated daily.</p> </header> <main class="container mx-auto p-4"> <section class="mt-8"> <h2 class="text-2xl mb-4">Latest News</h2> <!-- Article list goes here --> </section> <section class="mt-8"> <h2 class="text-2xl mb-4">Map of Local Neighborhoods</h2> <!-- Map goes here --> </section> </main> <footer class="bg-green-500 text-white text-center py-4"> <p>&copy; 2022 Local Newspaper</p> </footer> </body> </html>
News Site for a Local Newspaper: A simple, clean design with a large header displaying the latest news headlines. The main content area consists of articles displayed in a reverse chronological order, with related stories listed at the bottom. The site uses a classic color palette and includes a search bar and a map of local neighborhoods.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Real Estate Site</h1> <div class="grid grid-cols-3 gap-4"> <div class="bg-white rounded-lg shadow-md overflow-hidden"> <img src="https://source.unsplash.com/random/300x200/?house" alt="House" class="w-full"> <div class="p-4"> <h2 class="text-xl font-bold mb-2">House for Sale</h2> <p class="text-gray-700 mb-2">This is a beautiful house located in the heart of the city. It has 3 bedrooms, 2 bathrooms, and a large backyard.</p> <button class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"> View Details </button> </div> </div> <!-- Repeat the above div for each property --> </div> </div> </body> </html>
Real Estate Site: A grid layout of properties displayed prominently on the homepage, with filters and search options available in the sidebar. Each property listing includes a large image, a brief description, and a call-to-action button. The site uses a modern, sleek design with ample whitespace and bold colors.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="font-sans antialiased text-gray-900 leading-normal tracking-wider bg-cover bg-center" style="background-image: url('https://source.unsplash.com/random/1600x900/?tech');"> <div class="container w-full md:w-1/2 xl:w-1/3 p-5 mx-auto"> <section class="flex flex-col break-words bg-white border border-gray-300 rounded shadow"> <header> <div class="font-sans text-sm font-bold text-left text-gray-700 p-4"> Tech Company Site </div> </header> <main class="w-full p-4"> <p class="leading-loose text-justify"> At Tech Company, we are dedicated to providing the best technology solutions for our clients. Our team of experts is committed to delivering high-quality, reliable, and innovative products and services. We are passionate about technology and are always looking for ways to improve and innovate. We believe in the power of technology to transform the world and we are committed to using it to make a difference. </p> </main> </section> </div> </body> </html>
Tech Company Site: A minimalist design with a full-screen hero image of the latest product, accompanied by a call-to-action button and a brief description. The site includes a horizontal navigation menu and a blog section with post excerpts and thumbnail images. The site uses a crisp, modern color palette.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <div class="container w-full md:max-w-3xl mx-auto pt-20"> <div class="w-full px-4 md:px-6 text-xl text-gray-800 leading-normal"> <div class="flex flex-wrap"> <div class="w-full md:w-1/2 p-3"> <h1 class="text-4xl font-bold text-center">Welcome to Our Nonprofit Organization</h1> <p class="text-center mt-5"> Our mission is to provide a safe and supportive environment for individuals and families affected by trauma. We believe that everyone deserves a second chance and we are committed to helping them achieve that. </p> <div class="flex justify-center mt-10"> <button class="bg-red-500 hover:bg-red-700 text-white font-bold py-2 px-4 rounded"> Donate Now </button> </div> </div> <div class="w-full md:w-1/2 p-3"> <h2 class="text-2xl font-bold text-center">Stay Updated</h2> <p class="text-center mt-5"> Sign up for our newsletter to receive updates about our latest events and initiatives. </p> <form class="mt-10"> <input class="w-full block appearance-none rounded py-3 px-4 leading-tight focus:outline-none focus:bg-white focus:border-gray-500" type="text" placeholder="Email"> <button class="bg-red-500 hover:bg-red-700 text-white font-bold py-2 px-4 mt-5 rounded w-full" type="button"> Sign Up </button> </form> </div> </div> </div> </div> </body> </html>
Nonprofit Organization Site: A two-column layout with a large, central call-to-action button and a brief mission statement on one side, and a newsletter sign-up form and donation button on the other. The site includes a blog, a photo gallery, and a volunteer sign-up form. The site uses a warm, inviting color palette and an easy-to-navigate layout.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="font-sans leading-normal tracking-normal"> <header class="w-full h-64 bg-cover bg-center" style="background-image: url('https://source.unsplash.com/random/1600x900/?technology')"> <div class="container mx-auto px-6 py-3 flex justify-center"> <img class="h-16" src="https://source.unsplash.com/random/400x400/?logo" alt="Logo"> </div> </header> <nav class="bg-blue-500 text-white p-4"> <div class="container mx-auto flex justify-center"> <a href="#" class="px-2">Home</a> <a href="#" class="px-2">Products</a> <a href="#" class="px-2">About Us</a> <a href="#" class="px-2">Contact</a> </div> </nav> <main class="container mx-auto px-6 py-3"> <div class="flex flex-wrap -mx-2 overflow-hidden"> <div class="my-2 px-2 w-full md:w-1/3"> <h2 class="text-2xl">Product Showcase</h2> <p>Our products are designed to meet the needs of our customers. We offer a wide range of high-quality products that are reliable, efficient, and easy to use.</p> </div> <div class="my-2 px-2 w-full md:w-1/3"> <h2 class="text-2xl">About Us</h2> <p>We are a technology company dedicated to providing innovative and reliable solutions to our customers. Our team is made up of experts in various fields of technology.</p> </div> <div class="my-2 px-2 w-full md:w-1/3"> <h2 class="text-2xl">Contact Information</h2> <p>Phone: 123-456-7890</p> <p>Email: info@techcompany.com</p> <p>Address: 1234 Technology Street, City, State, Zip</p> </div> </div> </main> </body> </html>
Technology Company: A minimalist design with a full-width header image, a centered logo, and a three-column layout featuring product showcases, about us, and contact information. The primary navigation menu is positioned at the top of the page.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <div class="flex flex-col min-h-screen"> <div class="flex-none bg-indigo-600 text-white p-4 text-center"> <img src="https://source.unsplash.com/random/100x100/?logo" alt="Logo" class="mx-auto"> </div> <div class="flex-grow"> <nav class="bg-indigo-700 text-white p-4"> <ul class="flex space-x-4 justify-center"> <li><a href="#" class="text-white hover:text-indigo-200">Home</a></li> <li><a href="#" class="text-white hover:text-indigo-200">About</a></li> <li><a href="#" class="text-white hover:text-indigo-200">Products</a></li> <li><a href="#" class="text-white hover:text-indigo-200">Contact</a></li> </ul> </nav> <main class="container mx-auto p-4"> <h1 class="text-2xl mb-4">Welcome to our Fashion Brand</h1> <p class="mb-4"> At our fashion brand, we believe in the power of style to elevate the everyday. We are a team of passionate individuals who are dedicated to creating unique and timeless pieces that are not just fashionable, but also functional and comfortable. Our collection is designed to cater to the modern woman who appreciates quality, comfort, and style. We believe that fashion should not only be about what you wear, but also about how you live. That's why we offer a wide range of products that cater to all tastes and styles. </p> <!-- Add your product showcase and call-to-action button here --> </main> </div> <footer class="bg-indigo-600 text-white p-4 text-center"> &copy; 2022 Fashion Brand. All rights reserved. </footer> </div> </body> </html>
Fashion Brand: A left-aligned layout with a vibrant color palette and high-quality image backgrounds. The logo is centered at the top, and the primary navigation menu is positioned below it in a horizontal bar. The main content area features product showcases and a call-to-action button.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="font-sans antialiased text-gray-900 leading-normal tracking-wider bg-cover bg-center" style="background-image: url('https://source.unsplash.com/random/1600x900/?hospital');"> <div class="container w-full md:w-4/5 xl:w-3/5 mx-auto px-5 py-24"> <header class="flex justify-between items-center"> <img src="https://source.unsplash.com/random/100x100/?logo" alt="Logo" class="h-10"> <nav> <ul class="flex"> <li class="mr-3"><a href="#" class="text-white hover:text-blue-800">Home</a></li> <li class="mr-3"><a href="#" class="text-white hover:text-blue-800">About</a></li> <li class="mr-3"><a href="#" class="text-white hover:text-blue-800">Services</a></li> <li><a href="#" class="text-white hover:text-blue-800">Contact</a></li> </ul> </nav> </header> <main class="mt-10"> <h1 class="text-4xl font-bold">Welcome to Our Hospital</h1> <p class="mt-5"> At our hospital, we are committed to providing the highest quality of care to our patients. Our team of experienced doctors and staff are dedicated to providing compassionate, professional care that is both effective and efficient. We believe in a patient-centered approach to healthcare, and we strive to create a warm and welcoming environment for all our patients. </p> <!-- Add more sections for testimonials, services, and doctors information here --> </main> </div> </body> </html>
Hospital: A clean, professional design with a muted color palette and a full-width image header showcasing a hospital scene. The logo is positioned in the top left corner, and the primary navigation menu is located at the top right. The main content area includes patient testimonials and information about services and doctors.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-4xl text-center font-bold mb-8">Welcome to Our Education Institution</h1> <p class="text-lg text-justify mb-8"> At our institution, we are committed to providing a high-quality education that prepares students for success in their chosen fields. Our experienced faculty and state-of-the-art facilities ensure that our students receive the best possible education. We offer a wide range of courses, from basic to advanced, and our faculty are experts in their respective fields. Our admission requirements are simple and flexible, and we welcome students from all walks of life. Our students have achieved remarkable success in their chosen fields, and we are proud of their achievements. </p> </div> </body> </html>
Education Institution: A clean, professional design with a header image of a campus or classroom. The logo is centered at the top, and the primary navigation menu is located below it in a horizontal bar. The main content area includes information about courses, admission requirements, and student achievements.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <header class="flex justify-between items-center p-4 bg-gray-500 text-white"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo" class="h-10"> <nav> <ul class="flex space-x-4"> <li><a href="#" class="hover:underline">Team News</a></li> <li><a href="#" class="hover:underline">Game Schedules</a></li> <li><a href="#" class="hover:underline">Merchandise</a></li> </ul> </nav> </header> <main class="container mx-auto p-4"> <section> <h1 class="text-2xl mb-4">Welcome to our Sports Team</h1> <p class="mb-4"> We are a team of passionate individuals who love to play sports. Our team is made up of individuals from different backgrounds and walks of life, but we all share a common passion for sports. We believe in the power of sports to bring people together and create lasting friendships. </p> <p class="mb-4"> Our team is made up of individuals from different backgrounds and walks of life, but we all share a common passion for sports. We believe in the power of sports to bring people together and create lasting friendships. </p> <p class="mb-4"> We are committed to providing our members with the best possible experience. We offer a variety of sports to choose from, including football, basketball, and volleyball. We also offer a variety of social events to participate in. </p> </section> <section> <h2 class="text-xl mb-4">Game Schedules</h2> <!-- Add game schedules here --> </section> <section> <h2 class="text-xl mb-4">Merchandise</h2> <!-- Add merchandise here --> </section> </main> </body> </html>
Sports Team: A lively design with the team's colors prominently featured. The logo is positioned in the top left corner, and the primary navigation menu is located at the top right. The main content area includes team news, game schedules, and merchandise for sale.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4"> <header class="flex justify-between items-center py-4"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo" class="h-10"> <nav> <ul class="flex space-x-4"> <li><a href="#" class="text-gray-600 hover:text-gray-800">Home</a></li> <li><a href="#" class="text-gray-600 hover:text-gray-800">About</a></li> <li><a href="#" class="text-gray-600 hover:text-gray-800">Contact</a></li> </ul> </nav> </header> <main> <section class="mb-8"> <img src="https://source.unsplash.com/random/1200x400/?car" alt="Car Parts" class="w-full h-64 object-cover"> </section> <section class="mb-8"> <h1 class="text-3xl font-bold mb-4">Welcome to our Automotive Parts Retailer</h1> <p class="text-gray-600"> We are a leading automotive parts retailer, offering a wide range of high-quality parts for all makes and models of cars. Our dedicated team of experts is committed to providing you with the best service and products. Whether you're looking for a new set of wheels, a replacement brake pad, or a new engine oil, we've got you covered. We also offer a wide range of accessories and services to keep your car running smoothly. </p> </section> <!-- Add more sections as needed --> </main> <footer class="py-4 text-center text-gray-600"> &copy; 2022 Automotive Parts Retailer. All rights reserved. </footer> </div> </body> </html>
Automotive Parts Retailer: A car-themed design with a full-width image banner of different car parts. The logo is positioned in the top left corner, and the primary navigation menu is located at the top right. The main content area includes a search feature for parts, customer reviews, and special promotions.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="relative"> <video class="w-full h-full object-cover" autoplay loop muted> <source src="video.mp4" type="video/mp4"> </video> <div class="absolute inset-0 flex items-center justify-center"> <h1 class="text-white text-4xl font-bold">Welcome to our Tech Company</h1> </div> </div> <nav class="bg-white p-4"> <div class="container mx-auto flex items-center justify-between"> <a href="#" class="text-xl font-bold">Tech Company</a> <div class="hidden md:block"> <a href="#" class="px-2 py-1 text-gray-600 hover:text-black">Home</a> <a href="#" class="px-2 py-1 text-gray-600 hover:text-black">About</a> <a href="#" class="px-2 py-1 text-gray-600 hover:text-black">Services</a> <a href="#" class="px-2 py-1 text-gray-600 hover:text-black">Contact</a> </div> <div class="md:hidden"> <button class="hamburger"> <span></span> <span></span> <span></span> </button> </div> </div> </nav> </body> </html>
A tech company site with a full-screen background video, navigational menu hidden behind a hamburger icon. The company logo is animatically revealed once the menu is opened.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="flex"> <!-- Left side menu --> <div class="w-1/4 bg-white p-4"> <h2 class="text-lg font-bold">Menu</h2> <ul> <li><a href="#">Home</a></li> <li><a href="#">About</a></li> <li><a href="#">Contact</a></li> </ul> </div> <!-- Center focused product display --> <div class="w-3/4 p-4"> <h1 class="text-2xl font-bold">Welcome to our fashion brand</h1> <p class="my-4"> We are a fashion brand that specializes in creating unique and stylish clothing for all occasions. Our collections are designed to make you feel confident and beautiful. </p> <div class="flex flex-wrap"> <!-- Product cards --> <div class="w-1/3 p-2"> <div class="bg-white p-4"> <img src="https://source.unsplash.com/random/300x200/?fashion" alt="Product 1"> <h3 class="text-lg font-bold">Product 1</h3> <p>$100</p> </div> </div> <!-- More product cards --> </div> </div> </div> </body> </html>
A fashion brand site with a right-side menu, a center focused product display, and a background color that changes based on the featured collection.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-green-500 text-gray-900"> <nav class="flex justify-center p-4 bg-gold-500"> <ul class="flex space-x-8"> <li><a href="#" class="text-lg">Home</a></li> <li><a href="#" class="text-lg">About</a></li> <li><a href="#" class="text-lg">Services</a></li> <li><a href="#" class="text-lg">Contact</a></li> </ul> </nav> <main class="max-w-4xl mx-auto p-4"> <h1 class="text-4xl mb-4">Welcome to Our Finance Company</h1> <p class="mb-4"> At our finance company, we are committed to providing our clients with the best possible service. We understand that managing your finances can be a daunting task, which is why we offer a wide range of financial services to meet your needs. Whether you're looking for advice on saving for retirement, or need help with your investments, we're here to help. </p> <p class="mb-4"> Our team of experienced financial advisors is dedicated to providing you with the information and support you need to make informed decisions about your finances. We believe in transparency and honesty, and we strive to build long-term relationships with our clients. </p> <p class="mb-4"> We understand that everyone's financial situation is unique, which is why we offer a variety of services to meet your specific needs. Whether you're a small business owner, a professional, or a retiree, we have the expertise to help you achieve your financial goals. </p> <p class="mb-4"> Contact us today to learn more about how we can help you. We look forward to the opportunity to serve you. </p> </main> </body> </html>
A finance company site with a minimalist design, a horizontally centered menu, and a green and gold color scheme to evoke trust and confidence.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <div class="flex flex-wrap"> <div class="w-full md:w-1/3 bg-white p-5"> <nav> <ul> <li><a href="#">Home</a></li> <li><a href="#">About</a></li> <li><a href="#">Courses</a></li> <li><a href="#">Contact</a></li> </ul> </nav> </div> <div class="w-full md:w-2/3 bg-white p-5"> <img src="https://source.unsplash.com/random/800x600/?campus" alt="Campus Image" class="w-full"> <h1 class="text-3xl text-gray-800">Welcome to Our Educational Institution</h1> <p class="text-gray-600"> At our educational institution, we are committed to providing a high-quality education that prepares students for success in a rapidly changing world. We offer a wide range of courses in various disciplines, and our faculty are experts in their fields. Our campus is equipped with state-of-the-art facilities and a supportive learning environment. We believe in the power of education to change lives and we are dedicated to helping our students reach their full potential. </p> </div> </div> </body> </html>
An educational institution site with a left column for easy navigation, a central image or video of the campus, and a warm, inviting color palette.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <nav class="flex items-center justify-between flex-wrap bg-teal-500 p-6"> <div class="flex items-center flex-shrink-0 text-white mr-6"> <span class="font-semibold text-xl tracking-tight">Tech Company</span> </div> <div class="w-full block flex-grow lg:flex lg:items-center lg:w-auto"> <div class="text-sm lg:flex-grow"> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Home </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> About </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white"> Contact </a> </div> </div> </nav> <div class="container mx-auto"> <h1 class="my-6 text-2xl font-bold text-center text-gray-700">Welcome to Tech Company</h1> <p class="my-6 text-base leading-relaxed text-center text-gray-700"> At Tech Company, we are dedicated to providing innovative and efficient solutions for your technology needs. Our team of experts is committed to delivering high-quality products and services that meet your specific needs and exceed your expectations. Whether you're looking for a new website, a custom software solution, or a digital marketing strategy, we're here to help. </p> </div> </body> </html>
Tech Company: A minimalist design with a large, dynamic header image, a centered main navigation menu, and a three-column layout for content, featuring a light color palette and clean lines.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <div class="container w-full md:max-w-3xl mx-auto pt-20"> <div class="w-full px-4 md:px-6 text-xl text-gray-800 leading-normal" style="font-family: 'Source Sans Pro', sans-serif;"> <div class="font-sans font-bold break-normal pt-6 pb-2 text-gray-900 pb-6"> <h1>Welcome to Our Creative Agency</h1> </div> <p class="py-6"> At our creative agency, we are dedicated to helping businesses and individuals reach their full potential. We believe in the power of creativity and innovation, and we strive to use this to create engaging and effective marketing strategies. Our team of experienced professionals is equipped with the latest tools and techniques to help you achieve your goals. Whether you're looking to increase brand awareness, boost sales, or simply attract new customers, we're here to help. </p> <div class="pb-6"> <button class="inline-block bg-red-500 hover:bg-red-700 text-white font-bold py-2 px-4 rounded"> Contact Us </button> </div> </div> </div> </body> </html>
Creative Agency: A visually striking design with a full-screen background video, a diagonal layout, and a prominent call-to-action button, incorporating bold colors and graphic elements.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <div class="flex flex-wrap"> <div class="w-full md:w-1/3 bg-white p-5"> <!-- Navigation menu goes here --> <h1 class="text-2xl">Navigation</h1> <ul> <li><a href="#">Home</a></li> <li><a href="#">About</a></li> <li><a href="#">Courses</a></li> <li><a href="#">Contact</a></li> </ul> </div> <div class="w-full md:w-1/3 bg-white p-5"> <!-- Main content goes here --> <h1 class="text-2xl">Welcome to Our Education Institute</h1> <p>At our education institute, we believe in the power of education to change lives. We offer a wide range of courses in various fields, from science to literature, from technology to art. Our experienced and dedicated instructors ensure that every student gets the attention they deserve. We believe in the power of education to open doors to opportunities and to create a better future for all.</p> <img src="https://source.unsplash.com/random/300x200/?education" alt="Education"> </div> <div class="w-full md:w-1/3 bg-white p-5"> <!-- Call-outs and additional information goes here --> <h1 class="text-2xl">Upcoming Events</h1> <ul> <li>Event 1</li> <li>Event 2</li> <li>Event 3</li> </ul> </div> </div> </body> </html>
Education Institute: A clean and professional design with a left sidebar containing a navigation menu, a central content area, and a right sidebar for call-outs and additional information, using a calming color palette and lots of white space.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-red-100"> <div class="w-full h-64 bg-cover bg-center" style="background-image: url('https://source.unsplash.com/random/1600x900/?food')"></div> <nav class="flex justify-center p-4 bg-red-800 text-white"> <a href="#" class="px-4">Home</a> <a href="#" class="px-4">Menu</a> <a href="#" class="px-4">About</a> <a href="#" class="px-4">Contact</a> </nav> <div class="container mx-auto p-4"> <h1 class="text-4xl text-center my-8">Welcome to Our Restaurant</h1> <p class="text-lg text-justify"> At our restaurant, we believe in the power of food to bring people together. Our menu is a celebration of the best ingredients, carefully sourced from around the world, and presented in a modern, yet classic way. We use only the freshest produce, and prepare our dishes with care and attention to detail. Whether you're in the mood for a hearty main course, a light snack, or a refreshing drink, we've got something for everyone. Come and enjoy a meal with us, and let us serve you a plate of happiness. </p> </div> <div class="container mx-auto p-4"> <h2 class="text-3xl text-center my-8">Our Menu</h2> <!-- Carousel goes here --> </div> </body> </html>
Food Restaurant: A warm and inviting design with a full-width hero image of a mouth-watering dish, a horizontal navigation menu, and a scrolling carousel of menu items, incorporating a rich color palette of reds, oranges, and yellows.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-white font-sans leading-normal tracking-normal"> <nav class="flex items-center justify-between flex-wrap bg-yellow-500 p-6"> <div class="flex items-center flex-shrink-0 text-white mr-6"> <span class="font-semibold text-xl tracking-tight">Financial Services</span> </div> <div class="w-full block flex-grow lg:flex lg:items-center lg:w-auto"> <div class="text-sm lg:flex-grow"> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Home </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> About </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white"> Contact </a> </div> </div> </nav> <div class="container mx-auto px-4 py-12"> <h1 class="text-4xl text-center font-bold mb-8">Welcome to Financial Services</h1> <p class="text-lg text-justify mb-8"> At Financial Services, we provide top-notch financial services to our clients. We are committed to providing secure and reliable services to our clients. Our team of experts is dedicated to providing the best possible service to our clients. We offer a wide range of services including but not limited to investments, loans, and insurance. </p> <h2 class="text-2xl text-center font-bold mb-4">Our Services</h2> <!-- Add your services here --> </div> </body> </html>
Financial Services: A sleek and modern design with a centered logo and a fixed top navigation menu, a light color palette, and a lot of white space, featuring clear and concise information and secure payment options.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <header class="bg-cover bg-center h-screen" style="background-image: url('https://source.unsplash.com/random/1600x900/?travel')"> <div class="container mx-auto px-6 md:flex md:items-center md:justify-between"> <div class="text-center md:text-left"> <h1 class="mt-0 text-4xl font-bold text-white leading-tight">Welcome to our Travel Agency</h1> <p class="text-white">We are a team of travel experts who are passionate about helping you plan your next adventure. Whether you're looking for a relaxing beach vacation, an exciting city break, or a cultural experience, we're here to make it happen.</p> <div class="mt-12"> <a href="#" class="no-underline text-gray-700 bg-white hover:bg-gray-100 border-2 border-gray-700 hover:border-gray-700 rounded-full py-2 px-4 inline-flex items-center"> <span class="ml-2">Book Now</span> </a> </div> </div> </div> </header> </body> </html>
Travel Agency: A visually stimulating design with a prominent header image of a beautiful travel destination, a diagonal layout, and a call-to-action button prominently displayed, using a warm color palette and plenty of high-quality images.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <nav class="flex justify-center items-center h-16 bg-pink-500 text-white"> <ul class="flex space-x-6"> <li><a href="#">Home</a></li> <li><a href="#">Services</a></li> <li><a href="#">Testimonials</a></li> <li><a href="#">Contact</a></li> </ul> </nav> <div class="flex justify-center items-center h-64 bg-pink-500 text-white"> <h1 class="text-4xl">Healthcare Provider</h1> </div> <div class="flex justify-center items-center h-64 bg-white"> <div class="flex flex-col space-y-4 w-1/3 p-4"> <h2 class="text-2xl">Our Services</h2> <p>We provide high-quality healthcare services to our patients. Our team of experienced doctors and nurses are dedicated to providing the best care possible.</p> <button class="bg-pink-500 text-white p-2 rounded">Learn More</button> </div> <div class="flex flex-col space-y-4 w-1/3 p-4"> <h2 class="text-2xl">Patient Testimonials</h2> <p>"Healthcare Provider has been a game changer in my life. They have provided me with the best care I could have ever hoped for." - John Doe</p> <button class="bg-pink-500 text-white p-2 rounded">Read More</button> </div> <div class="flex flex-col space-y-4 w-1/3 p-4"> <h2 class="text-2xl">Call to Action</h2> <p>Schedule an appointment today and experience the difference for yourself.</p> <button class="bg-pink-500 text-white p-2 rounded">Schedule Now</button> </div> </div> </body> </html>
Healthcare Provider: A calming and professional design with a horizontal main navigation menu, a centered logo, and a three-column layout featuring information about services, patient testimonials, and a call-to-action button, using calming colors and plenty of white space.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <div class="container w-full md:max-w-3xl mx-auto pt-20"> <div class="w-full px-4 md:px-6 text-xl text-gray-800 leading-normal"> <div class="font-sans font-bold break-normal pt-6 pb-2 text-gray-900 pb-6"> <h1>Nonprofit Organization</h1> </div> <p class="py-6"> At Nonprofit Organization, we believe in the power of compassion and kindness. We are a nonprofit organization dedicated to making a difference in the world. We believe that everyone deserves a chance to live a happy and fulfilling life, regardless of their circumstances. We are committed to providing aid and support to those in need, and we believe that together, we can make a difference. </p> <div class="py-6"> <img class="h-64 mx-auto md:h-auto object-cover md:object-center" src="https://source.unsplash.com/random/300x200/?cause"> </div> <p class="py-6"> Our mission is to create a world where everyone has the opportunity to live a life of dignity and self-respect. We believe that everyone has the right to a safe and secure environment, access to education, healthcare, and the opportunity to contribute to their communities. We are committed to working with our partners to create a world where everyone can live a life of dignity and self-respect. </p> <div class="py-6"> <img class="h-64 mx-auto md:h-auto object-cover md:object-center" src="https://source.unsplash.com/random/300x200/?volunteer"> </div> <p class="py-6"> We believe in the power of community and in the importance of giving back. We are a nonprofit organization that is committed to creating a world where everyone has the opportunity to live a life of dignity and self-respect. We believe that everyone has the right to a safe and secure environment, access to education, healthcare, and the opportunity to contribute to their communities. We are committed to working with our partners to create a world where everyone can live a life of dignity and self-respect. </p> </div> </div> </body> </html>
Nonprofit Organization: A heartfelt and engaging design with a hero image of a cause, a scrolling carousel of stories and testimonials, and a prominent call-to-action button, using a diverse color palette and plenty of emotional language.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <nav class="flex items-center justify-between flex-wrap bg-teal-500 p-6"> <div class="flex items-center flex-shrink-0 text-white mr-6"> <span class="font-semibold text-xl tracking-tight">Real Estate Company</span> </div> <div class="w-full block flex-grow lg:flex lg:items-center lg:w-auto"> <div class="text-sm lg:flex-grow"> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Home </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> About </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white"> Contact </a> </div> </div> </nav> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Welcome to Real Estate Company</h1> <p class="text-lg mb-4"> At Real Estate Company, we are committed to providing our clients with the best possible service. We understand that buying or selling a home can be a big decision, which is why we offer a wide range of services to make the process as smooth as possible. Whether you're looking for a new home, selling your current one, or simply looking for advice, we're here to help. </p> <p class="text-lg mb-4"> Our team of experienced real estate professionals is dedicated to providing you with the information you need to make an informed decision. We understand that buying a home is a big investment, which is why we offer a wide range of services to make the process as smooth as possible. Whether you're looking for a new home, selling your current one, or simply looking for advice, we're here to help. </p> </div> </body> </html>
Real Estate Company: A modern and functional design with a prominent search bar, a horizontal main navigation menu, and a grid of listings in the hero section, incorporating plenty of white space, clear and concise information, and high-quality images.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <div class="flex flex-col md:flex-row"> <div class="w-full md:w-1/2 p-4"> <h1 class="text-3xl font-bold mb-4">Latest Blog Post</h1> <img src="https://source.unsplash.com/random/800x600/?food" alt="Food Image" class="mb-4"> <p class="text-lg"> Welcome to our blog about food. We are passionate about food and we want to share our knowledge and experiences with you. We believe that food is not just a meal, but a way of life. We love to explore new flavors, cuisines, and ingredients. We hope you enjoy our blog and find inspiration in our posts. </p> </div> <div class="w-full md:w-1/2 p-4"> <h2 class="text-2xl font-bold mb-4">Popular Posts</h2> <ul> <li class="mb-2"><a href="#" class="text-green-500 hover:text-green-700">Post Title 1</a></li> <li class="mb-2"><a href="#" class="text-green-500 hover:text-green-700">Post Title 2</a></li> <li class="mb-2"><a href="#" class="text-green-500 hover:text-green-700">Post Title 3</a></li> </ul> </div> </div> <footer class="mt-8 p-4 bg-gray-800 text-white"> <p class="text-center">© 2022 Food Company. All rights reserved.</p> </footer> </div> </body> </html>
Blog for a Food Company: A two-column design with the latest blog post displayed in a wide, centered format with vivid food images. The left column houses a sidebar with popular posts, a search bar, a tag cloud, and social media links. The footer includes a contact form, a copyright notice, and a set of icons linking to various social media profiles.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <header class="bg-white text-gray-800"> <div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center"> <a class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0"> <span class="ml-3 text-xl">Software Company</span> </a> <nav class="md:ml-auto flex flex-wrap items-center text-base justify-center"> <a href="#about" class="mr-5 hover:text-gray-900">About</a> <a href="#services" class="mr-5 hover:text-gray-900">Services</a> <a href="#contact" class="mr-5 hover:text-gray-900">Contact</a> </nav> <button class="inline-flex items-center bg-gray-800 border-0 py-1 px-3 focus:outline-none hover:bg-gray-700 rounded text-base mt-4 md:mt-0">Get Started <svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 ml-1" viewBox="0 0 24 24"> <path d="M5 12h14M12 5l7 7-7 7"></path> </svg> </button> </div> </header> <section class="text-gray-700 body-font"> <div class="container mx-auto flex px-5 py-24 items-center justify-center flex-col"> <img class="lg:w-2/6 md:w-3/6 w-5/6 mb-10 object-cover object-center rounded" alt="hero" src="https://source.unsplash.com/random/720x600/?software"> <div class="text-center lg:w-2/3 w-full"> <h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900">Welcome to Software Company</h1> <p class="mb-8 leading-relaxed">At Software Company, we are dedicated to providing top-notch software solutions to our clients. Our team of experienced developers and designers work tirelessly to create innovative and effective software that meets the needs of our clients. We are committed to delivering high-quality software that is not only functional, but also user-friendly and visually appealing.</p> </div> </div> </section> <footer class="text-gray-700 body-font"> <div class="container px-5 py-8 mx-auto flex items-center sm:flex-row flex-col"> <a class="flex title-font font-medium items-center md:justify-start justify-center text-gray-900"> <span class="ml-3 text-xl">Software Company</span> </a> <p class="text-sm text-gray-500 sm:ml-4 sm:pl-4 sm:border-l-2 sm:border-gray-200 sm:py-2 sm:mt-0 mt-4">© 2022 Software Company — <a href="https://twitter.com/knyttneve" title="Contact" class="text-gray-600 ml-1" target="_blank" rel="noopener noreferrer">Contact</a> </p> </div> </footer> </body> </html>
Software Company’s Website: A minimal design with a clean and straightforward layout. A large, single-page hero image introducing the software, followed by a call-to-action button and brief company overview at the top. A multi-level navigation menu at the top allows users to explore different sections of the page. The footer includes a link to contact information, a newsletter sign-up form, and third-party customer reviews.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <header class="bg-white text-center py-4"> <img src="https://source.unsplash.com/random/300x100/?logo" alt="Logo" class="w-1/2 md:w-1/4"> <nav class="mt-4"> <ul class="flex justify-center space-x-4"> <li><a href="#" class="text-red-500 hover:text-red-700">Home</a></li> <li><a href="#" class="text-red-500 hover:text-red-700">News</a></li> <li><a href="#" class="text-red-500 hover:text-red-700">Sports</a></li> <li><a href="#" class="text-red-500 hover:text-red-700">Entertainment</a></li> </ul> </nav> </header> <main class="container mx-auto p-4"> <h1 class="text-2xl font-bold mb-4">Latest News</h1> <!-- Add your news stories here --> </main> <footer class="bg-white text-center py-4"> <p>&copy; 2022 Media Company. All rights reserved.</p> <!-- Add your sitemap and social media icons here --> </footer> </body> </html>
News Site for a Media Company: A responsive design featuring a large, centered logo and a horizontal navigation menu at the top. The main content is shown in a grid format with the latest news stories displayed in equal columns. The footer includes copyright information, a sitemap, and a set of social media icons.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="font-sans"> <header class="bg-cover bg-center h-screen flex flex-col justify-center items-center text-white" style="background-image: url('https://source.unsplash.com/random/1600x900/?interior')"> <h1 class="text-4xl mb-4">Welcome to Our Interior Design Company</h1> <p class="text-xl mb-8">We are a leading interior design company, specializing in creating unique and stylish spaces that reflect your individual style and personality.</p> <button class="bg-white hover:bg-gray-100 text-gray-800 font-semibold py-2 px-4 border border-gray-400 rounded shadow"> Book a Consultation </button> </header> <section class="py-12"> <h2 class="text-3xl text-center mb-8">About Us</h2> <p class="text-lg text-center mx-auto max-w-2xl">We are a team of experienced interior designers who are passionate about creating spaces that are not just beautiful, but also functional and comfortable. Our goal is to help you create a space that is perfect for you and your family.</p> </section> <section class="py-12 bg-gray-200"> <h2 class="text-3xl text-center mb-8">Portfolio</h2> <!-- Add your portfolio items here --> </section> <section class="py-12"> <h2 class="text-3xl text-center mb-8">Testimonials</h2> <!-- Add your testimonials here --> </section> <section class="py-12 bg-gray-200"> <h2 class="text-3xl text-center mb-8">Services</h2> <!-- Add your services here --> </section> <footer class="py-8 bg-gray-800 text-white text-center"> <button class="bg-white hover:bg-gray-100 text-gray-800 font-semibold py-2 px-4 border border-gray-400 rounded shadow mb-4"> Contact Us </button> <p>© 2022 Interior Design Company. All rights reserved.</p> </footer> </body> </html>
Interior Design Company’s Website: A one-page design with a header consisting of a large, professional image of an interior and a call-to-action button, followed by an 'About Us' section, 'Portfolio,' 'Testimonials,' and 'Services' sections. The 'Contact Us' and 'Book a Consultation' buttons are located below the footer.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="font-sans"> <header class="relative"> <img src="https://source.unsplash.com/random/1600x900/?construction" alt="Construction Project" class="w-full"> <div class="absolute inset-0 flex items-center justify-center flex-col px-4 text-white"> <h1 class="text-4xl font-bold mb-4">Welcome to Our Construction Company</h1> <p class="text-xl mb-8">We are a leading construction company specializing in high-quality, safe, and efficient construction projects.</p> <button class="bg-indigo-500 hover:bg-indigo-700 text-white font-bold py-2 px-4 rounded"> Get a Quote </button> </div> </header> <section class="py-8 px-4"> <h2 class="text-3xl font-bold mb-4">Our Services</h2> <!-- Add your services content here --> </section> <section class="py-8 px-4"> <h2 class="text-3xl font-bold mb-4">Projects</h2> <!-- Add your projects content here --> </section> <section class="py-8 px-4"> <h2 class="text-3xl font-bold mb-4">Client Testimonials</h2> <!-- Add your testimonials content here --> </section> <section class="py-8 px-4"> <h2 class="text-3xl font-bold mb-4">Contact Us</h2> <!-- Add your contact form here --> </section> <footer class="bg-gray-800 text-white py-8 px-4"> <!-- Add your social media icons, newsletter sign-up form, and brochure download link here --> </footer> </body> </html>
Construction Company: A full-width header featuring a high-resolution, full-screen image of a construction project with a call-to-action button and a brief introduction below. The sections below include 'Our Services,' 'Projects,' 'Client Testimonials,' and 'Contact Us.' The footer includes social media icons, a newsletter sign-up form, and a link to download the company brochure.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <header class="bg-white p-4 flex justify-center"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo"> </header> <nav class="bg-gray-500 text-white p-4"> <ul class="flex justify-center space-x-4"> <li><a href="#mission">Mission</a></li> <li><a href="#projects">Projects</a></li> <li><a href="#get-involved">Get Involved</a></li> </ul> </nav> <main class="max-w-screen-lg mx-auto p-4"> <section id="mission" class="my-8"> <h2 class="text-2xl font-bold mb-4">Our Mission</h2> <p>At our non-profit organization, we strive to make a difference in the world. We believe in the power of community and strive to create a world where everyone has the opportunity to thrive. We are committed to using our skills and resources to make a positive impact in our community and beyond.</p> </section> <section id="projects" class="my-8"> <h2 class="text-2xl font-bold mb-4">Our Projects</h2> <p>We are currently working on several projects. These include:</p> <ul class="list-disc ml-8"> <li>Project 1</li> <li>Project 2</li> <li>Project 3</li> </ul> </section> <section id="get-involved" class="my-8"> <h2 class="text-2xl font-bold mb-4">Get Involved</h2> <p>We are always looking for volunteers to help us with our projects. If you are interested in getting involved, please contact us.</p> </section> </main> <footer class="bg-gray-500 text-white p-4 text-center"> <p>© 2022 Non-Profit Organization</p> </footer> </body> </html>
Non-Profit Organization’s Website: A minimal design with a clean layout and a centered logo. A simple menu at the top offers links to different pages, including the mission statement, projects, and ways to get involved. The main content highlights featured stories and campaigns, with a donation form and newsletter sign-up located below the footer.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <div class="flex flex-wrap"> <div class="w-full md:w-6/12"> <img class="object-cover w-full h-screen hidden md:block" src="https://source.unsplash.com/random/1200x800/?art" alt="Art Gallery"> </div> <div class="w-full md:w-6/12 flex flex-col"> <div class="text-gray-900 text-center p-12 flex-1 flex flex-col justify-center"> <h2 class="text-4xl font-bold mb-4">Welcome to our Art Gallery</h2> <p class="text-lg"> At our Art Gallery, we specialize in the finest artworks from around the world. Our collection is diverse and includes a wide range of styles and periods, from the Renaissance to the present day. We pride ourselves on our ability to curate and display works of art that are not only beautiful, but also insightful and thought-provoking. </p> <p class="text-lg"> We believe that art has the power to inspire, uplift, and connect us. That's why we offer a unique and engaging experience for our visitors. Whether you're a seasoned art collector or a casual visitor, we aim to make your experience as enjoyable as possible. </p> </div> </div> </div> </body> </html>
Art Gallery: A visually stunning layout with a full-width background image showcasing the artist's work. The menu is vertically situated on the left side, allowing easy navigation to different sections of the website. The company logo is placed in the top right corner, while artist bios and upcoming exhibitions are displayed below the background image.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <div class="flex justify-center"> <img src="https://source.unsplash.com/random/300x200/?law" alt="Law Firm Logo" class="h-16"> </div> <div class="flex justify-center mt-8"> <nav class="flex space-x-4"> <a href="#" class="text-gray-600 hover:text-indigo-500">Service 1</a> <a href="#" class="text-gray-600 hover:text-indigo-500">Service 2</a> <a href="#" class="text-gray-600 hover:text-indigo-500">Service 3</a> </nav> </div> <div class="mt-8"> <p class="text-center text-gray-600"> Welcome to our law firm, where we provide top-notch legal services to help you navigate the complexities of your life. Our firm is committed to providing personalized, effective legal advice and representation to our clients. We understand that navigating legal issues can be daunting, but we are here to make the process as smooth as possible. </p> </div> </div> </body> </html>
Law Firm: A professional layout with a centered company logo and a clean, minimalist design. The menu is horizontally positioned at the top, with each tab labeled using a clear and concise description of the firm's services. A call-to-action button is placed below the menu to encourage potential clients to contact the firm.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-white font-sans leading-normal tracking-normal"> <nav class="w-full bg-transparent"> <div class="container mx-auto flex flex-wrap items-center justify-between mt-0 py-3"> <div class="flex items-center text-white-900 hover:text-gray-900"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Company Logo"> </div> <div class="flex-grow items-center hidden lg:flex"> <ul class="flex flex-row"> <li class="mr-3"><a href="#" class="border-solid border-transparent hover:border-white text-white hover:text-gray-800 hover:border-b-0 px-3 py-2 flex items-center text-xs uppercase font-bold leading-snug">Home</a></li> <li class="mr-3"><a href="#" class="border-solid border-transparent hover:border-white text-white hover:text-gray-800 hover:border-b-0 px-3 py-2 flex items-center text-xs uppercase font-bold leading-snug">About</a></li> <li class="mr-3"><a href="#" class="border-solid border-transparent hover:border-white text-white hover:text-gray-800 hover:border-b-0 px-3 py-2 flex items-center text-xs uppercase font-bold leading-snug">Services</a></li> <li class="mr-3"><a href="#" class="border-solid border-transparent hover:border-white text-white hover:text-gray-800 hover:border-b-0 px-3 py-2 flex items-center text-xs uppercase font-bold leading-snug">Contact</a></li> </ul> </div> </div> </nav> <div class="flex items-center justify-center h-screen"> <div class="text-center"> <h1 class="text-4xl font-bold">Welcome to Our Tech Startup</h1> <p class="text-lg mt-4">We are a dynamic and innovative tech startup, dedicated to providing the best solutions for your business needs. Our team of experts is always ready to help you achieve your goals.</p> <button class="mt-6 bg-red-500 hover:bg-red-700 text-white font-bold py-2 px-4 rounded"> Try Our Product </button> </div> </div> </body> </html>
Tech Startup: A bright and colorful design featuring a large, centered company logo. The menu is horizontally positioned along the top with a transparent background, allowing the bright background to show through. A prominent call-to-action button is displayed below the logo and menu, encouraging visitors to try out the startup's product.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <header class="bg-white p-4 flex justify-between items-center"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo" class="h-10"> <nav> <ul class="flex space-x-4"> <li><a href="#" class="text-green-500 hover:text-green-700">Home</a></li> <li><a href="#" class="text-green-500 hover:text-green-700">About</a></li> <li><a href="#" class="text-green-500 hover:text-green-700">Contact</a></li> </ul> </nav> </header> <main class="container mx-auto p-4"> <section class="text-center my-16"> <h1 class="text-4xl mb-4">Welcome to Our Non-Profit Organization</h1> <p class="text-lg mb-8">We are a dedicated group of individuals who believe in the power of community and the importance of giving back. We strive to make a difference in the world, one person at a time.</p> <button class="bg-green-500 hover:bg-green-700 text-white font-bold py-2 px-4 rounded">Donate Now</button> </section> <section class="grid grid-cols-2 gap-4 my-16"> <div> <img src="https://source.unsplash.com/random/300x200/?impact" alt="Impact" class="mb-4"> <p>Our work has had a profound impact on the lives of countless individuals. We believe that every donation, no matter how small, can make a significant difference.</p> </div> <div> <img src="https://source.unsplash.com/random/300x200/?story" alt="Story" class="mb-4"> <p>We are proud to share the stories of our volunteers and donors. They are the heart and soul of our organization.</p> </div> </section> </main> </body> </html>
Non-Profit Organization: A warm and inviting design with a left-aligned company logo and a horizontal menu at the top. A prominent donation button is placed on the homepage, while images and stories of the non-profit's impact are displayed below. The layout is clean and easy to navigate, conveying a sense of trust and reliability.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <nav class="bg-white px-6 py-4"> <div class="flex items-center justify-between"> <div> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo"> </div> <div class="flex items-center space-x-4"> <a href="#" class="text-gray-800 hover:text-gray-600">Home</a> <a href="#" class="text-gray-800 hover:text-gray-600">About</a> <a href="#" class="text-gray-800 hover:text-gray-600">Contact</a> </div> </div> </nav> <div class="container mx-auto px-6 py-10"> <h1 class="text-3xl font-bold mb-4">Welcome to our Real Estate Agency</h1> <p class="mb-6">We are a professional real estate agency that specializes in finding the perfect home for you. With a team of experienced realtors on hand to guide you through the home buying process, we make it easy to find your dream home.</p> <div class="grid grid-cols-3 gap-4"> <div class="bg-white p-4 rounded-lg shadow-md"> <img src="https://source.unsplash.com/random/300x200/?house" alt="House"> <h2 class="text-xl font-bold mb-2">House for Sale</h2> <p class="text-gray-700 mb-2">This is a beautiful house for sale. It has 3 bedrooms and 2 bathrooms.</p> <a href="#" class="text-green-500 hover:text-green-700">View Details</a> </div> <!-- Repeat the above div for each property --> </div> </div> </body> </html>
Real Estate Agency: A clean and uncluttered design with a horizontal menu along the top, centered logo, and prominent calls-to-action for users to search listings or contact the agency. Large, high-quality images of properties are displayed below the menu, with detailed information and pricing for each property displayed upon click.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <nav class="flex items-center justify-between flex-wrap bg-teal-500 p-6"> <div class="flex items-center flex-shrink-0 text-white mr-6"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo" class="mr-2"> <span class="font-semibold text-xl tracking-tight">Food Delivery Service</span> </div> <div class="w-full block flex-grow lg:flex lg:items-center lg:w-auto"> <div class="text-sm lg:flex-grow"> <a href="#menu" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Menu </a> <a href="#about" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> About Us </a> <a href="#contact" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white"> Contact </a> </div> </div> </nav> <header class="bg-white text-gray-800"> <img src="https://source.unsplash.com/random/1200x600/?food" alt="Food Image" class="w-full"> </header> <section class="text-gray-700 p-8"> <h1 class="text-2xl font-medium mb-2">Welcome to our Food Delivery Service</h1> <p class="leading-relaxed"> At our Food Delivery Service, we believe in the power of great food to bring people together. Our menu features a wide variety of mouth-watering dishes, carefully crafted by our expert chefs. From classic favorites to innovative creations, we have something for everyone. </p> <button class="mt-4 bg-yellow-500 hover:bg-yellow-700 text-white font-bold py-2 px-4 rounded"> Order Now </button> </section> </body> </html>
Food Delivery Service: A mouth-watering design featuring a large, appetizing image of a menu item at the top. The company logo is situated in the top left corner, with a horizontal menu at the top highlighting different menu categories. A prominent call-to-action button is placed below the main image to encourage users to order their favorite dish.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <nav class="flex items-center justify-between flex-wrap bg-teal-500 p-6"> <div class="flex items-center flex-shrink-0 text-white mr-6"> <span class="font-semibold text-xl tracking-tight">Financial Services</span> </div> <div class="w-full block flex-grow lg:flex lg:items-center lg:w-auto"> <div class="text-sm lg:flex-grow"> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Home </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> About </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white"> Contact </a> </div> <div> <a href="#" class="inline-block text-sm px-4 py-2 leading-none border rounded text-teal-200 border-teal-400 hover:border-white hover:text-white hover:bg-teal-400 mt-4 lg:mt-0">Sign Up</a> </div> </div> </nav> <div class="container w-full md:max-w-3xl mx-auto pt-20"> <div class="w-full px-4 text-xl text-gray-800 leading-normal" style="font-family:Georgia,serif"> <p class="p-3"> At Financial Services, we are committed to providing our clients with the best possible financial services. Our team of experienced professionals is dedicated to helping you achieve your financial goals. Whether you're looking for investment advice, need help with budgeting, or want to protect your assets, we're here to help. </p> <p class="p-3"> We understand that everyone's financial situation is unique, which is why we offer a wide range of services. From individual retirement accounts to business investment opportunities, we have the expertise to help you navigate the complex world of finance. </p> <p class="p-3"> At Financial Services, we believe in transparency and honesty. That's why we provide detailed financial advice, and we're committed to providing you with the information you need to make informed decisions. </p> <p class="p-3"> So why wait? Sign up today and start your journey towards financial freedom with Financial Services. </p> </div> </div> </body> </html>
Financial Services: A sleek and modern design featuring a centered company logo and a horizontal menu at the top. The layout is clean and uncluttered, with a prominent call-to-action button displayed below the logo to encourage users to sign up for a financial product or service.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <nav class="flex items-center justify-between flex-wrap bg-teal-500 p-6"> <div class="flex items-center flex-shrink-0 text-white mr-6"> <span class="font-semibold text-xl tracking-tight">Travel Agency</span> </div> <div class="w-full block flex-grow lg:flex lg:items-center lg:w-auto"> <div class="text-sm lg:flex-grow"> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Destinations </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Offers </a> </div> </div> </nav> <header class="w-full py-16 bg-center bg-cover" style="background-image: url('https://source.unsplash.com/random/1600x900/?travel')"> <div class="container mx-auto px-6 text-center"> <h2 class="text-4xl font-bold text-white leading-tight"> Discover the world with us </h2> <p class="text-xl text-white my-4"> We offer a wide range of travel packages to suit every taste and budget. From luxury vacations to budget-friendly getaways, we have something for everyone. </p> <button class="mx-auto mt-4 lg:mx-0 hover:underline bg-white text-gray-800 font-bold rounded-full my-6 py-4 px-8 shadow-lg"> Book Now </button> </div> </header> </body> </html>
Travel Agency: A vibrant and engaging design featuring a large image of a beautiful travel destination at the top. The company logo is situated in the top left corner, with a horizontal menu at the top highlighting different travel destinations and offers. A prominent call-to-action button is displayed below the main image to encourage users to book their next adventure.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-white font-sans leading-normal tracking-normal"> <nav class="flex items-center justify-between flex-wrap bg-teal-500 p-6"> <div class="flex items-center flex-shrink-0 text-white mr-6"> <span class="font-semibold text-xl tracking-tight">Tech Company</span> </div> <div class="w-full block flex-grow lg:flex lg:items-center lg:w-auto"> <div class="text-sm lg:flex-grow"> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Home </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> About </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white"> Contact </a> </div> </div> </nav> <div class="w-full py-6 flex justify-center"> <div class="w-11/12 md:w-3/4 lg:w-1/2"> <img class="mb-4" src="https://source.unsplash.com/random/1200x600/?tech" alt="Tech Image"> </div> </div> <div class="flex justify-center"> <div class="w-11/12 md:w-2/3 lg:w-1/2"> <p class="text-gray-800 text-justify my-8"> At Tech Company, we are dedicated to providing the best in class technology solutions. Our mission is to empower businesses with the tools they need to succeed in the digital age. We believe in the power of technology to transform businesses, improve lives, and drive progress. Our team of experts is committed to delivering innovative, high-quality products and services that meet the unique needs of each of our clients. </p> <a href="#responsive-header" class="no-underline hover:underline text-white font-bold py-2 px-4 rounded-full bg-teal-500 hover:bg-teal-700"> Learn More </a> </div> </div> </body> </html>
Tech Company: A minimalist design with a large, centered hero image of a product or device, surrounded by white space. The logo and navigation remain at the top, with a call-to-action button prominent below the image.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-green-200"> <section class="h-screen"> <h1 class="text-4xl font-bold text-center pt-20">About Us</h1> <p class="text-center px-10 mt-10"> We are a non-profit organization dedicated to providing education and support to underprivileged children. Our mission is to ensure every child has access to quality education and a safe environment to learn and grow. </p> </section> <section class="h-screen"> <h1 class="text-4xl font-bold text-center pt-20">Mission Statement</h1> <p class="text-center px-10 mt-10"> Our mission is to ensure every child has access to quality education and a safe environment to learn and grow. We believe in the power of education to change lives and create opportunities for a better future. </p> </section> <section class="h-screen"> <h1 class="text-4xl font-bold text-center pt-20">Upcoming Events</h1> <p class="text-center px-10 mt-10"> We host various events throughout the year to raise awareness about our mission. Our next event is a book drive to raise funds for our education programs. </p> </section> <section class="h-screen"> <h1 class="text-4xl font-bold text-center pt-20">Testimonials</h1> <p class="text-center px-10 mt-10"> "I couldn't be happier with the education I received at this non-profit organization. The staff is friendly and supportive, and the environment is safe and conducive to learning." - John Doe </p> </section> <section class="h-screen flex items-center justify-center"> <button class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"> Donate Now </button> </section> </body> </html>
Non-profit Organization: A one-page site with multiple sections that scroll vertically. Sections include About Us, Mission Statement, Upcoming Events, Testimonials, and a Donate Now button. A watercolored, earth-toned background creates a welcoming and compassionate feel.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <header class="bg-white p-4 shadow"> <h1 class="text-2xl font-bold">Real Estate Agency</h1> </header> <main class="container mx-auto p-4"> <section class="my-8"> <h2 class="text-xl font-bold mb-4">Properties for Sale</h2> <!-- Masonry layout goes here --> </section> <section class="my-8"> <h2 class="text-xl font-bold mb-4">Filters</h2> <!-- Filters go here --> </section> <section class="my-8"> <h2 class="text-xl font-bold mb-4">Call to Action</h2> <!-- Call to action button goes here --> </section> </main> <footer class="bg-white p-4 shadow text-center"> <p>© 2022 Real Estate Agency. All rights reserved.</p> </footer> </body> </html>
Real Estate Agency: A masonry layout featuring properties for sale, with filters for price, location, and number of bedrooms/bathrooms. A prominent call-to-action button appears as users scroll, encouraging them to Contact Us or Request a Showing.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <div class="flex flex-col items-center"> <img src="https://source.unsplash.com/random/300x200/?education" alt="Educational Logo" class="w-32 h-32 mb-4"> <nav class="flex justify-center space-x-4"> <a href="#programs" class="text-green-500 hover:text-green-700">Programs</a> <a href="#courses" class="text-green-500 hover:text-green-700">Courses</a> <a href="#faculty" class="text-green-500 hover:text-green-700">Faculty</a> <a href="#achievements" class="text-green-500 hover:text-green-700">Achievements</a> </nav> </div> <div id="programs" class="mt-8 p-4 bg-white rounded shadow"> <h2 class="text-2xl mb-4">Programs</h2> <p>Our programs are designed to provide students with a comprehensive education in a variety of subjects.</p> </div> <div id="courses" class="mt-8 p-4 bg-white rounded shadow"> <h2 class="text-2xl mb-4">Courses</h2> <p>We offer a wide range of courses in various fields.</p> </div> <div id="faculty" class="mt-8 p-4 bg-white rounded shadow"> <h2 class="text-2xl mb-4">Faculty</h2> <p>Our faculty are experts in their respective fields.</p> </div> <div id="achievements" class="mt-8 p-4 bg-white rounded shadow"> <h2 class="text-2xl mb-4">Achievements</h2> <p>Our students have achieved great things.</p> </div> </div> </body> </html>
Educational Institution: A stacked layout with a centered logo, prominent search bar, and clear navigation. Each section is divided into boxes featuring information about programs, courses, faculty, and student achievements. A vibrant color palette reflects the energy and diversity of the educational environment.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <header class="flex justify-between items-center p-4 bg-white"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo" class="h-10"> <nav> <ul class="flex space-x-4"> <li><a href="#" class="text-pink-500 hover:text-pink-700">Home</a></li> <li><a href="#" class="text-pink-500 hover:text-pink-700">Menu</a></li> <li><a href="#" class="text-pink-500 hover:text-pink-700">Contact</a></li> </ul> </nav> </header> <main class="p-4"> <section class="mb-4"> <img src="https://source.unsplash.com/random/800x400/?food" alt="Hero Image" class="w-full h-64 object-cover"> </section> <section class="mb-4"> <h1 class="text-2xl font-bold mb-2">Welcome to our Food Delivery Service</h1> <p class="text-gray-700">We are a team of passionate food lovers who love to share our love of food with the world. Our mission is to bring the best of the best food to your doorstep. We believe in the power of food to bring people together and create lasting memories.</p> </section> <section> <h2 class="text-xl font-bold mb-2">Our Most Popular Dishes</h2> <!-- Add your popular dishes here --> </section> </main> <footer class="p-4 bg-white"> <div class="flex justify-between"> <div> <p class="text-gray-700">Contact us: info@fooddelivery.com</p> </div> <div> <!-- Add your social media icons here --> </div> </div> </footer> </body> </html>
Food Delivery Service: A bright and cheerful design with a mouthwatering hero image of food. The logo is placed top left, and the main navigation is horizontally placed top right. The homepage displays the most popular dishes and allows users to place orders through a form. The footer includes social media icons, contact information, and a link to the menu.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <header class="flex justify-between items-center p-4 bg-white"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo" class="h-10"> <nav> <ul class="flex space-x-4"> <li><a href="#" class="text-blue-500 hover:text-blue-700">Home</a></li> <li><a href="#" class="text-blue-500 hover:text-blue-700">About</a></li> <li><a href="#" class="text-blue-500 hover:text-blue-700">Contact</a></li> </ul> </nav> </header> <main class="container mx-auto p-4"> <section class="mb-8"> <h1 class="text-2xl mb-2">Welcome to Our Educational Institution</h1> <p class="mb-4">Our mission is to provide high-quality education to our students. We strive to create a supportive and inclusive learning environment that fosters creativity, critical thinking, and personal growth.</p> <form class="flex space-x-2"> <input type="text" placeholder="Search..." class="flex-1 p-2 border border-gray-300 rounded"> <button type="submit" class="bg-blue-500 text-white px-4 py-2 rounded">Search</button> </form> </section> <section class="mb-8"> <h2 class="text-xl mb-2">News</h2> <!-- News items go here --> </section> <section> <h2 class="text-xl mb-2">Events</h2> <!-- Event items go here --> </section> </main> <footer class="bg-white p-4"> <div class="container mx-auto"> <p class="mb-2">Contact us: info@educationalinstitution.com</p> <form class="mb-2"> <!-- Request Information form fields go here --> </form> <ul class="flex space-x-4"> <li><a href="#" class="text-blue-500 hover:text-blue-700">Student Portal</a></li> <li><a href="#" class="text-blue-500 hover:text-blue-700">Privacy Policy</a></li> <li><a href="#" class="text-blue-500 hover:text-blue-700">Terms of Service</a></li> </ul> </div> </footer> </body> </html>
Educational Institution: A professional and informative design with a clean and simple layout. The logo is placed top left, and the main navigation is horizontally placed top right. The homepage displays the institution's mission statement and features a search function, news section, and a calendar of events. The footer includes contact information, a "Request Information" form, and links to the student portal.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <header class="flex justify-between items-center p-4 bg-white"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo" class="h-10"> <nav> <ul class="flex space-x-4"> <li><a href="#" class="text-gray-600 hover:text-gray-900">Home</a></li> <li><a href="#" class="text-gray-600 hover:text-gray-900">Services</a></li> <li><a href="#" class="text-gray-600 hover:text-gray-900">Membership</a></li> <li><a href="#" class="text-gray-600 hover:text-gray-900">Contact</a></li> </ul> </nav> </header> <main class="p-4"> <!-- Hero section --> <section class="mb-8"> <img src="https://source.unsplash.com/random/1200x600/?workout" alt="Hero Image" class="w-full h-64 object-cover"> </section> <!-- Services section --> <section class="mb-8"> <h2 class="text-2xl mb-4">Our Services</h2> <!-- Add your services here --> </section> <!-- Membership section --> <section class="mb-8"> <h2 class="text-2xl mb-4">Membership Plans</h2> <!-- Add your membership plans here --> </section> <!-- Sign up section --> <section> <h2 class="text-2xl mb-4">Sign Up for a Free Trial</h2> <!-- Add your sign up form here --> </section> </main> <footer class="p-4 bg-white"> <!-- Footer content --> <!-- Add your class schedule, testimonials, and contact form here --> </footer> </body> </html>
Fitness Club: A motivational and energetic design with a hero image of workout enthusiasts. The logo is placed top left, and the main navigation is horizontally placed top right. The homepage displays the club's services, membership plans, and allows users to sign up for a free trial. The footer includes a class schedule, customer testimonials, and a contact form.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <header class="flex items-center justify-between bg-white p-4"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Company Logo" class="h-10"> <nav> <ul class="flex space-x-4"> <li><a href="#" class="text-gray-800 hover:text-yellow-500">Home</a></li> <li><a href="#" class="text-gray-800 hover:text-yellow-500">About</a></li> <li><a href="#" class="text-gray-800 hover:text-yellow-500">Services</a></li> <li><a href="#" class="text-gray-800 hover:text-yellow-500">Contact</a></li> </ul> </nav> </header> <main> <section class="relative"> <img src="https://source.unsplash.com/random/1600x800/?tech" alt="Hero Image" class="w-full"> <div class="absolute inset-0 flex items-center justify-center"> <h1 class="text-5xl text-white">Welcome to Our Tech Company</h1> </div> </section> <section class="py-12 px-4"> <h2 class="text-3xl text-center">About Us</h2> <p class="text-lg text-center mt-4"> At our tech company, we are dedicated to providing innovative and reliable technology solutions to our clients. Our team of experts is committed to delivering the best possible service, and we are always looking for new ways to improve our products and services. We believe in the power of technology to transform the world, and we are committed to being at the forefront of this revolution. </p> </section> </main> <footer class="bg-gray-800 text-white text-center p-4"> <p>© 2022 Tech Company. All rights reserved.</p> </footer> </body> </html>
Tech Company: A minimalist design with a large, central hero image and a clean, navigational menu at the top. The company's logo is placed in the upper left corner, with a bold color palette and geometric shapes throughout the website.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-200"> <header class="flex justify-center items-center h-64 bg-red-500 text-white"> <img src="https://source.unsplash.com/random/300x200/?healthcare" alt="Healthcare Logo" class="h-32"> </header> <nav class="flex justify-center items-center h-16 bg-red-400 text-white"> <ul class="flex space-x-4"> <li><a href="#">Home</a></li> <li><a href="#">Services</a></li> <li><a href="#">About Us</a></li> <li><a href="#">Contact Us</a></li> </ul> </nav> <main class="flex flex-col items-center justify-center h-screen p-4"> <h1 class="text-4xl mb-4">Welcome to Our Healthcare Provider</h1> <p class="text-center mb-4">We are a team of healthcare professionals dedicated to providing the highest quality care to our patients. Our experienced staff is committed to providing personalized care and ensuring that you receive the best possible service.</p> <button class="bg-red-500 hover:bg-red-700 text-white font-bold py-2 px-4 rounded"> Book an Appointment </button> </main> </body> </html>
Healthcare Provider: A simple and professional design features a large, centered logo with a clear, intuitive navigation menu. The background is a calming, muted color to promote a sense of tranquility and trust. A call-to-action button for booking appointments is prominently displayed.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="w-full h-screen bg-cover bg-center" style="background-image: url('https://source.unsplash.com/random/1600x900/?realestate')"> <nav class="flex items-center justify-between flex-wrap bg-teal-500 p-6"> <!-- Your navigation menu goes here --> </nav> </div> <div class="container mx-auto px-4 py-8"> <h1 class="text-4xl text-center font-bold mb-8">Welcome to Our Real Estate Agency</h1> <p class="text-lg text-center mb-8">We are a full-service real estate agency specializing in finding your dream home. With a team of experienced realtors on hand to guide you through the home buying process, we make the home buying process easy and stress-free.</p> <div class="grid grid-cols-2 gap-4"> <!-- Your property categories go here --> </div> </div> </body> </html>
Real Estate Agency: A full-screen image slider displaying property listings greets visitors on the homepage. The main navigation menu is located beneath the image slider, followed by four property categories displayed in a grid layout. A clean color palette with bold accents that complement the brand logo complete the site's design.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-red-500"> <nav class="flex justify-center items-center h-16 bg-white"> <ul class="flex space-x-6"> <li><a href="#" class="text-gray-800 hover:text-gray-600">Home</a></li> <li><a href="#" class="text-gray-800 hover:text-gray-600">About</a></li> <li><a href="#" class="text-gray-800 hover:text-gray-600">Projects</a></li> <li><a href="#" class="text-gray-800 hover:text-gray-600">Contact</a></li> </ul> </nav> <main class="flex flex-col items-center justify-center h-screen"> <h1 class="text-4xl font-bold text-white">Welcome to Design Studio</h1> <p class="text-xl text-white">We are a creative design studio dedicated to creating visually stunning designs.</p> </main> <footer class="bg-white p-6"> <div class="flex justify-between"> <div> <h2 class="text-xl font-bold">Our Team</h2> <p>John Doe - CEO</p> <p>Jane Doe - Designer</p> </div> <div> <h2 class="text-xl font-bold">Contact</h2> <p>123 Main St, Anytown, USA</p> <p>123-456-7890</p> <p>info@designstudio.com</p> </div> <div> <h2 class="text-xl font-bold">Social</h2> <p>Facebook</p> <p>Twitter</p> <p>Instagram</p> </div> </div> </footer> </body> </html>
Design Studio: A visually stunning design with a bold, colorful background to showcase the studio's creative flair. The main navigational menu is positioned at the top center, followed by a hero image showcasing a recent project. The company logo is placed at the top left, beneath the tagline, while the footer contains information about the studio's team, contact details, and social media links.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <header class="flex items-center justify-between bg-white p-4"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo" class="h-10"> <nav> <ul class="flex"> <li class="mr-6"><a href="#" class="text-pink-500 hover:text-pink-800">Home</a></li> <li class="mr-6"><a href="#" class="text-pink-500 hover:text-pink-800">About</a></li> <li><a href="#" class="text-pink-500 hover:text-pink-800">Contact</a></li> </ul> </nav> </header> <main class="container mx-auto p-4"> <section class="text-center"> <h1 class="text-4xl mb-4">Welcome to Our Non-Profit Organization</h1> <p class="mb-8">We are a dedicated group of individuals who believe in the power of community and the importance of giving back. Our mission is to make a positive impact in the world, one person at a time.</p> <button class="bg-pink-500 hover:bg-pink-700 text-white font-bold py-2 px-4 rounded">Donate Now</button> </section> </main> <footer class="bg-white p-4 text-center text-gray-500 text-sm"> <p>Follow us on social media:</p> <ul class="flex justify-center"> <li class="mr-2"><a href="#" class="text-pink-500 hover:text-pink-800">Facebook</a></li> <li class="mr-2"><a href="#" class="text-pink-500 hover:text-pink-800">Twitter</a></li> <li><a href="#" class="text-pink-500 hover:text-pink-800">Instagram</a></li> </ul> <p class="mt-4">Donate to our cause:</p> <form> <input type="text" placeholder="Amount" class="border border-gray-400 p-2 mt-2"> <button class="bg-pink-500 hover:bg-pink-700 text-white font-bold py-2 px-4 rounded mt-2">Donate</button> </form> </footer> </body> </html>
Non-Profit Organization: A clean and uncluttered design with a logo in the top left, followed by a large, prominent call-to-action button in the center. A clear and easy-to-use navigation menu is located above a brief about the organization and its mission statement. The footer contains links to the organization's social media profiles and its donation form.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <div class="flex items-center min-h-screen"> <div class="container mx-auto flex flex-wrap"> <div class="w-full md:w-1/2 flex flex-col justify-center items-start px-8"> <h1 class="my-4 text-5xl font-bold leading-tight text-gray-800"> Welcome to Our Architecture Firm </h1> <p class="leading-normal text-2xl mb-8 text-gray-600"> We are a team of experienced architects dedicated to creating unique and innovative designs that meet your needs and exceed your expectations. </p> <button class="mx-auto lg:mx-0 hover:underline bg-white text-gray-800 font-bold rounded-full my-6 py-4 px-8 shadow-lg"> Contact Us </button> </div> <div class="w-full md:w-1/2 bg-gray-800"> <img src="https://source.unsplash.com/random/1200x800/?architecture" class="w-full" alt="Architecture Image"> </div> </div> </div> </body> </html>
Architecture Firm: A unique, split-screen layout displays the company's logo, tagline, and a call-to-action button on the left side, while the right side showcases a stunning image of a building to attract potential clients. A clean, elegant color palette and simple minimalistic design exudes professionalism and creativity.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <header class="bg-white p-6"> <img src="https://source.unsplash.com/random/1200x400/?fashion" alt="Header Image" class="w-full"> <div class="flex justify-center mt-6"> <input type="text" placeholder="Search for products..." class="w-1/2 p-2 rounded-lg"> </div> </header> <main class="flex justify-between p-6"> <div class="w-2/3"> <div class="grid grid-cols-3 gap-6"> <div class="bg-white p-6 rounded-lg">Product 1</div> <div class="bg-white p-6 rounded-lg">Product 2</div> <div class="bg-white p-6 rounded-lg">Product 3</div> <!-- Add more products as needed --> </div> </div> <aside class="w-1/3"> <div class="bg-white p-6 rounded-lg"> <h2 class="text-lg font-bold mb-4">Categories</h2> <ul> <li>Category 1</li> <li>Category 2</li> <li>Category 3</li> <!-- Add more categories as needed --> </ul> </div> </aside> </main> <footer class="bg-white p-6"> <div class="flex justify-between"> <div> <h2 class="text-lg font-bold mb-4">Follow Us</h2> <ul> <li>Facebook</li> <li>Twitter</li> <li>Instagram</li> <!-- Add more social media links as needed --> </ul> </div> <div> <h2 class="text-lg font-bold mb-4">Newsletter</h2> <form> <input type="email" placeholder="Enter your email" class="w-full p-2 rounded-lg"> <button type="submit" class="bg-blue-500 text-white p-2 rounded-lg">Subscribe</button> </form> </div> </div> </footer> </body> </html>
E-commerce Store: A modern layout with a large header image, a prominent search bar, three columns displaying products, and a right sidebar for filters and categories. The footer features social media links and a newsletter sign-up form.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <header class="bg-white p-4"> <nav class="flex justify-between items-center"> <div> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Company Logo" class="h-10"> </div> <div class="hidden md:block"> <ul class="flex space-x-4"> <li><a href="#" class="text-gray-600 hover:text-gray-800">Home</a></li> <li><a href="#" class="text-gray-600 hover:text-gray-800">About</a></li> <li><a href="#" class="text-gray-600 hover:text-gray-800">Services</a></li> <li><a href="#" class="text-gray-600 hover:text-gray-800">Contact</a></li> </ul> </div> <div class="md:hidden"> <button class="hamburger"> <span></span> <span></span> <span></span> </button> </div> </nav> </header> <main class="container mx-auto p-4"> <h1 class="text-3xl font-bold mb-4">Welcome to Our Tech Company</h1> <p class="mb-4"> At our tech company, we are dedicated to providing innovative and cutting-edge solutions to meet the needs of our clients. Our team of experts is committed to delivering high-quality products and services that exceed our clients' expectations. We are passionate about technology and are always looking for new ways to improve and innovate. </p> <!-- Add more content here --> </main> <footer class="bg-white p-4"> <div class="container mx-auto"> <ul class="flex space-x-4"> <li><a href="#" class="text-gray-600 hover:text-gray-800">About Us</a></li> <li><a href="#" class="text-gray-600 hover:text-gray-800">Contact Us</a></li> <li><a href="#" class="text-gray-600 hover:text-gray-800">Social Media</a></li> </ul> </div> </footer> </body> </html>
Tech Company: A sleek design with a full-width header image overlaid with a centered company logo. The navigation menu is tucked away in a hamburger menu, allowing for maximum visual impact. The footer includes links to About Us, Contact Us, and Social Media.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <header class="relative"> <div class="absolute inset-0 bg-cover bg-center" style="background-image: url('https://source.unsplash.com/random/1600x900/?creative')"></div> <div class="container relative mx-auto px-4 py-12 xl:px-0"> <h1 class="text-4xl text-white">Welcome to Our Creative Agency</h1> <p class="text-2xl text-white">We are a full-service creative agency specializing in branding, web design, and digital marketing.</p> </div> </header> <main class="container mx-auto px-4 py-12 xl:px-0"> <!-- Add your main content here --> </main> <footer class="bg-gray-800 text-white"> <div class="container mx-auto px-4 py-12 xl:px-0"> <div class="flex flex-wrap"> <div class="w-full md:w-1/2"> <h2 class="text-2xl">About Us</h2> <p>We are a full-service creative agency specializing in branding, web design, and digital marketing. We help businesses grow by creating engaging and memorable brand experiences.</p> </div> <div class="w-full md:w-1/2"> <h2 class="text-2xl">Contact Us</h2> <p>123 Main St<br> Anytown, USA 12345<br> Phone: (123) 456-7890<br> Email: info@ouragency.com</p> </div> </div> </div> </footer> </body> </html>
Creative Agency: A vibrant and visually striking layout with a diagonally placed header image, asymmetrical placement of elements, and contrasting colors. The footer includes icons representing various mediums (camera, pencil, etc.) and links to their social media profiles.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-800 text-white"> <header class="flex items-center justify-center py-4 bg-gray-900"> <img src="https://source.unsplash.com/random/300x100/?law" alt="Law Firm Logo" class="h-16"> </header> <nav class="flex justify-center py-4 bg-gray-900"> <ul class="flex space-x-4"> <li><a href="#" class="px-4 py-2">Home</a></li> <li><a href="#" class="px-4 py-2">About</a></li> <li><a href="#" class="px-4 py-2">Services</a></li> <li><a href="#" class="px-4 py-2">Contact</a></li> </ul> </nav> <main class="flex justify-center py-8"> <div class="flex flex-col w-1/3 px-4"> <h2 class="text-2xl">About Us</h2> <p>We are a team of experienced and dedicated lawyers who are committed to providing the highest level of service to our clients. Our firm is dedicated to providing the highest level of service to our clients.</p> </div> <div class="flex flex-col w-1/3 px-4"> <h2 class="text-2xl">Our Services</h2> <p>We offer a wide range of services including criminal defense, personal injury, family law, and more. We are here to help you navigate the legal system and protect your rights.</p> </div> <div class="flex flex-col w-1/3 px-4"> <h2 class="text-2xl">Contact Us</h2> <p>We would love to hear from you. Please contact us for more information or to schedule a consultation.</p> </div> </main> <footer class="flex flex-col items-center justify-center py-4 bg-gray-900"> <p>&copy; 2022 Law Firm. All rights reserved.</p> <div class="flex space-x-4 mt-4"> <a href="#">Facebook</a> <a href="#">Twitter</a> <a href="#">Instagram</a> </div> <form class="flex flex-col w-1/3 mt-4"> <label for="email">Sign up for our newsletter:</label> <input type="email" id="email" name="email" required class="px-4 py-2 mt-2"> <button type="submit" class="px-4 py-2 mt-2 bg-green-500 hover:bg-green-700 text-white">Submit</button> </form> </footer> </body> </html>
Law Firm: A professional design with a dark color scheme, a large and centered logo, a left-aligned menu bar, and a three-column layout. The footer features copyright information, social media links, and an email sign-up form.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <header class="bg-white shadow"> <div class="container mx-auto px-4 py-2 flex justify-between items-center"> <div class="flex items-center"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo" class="h-10"> </div> <div> <form class="flex items-center"> <input type="text" placeholder="Search..." class="border rounded px-2 py-1"> <button type="submit" class="bg-purple-500 text-white px-2 py-1 rounded ml-2">Search</button> </form> </div> </div> </header> <main class="container mx-auto px-4 py-6"> <h1 class="text-3xl font-bold mb-4">Welcome to Our Education Institute</h1> <p class="mb-4"> At our education institute, we are committed to providing high-quality education to our students. We offer a wide range of courses in various subjects, and our experienced and dedicated teachers ensure that our students receive the best possible education. </p> <!-- Add more content here --> </main> <footer class="bg-white shadow mt-auto"> <div class="container mx-auto px-4 py-6"> <div class="flex justify-between"> <div> <h2 class="text-xl font-bold mb-2">Newsletter</h2> <form> <input type="email" placeholder="Enter your email" class="border rounded px-2 py-1 mb-2"> <button type="submit" class="bg-purple-500 text-white px-2 py-1 rounded">Subscribe</button> </form> </div> <div> <h2 class="text-xl font-bold mb-2">Links</h2> <ul> <li><a href="#" class="text-purple-500 hover:underline">About Us</a></li> <li><a href="#" class="text-purple-500 hover:underline">Contact Us</a></li> <!-- Add more links here --> </ul> </div> </div> </div> </footer> </body> </html>
Education Institute: A clean design with a horizontal menu bar at the top, a left-aligned logo, and a right-aligned search bar. The footer includes a newsletter sign-up form, links to various departments, and a contact form.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="antialiased bg-gray-200"> <header class="bg-cover bg-center h-screen flex items-center justify-center text-white text-center" style="background-image: url('https://source.unsplash.com/random/1600x900/?restaurant')"> <div> <h1 class="text-4xl">Welcome to Our Restaurant</h1> <p class="text-xl mt-3">We are a family-owned restaurant dedicated to providing the best food in the city.</p> <button class="mt-5 bg-white hover:bg-gray-100 text-gray-800 font-semibold py-2 px-4 border border-gray-400 rounded shadow"> Make a Reservation </button> </div> </header> <nav class="bg-gray-800 text-white p-4"> <ul class="flex space-x-4 justify-center"> <li><a href="#" class="hover:text-gray-300">Home</a></li> <li><a href="#" class="hover:text-gray-300">Menu</a></li> <li><a href="#" class="hover:text-gray-300">About Us</a></li> <li><a href="#" class="hover:text-gray-300">Contact Us</a></li> </ul> </nav> <main class="max-w-4xl mx-auto p-4"> <!-- Your main content here --> </main> <footer class="bg-gray-800 text-white p-4"> <!-- Your footer content here --> </footer> </body> </html>
Hospitality Business: A warm and inviting design with a full-width header image of a restaurant or hotel, overlaid with the company name and a call-to-action button. The menu bar is placed at the top and centered. The footer includes a reservation form, a Google Maps embed, and social media links.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <header class="bg-white p-4 flex justify-between items-center"> <h1 class="text-2xl font-bold">Real Estate Agency</h1> <nav> <ul class="flex space-x-4"> <li><a href="#" class="text-pink-500 hover:text-pink-700">Home</a></li> <li><a href="#" class="text-pink-500 hover:text-pink-700">About</a></li> <li><a href="#" class="text-pink-500 hover:text-pink-700">Contact</a></li> </ul> </nav> </header> <main class="p-4"> <section class="mb-4"> <h2 class="text-xl font-bold mb-2">Welcome to our Real Estate Agency</h2> <p class="text-gray-700"> We are a team of dedicated real estate professionals committed to providing you with the best possible service. Whether you're looking for a new home, a rental property, or a commercial space, we're here to help. </p> </section> <section class="grid grid-cols-2 gap-4"> <div> <h2 class="text-xl font-bold mb-2">Properties for Sale</h2> <!-- Property listings go here --> </div> <div> <h2 class="text-xl font-bold mb-2">Featured Properties</h2> <!-- Featured property listings go here --> </div> </section> </main> <footer class="bg-white p-4"> <p class="text-gray-700"> Contact us at info@realestateagency.com or 555-555-5555. </p> </footer> </body> </html>
Real Estate Agency: A minimalistic design with a large, prominent search bar, a left-aligned menu bar, and a right-aligned, two-column layout displaying properties for sale. The footer includes a newsletter sign-up form, contact information, and links to various pages.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <div class="container w-full md:max-w-3xl mx-auto pt-20"> <div class="w-full px-4 md:px-6 text-xl text-gray-800 leading-normal" style="font-family: 'Source Sans Pro', sans-serif;"> <div class="font-sans font-bold break-normal pt-6 pb-2 text-gray-900 px-4 md:px-0 text-4xl"> Welcome to Our Art Gallery </div> <p class="py-6"> At our art gallery, we believe that art is not just a painting or a sculpture, but a way of life. We are committed to showcasing the best of contemporary art, from the most renowned artists to the newest talents. Our mission is to provide a platform for artists to share their work with the world, and to create a space where people can appreciate and enjoy art in a meaningful way. </p> <div class="py-6"> <img class="h-64 mx-auto md:mx-0 md:right-0 transform md:-translate-y-20" src="https://source.unsplash.com/random/300x200/?art" alt="Art Gallery"> </div> <div class="font-sans font-bold break-normal pb-2 text-gray-900 px-4 md:px-0 text-3xl"> Our Artwork </div> <p class="py-6"> Our collection includes a wide range of art, from abstract to figurative, from traditional to contemporary. We have a diverse selection of paintings, sculptures, and installations, all of which are created by some of the most talented artists in the world. </p> <div class="py-6"> <img class="h-64 mx-auto md:mx-0 md:right-0 transform md:-translate-y-20" src="https://source.unsplash.com/random/300x200/?artwork" alt="Artwork"> </div> </div> </div> </body> </html>
Art Gallery: A visually stimulating design with a diagonal header image, a left-aligned menu bar, and a minimalistic layout showcasing large, high-resolution images of artwork. The footer includes a contact form, information on upcoming exhibitions, and social media links.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <header class="bg-white shadow"> <div class="container mx-auto px-4 py-2 flex justify-between items-center"> <h1 class="text-2xl font-bold">Food Delivery Service</h1> <nav> <button class="hamburger"> <div class="bar"></div> <div class="bar"></div> <div class="bar"></div> </button> </nav> </div> </header> <main class="container mx-auto px-4 py-6"> <div class="flex flex-col md:flex-row"> <div class="w-full md:w-1/2 p-4"> <img src="https://source.unsplash.com/random/300x200/?food" alt="Food Image" class="w-full"> </div> <div class="w-full md:w-1/2 p-4"> <h2 class="text-xl font-bold mb-4">About Us</h2> <p class="text-gray-700"> At Food Delivery Service, we are committed to providing our customers with the best food delivery service in the city. We offer a wide variety of food options from local restaurants to international cuisines. Our delivery service is fast, reliable, and affordable. We are dedicated to ensuring that our customers are satisfied with their food delivery every time. </p> </div> </div> </main> <footer class="bg-white shadow"> <div class="container mx-auto px-4 py-6"> <h2 class="text-xl font-bold mb-4">Newsletter Sign-up</h2> <form> <input type="email" placeholder="Enter your email" class="w-full p-2 mb-4"> <button type="submit" class="bg-pink-500 text-white p-2">Sign Up</button> </form> <p class="text-gray-700 mt-4"> Our delivery service works by receiving your order, preparing the food, and delivering it to your doorstep. We use the latest technology to ensure that your food is hot and fresh when it arrives. </p> </div> </footer> </body> </html>
Food Delivery Service: A colorful design with a prominent search bar, a hamburger menu for navigation, and a two-column layout displaying food options. The footer includes a newsletter sign-up form, information on how the delivery service works, and a chat feature for support.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <header class="w-full h-64 flex items-center justify-center bg-cover bg-center" style="background-image: url('https://source.unsplash.com/random/1600x900/?tech')"> <nav class="fixed top-0 left-0 h-full p-4 bg-white"> <ul class="space-y-4"> <li><a href="#" class="text-yellow-500 hover:text-yellow-700">Home</a></li> <li><a href="#" class="text-yellow-500 hover:text-yellow-700">About</a></li> <li><a href="#" class="text-yellow-500 hover:text-yellow-700">Services</a></li> <li><a href="#" class="text-yellow-500 hover:text-yellow-700">Contact</a></li> </ul> </nav> </header> <main class="container mx-auto px-4 py-8"> <h1 class="text-4xl font-bold mb-4">Welcome to Our Tech Company</h1> <p class="text-lg mb-4"> At our tech company, we are dedicated to providing innovative and reliable technology solutions to meet your business needs. Our team of experts is committed to delivering high-quality products and services that exceed your expectations. Whether you're looking for a new software solution, a custom-built system, or a consultation on the latest technology trends, we're here to help. </p> <!-- Add more sections as needed --> </main> </body> </html>
Tech Company: A minimalist design with a large, centered header image and a bold, asymmetrical navigation menu on the left. The use of bright, primary colors and clean lines creates a modern and dynamic feel.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100 font-sans leading-normal tracking-normal"> <div class="container w-full md:max-w-3xl mx-auto pt-20"> <div class="w-full px-4 md:px-6 text-xl text-gray-800 leading-normal" style="font-family: 'Playfair Display', serif;"> <div class="font-sans font-bold break-normal pt-6 pb-2 text-4xl md:text-5xl text-gray-800">Welcome to Our Bakery</div> <p class="py-6"> At our bakery, we believe in the power of fresh, handmade goods. Every day, we start our day with a smile on our faces and a love for baking. Our bakers are passionate about creating delicious, high-quality goods that are not only visually appealing but also made with the finest ingredients. We believe that our baked goods are not just food, but a way to connect with our customers and share our love for baking. </p> <p class="py-6"> We offer a wide variety of baked goods, from cakes and pastries to breads and cookies. We also offer a variety of savory goods, such as scones and muffins. We are committed to providing our customers with the best quality and taste. We believe that our baked goods are not just food, but a way to connect with our customers and share our love for baking. </p> <p class="py-6"> We are proud to offer a wide variety of baked goods, from cakes and pastries to breads and cookies. We also offer a variety of savory goods, such as scones and muffins. We are committed to providing our customers with the best quality and taste. We believe that our baked goods are not just food, but a way to connect with our customers and share our love for baking. </p> </div> </div> </body> </html>
Bakery: A warm and inviting layout with a full-width background image of fresh baked goods. The logo is placed at the top right, and the navigation menu is hidden behind a compact hamburger icon. A call-to-action button prominently displayed, encouraging visitors to order online.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <header class="bg-white p-4"> <nav class="flex justify-between items-center"> <div> <a href="#" class="text-gray-800 text-xl font-bold">Art Gallery</a> </div> <div> <a href="#" class="text-gray-600 mr-4">Home</a> <a href="#" class="text-gray-600 mr-4">About</a> <a href="#" class="text-gray-600">Contact</a> </div> </nav> </header> <main> <section class="mt-8"> <img src="https://source.unsplash.com/random/1200x600/?art" alt="Art Gallery" class="w-full"> </section> <section class="mt-8 px-4"> <h2 class="text-2xl font-bold text-gray-800">Welcome to our Art Gallery</h2> <p class="mt-4 text-gray-600"> At our Art Gallery, we are dedicated to showcasing the beauty and diversity of art from around the world. Our collection includes paintings, sculptures, photographs, and more. We believe that art has the power to inspire, educate, and bring people together. Whether you're a seasoned collector or a beginner, we invite you to explore our collection and discover the beauty of art. </p> </section> <section class="mt-8 px-4"> <h2 class="text-2xl font-bold text-gray-800">Gallery Preview</h2> <div class="mt-4 grid grid-cols-2 gap-4"> <img src="https://source.unsplash.com/random/600x400/?art" alt="Art 1" class="w-full"> <img src="https://source.unsplash.com/random/600x400/?art" alt="Art 2" class="w-full"> <img src="https://source.unsplash.com/random/600x400/?art" alt="Art 3" class="w-full"> <img src="https://source.unsplash.com/random/600x400/?art" alt="Art 4" class="w-full"> </div> </section> </main> </body> </html>
Art Gallery: A sleek and elegant design with a large hero image showcasing a piece of art. A horizontal navigation menu is placed at the top, and a gallery preview section is displayed below. The use of muted colors and ample white space emphasizes the delicate beauty of the artwork.