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-gray-100 font-sans leading-normal tracking-normal"> <header class="w-full h-screen bg-cover bg-center" style="background-image: url('https://source.unsplash.com/random/1600x900/?travel')"> <nav class="fixed bottom-0 left-0 p-6"> <ul class="flex flex-col space-y-3"> <li><a href="#" class="text-white hover:text-yellow-300">Home</a></li> <li><a href="#" class="text-white hover:text-yellow-300">About</a></li> <li><a href="#" class="text-white hover:text-yellow-300">Services</a></li> <li><a href="#" class="text-white hover:text-yellow-300">Contact</a></li> </ul> </nav> <div class="flex items-center justify-center h-screen"> <a href="#" class="px-6 py-3 mx-auto my-0 text-lg font-bold text-white uppercase bg-transparent border-2 border-white rounded hover:bg-yellow-300 hover:text-white hover:border-transparent">Book Now</a> </div> </header> <main class="container px-5 py-24 mx-auto"> <h1 class="mb-4 text-4xl font-bold text-center text-gray-800">Welcome to our travel agency</h1> <p class="mb-8 text-lg text-center text-gray-600"> We are a team of travel enthusiasts who are passionate about exploring the world. We believe that travel is not just about reaching new places, but also about understanding different cultures, experiencing new adventures, and making memories that will last a lifetime. Whether you're looking for a romantic getaway, a family vacation, a solo adventure, or a business trip, we're here to help you plan your next adventure. </p> </main> </body> </html>
Travel Agency: A vibrant and adventurous layout with a full-width header image of a scenic destination. A diagonal navigation menu is placed at the bottom left, while the call-to-action button is centered and prominently displayed. The use of bold colors and high-quality images creates a sense of excitement and wanderlust.
<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="bg-white p-4 flex items-center space-x-4"> <img src="https://source.unsplash.com/random/100x100/?law" alt="Law Firm Logo" class="h-16"> <h1 class="text-2xl font-bold">Your Law Firm Name</h1> </header> <main class="max-w-screen-lg mx-auto p-4"> <h2 class="text-3xl font-bold mb-4">About Us</h2> <p class="mb-4"> At Your Law Firm Name, we are committed to providing our clients with the highest level of service and expertise. Our team of experienced attorneys is dedicated to delivering innovative, effective, and efficient legal solutions. We understand that every case is unique, and we strive to create a personalized approach to each client's individual needs. </p> <p class="mb-4"> Our firm is led by a team of experienced attorneys who have a proven track record of success. We are committed to providing our clients with the highest level of service and expertise. Our team of experienced attorneys is dedicated to delivering innovative, effective, and efficient legal solutions. </p> <p class="mb-4"> We understand that every case is unique, and we strive to create a personalized approach to each client's individual needs. We are committed to providing our clients with the highest level of service and expertise. Our team of experienced attorneys is dedicated to delivering innovative, effective, and efficient legal solutions. </p> </main> </body> </html>
Law Firm: A professional and sophisticated design with a left-aligned header containing the law firm's logo and a bold tagline. The main content is arranged in columns with ample white space, making it easy to read. The color palette is subdued and based on neutral tones, creating a calm and organized atmosphere.
<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/300x200/?hospital" alt="Hospital Logo" class="h-16"> </header> <nav class="bg-red-500 text-white p-4"> <ul class="flex justify-center space-x-8"> <li><a href="#">Home</a></li> <li><a href="#">About Us</a></li> <li><a href="#">Services</a></li> <li><a href="#">Contact Us</a></li> </ul> </nav> <main class="p-4"> <h1 class="text-3xl mb-4">Welcome to Our Hospital</h1> <p class="mb-4"> At our hospital, we are committed to providing the highest quality of care to our patients. Our team of experienced doctors, nurses, and support staff are dedicated to ensuring that every patient receives the best possible care. We believe in a patient-centered approach, and we strive to make the hospital a comfortable and welcoming environment for all of our patients. </p> <p class="mb-4"> Our hospital is equipped with the latest medical technology and state-of-the-art facilities. We offer a wide range of services, including emergency care, surgical services, diagnostic imaging, and more. We also offer a variety of specialty services, including cardiology, neurology, and oncology. </p> <p class="mb-4"> We are proud to be a part of the community and we are committed to providing the highest level of care to our patients. We believe in a patient-centered approach, and we strive to make the hospital a comfortable and welcoming environment for all of our patients. </p> </main> </body> </html>
Hospital: A simple and accessible design with a clean color palette and straightforward navigation. The hospital logo is centered at the top, while the main menu is placed in a horizontal bar across the top. The layout is easy to read and navigate, making it ideal for older adults or those with disabilities.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500"> <div class="flex flex-col items-center justify-center h-screen"> <h1 class="text-4xl font-bold text-white">Welcome to our Music Streaming Service</h1> <p class="text-xl text-white text-center mt-4"> We are a dynamic and playful music streaming service that offers a wide range of music genres. Our mission is to provide a platform where artists and fans can connect and share their love for music. We believe in the power of music to bring people together and create a sense of community. </p> <button class="mt-8 px-4 py-2 text-white font-bold bg-pink-500 rounded"> Start Listening Now </button> </div> <nav class="fixed bottom-0 w-full bg-white"> <ul class="flex justify-around"> <li><a href="#" class="block p-4 text-pink-500">Home</a></li> <li><a href="#" class="block p-4 text-pink-500">About</a></li> <li><a href="#" class="block p-4 text-pink-500">Contact</a></li> </ul> </nav> </body> </html>
Music Streaming Service: A playful and dynamic design with full-width background images of musicians and concert scenes. The navigation menu is placed at the bottom, while the call-to-action button is centered and prominently displayed. The use of a gradient color palette and bold typography creates a lively and entertaining atmosphere.
<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">Architectural Firm</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> <!-- More navigation items here --> </nav> <main class="flex flex-col items-center justify-center h-screen"> <h1 class="text-5xl text-center">Welcome to our Architectural Firm</h1> <p class="text-xl text-center max-w-lg mt-6"> We are a team of experienced and passionate architects who strive to create buildings that are not just beautiful, but also functional and sustainable. Our designs are based on the principles of minimalism and modernity, and we use the latest technology and materials to ensure that our buildings are not only aesthetically pleasing, but also structurally sound and energy-efficient. </p> <!-- More content here --> </main> </body> </html>
Architectural Firm: A minimalist and modern design with a large hero image of a architectural masterpiece. The navigation menu is hidden behind a hamburger icon, allowing the content to take center stage. The use of a monochromatic color palette and clean lines emphasizes the structural and technical nature of architecture.
<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"> <nav class="bg-white p-4"> <div class="container mx-auto flex justify-between"> <a href="#" class="flex items-center text-black no-underline hover:text-red-dark"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo" class="h-10"> </a> <div class="flex items-center"> <button class="text-black hover:text-red-dark focus:outline-none"> <svg class="fill-current h-4 w-4" 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> </nav> <header class="bg-cover bg-center h-screen flex items-center" style="background-image: url('https://source.unsplash.com/random/1600x900/?digital-marketing')"> <div class="container mx-auto px-4 text-center"> <h1 class="text-5xl text-white leading-tight">Welcome to our Digital Marketing Agency</h1> <p class="text-2xl text-white">We are a full-service digital marketing agency that helps businesses grow.</p> <div class="mt-8"> <a href="#" class="bg-white text-red-dark font-bold no-underline text-lg py-2 px-4 rounded">Learn More</a> <a href="#" class="bg-transparent hover:bg-red-dark text-white hover:text-white font-bold no-underline text-lg py-2 px-4 ml-4 border-2 border-white hover:border-transparent rounded">Contact Us</a> </div> </div> </header> <main class="container mx-auto px-4 py-8"> <!-- Add your sections here --> </main> <footer class="bg-black text-white text-center py-8"> <p>© 2022 Digital Marketing Agency. All rights reserved.</p> </footer> </div> </body> </html>
Digital Marketing Agency: A single-page website design with a full-width background image and overlaid call-to-action buttons, accompanied by a centered logo and tagline. Sectioned content reveals scrolling down, with a fixed navigation bar housing a hamburger menu.
<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 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 Brokerage Firm</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="#company" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Company </a> <a href="#services" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Services </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> <div class="w-full py-6 flex justify-center"> <img src="https://source.unsplash.com/random/1200x600/?realestate" alt="Real Estate" class="rounded-lg"> </div> <div class="container mx-auto px-4"> <h1 class="text-3xl font-bold mb-4">Welcome to Real Estate Brokerage Firm</h1> <p class="text-lg mb-4"> At Real Estate Brokerage Firm, 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, and we are here to help you navigate the process. Our team of experienced real estate professionals is dedicated to providing you with the information and support you need to make the best decision for your needs. Whether you are looking to buy, sell, or rent, we are here to help. </p> </div> </body> </html>
Real Estate Brokerage Firm: A modern, minimalist homepage with a centered logo, clean lines, and a hero image of a beautiful property. A simple, fixed navigation bar with a dropdown menu is located at the top of the page, while listing results appear below in a grid format.
<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-pink-500 text-white"> <img src="https://source.unsplash.com/random/300x200/?logo" alt="Logo" class="h-16"> <nav> <ul> <li><a href="#" class="text-white">Home</a></li> <li><a href="#" class="text-white">About</a></li> <li><a href="#" class="text-white">Contact</a></li> </ul> </nav> </header> <main> <section class="bg-white p-4"> <h1 class="text-2xl">Welcome to our Nonprofit Organization</h1> <p>We are a nonprofit organization dedicated to providing support and resources to those in need. Our mission is to make a difference in the world, one person at a time.</p> </section> <section class="bg-white p-4"> <h2 class="text-xl">Donate Now</h2> <form> <!-- Add your donation form fields here --> </form> </section> <section class="bg-white p-4"> <h2 class="text-xl">Photo Gallery</h2> <!-- Add your photo gallery here --> </section> </main> <footer class="bg-pink-500 text-white"> <p>© 2022 Nonprofit Organization</p> </footer> </body> </html>
Nonprofit Organization: A multi-page site design with a header consisting of a banner image, logo, and secondary navigation menu. The primary color palette is inspired by the organization's branding, and the site includes various content sections with interactive elements, like donation forms and photo galleries.
<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/?food');"> <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;"> <p class="font-sans break-normal text-md mb-6"> Welcome to our food truck business, where we bring the best of the local cuisine to your doorstep. Our trucks are mobile, so you can enjoy our food wherever you are. </p> <div class="flex flex-wrap -mx-4 overflow-hidden"> <div class="my-4 px-4 w-full overflow-hidden"> <img class="w-full rounded-lg" src="https://source.unsplash.com/random/800x600/?food" alt="Food Truck"> </div> </div> <p class="font-sans break-normal text-md mb-6"> Find us on social media: </p> <div class="flex flex-wrap -mx-4 overflow-hidden"> <div class="my-4 px-4 w-full overflow-hidden"> <!-- Add your social media icons here --> </div> </div> <p class="font-sans break-normal text-md mb-6"> You can find us on Google Maps: </p> <div class="flex flex-wrap -mx-4 overflow-hidden"> <div class="my-4 px-4 w-full overflow-hidden"> <!-- Add your Google Maps integration here --> </div> </div> </div> </div> </body> </html>
Food Truck Business: A mobile-focused design for a food truck company, with a full-screen image of one of their trucks and a sliding menu for the logo, navigation, and social media icons. The homepage also includes a 'Find Us' section featuring a Google Maps integration.
<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/?architecture');"> <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"> <div class="px-4 py-5 sm:px-6"> <h3 class="text-lg font-semibold">Project Title</h3> <p class="mt-1 max-w-2xl text-sm text-gray-600"> Real and long sentences about the business. </p> </div> <img class="w-full" src="https://source.unsplash.com/random/300x200/?architecture" alt="Project Image"> <div class="px-4 py-5 sm:px-6"> <button class="px-4 py-1 text-sm text-purple-600 bg-purple-200 rounded"> Call to Action </button> </div> <div class="px-4 py-5 border-t border-gray-300 sm:px-6"> <ul class="space-y-3"> <li> <h4 class="text-sm font-semibold">Project Team</h4> <p class="text-sm text-gray-600"> Real and long sentences about the project team. </p> </li> <li> <h4 class="text-sm font-semibold">Location</h4> <p class="text-sm text-gray-600"> Real and long sentences about the location. </p> </li> <li> <h4 class="text-sm font-semibold">Services Provided</h4> <p class="text-sm text-gray-600"> Real and long sentences about the services provided. </p> </li> </ul> </div> </section> </div> </body> </html>
Architecture Firm: A portfolio site for an architecture firm, with a minimalist, full-screen layout for each project page, including images, a call-to-action button, and a tabbed section with information about the project team, location, and services provided.
<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-indigo-500 text-white text-center py-16"> <h1 class="text-4xl">Welcome to our Travel Agency</h1> <p class="mt-4">We offer a wide range of travel packages to suit your needs.</p> <button class="mt-8 bg-white text-indigo-500 px-4 py-2 rounded">Book Now</button> </header> <section class="py-16"> <h2 class="text-2xl text-center">Special Deals and Promotions</h2> <!-- Add your banners here --> </section> <section class="py-16"> <h2 class="text-2xl text-center">Popular Destinations</h2> <!-- Add your destination pages here --> </section> </body> </html>
Travel Agency: A dynamic, multimedia website featuring a unique header that displays a randomly selected travel image and a call-to-action button. The site also includes scrolling banners for special deals and promotions, as well as dedicated pages for popular travel destinations.
<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="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="flex justify-between h-16"> <div class="flex"> <div class="flex-shrink-0 flex items-center"> <img class="block h-8 w-auto" src="https://source.unsplash.com/random/100x50/?logo" alt="Logo"> </div> </div> <nav class="flex items-center space-x-4"> <a href="#" class="text-gray-900 hover:text-gray-900">Home</a> <a href="#" class="text-gray-900 hover:text-gray-900">About</a> <a href="#" class="text-gray-900 hover:text-gray-900">Services</a> <a href="#" class="text-gray-900 hover:text-gray-900">Contact</a> </nav> </div> </div> </header> <section class="py-12 bg-white"> <div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8"> <h2 class="text-3xl font-bold text-gray-900">Latest Projects</h2> <!-- Add your projects here --> </div> </section> <footer class="bg-white"> <div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8"> <p class="text-gray-600 text-center">© 2022 Software Development Company. All rights reserved.</p> </div> </footer> </body> </html>
Software Development Company: A sleek, software-inspired design, including a header with a centered, pixel art-styled logo and a horizontal navigation bar. The site includes a hero section showcasing the latest projects, a pricing page, and individual pages dedicated to the various development services they offer.
<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"> <h1 class="text-5xl p-5">Event Planning Company</h1> <p class="p-5">We are a professional event planning company dedicated to creating unforgettable experiences for our clients.</p> </header> <section class="bg-white text-center"> <h2 class="text-3xl p-5">Corporate Events</h2> <img src="https://source.unsplash.com/random/300x200/?corporate" alt="Corporate Event" class="mx-auto"> <button class="bg-pink-500 hover:bg-pink-700 text-white font-bold py-2 px-4 rounded m-5"> Book Now </button> </section> <section class="bg-white text-center"> <h2 class="text-3xl p-5">Weddings</h2> <img src="https://source.unsplash.com/random/300x200/?wedding" alt="Wedding" class="mx-auto"> <button class="bg-pink-500 hover:bg-pink-700 text-white font-bold py-2 px-4 rounded m-5"> Book Now </button> </section> </body> </html>
Event Planning Company: A visually-appealing, one-page website design, featuring sections dedicated to various event types, such as corporate events and weddings. Each event section includes a full-width image of a previous event and a prominent call-to-action button.
<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-green-500 text-white text-center py-12"> <h1 class="text-4xl">Pet Owners Social Media Platform</h1> <!-- Your mascot logo here --> </header> <section class="py-12"> <h2 class="text-3xl text-center">Welcome to our community</h2> <p class="text-center mt-4"> We are a social media platform for pet owners. Here, you can connect with other pet owners, share your pets' stories, and find the best pet-friendly places around you. </p> </section> <section class="py-12"> <h2 class="text-3xl text-center">User Profiles</h2> <!-- Your user profiles here --> </section> <section class="py-12"> <h2 class="text-3xl text-center">News Feed</h2> <!-- Your news feed here --> </section> <section class="py-12"> <h2 class="text-3xl text-center">Pet Directory</h2> <!-- Your pet directory here --> </section> <footer class="bg-green-500 text-white text-center py-6"> <p>© 2022 Pet Owners Social Media Platform. All rights reserved.</p> </footer> </body> </html>
Social Media Platform for Pet Owners: A playful and engaging design featuring a mascot logo centered at the top of the page, and a vibrant color palette inspired by pets and their owners. The site includes user profiles, a news feed, and a pet directory with search filters, making it easy for pet owners to connect and share content.
<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 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"> <h1 class="text-5xl font-bold leading-tight mt-4 mb-2">Welcome to our Tech Startup</h1> <p class="leading-normal text-2xl mb-8"> We are a team of passionate individuals who are dedicated to creating innovative and cutting-edge technology solutions. </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">Get Started</button> </div> <div class="w-full md:w-1/2"> <img class="w-full" src="https://source.unsplash.com/random/800x600/?tech" alt="Tech Image"> </div> </div> </section> <footer class="bg-gray-800 text-center text-white"> <div class="container px-6 pt-6"> <div class="flex flex-col md:flex-row justify-between"> <p class="text-sm text-gray-400">© 2022 Tech Startup. All rights reserved.</p> <div> <a href="#" class="text-sm text-gray-400 ml-3">Privacy Policy</a> <a href="#" class="text-sm text-gray-400 ml-3">Terms of Use</a> </div> </div> </div> </footer> </body> </html>
Tech Startup: Minimalistic design with a centralized logo and a clean navigation bar. The background is a dynamic, abstract pattern. The homepage features a hero image with call-to-action button and a sections layout with animations. The footer includes links to company information and legal documents.
<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="bg-cover bg-center h-screen" style="background-image: url('https://source.unsplash.com/random/1600x900/?architecture')"> <nav class="flex items-center justify-between flex-wrap bg-white p-6"> <div class="flex items-center flex-shrink-0 text-white mr-6"> <span class="font-semibold text-xl tracking-tight">Architecture Firm</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 font-bold mb-4">Welcome to our Architecture Firm</h1> <p class="text-lg mb-4"> We are a full-service architecture firm specializing in residential, commercial, and institutional projects. Our team of experienced architects and designers work closely with our clients to create spaces that are functional, beautiful, and sustainable. </p> <h2 class="text-2xl font-bold mb-4">Our Services</h2> <p class="text-lg mb-4"> We offer a wide range of services including concept design, detailed design, construction documents, and project management. We also provide turnkey construction services for our clients. </p> </div> <footer class="bg-white p-6"> <div class="container mx-auto px-4"> <p class="text-center text-gray-600"> &copy; 2022 Architecture Firm. All rights reserved. </p> </div> </footer> </div> </body> </html>
Architecture Firm: A full-width background image of a building project paired with a simple, white navigation menu and content area. The content is presented in a staggered format, with large headings and short paragraphs. Footer includes links to past projects 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"> <header class="bg-blue-500 text-white text-center py-16"> <h1 class="text-4xl">Welcome to Our Education Institution</h1> <p class="mt-4 text-xl">We are a leading institution in the field of education.</p> </header> <main class="container mx-auto p-4 flex flex-col md:flex-row"> <section class="md:w-1/2 p-4"> <h2 class="text-2xl mb-4">About Us</h2> <p class="text-lg">Our institution is dedicated to providing high-quality education to students from all walks of life. We offer a wide range of degrees and programs, catering to the needs of our students.</p> </section> <section class="md:w-1/2 p-4"> <h2 class="text-2xl mb-4">Degrees and Programs</h2> <ul class="list-disc pl-4"> <li><a href="#" class="text-blue-500 hover:text-blue-700">Degree 1</a></li> <li><a href="#" class="text-blue-500 hover:text-blue-700">Degree 2</a></li> <li><a href="#" class="text-blue-500 hover:text-blue-700">Degree 3</a></li> </ul> </section> </main> <footer class="bg-blue-500 text-white text-center py-8"> <h2 class="text-2xl mb-4">Important Dates</h2> <p class="text-lg">Event 1: Date</p> <p class="text-lg">Event 2: Date</p> <h2 class="text-2xl mb-4 mt-8">Quick Links</h2> <ul class="list-disc pl-4"> <li><a href="#" class="text-white hover:text-gray-300">Link 1</a></li> <li><a href="#" class="text-white hover:text-gray-300">Link 2</a></li> <li><a href="#" class="text-white hover:text-gray-300">Link 3</a></li> </ul> </footer> </body> </html>
Education Institution: A two-column layout with a prominent banner featuring a student, teacher, or campus image. The left column contains brief information about the institution, with the right column displaying links to degrees and programs. The footer includes key dates, events, and quick 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"> <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-grey-darker leading-normal"> <div class="font-sans mb-6"> <h1 class="font-bold break-normal text-gray-900 pt-6 pb-2 text-3xl md:text-4xl">Welcome to Our Real Estate Firm</h1> <p class="text-sm md:text-base font-normal text-gray-600"> At our real estate firm, we are committed to providing our clients with the best possible service. We understand that buying or selling a home is a big decision, and we are here to help you every step of the way. Whether you're looking for a new home, selling your current one, or investing in real estate, we have the expertise and resources to help you. </p> </div> </div> </div> <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-orange-600 no-underline hover:no-underline font-bold text-2xl lg:text-4xl" href="#">Our Real Estate Firm</a> </div> <div class="flex-1"> <p class="uppercase text-gray-500 md:mb-6">Company</p> <ul class="list-reset mb-6"> <li class="mt-2 inline-block mr-2 md:block md:mr-0"> <a href="#" class="no-underline hover:underline text-gray-800 hover:text-orange-500">About</a> </li> <li class="mt-2 inline-block mr-2 md:block md:mr-0"> <a href="#" class="no-underline hover:underline text-gray-800 hover:text-orange-500">Contact</a> </li> </ul> </div> </div> </div> </footer> </body> </html>
Real Estate Firm: A modern, full-width design with a rotating carousel of property images, a prominent search bar, and a clear call-to-action button. The footer includes information about the company, team bios, and testimonials from happy clients.
<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="w-full h-64 bg-cover bg-center" style="background-image: url('https://source.unsplash.com/random/1600x900/?travel')"> <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"> 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> </header> <main class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Welcome to our Travel Agency</h1> <p class="mb-4"> At our travel agency, we specialize in creating unforgettable travel experiences for our clients. We understand that every traveler is unique and we strive to provide personalized service that meets their individual needs and preferences. Whether you're planning a romantic getaway, a family vacation, a business trip, or a solo adventure, we're here to help you plan your next adventure. </p> <!-- Add more sections as needed --> </main> <footer class="bg-gray-800 text-white p-4"> <p class="text-center">© 2022 Travel Agency. All rights reserved.</p> </footer> </body> </html>
Travel Agency: A vibrant, engaging design with full-width header images of beautiful destinations, a horizontal navigation menu, and a footer containing various travel-related content, such as a blog, special offers, and 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"> <header class="bg-green-500 text-white p-4"> <h1 class="text-2xl font-bold">Healthcare Provider</h1> <input type="text" placeholder="Search..." class="mt-2 p-2 w-full"> </header> <nav class="bg-green-300 text-white p-4"> <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</a></li> </ul> </nav> <main class="p-4"> <h2 class="text-xl font-bold mb-2">Welcome to Healthcare Provider</h2> <p class="mb-4">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 to meet the unique needs of each individual patient.</p> <!-- Add more sections as needed --> </main> </body> </html>
Healthcare Provider: A warm and welcoming design with a prominent search bar, an easy-to-navigate top navigation menu, and a footer displaying services, team information, and a patient testimonials section.
<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="max-w-6xl mx-auto px-4"> <div class="flex justify-between"> <div class="flex space-x-4"> <!-- Logo --> <div class="flex items-center py-4"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo" class="h-8"> </div> </div> <!-- Navigation --> <div class="flex items-center space-x-1"> <a href="#" class="px-4 py-5 text-sm font-medium text-gray-700 rounded-lg hover:bg-gray-200 focus:outline-none focus:shadow-outline">Home</a> <a href="#" class="px-4 py-5 text-sm font-medium text-gray-700 rounded-lg hover:bg-gray-200 focus:outline-none focus:shadow-outline">About</a> <a href="#" class="px-4 py-5 text-sm font-medium text-gray-700 rounded-lg hover:bg-gray-200 focus:outline-none focus:shadow-outline">Contact</a> </div> </div> </div> </header> <main class="max-w-6xl mx-auto px-4 py-8"> <!-- Main content --> <div class="flex flex-wrap -mx-2 overflow-hidden"> <div class="my-2 px-2 w-full md:w-1/2 lg:w-1/3"> <!-- Latest posts --> <h2 class="text-2xl font-bold mb-4">Latest Posts</h2> <!-- Posts will go here --> </div> <div class="my-2 px-2 w-full md:w-1/2 lg:w-1/3"> <!-- User profiles --> <h2 class="text-2xl font-bold mb-4">User Profiles</h2> <!-- Profiles will go here --> </div> <div class="my-2 px-2 w-full md:w-1/2 lg:w-1/3"> <!-- Trending topics --> <h2 class="text-2xl font-bold mb-4">Trending Topics</h2> <!-- Topics will go here --> </div> </div> </main> <footer class="bg-white shadow"> <div class="max-w-6xl mx-auto px-4 py-8"> <!-- Footer content --> <div class="flex flex-wrap -mx-2"> <div class="my-2 px-2 w-full md:w-1/2 lg:w-1/3"> <!-- Help resources --> <h2 class="text-2xl font-bold mb-4">Help Resources</h2> <!-- Resources will go here --> </div> <div class="my-2 px-2 w-full md:w-1/2 lg:w-1/3"> <!-- Community guidelines --> <h2 class="text-2xl font-bold mb-4">Community Guidelines</h2> <!-- Guidelines will go here --> </div> <div class="my-2 px-2 w-full md:w-1/2 lg:w-1/3"> <!-- Legal information --> <h2 class="text-2xl font-bold mb-4">Legal Information</h2> <!-- Information will go here --> </div> </div> </div> </footer> </body> </html>
Social Media Platform: A clean, modern design with a prominent, centered logo, and a simple, yet functional navigation menu. The homepage includes a multi-column layout featuring the latest posts, user profiles, and trending topics. The footer contains links to help resources, community guidelines, and legal 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"> <header class="bg-white p-4"> <nav class="flex justify-between"> <div> <a href="#" class="text-gray-900 hover:text-orange-500">Home</a> <a href="#" class="ml-4 text-gray-900 hover:text-orange-500">About</a> <a href="#" class="ml-4 text-gray-900 hover:text-orange-500">Services</a> <a href="#" class="ml-4 text-gray-900 hover:text-orange-500">Contact</a> </div> <div> <a href="#" class="text-gray-900 hover:text-orange-500">Login</a> </div> </nav> </header> <main class="flex p-4"> <aside class="w-1/4 p-4"> <h2 class="text-2xl text-gray-900">About Us</h2> <p class="mt-2 text-gray-700">We are a team of dedicated professionals committed to providing the best services in the industry.</p> </aside> <section class="w-3/4 p-4"> <img src="https://source.unsplash.com/random/800x600/?tech" alt="Hero Image" class="w-full"> <h1 class="mt-4 text-4xl text-gray-900">Welcome to Our Tech Company</h1> <p class="mt-2 text-gray-700">At our tech company, we specialize in providing top-notch services to our clients. Our team of experts is dedicated to delivering the best possible solutions for your business needs.</p> </section> </main> <footer class="bg-white p-4"> <div class="flex justify-between"> <div> <p class="text-gray-700">© 2022 Tech Company. All rights reserved.</p> </div> <div> <a href="#" class="text-gray-900 hover:text-orange-500">Facebook</a> <a href="#" class="ml-4 text-gray-900 hover:text-orange-500">Twitter</a> <a href="#" class="ml-4 text-gray-900 hover:text-orange-500">Instagram</a> </div> </div> </footer> </body> </html>
Tech Company: A minimalist design with a large, central hero image, navigation menu on the top, and a left sidebar for information about the team, services, and contact details. The footer can have a simple layout with social media icons and copyright information.
<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"> <header class="bg-white text-center"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo" class="inline-block h-10 w-10 mt-10 mb-10"> <nav class="bg-white w-full"> <ul class="flex items-center justify-between px-4 py-3"> <li><a href="#" class="inline-block py-2 px-4 text-black no-underline">Home</a></li> <li><a href="#" class="inline-block py-2 px-4 text-black no-underline">Products</a></li> <li><a href="#" class="inline-block py-2 px-4 text-black no-underline">About</a></li> <li><a href="#" class="inline-block py-2 px-4 text-black no-underline">Contact</a></li> </ul> </nav> </header> <main class="flex flex-wrap"> <section class="w-full"> <img src="https://source.unsplash.com/random/1200x400/?fashion" alt="Fashion Image" class="w-full"> </section> <section class="w-full"> <h2 class="text-center text-3xl">Our Products</h2> <!-- Add your product catalog here --> </section> </main> <footer class="bg-white text-center text-black p-4 absolute bottom-0 w-full"> <p>Stay connected with us on social media.</p> <!-- Add your social media links here --> <p>For customer service, please contact us at:</p> <!-- Add your contact information here --> <p>Sign up for our newsletter:</p> <!-- Add your newsletter sign-up form here --> </footer> </body> </html>
Fashion Brand: A visually striking design with a full-width image gallery on the homepage, a logo and navigation menu at the top, and a clean, white layout with a large product catalog and shopping cart. The footer can have a fashion-forward design with links to social media, customer service, and a newsletter sign-up.
<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"> <img src="https://source.unsplash.com/random/300x200/?food" alt="Logo" class="w-1/4 mx-auto my-4"> <nav class="container mx-auto flex items-center justify-between flex-wrap p-6"> <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-white border-white hover:border-transparent hover:text-teal-500 hover:bg-white mt-4 lg:mt-0">Sign Up</a> </div> </div> </nav> </header> <main> <section class="bg-cover bg-center h-screen" style="background-image: url('https://source.unsplash.com/random/1600x900/?healthy-food')"> <div class="container mx-auto px-6 md:flex md:items-center"> <div class="text-center md:text-left"> <h1 class="text-5xl font-bold leading-tight mt-0 mb-2 text-white">Healthy Food Company</h1> <p class="text-2xl text-white">We provide the best healthy food options for you to enjoy.</p> <button class="bg-white text-gray-800 font-bold rounded-full my-6 py-4 px-8 shadow">Order Now</button> </div> </div> </section> </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 href="#" class="text-orange-600 no-underline hover:underline font-bold text-xl mt-2">Healthy Food Company</a> <p class="text-gray-600">123 Main Street, Anytown, USA</p> <p class="text-gray-600">Phone: (123) 456-7890</p> <p class="text-gray-600">Email: info@healthyfoodcompany.com</p> </div> <div class="flex-1"> <p class="uppercase text-gray-500 md:mb-6">Social</p> <ul> <li class="mt-2"><a href="#" class="text-gray-600 hover:text-orange-600">Facebook</a></li> <li class="mt-2"><a href="#" class="text-gray-600 hover:text-orange-600">Twitter</a></li> <li class="mt-2"><a href="#" class="text-gray-600 hover:text-orange-600">Instagram</a></li> </ul> </div> </div> </div> </footer> </body> </html>
Health Food Company: A warm and inviting design with a hero image of a fresh, organic meal, a logo and navigation menu on the top, and a centrally aligned call-to-action button for ordering or signing up for a newsletter. The footer can have a rustic design with contact information, links to social media, and a healthy recipe gallery.
<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/300x100/?logo" alt="Logo" class="h-16"> </header> <section class="bg-blue-500 p-4 flex justify-center"> <img src="https://source.unsplash.com/random/1200x400/?education" alt="Banner" class="w-full"> </section> <main class="p-4"> <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 our students with the best possible education. We offer a wide range of programs and courses, designed to meet the needs of our students and to prepare them for a successful future. Our faculty is highly qualified and experienced, and they are dedicated to providing a supportive and inclusive learning environment. </p> <!-- Add more sections as needed --> </main> <footer class="bg-white p-4 flex justify-center"> <img src="https://source.unsplash.com/random/300x200/?campus" alt="Campus" class="h-16"> <div class="ml-4"> <h2 class="text-xl font-bold mb-2">Student Resources</h2> <ul> <li><a href="#" class="text-blue-500">Handbook</a></li> <li><a href="#" class="text-blue-500">Library</a></li> <li><a href="#" class="text-blue-500">Admission Requirements</a></li> </ul> </div> </footer> </body> </html>
Education Institute: A modern and professional design with a centered logo, a large banner showcasing programs and courses, and a clean, easily navigable layout with information about course details and faculty. The footer can have a design inspired by a campus, with links to student resources and admission requirements.
<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">Construction Company</a> </div> <div class="flex space-x-4"> <a href="#" class="text-gray-800 hover:text-gray-500">About Us</a> <a href="#" class="text-gray-800 hover:text-gray-500">Service Offerings</a> <a href="#" class="text-gray-800 hover:text-gray-500">Portfolio</a> </div> </div> </nav> <main class="max-w-4xl mx-auto px-6 py-8"> <section> <h1 class="text-3xl font-bold text-gray-800 mb-4">Welcome to Our Construction Company</h1> <p class="text-gray-600 mb-8"> We are a leading construction company specializing in building and remodeling projects. Our team of experienced professionals is committed to delivering high-quality work, on time and within budget. We pride ourselves on our attention to detail and our commitment to safety. </p> </section> <section> <h2 class="text-2xl font-bold text-gray-800 mb-4">Our Services</h2> <p class="text-gray-600 mb-8"> We offer a wide range of services, including residential construction, commercial construction, renovations, and more. We are equipped to handle any project, no matter how complex. </p> </section> <section> <h2 class="text-2xl font-bold text-gray-800 mb-4">Our Portfolio</h2> <p class="text-gray-600 mb-8"> Check out our portfolio of past projects. We are proud of the quality of our work and the results we have achieved for our clients. </p> </section> </main> <footer class="bg-white px-6 py-4"> <div class="flex items-center justify-between"> <div> <p class="text-gray-600">© 2022 Construction Company. All rights reserved.</p> </div> <div class="flex space-x-4"> <a href="#" class="text-gray-600 hover:text-gray-500">Partner Companies</a> <a href="#" class="text-gray-600 hover:text-gray-500">Safety Information</a> <a href="#" class="text-gray-600 hover:text-gray-500">Contact Us</a> </div> </div> </footer> </body> </html>
Construction Company: A rugged and rough design with a hero image of a construction site, a logo and navigation menu on the top, and a multi-page layout with an about us page, service offerings, and a portfolio of past projects. The footer can have a simple design with links to partner companies, safety information, and contact details.
<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 Technology Company</h1> <p class="text-lg text-center mb-8"> At our technology company, we are committed to providing innovative and efficient solutions for your business needs. Our team of experts is dedicated to delivering high-quality services that meet your unique requirements. Whether you need help with software development, data analysis, or cloud computing, we have the expertise to deliver results. </p> <div class="flex justify-around mb-8"> <div class="bg-yellow-500 text-white p-4 rounded-lg"> <h2 class="text-2xl font-bold mb-2">Software Development</h2> <p>We specialize in creating custom software solutions to meet your unique business needs.</p> </div> <div class="bg-green-500 text-white p-4 rounded-lg"> <h2 class="text-2xl font-bold mb-2">Data Analysis</h2> <p>Our data analysis services help you make informed decisions based on your data.</p> </div> <div class="bg-red-500 text-white p-4 rounded-lg"> <h2 class="text-2xl font-bold mb-2">Cloud Computing</h2> <p>We offer scalable and reliable cloud solutions to support your business growth.</p> </div> </div> <p class="text-center"> Contact us today to learn more about how we can help your business. </p> </div> </body> </html>
Technology Company: A minimalist design with a full-width header image, a centrally aligned logo, and a horizontal navigation bar. The main content is divided into three equal columns with vibrant colors and icons representing various services.
<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="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 space-x-4"> <li><a href="#" class="text-gray-800 hover:text-blue-500">Home</a></li> <li><a href="#" class="text-gray-800 hover:text-blue-500">About</a></li> <li><a href="#" class="text-gray-800 hover:text-blue-500">Collections</a></li> <li><a href="#" class="text-gray-800 hover:text-blue-500">Contact</a></li> </ul> </nav> </header> <main> <section class="relative"> <img src="https://source.unsplash.com/random/1600x800/?fashion" 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 Fashion Brand</h1> </div> </section> <section class="p-4"> <p class="text-lg"> At our fashion brand, we believe in the power of fashion to express individuality and self-expression. We offer a wide range of styles and designs, from casual wear to formal attire, to suit every taste and occasion. Our collections are carefully curated to reflect the latest trends and styles, and we pride ourselves on offering high-quality, stylish clothing that is not only fashionable but also comfortable and durable. </p> </section> </main> <footer class="bg-gray-800 text-white p-4"> <div class="flex items-center justify-between"> <div> <p>Sign up for our newsletter:</p> <form> <input type="email" placeholder="Enter your email" class="p-2 mt-2 rounded"> <button type="submit" class="bg-white text-gray-800 p-2 mt-2 rounded">Subscribe</button> </form> </div> <div> <p>Follow us on social media:</p> <div class="flex space-x-2"> <a href="#"><img src="https://source.unsplash.com/random/50x50/?facebook" alt="Facebook" class="h-6"></a> <a href="#"><img src="https://source.unsplash.com/random/50x50/?twitter" alt="Twitter" class="h-6"></a> <a href="#"><img src="https://source.unsplash.com/random/50x50/?instagram" alt="Instagram" class="h-6"></a> </div> </div> </div> </footer> </body> </html>
Fashion Brand: A visually appealing design with a large hero image showcasing the latest collection, a left-aligned logo, and a vertical navigation bar. The footer includes social media icons 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 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">Food and Beverage</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">Order Online</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="text-base">Welcome to our restaurant, where we serve the best food in town. Our menu features a variety of dishes, from classic favorites to our signature creations. We use only the freshest ingredients to ensure that every dish is bursting with flavor. Whether you're in the mood for a hearty meal or a light snack, we've got you covered. Come visit us and taste the difference that our food makes in your life.</p> </div> </div> </body> </html>
Food and Beverage: A warm and welcoming layout featuring a full-screen image of a delicious meal, a right-aligned logo, and a sticky navigation bar. The content includes a call-to-action button for online ordering and features colorful images of food and menus.
<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-center"> <h1 class="text-4xl">Welcome to Our Creative Agency</h1> </div> <p class="py-6"> At our creative agency, we are dedicated to helping businesses and individuals create unique and engaging content. Whether you're looking for a new logo, a website, or a video, we've got you covered. We specialize in a wide range of services, from graphic design to video production, and everything in between. Our team of experienced professionals is committed to delivering high-quality work that meets and exceeds your expectations. </p> <div class="flex items-center justify-between flex-wrap pb-4"> <div class="w-full md:w-1/3 p-3"> <div class="h-full border-2 border-gray-200 border-opacity-60 rounded-lg overflow-hidden"> <img class="w-full" src="https://source.unsplash.com/random/300x200/?design" alt="Design"> <div class="p-6"> <h2 class="text-xl font-bold mb-2">Graphic Design</h2> <p class="text-gray-700 text-base"> We create stunning designs that will help your brand stand out. </p> </div> </div> </div> <!-- Repeat the above div for each service --> </div> </div> </div> </body> </html>
Creative Agency: A dynamic design with a video background, a centered logo, and a bottom navigation bar. The content is displayed in a grid format with icons representing various services, and a transparent overlay shows contact information when scrolling over.
<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="relative"> <img src="https://source.unsplash.com/random/1600x400/?campus" alt="Campus Image" class="w-full"> <div class="absolute inset-0 flex items-center justify-center"> <img src="https://source.unsplash.com/random/200x200/?logo" alt="Logo" class="h-16"> </div> </header> <nav class="bg-white px-6 py-4"> <ul class="flex space-x-4"> <li><a href="#" class="text-gray-900 hover:text-yellow-500">Home</a></li> <li><a href="#" class="text-gray-900 hover:text-yellow-500">About</a></li> <li><a href="#" class="text-gray-900 hover:text-yellow-500">Courses</a></li> <li><a href="#" class="text-gray-900 hover:text-yellow-500">Contact</a></li> </ul> </nav> <main class="max-w-screen-lg mx-auto p-6"> <h1 class="text-3xl font-bold mb-6">Welcome to Our Educational Institution</h1> <p class="mb-6"> At our educational institution, we are committed to providing a high-quality education that is both intellectually stimulating and socially rewarding. We believe that education is a lifelong process that should be accessible to all, regardless of socioeconomic status. Our mission is to prepare students for success in college, careers, and life, and to foster a sense of community among all members of our community. </p> <!-- Add your content here --> </main> </body> </html>
Educational Institution: A clean and informative design with a large header image of the campus, a top-centered logo, and a dropdown main navigation menu. The content includes a student testimonial section, a news section, and an events calendar.
<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">Healthcare Provider</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="#services" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Services </a> <a href="#testimonials" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Testimonials </a> <a href="#appointment" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white"> Schedule an Appointment </a> </div> </div> </nav> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Welcome to Healthcare Provider</h1> <p class="text-lg mb-4"> At Healthcare Provider, we are committed to providing the highest quality healthcare services to our patients. Our team of experienced providers is dedicated to providing personalized care that is both effective and compassionate. We believe in the power of early detection and prevention, and we are committed to helping our patients maintain their health and well-being. </p> <h2 id="services" class="text-2xl font-bold mb-4 mt-8">Our Services</h2> <p class="text-lg mb-4"> At Healthcare Provider, we offer a wide range of services to meet the needs of our patients. These services include primary care, specialty care, and preventive care. We also offer a variety of services to meet the needs of our patients, including physical therapy, occupational therapy, and speech therapy. </p> <h2 id="testimonials" class="text-2xl font-bold mb-4 mt-8">Patient Testimonials</h2> <p class="text-lg mb-4"> Here are some of the testimonials from our patients: </p> <h2 id="appointment" class="text-2xl font-bold mb-4 mt-8">Schedule an Appointment</h2> <p class="text-lg mb-4"> Schedule an appointment with us today and experience the difference that our healthcare provider can make. </p> </div> </body> </html>
Healthcare Provider: A calming and professional design with a soothing background image, a left-aligned logo, and a side navigation bar. The content includes a section for services, a patient testimonials section, and a call-to-action button for scheduling an appointment.
<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"> <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">Architecture & Design</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 px-4"> <h1 class="text-4xl text-center">Welcome to Architecture & Design</h1> <p class="text-center mt-4"> At Architecture & Design, we specialize in creating visually stunning designs that are both functional and beautiful. Our team of experienced architects and designers work closely with our clients to understand their needs and translate them into stunning designs. We believe that architecture and design should not only be functional, but also beautiful and inspiring. </p> </section> <footer class="bg-gray-800 text-white text-center py-4"> <p>© 2022 Architecture & Design. All rights reserved.</p> </footer> </body> </html>
Architecture and Design: A visually stunning design with a full-screen hero image showcasing an architectural marvel, a left-aligned logo, and a sticky navigation bar. The content includes a portfolio of projects and a blog with the latest design trends.
<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" class="h-10"> </header> <main class="max-w-screen-lg mx-auto p-4"> <section class="my-8"> <h2 class="text-2xl font-bold mb-4">Our Services</h2> <p class="mb-4">We offer a wide range of automotive services, including oil changes, tire rotations, and brake checks. We use only the highest quality parts to ensure your vehicle is always in top condition.</p> <button class="bg-purple-500 hover:bg-purple-700 text-white font-bold py-2 px-4 rounded">Schedule Service</button> </section> <section class="my-8"> <h2 class="text-2xl font-bold mb-4">Pricing</h2> <p class="mb-4">Our pricing is fair and transparent. We offer competitive rates without any hidden fees.</p> </section> <section class="my-8"> <h2 class="text-2xl font-bold mb-4">Customer Reviews</h2> <p class="mb-4">See what our customers are saying about our services.</p> </section> </main> <footer class="bg-white p-4 flex justify-center"> <nav> <a href="#" class="text-purple-500 hover:text-purple-700 mx-2">Home</a> <a href="#" class="text-purple-500 hover:text-purple-700 mx-2">Services</a> <a href="#" class="text-purple-500 hover:text-purple-700 mx-2">Pricing</a> <a href="#" class="text-purple-500 hover:text-purple-700 mx-2">Reviews</a> </nav> </footer> </body> </html>
Automotive Service: A functional design with a prominent call-to-action button for scheduling vehicle service, a centered logo, and a bottom navigation bar. The content includes a section for services offered, a pricing information section, and 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"> <div class="flex flex-col min-h-screen"> <header class="bg-white shadow"> <div class="container mx-auto flex flex-col items-center justify-between p-4 md:flex-row"> <div class="flex flex-col items-center justify-between"> <img src="https://source.unsplash.com/random/100x100/?logo" alt="Logo" class="w-12 h-12"> <p class="text-gray-600">Contact Information</p> </div> </div> </header> <main class="flex-grow"> <div class="container mx-auto px-4"> <div class="flex flex-wrap -mx-4"> <div class="w-full md:w-1/4 px-4"> <nav class="bg-white shadow mb-4"> <ul class="list-reset"> <li class="border-b border-gray-200"> <a href="#" class="block p-4 no-underline hover:bg-gray-200">Category 1</a> </li> <li class="border-b border-gray-200"> <a href="#" class="block p-4 no-underline hover:bg-gray-200">Category 2</a> </li> <!-- Add more categories as needed --> </ul> </nav> </div> <div class="w-full md:w-3/4 px-4"> <!-- Add your image slider here --> </div> </div> </div> </main> <footer class="bg-white"> <div class="container mx-auto px-4 py-8"> <p class="text-gray-600 text-center">© 2022 Your Restaurant Name. All rights reserved.</p> </div> </footer> </div> </body> </html>
Restaurant: A visually appealing design featuring a full-screen image slider showcasing different dishes. A vertical menu is placed on the left side, making it easy to navigate through different categories. The company logo and contact information are centered at the top.
<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 px-6 py-4"> <div class="flex items-center"> <button class="text-gray-500 hover:text-gray-700 focus:outline-none focus:text-gray-700"> <svg class="fill-current h-4 w-4" 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> </header> <main class="flex-grow"> <div class="container mx-auto px-6 py-8"> <div class="flex flex-col items-center justify-center h-screen"> <img class="w-full max-w-lg" src="https://source.unsplash.com/random/1200x600/?tech" alt="Hero Image"> <button class="mt-8 bg-indigo-500 hover:bg-indigo-700 text-white font-bold py-2 px-4 rounded"> Learn More </button> </div> </div> </main> <footer class="bg-white"> <div class="container mx-auto px-6 py-4"> <p class="text-center text-gray-600"> At our Tech Company, we are committed to providing our customers with the best possible service. We believe in creating a seamless and enjoyable experience for our users, and we strive to make our products and services as user-friendly as possible. We are constantly innovating and improving our offerings to meet the evolving needs of our customers. Our team of experts is dedicated to delivering the highest quality products and services to our customers. We are proud to be a leading provider of cutting-edge technology solutions. </p> </div> </footer> </div> </body> </html>
Tech Company: A sleek, minimalist design with a large, centered hero image and a call-to-action button below it. The menu is hidden in a hamburger icon in the upper left-hand corner, emphasizing the company's emphasis on 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="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"> <h1>Welcome to Our Creative Agency</h1> </div> <p class="py-6"> At our creative agency, we believe in the power of creativity and innovation. We are a team of passionate designers, developers, and strategists who are dedicated to creating unique and engaging experiences for our clients. Whether you're looking for a brand new website, a stunning logo, or a powerful marketing campaign, we've got you covered. </p> <div class="pb-6"> <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> </div> </body> </html>
Creative Agency: A colorful and playful design, featuring a mosaic layout of projects and works. The logo is placed in the center at the top, while the navigation menu is on the left. A call-to-action button is located at the bottom 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"> <div class="container mx-auto px-4 py-8"> <nav class="flex justify-between items-center"> <div> <a href="#" class="text-2xl font-bold">Real Estate</a> </div> <div> <a href="#" class="mr-4">Home</a> <a href="#" class="mr-4">About</a> <a href="#" class="mr-4">Contact</a> </div> </nav> <div class="mt-8"> <h1 class="text-4xl font-bold">Welcome to Real Estate</h1> <p class="mt-4 text-lg"> At Real Estate, we are committed to providing our clients with the best possible service. We understand that buying or selling a property can be a daunting task, which is why we offer a wide range of services to make the process as smooth as possible. Whether you're a first-time homebuyer, a seasoned investor, or a relocating professional, we're here to help. </p> </div> </div> </body> </html>
Real Estate: A clean and professional layout with a large, high-definition background image of a property. The menu is located at the top, while the property listings are displayed in a grid or list format. A search bar is placed prominently in the upper right-hand corner.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-green-500 text-white"> <nav class="flex justify-center p-4 bg-green-800"> <a href="#about" class="px-4">About Us</a> <a href="#services" class="px-4">Services</a> <a href="#contact" class="px-4">Contact</a> </nav> <div class="flex justify-center p-10"> <img src="https://source.unsplash.com/random/800x600/?health" alt="Healthy lifestyle"> </div> <div id="about" class="p-10 text-center"> <h1 class="text-3xl mb-4">About Us</h1> <p class="text-lg">We are a team of health and wellness experts dedicated to promoting a healthy lifestyle. Our mission is to help people lead healthier lives by providing the best health and wellness advice and services.</p> </div> <div id="services" class="p-10 text-center bg-green-700"> <h1 class="text-3xl mb-4">Our Services</h1> <p class="text-lg">We offer a wide range of health and wellness services including but not limited to personal training, nutrition coaching, and mental health support.</p> </div> <div id="contact" class="p-10 text-center"> <h1 class="text-3xl mb-4">Contact Us</h1> <p class="text-lg">If you have any questions or need further information about our services, please don't hesitate to contact us.</p> <button class="bg-white text-green-800 px-4 py-2 mt-4">Contact Us</button> </div> </body> </html>
Health and Wellness: A naturally inspired design with a green color palette and plenty of white space. A large, centered image of a healthy lifestyle is featured, with a call-to-action button below it. The menu is horizontally placed at the top, with quick links to various sections, such as "About Us," "Services," and "Contact."
<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"> <header class="flex justify-between items-center"> <h1 class="text-3xl font-bold">Travel Agency</h1> <nav> <ul class="flex space-x-4"> <li><a href="#flights" class="text-pink-500 hover:text-pink-700">Flights</a></li> <li><a href="#hotels" class="text-pink-500 hover:text-pink-700">Hotels</a></li> <li><a href="#tours" class="text-pink-500 hover:text-pink-700">Tours</a></li> <li><a href="#packages" class="text-pink-500 hover:text-pink-700">Packages</a></li> </ul> </nav> </header> <main class="mt-8"> <section id="flights" class="mb-8"> <h2 class="text-2xl font-bold mb-4">Flights</h2> <p>Discover our wide range of flights to popular travel destinations. We offer competitive prices and flexible booking options.</p> </section> <section id="hotels" class="mb-8"> <h2 class="text-2xl font-bold mb-4">Hotels</h2> <p>We have a wide selection of hotels in top locations around the world. Whether you're looking for luxury hotels or budget-friendly options, we've got you covered.</p> </section> <section id="tours" class="mb-8"> <h2 class="text-2xl font-bold mb-4">Tours</h2> <p>Explore the world with our guided tours. We offer tours in various categories, from cultural tours to nature tours.</p> </section> <section id="packages" class="mb-8"> <h2 class="text-2xl font-bold mb-4">Packages</h2> <p>Take a look at our travel packages. We offer everything you need for your trip, from flights and hotels to tours and activities.</p> </section> </main> <footer class="mt-8 flex justify-end"> <button class="bg-pink-500 hover:bg-pink-700 text-white font-bold py-2 px-4 rounded"> Book Now </button> </footer> </div> </body> </html>
Travel Agency: An engaging design with large, high-resolution images of popular travel destinations. The menu is horizontally placed at the top, while the main content is organized into sections, such as "Flights," "Hotels," "Tours," and "Packages." A call-to-action button is located prominently in the bottom right-hand corner.
<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 justify-center h-screen bg-cover bg-center" style="background-image: url('https://source.unsplash.com/random/1600x900/?city')"> <div class="text-center"> <h1 class="text-5xl text-white">Financial Services</h1> <p class="text-2xl text-white">A professional and sophisticated design, featuring a full-screen background image of a city skyline.</p> </div> </div> <div class="container px-5 py-24 mx-auto flex items-center justify-center"> <div class="w-full lg:w-1/2 bg-white rounded-lg p-8 flex flex-col md:ml-auto md:mt-0 mt-10 md:shadow-2xl"> <h2 class="text-gray-900 text-lg font-medium title-font mb-5">Menu</h2> <div class="flex flex-wrap"> <a href="#" class="text-gray-500 hover:text-gray-900">Accounts</a> <a href="#" class="ml-4 text-gray-500 hover:text-gray-900">Loans</a> <a href="#" class="ml-4 text-gray-500 hover:text-gray-900">Credit Cards</a> <a href="#" class="ml-4 text-gray-500 hover:text-gray-900">Investments</a> </div> </div> </div> <div class="container px-5 py-24 mx-auto flex items-center sm:flex-row flex-col"> <img src="https://source.unsplash.com/random/100x100/?logo" alt="Company Logo" class="lg:w-1/6 md:w-2/6 w-4/6 mb-10 object-cover object-center rounded"> <div class="lg:w-2/3 md:w-3/4 w-full md:pl-10 md:py-6 mb-10 md:mb-0"> <h2 class="text-sm title-font text-gray-500 tracking-widest">CONTACT</h2> <h1 class="sm:text-2xl text-1xl title-font font-medium text-gray-900 mb-4">Company Name</h1> <p class="leading-relaxed mb-4">1234 Street Name, City, State, ZIP</p> <p class="leading-relaxed mb-4">Phone: (123) 456-7890</p> <p class="leading-relaxed mb-4">Email: info@company.com</p> </div> </div> </body> </html>
Financial Services: A professional and sophisticated design, featuring a full-screen background image of a city skyline. The menu is located at the top, with quick links to various sections such as "Accounts," "Loans," "Credit Cards," and "Investments." The company logo and contact information are centered at the bottom 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"> <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">Non-Profit Organization</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="#donate" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Donate </a> <a href="#volunteer" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Volunteer </a> <a href="#mission" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white"> Mission </a> </div> </div> </nav> <div class="container mx-auto px-4"> <img src="https://source.unsplash.com/random/1200x600/?people" alt="People in action" class="w-full"> <h1 class="text-3xl mt-4">About Us</h1> <p class="mt-4"> At Non-Profit Organization, we believe in the power of community and the importance of giving back. We are a non-profit organization dedicated to making a difference in the world. We believe in the transformative power of human beings and strive to create a better world for all. </p> <!-- Add more content here --> </div> </body> </html>
Non-Profit Organization: A design with a warm and welcoming color palette, featuring a large image of people in action. The menu is horizontally placed at the top, with quick links to the donation page, volunteer opportunities, and mission statement. The company logo and call-to-action button are located in the upper right-hand corner.
<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 min-h-screen"> <nav class="bg-white shadow-md"> <div class="container mx-auto px-4 py-2 flex justify-between items-center"> <a href="#" class="text-lg font-bold">Tech Company</a> <div> <a href="#" class="mr-4">Home</a> <a href="#" class="mr-4">Products</a> <a href="#">About</a> </div> </div> </nav> <main class="flex-grow container mx-auto px-4 py-6"> <div class="flex flex-col md:flex-row"> <div class="md:w-2/3 p-4"> <h1 class="text-3xl font-bold mb-4">Welcome to Tech Company</h1> <p class="mb-4"> At Tech Company, we are dedicated to providing the latest and greatest technology gadgets to our customers. Our mission is to make technology accessible and affordable for everyone. </p> <p> We believe in the power of technology to transform the world. That's why we're committed to creating innovative products that push the boundaries of what's possible. Whether you're a tech enthusiast, a business professional, or just someone who loves the latest gadgets, we've got something for you. </p> </div> <div class="md:w-1/3 p-4"> <h2 class="text-2xl font-bold mb-4">Featured Products</h2> <!-- Add your featured products here --> </div> </div> </main> <footer class="bg-white shadow-inner"> <div class="container mx-auto px-4 py-2 text-center"> <p>© 2022 Tech Company. All rights reserved.</p> </div> </footer> </div> </body> </html>
Tech Company: A minimalist layout with a large background image of the latest technology gadget, a centered navigation bar, and a scrolling banner showcasing featured products. The content area is on the right with a sidebar for additional information.
<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/?food');"> <div class="container w-full md:w-1/2 xl:w-1/3 px-6 mx-auto"> <div class="flex flex-col"> <div class="flex flex-col md:flex-row py-6"> <div class="flex-1 bg-white text-gray-900 p-6 rounded shadow-md"> <h1 class="text-2xl font-bold mb-2">Food Delivery Service</h1> <p class="text-lg mb-4"> Welcome to our food delivery service, where we strive to provide you with the best quality food at your doorstep. Our menu features a wide variety of appetizing dishes, from classic favorites to unique creations. We also offer a variety of promotions and discounts to make your meal experience even more affordable. </p> <button class="bg-pink-500 hover:bg-pink-700 text-white font-bold py-2 px-4 rounded"> Order Now </button> </div> <div class="flex-1 bg-white text-gray-900 p-6 rounded shadow-md mt-6 md:mt-0 md:ml-6"> <h2 class="text-xl font-bold mb-2">Popular Dishes</h2> <ul class="list-disc ml-4"> <li>Pizza</li> <li>Burger</li> <li>Pasta</li> </ul> <h2 class="text-xl font-bold mb-2 mt-6">User Reviews</h2> <ul class="list-disc ml-4"> <li>"The food was delicious and the service was excellent!" - John Doe</li> <li>"I love the variety of dishes on your menu!" - Jane Doe</li> </ul> <h2 class="text-xl font-bold mb-2 mt-6">Promotions</h2> <ul class="list-disc ml-4"> <li>10% off your first order</li> <li>Free delivery for orders over $50</li> </ul> </div> </div> </div> </div> </body> </html>
Food Delivery Service: A design focusing on large visuals of appetizing food items. A clear call-to-action button is positioned prominently at the top. The left sidebar can list popular dishes, user reviews, and promotions.
<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-gray-500 text-white text-center py-12 px-4"> <h1 class="text-4xl">Educational Institution</h1> <p class="mt-4"> At our institution, we are committed to providing a high-quality education that prepares students for success in their chosen fields. Our mission is to foster a culture of learning and discovery, where every student is valued and respected. </p> </header> <nav class="bg-white px-4 py-2 flex justify-between"> <ul class="flex"> <li class="mr-6"><a href="#" class="text-gray-500 hover:text-gray-800">Departments</a></li> <li class="mr-6"><a href="#" class="text-gray-500 hover:text-gray-800">Programs</a></li> </ul> <form class="flex"> <input type="text" placeholder="Search..." class="border border-gray-300 px-2 py-1 rounded"> <button type="submit" class="bg-gray-500 text-white px-2 py-1 rounded hover:bg-gray-800">Search</button> </form> </nav> <main class="flex flex-wrap my-8"> <section class="w-full md:w-2/3 px-4"> <!-- Main content goes here --> </section> <aside class="w-full md:w-1/3 px-4"> <!-- Sidebar content goes here --> </aside> </main> <footer class="bg-gray-500 text-white text-center py-4"> <p>© 2022 Educational Institution. All rights reserved.</p> </footer> </body> </html>
Educational Institution: A design featuring a prominent, centered banner with the institution's logo and mission statement. A navigation bar at the top offers access to departments, programs, and a search bar. A right sidebar can display student testimonials and upcoming events.
<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 min-h-screen"> <header class="bg-white shadow"> <div class="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8"> <h1 class="text-3xl font-bold text-gray-900"> Art Gallery </h1> <p class="mt-1 text-xl text-gray-600"> Welcome to our Art Gallery, where you can view and appreciate a wide range of artworks from various artists. </p> <a href="#" class="mt-4 inline-block px-4 py-2 text-sm font-medium text-white bg-indigo-600 border border-transparent rounded-md hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 focus:shadow-outline-indigo active:bg-indigo-700 transition duration-150 ease-in-out"> View Artworks </a> </div> </header> <main class="flex-1"> <div class="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8"> <div class="flex flex-col md:flex-row -mx-4"> <div class="md:flex-1 px-4"> <!-- Main content --> </div> <div class="md:w-64 px-4"> <!-- Sidebar content --> </div> </div> </div> </main> <footer class="bg-white"> <div class="max-w-7xl mx-auto py-6 px-4 overflow-hidden sm:px-6 lg:px-8"> <!-- Footer content --> </div> </footer> </div> </body> </html>
Art Gallery: A site with a large, high-resolution image of an artwork serving as the background. The gallery's logo and a call-to-action to view artworks are at the top. The left sidebar may display featured artists, categories, and news.
<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"> <header class="w-full h-64 bg-center bg-cover" style="background-image: url('https://source.unsplash.com/random/1600x900/?technology')"> <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> </header> <main class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Welcome to Tech Company</h1> <p class="mb-4"> At Tech Company, we are dedicated to providing the best in technology solutions. Our mission is to empower businesses and individuals with the tools they need to succeed in the digital age. We believe in the power of technology to transform the way we live, work, and play. </p> <!-- Add more sections as needed --> </main> </body> </html>
Tech Company: A minimalist design with a large, center-placed header image of the latest technology product, a primary navigation bar at the top, a light color scheme, and a clean, simple layout focusing on the product information and images.
<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 items-center"> <img src="https://source.unsplash.com/random/100x100/?bakery" alt="Bakery Logo" class="h-10 mr-4"> <nav> <ul class="flex"> <li class="mr-4"><a href="#" class="text-green-500 hover:text-green-700">Home</a></li> <li class="mr-4"><a href="#" class="text-green-500 hover:text-green-700">About</a></li> <li class="mr-4"><a href="#" class="text-green-500 hover:text-green-700">Bakery Items</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"> <h1 class="text-3xl mb-4">Welcome to Our Bakery</h1> <p class="mb-4"> At our bakery, we believe in the power of food to bring people together. Our baked goods are made with the finest ingredients, traditional recipes, and love. We offer a wide variety of baked goods, from cakes to cookies, pastries, and breads. We are committed to providing our customers with the best quality and taste. </p> <p class="mb-4"> Our bakery is not just a place to eat, but a place to relax and enjoy the simple pleasures of life. We believe that every meal should be a celebration of life, and we strive to make every bite a memorable experience. </p> <p class="mb-4"> We are proud to offer a warm and inviting atmosphere where you can enjoy your meal with family and friends. We are always here to make your visit to our bakery a memorable one. </p> </main> <footer class="bg-white p-4 text-center"> <p>© 2022 Bakery. All rights reserved.</p> </footer> </body> </html>
Bakery: A warm and inviting design with a full-width banner image showcasing delicious baked goods, a logo positioned on the left side with a navigation menu, a multi-column layout for displaying various bakery items, and a soft color palette.
<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/?art');"> <header class="bg-white text-center p-4"> <h1 class="text-5xl font-bold">Art Gallery</h1> <nav class="mt-4"> <ul class="flex justify-center space-x-4"> <li><a href="#" class="text-indigo-500 hover:text-indigo-700">Home</a></li> <li><a href="#" class="text-indigo-500 hover:text-indigo-700">About</a></li> <li><a href="#" class="text-indigo-500 hover:text-indigo-700">Gallery</a></li> <li><a href="#" class="text-indigo-500 hover:text-indigo-700">Contact</a></li> </ul> </nav> </header> <main class="container mx-auto p-4"> <!-- Your content here --> </main> <footer class="bg-white text-center p-4"> <p>&copy; 2022 Art Gallery. All rights reserved.</p> </footer> </body> </html>
Art Gallery: A sophisticated design featuring a rotating slide show of artwork images across the whole page, a centered logo and menu bar at the top, a simple, grid-based layout for displaying images in a elegant manner, and a muted, artistic 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">Restaurant Name</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="#reservations" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Reservations </a> <a href="#menu" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Menu </a> </div> </div> </nav> <div class="container mx-auto px-4 py-12"> <h1 class="text-4xl font-bold mb-4">Welcome to Restaurant Name</h1> <p class="text-lg mb-4"> At Restaurant Name, we believe in the power of good food to bring people together. Our menu features a wide variety of mouth-watering dishes, all made from the freshest ingredients. Whether you're in the mood for a hearty pasta dish or a light and refreshing salad, we've got you covered. </p> <p class="text-lg mb-4"> We're committed to providing a warm and welcoming atmosphere for all our guests. Our friendly staff is always on hand to ensure your dining experience is nothing short of exceptional. </p> <div class="flex justify-center"> <button class="bg-teal-500 hover:bg-teal-700 text-white font-bold py-2 px-4 rounded mr-2"> Make a Reservation </button> <button class="bg-teal-500 hover:bg-teal-700 text-white font-bold py-2 px-4 rounded"> Order Online </button> </div> </div> </body> </html>
Restaurant: A visually engaging design with a full-width hero image showing mouth-watering food, the logo on the left with the navigation bar, prominent call-to-action buttons to make reservations or order online, and a menu button to display the food offerings in an appealing, easy-to-read format.
<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">Music Venue</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="#events" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Upcoming Events </a> <a href="#artists" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Artists </a> </div> </div> </nav> <div class="pt-24"> <div class="container px-3 mx-auto flex flex-wrap flex-col md:flex-row items-center"> <div class="flex flex-col w-full md:w-2/5 justify-center items-start text-center md:text-left"> <h1 class="my-4 text-5xl font-bold leading-tight">Welcome to Music Venue</h1> <p class="leading-normal text-2xl mb-8"> Experience the best in live music at our venue. We host a wide variety of events, from classical to rock, jazz, and more. Our artists are some of the most talented in the industry, and we guarantee an unforgettable experience every time you visit. </p> </div> <div class="w-full md:w-3/5 py-6 text-center"> <img class="w-full md:w-4/5 z-50 mx-auto" src="https://source.unsplash.com/random/800x600/?live"> </div> </div> </div> <div id="events" class="pt-24"> <div class="container px-3 mx-auto flex flex-wrap flex-col md:flex-row items-center"> <div class="flex flex-col w-full md:w-2/5 justify-center items-start text-center md:text-left"> <h1 class="my-4 text-5xl font-bold leading-tight">Upcoming Events</h1> <p class="leading-normal text-2xl mb-8"> Check out our upcoming events. We have a variety of events, from classical concerts to rock shows, jazz nights, and more. </p> </div> <div class="w-full md:w-3/5 py-6 text-center"> <img class="w-full md:w-4/5 z-50 mx-auto" src="https://source.unsplash.com/random/800x600/?events"> </div> </div> </div> <div id="artists" class="pt-24"> <div class="container px-3 mx-auto flex flex-wrap flex-col md:flex-row items-center"> <div class="flex flex-col w-full md:w-2/5 justify-center items-start text-center md:text-left"> <h1 class="my-4 text-5xl font-bold leading-tight">Artists</h1> <p class="leading-normal text-2xl mb-8"> Meet our artists. We have a wide variety of artists, from classical to rock, jazz, and more. </p> </div> <div class="w-full md:w-3/5 py-6 text-center"> <img class="w-full md:w-4/5 z-50 mx-auto" src="https://source.unsplash.com/random/800x600/?artists"> </div> </div> </div> </body> </html>
Music Venue: A lively and energetic design with a large, centered image of a live performance, navigational links placed horizontally at the top or bottom, and a dynamic layout that highlights upcoming events and artists in a scrolling or carousel fashion.
<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"> <button class="bg-red-500 hover:bg-red-700 text-white font-bold py-2 px-4 rounded">Book Now</button> </header> <section class="w-full"> <img src="https://source.unsplash.com/random/1600x400/?travel" alt="Travel Image" class="w-full"> </section> <section class="p-4"> <h1 class="text-2xl font-bold mb-4">Welcome to our Travel Agency</h1> <p class="mb-4"> At our travel agency, we specialize in providing unforgettable travel experiences. We understand that every traveler is unique and we strive to create a personalized travel plan that fits your needs and desires. Whether you're looking for a romantic getaway, a family vacation, or a business trip, we're here to help you plan your next adventure. </p> <p class="mb-4"> Our team of experienced travel agents are passionate about travel and are committed to providing you with the best service possible. We understand that planning a trip can be overwhelming, which is why we offer a wide range of travel packages to suit your budget and preferences. </p> </section> <section class="p-4 flex justify-between"> <div class="w-1/3 p-4"> <h2 class="text-xl font-bold mb-4">Destinations</h2> <!-- Add your destinations here --> </div> <div class="w-1/3 p-4"> <h2 class="text-xl font-bold mb-4">Travel Packages</h2> <!-- Add your travel packages here --> </div> <div class="w-1/3 p-4"> <h2 class="text-xl font-bold mb-4">Testimonials</h2> <!-- Add your testimonials here --> </div> </section> </body> </html>
Travel Agency: A vibrant and inspiring design with a full-width image of a beautiful destination, a logo on the left side, a clear call-to-action button for booking a trip, and a multi-column layout for displaying various travel packages, destinations, 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"> <header class="w-full bg-cover bg-center h-64" style="background-image: url('https://source.unsplash.com/random/1600x900/?nonprofit')"> <div class="flex justify-center items-center h-full"> <img class="h-16" src="https://source.unsplash.com/random/200x200/?logo" alt="Logo"> </div> </header> <main class="container mx-auto px-4 py-8"> <section class="mb-8"> <h2 class="text-2xl font-bold mb-4">About Us</h2> <p class="text-gray-700"> We are a non-profit organization dedicated to promoting social responsibility and environmental sustainability. Our mission is to create a better world for all. </p> </section> <section class="mb-8"> <h2 class="text-2xl font-bold mb-4">Our Impact</h2> <p class="text-gray-700"> We have made a significant impact in our community. We have helped to clean up local parks, provided food to the homeless, and organized community events. </p> </section> <section class="mb-8"> <h2 class="text-2xl font-bold mb-4">Volunteer Opportunities</h2> <p class="text-gray-700"> We are always looking for volunteers to help with our various projects. Whether you're interested in cleaning up parks, providing food, or organizing events, there's a place for you. </p> </section> <section class="mb-8"> <h2 class="text-2xl font-bold mb-4">Donate Now</h2> <p class="text-gray-700"> Your donation will help us continue our work. Every little bit helps. </p> <button class="bg-purple-500 hover:bg-purple-700 text-white font-bold py-2 px-4 rounded"> Donate Now </button> </section> </main> </body> </html>
Non-Profit Organization: A socially conscious design with a full-width header image of the organization's cause, a centered logo and a prominent donation button, a simple layout focusing on impact stories, volunteer opportunities, and a clear call-to-action to engage supporters.
<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">Real Estate Agency</span> </a> <nav class="md:ml-auto flex flex-wrap items-center text-base justify-center"> <a href="#properties" class="mr-5 hover:text-gray-900">Properties</a> <a href="#about" class="mr-5 hover:text-gray-900">About</a> <a href="#contact" class="mr-5 hover:text-gray-900">Contact</a> </nav> </div> </header> <section class="py-20"> <div class="container mx-auto flex flex-wrap pt-4 pb-12"> <div class="w-full mb-6 lg:mb-0"> <img src="https://source.unsplash.com/random/1200x600/?realestate" alt="Real Estate"> </div> </div> </section> <section id="about" class="bg-white py-20"> <div class="container mx-auto flex flex-wrap pt-4 pb-12"> <h2 class="w-full my-2 text-5xl font-bold leading-tight text-center text-gray-800"> About Us </h2> <div class="w-full mb-4"> <p class="leading-loose text-lg text-gray-800 text-center px-4"> At Real Estate Agency, we are committed to providing our clients with the best possible service. We understand that buying or selling a home is a big decision, and we are here to help you every step of the way. We have a team of experienced real estate professionals who are dedicated to providing you with the information and support you need. Whether you are looking for a new home, selling your current home, or investing in real estate, we are here to help. </p> </div> </div> </section> <footer class="bg-white"> <div class="container mx-auto px-8"> <p class="text-gray-800 text-center p-5 m-0"> &copy; 2022 Real Estate Agency. All rights reserved. </p> </div> </footer> </body> </html>
Real Estate Agency: A visually striking design with a large, full-width image of a property, a search bar with filtering options to make it easy to find the desired properties, a centered navigation bar, and a grid layout displaying properties in an attractive and organized manner.
<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">E-Learning Platform</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"> Courses </a> <a href="#responsive-header" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white"> About </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 our E-Learning Platform</h1> <p class="text-lg text-center mb-8"> At our E-Learning Platform, we believe that education should be accessible to everyone, anywhere, and anytime. That's why we offer a wide variety of courses in various subjects, from science to art, from technology to business, and everything in between. Our courses are designed to be engaging and interactive, making learning fun and easy. Whether you're a student, a professional, or simply someone who wants to expand your knowledge, we've got something for you. </p> </div> </body> </html>
E-Learning Platform: A clean and educational design with a full-width image or video background, a simple and clear navigation menu, a grid-based layout for presenting different courses, a search bar to help users find courses and subjects, and a calming and motivating 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"> <nav class="bg-white p-6"> <div class="container mx-auto flex justify-between"> <a href="#" class="text-2xl font-bold">Fashion Brand</a> <div class="flex items-center"> <a href="#" class="mr-6">Home</a> <a href="#" class="mr-6">Shop</a> <a href="#">About</a> </div> </div> </nav> <div class="container mx-auto p-6"> <div class="flex"> <div class="w-1/4 p-6"> <h2 class="text-2xl font-bold mb-6">Filters</h2> <!-- Add your filters here --> </div> <div class="w-3/4 p-6"> <h2 class="text-2xl font-bold mb-6">Products</h2> <!-- Add your products here --> </div> </div> </div> <footer class="bg-white p-6"> <div class="container mx-auto flex justify-between"> <div> <p class="text-lg font-bold mb-2">Fashion Brand</p> <p>We are a fashion brand that values quality, style, and comfort. Our mission is to provide our customers with high-quality, stylish clothing that is both fashionable and comfortable. We believe that fashion should be accessible to everyone, regardless of their budget.</p> </div> <div> <p class="text-lg font-bold mb-2">Contact</p> <p>123 Street, City, Country</p> <p>Phone: 123-456-7890</p> <p>Email: info@fashionbrand.com</p> </div> <div> <p class="text-lg font-bold mb-2">Follow Us</p> <!-- Add your social media icons here --> </div> </div> </footer> </body> </html>
E-commerce Site for a Fashion Brand: A grid layout featuring high-quality images of clothing items, with a left sidebar for filters and related product suggestions. The navigation bar is at the top, and the footer has social media icons 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="flex justify-center items-center h-screen bg-cover bg-center" style="background-image: url('https://source.unsplash.com/random/1600x900/?tech')"> <h1 class="text-5xl text-white font-bold">Welcome to Our Tech Company</h1> </header> <nav class="flex justify-center items-center space-x-4 py-4 bg-gray-800 text-white"> <a href="#" class="px-4 py-2">Home</a> <a href="#" class="px-4 py-2">About</a> <a href="#" class="px-4 py-2">Services</a> <a href="#" class="px-4 py-2">Contact</a> </nav> <main class="max-w-screen-lg mx-auto p-4"> <section class="my-8"> <h2 class="text-3xl mb-4">About Us</h2> <p class="text-lg">We are a leading provider of cutting-edge technology solutions. Our team of experts is dedicated to delivering the best possible service to our clients. We strive to stay at the forefront of the latest technological advancements, ensuring our clients are always equipped with the most innovative and effective tools.</p> </section> <hr class="my-8"> <section class="my-8"> <h2 class="text-3xl mb-4">Our Services</h2> <p class="text-lg">At our company, we offer a wide range of services to meet your technological needs. Whether you're looking for custom software development, cloud solutions, or data analytics, we have the expertise to help. Our services are designed to be flexible and scalable, ensuring that you can grow with your business as it grows.</p> </section> <hr class="my-8"> <section class="my-8"> <h2 class="text-3xl mb-4">Contact Us</h2> <p class="text-lg">We'd love to hear from you. Whether you have a question about our services, need help with a project, or just want to say hello, please don't hesitate to get in touch. You can reach us by phone, email, or by filling out the form on our website.</p> </section> </main> <footer class="bg-gray-800 text-white text-center p-4"> <p class="text-lg">© 2022 Our Tech Company. All rights reserved.</p> </footer> </body> </html>
Tech Company Site: A minimalist design with a large, centered header image and a simple navigation menu. The main content areas are divided by horizontal lines, with a sidebar on the right for news and updates. The footer includes 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-cover bg-center h-screen flex items-center justify-center" style="background-image: url('https://source.unsplash.com/random/1600x900/?travel')"> <nav class="absolute top-0 w-full"> <ul class="flex justify-end p-4"> <li class="mx-2"><a href="#destinations" class="text-white">Destinations</a></li> <li class="mx-2"><a href="#packages" class="text-white">Packages</a></li> <li class="mx-2"><a href="#testimonials" class="text-white">Testimonials</a></li> </ul> </nav> <div class="text-center"> <h1 class="text-4xl text-white mb-4">Welcome to our travel agency</h1> <p class="text-xl text-white mb-8">We offer the best travel packages for your next adventure</p> <button class="bg-white text-purple-500 px-4 py-2 rounded">Book Now</button> </div> </header> <main class="container mx-auto p-4"> <section id="destinations" class="mb-8"> <h2 class="text-3xl mb-4">Destinations</h2> <!-- Destinations content here --> </section> <section id="packages" class="mb-8"> <h2 class="text-3xl mb-4">Packages</h2> <!-- Packages content here --> </section> <section id="testimonials" class="mb-8"> <h2 class="text-3xl mb-4">Testimonials</h2> <!-- Testimonials content here --> </section> </main> <footer class="bg-purple-500 text-white p-4"> <!-- Footer content here --> </footer> </body> </html>
Travel Agency Site: A multi-column layout with various sections for destinations, travel packages, and customer testimonials. The header features a large background image of a beautiful destination, with a slim navigation menu and a call-to-action button. The footer includes a contact form and company 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-gray-500 text-white p-4"> <h1 class="text-2xl font-bold">Education Site</h1> <nav class="mt-4"> <ul class="flex space-x-4"> <li><a href="#" class="hover:underline">Home</a></li> <li><a href="#" class="hover:underline">About</a></li> <li><a href="#" class="hover:underline">Contact</a></li> </ul> </nav> </header> <main class="container mx-auto p-4"> <div class="flex flex-wrap -mx-4"> <div class="w-full md:w-1/3 px-4"> <h2 class="text-xl font-bold mb-4">Articles</h2> <!-- Article content goes here --> </div> <div class="w-full md:w-1/3 px-4"> <h2 class="text-xl font-bold mb-4">Resources</h2> <!-- Resource content goes here --> </div> <div class="w-full md:w-1/3 px-4"> <h2 class="text-xl font-bold mb-4">Popular Content</h2> <!-- Popular content goes here --> </div> </div> </main> <footer class="bg-gray-500 text-white p-4"> <p class="text-center">© 2022 Education Site. All rights reserved.</p> </footer> </body> </html>
Education Site: A three-column layout with a main content area for articles or lessons, a sidebar for resources or course information, and a third column for popular or recommended content. The header includes a search bar and a simple navigation menu. The footer includes company information 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"> <img src="https://source.unsplash.com/random/1200x400/?automotive" alt="Automotive Parts" class="w-full"> <nav class="flex justify-center space-x-4 mt-4"> <a href="#" class="text-pink-500 hover:text-pink-700">Home</a> <a href="#" class="text-pink-500 hover:text-pink-700">Products</a> <a href="#" class="text-pink-500 hover:text-pink-700">About Us</a> <a href="#" class="text-pink-500 hover:text-pink-700">Contact Us</a> </nav> </header> <main class="container mx-auto p-4"> <div class="bg-white p-4 mb-4"> <h2 class="text-2xl mb-2">Filter</h2> <!-- Filter options go here --> </div> <div class="bg-white p-4"> <h2 class="text-2xl mb-2">Products</h2> <!-- Product grid goes here --> </div> </main> <footer class="bg-white p-4 text-center"> <p class="mb-2">Follow us on social media:</p> <!-- Social media icons go here --> <p class="mb-2">Company Information:</p> <!-- Company information goes here --> <p class="mb-2">Sign up for our newsletter:</p> <!-- Newsletter sign-up form goes here --> </footer> </body> </html>
Automotive Parts Site: A clean design with a large image header of the featured product or category, and a horizontal navigation menu. The main content area includes a filter bar and a product grid, with product details shown in an accordion-style layout. The footer includes social media icons, company information, 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-green-100"> <header class="relative"> <video class="w-full h-full object-cover" autoplay loop muted> <source src="video.mp4" type="video/mp4"> </video> <nav class="absolute top-0 w-full flex justify-center"> <ul class="flex justify-center items-center list-none p-0"> <li class="mx-2"><a href="#" class="text-white">Home</a></li> <li class="mx-2"><a href="#" class="text-white">About</a></li> <li class="mx-2"><a href="#" class="text-white">Services</a></li> <li class="mx-2"><a href="#" class="text-white">Contact</a></li> </ul> </nav> </header> <main class="flex flex-col items-center justify-center h-screen"> <h1 class="text-4xl font-bold text-center">Green Energy Solutions</h1> <p class="text-xl text-center">We provide innovative solutions for green energy. Our mission is to reduce our carbon footprint and promote sustainable living.</p> <button class="mt-4 bg-white hover:bg-gray-100 text-green-800 font-semibold py-2 px-4 border border-green-400 hover:border-transparent rounded"> Learn More </button> </main> <footer class="bg-green-800 text-white text-center p-4"> <p>Green Energy Solutions is dedicated to promoting green initiatives. Contact us for more information.</p> <p>Phone: 123-456-7890</p> <p>Email: info@greenenergy.com</p> </footer> </body> </html>
Green Energy Solutions Site: A modern design with a dynamic video header, a top navigation menu, and a centered call-to-action button. The main content area is divided into sections, with bold headlines and short descriptions. The footer includes information on green initiatives and contact details.
<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-cover bg-center h-screen" style="background-image: url('https://source.unsplash.com/random/1600x900/?nature')"> <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">Non-Profit Organization</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="#stories" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Stories </a> <a href="#impact" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Impact </a> <a href="#opportunities" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white"> Opportunities </a> </div> </div> </nav> <div class="text-center pt-40"> <h1 class="text-4xl text-white font-bold">Our Mission</h1> <p class="text-xl text-white mt-4"> We are a non-profit organization dedicated to making a difference in the world. We believe in the power of community and strive to create a better world for all. </p> </div> </header> <main class="container mx-auto p-6"> <section id="stories" class="my-12"> <h2 class="text-3xl">Stories</h2> <!-- Add your stories here --> </section> <section id="impact" class="my-12"> <h2 class="text-3xl">Impact</h2> <!-- Add your impact here --> </section> <section id="opportunities" class="my-12"> <h2 class="text-3xl">Opportunities</h2> <!-- Add your opportunities here --> </section> </main> <footer class="bg-gray-800 text-white p-6"> <!-- Add your footer content here --> </footer> </body> </html>
Non-Profit Organization Site: A simple yet effective design with a large header image that communicates the organization's mission statement, and a top navigation menu. The main content area includes sections for stories, impact, and opportunities to get involved. The footer includes social media links, a newsletter sign-up form, and contact information.
<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="bg-cover bg-center h-screen flex items-center justify-center" style="background-image: url('https://source.unsplash.com/random/1600x900/?tech')"> <nav class="absolute top-0 w-full"> <ul class="flex justify-end p-4"> <li class="px-4"><a href="#">Home</a></li> <li class="px-4"><a href="#">Products</a></li> <li class="px-4"><a href="#">Testimonials</a></li> <li class="px-4"><a href="#">News</a></li> </ul> </nav> </header> <main class="container mx-auto px-4 py-12"> <section class="flex flex-wrap -mx-4"> <div class="w-full md:w-1/3 px-4 mb-8"> <h2 class="text-2xl mb-4">Featured Products</h2> <p>Our products are designed to meet the needs of modern businesses. We offer a wide range of high-quality, reliable products that are perfect for any tech-savvy business.</p> </div> <div class="w-full md:w-1/3 px-4 mb-8"> <h2 class="text-2xl mb-4">Customer Testimonials</h2> <p>We're proud of our satisfied customers. Here's what they have to say about our products and services.</p> </div> <div class="w-full md:w-1/3 px-4 mb-8"> <h2 class="text-2xl mb-4">Company News</h2> <p>Stay up-to-date with the latest news from our company. We're always working to improve our products and services.</p> </div> </section> </main> </body> </html>
Tech Company: A modern, minimalist design with a large, center-aligned hero image, navigation menu at the top, and three columns displaying featured products, customer testimonials, and company news.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-yellow-50 text-white"> <nav class="bg-yellow-800 p-4 flex justify-between"> <div> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo" class="h-10"> </div> <div> <a href="#services" class="mr-4">Services</a> <a href="#online-banking" class="mr-4">Online Banking</a> <a href="#contact">Contact</a> </div> </nav> <section id="services" class="p-4"> <h2 class="text-2xl mb-4">Our Services</h2> <p class="mb-4">We offer a wide range of banking services to meet your financial needs. From checking accounts to savings, we have something for everyone.</p> <!-- Add more paragraphs or lists as needed --> </section> <section id="online-banking" class="p-4 bg-yellow-600"> <h2 class="text-2xl mb-4">Online Banking</h2> <p class="mb-4">Our online banking platform allows you to manage your accounts from anywhere in the world. Whether you're at home or on the go, we're here to help.</p> <!-- Add more paragraphs or lists as needed --> </section> <section id="contact" class="p-4"> <h2 class="text-2xl mb-4">Contact Us</h2> <p class="mb-4">We're here to help. Reach out to us via phone, email, or our online form.</p> <!-- Add contact information --> </section> <footer class="bg-yellow-800 p-4 flex justify-center"> <img src="https://source.unsplash.com/random/100x50/?logo" alt="Logo" class="h-10"> </footer> </body> </html>
Banking Institution: A professional layout with a blue and white color scheme, a centered logo in the footer, a top navigation bar with quick links, and multiple sections for services, online banking, 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"> <nav class="bg-white p-6"> <ul class="flex space-x-6"> <li><a href="#" class="text-yellow-500">Properties for Sale</a></li> <li><a href="#" class="text-yellow-500">Properties for Rent</a></li> <li><a href="#" class="text-yellow-500">About Us</a></li> </ul> </nav> <div class="flex"> <div class="w-1/2 p-6"> <!-- Property image slider goes here --> </div> <div class="w-1/2 p-6"> <!-- Two-column layout for listings goes here --> </div> </div> <div class="p-6"> <h2 class="text-2xl mb-4">Contact Us</h2> <form> <input type="text" placeholder="Your name" class="block w-full p-2 mb-4"> <input type="email" placeholder="Your email" class="block w-full p-2 mb-4"> <textarea placeholder="Your message" class="block w-full p-2 mb-4"></textarea> <button type="submit" class="bg-yellow-500 text-white p-2">Send</button> </form> </div> <footer class="bg-white p-6"> <p>© 2022 Real Estate Agency. All rights reserved.</p> </footer> </body> </html>
Real Estate Agency: An aesthetically pleasing design with a property image slider, top navigation menu with "Properties for Sale," "Properties for Rent," and "About Us" links, a two-column layout for listings, 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"> <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 px-4 md:px-0 text-4xl"> Art Gallery </div> <p class="py-6"> Welcome to our Art Gallery, a unique, artistic design featuring a large, centered gallery image with a filtering sidebar. Our gallery showcases a wide range of artworks from various artists. We also host regular events where you can meet and interact with our artists. Sign up for our newsletter to stay updated about our upcoming events and new artworks. </p> <div class="py-6"> <img class="h-64 mx-auto md:max-w-full" src="https://source.unsplash.com/random/800x600/?art" alt="Art Gallery"> </div> <div class="py-6"> <h2 class="text-2xl font-bold mb-4">Artists</h2> <p> Our artists are some of the most talented and innovative in the industry. They bring their unique perspectives and styles to every piece they create. </p> </div> <div class="py-6"> <h2 class="text-2xl font-bold mb-4">Upcoming Events</h2> <p> We regularly host events where you can meet and interact with our artists. Check our website or sign up for our newsletter to stay updated about our upcoming events. </p> </div> <div class="py-6"> <h2 class="text-2xl font-bold mb-4">Newsletter Signup</h2> <form> <input class="block w-full bg-gray-200 text-gray-700 border border-gray-200 rounded py-3 px-4 mb-4" type="text" placeholder="Enter your email"> <button class="bg-purple-500 hover:bg-purple-700 text-white font-bold py-2 px-4 rounded">Sign up</button> </form> </div> </div> </div> </body> </html>
Art Gallery: A unique, artistic design featuring a large, centered gallery image with a filtering sidebar, a brief introduction about the gallery, artists, and upcoming events, and a newsletter signup section.
<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="w-full bg-cover bg-center h-64" style="background-image: url('https://source.unsplash.com/random/1600x900/?travel')"> <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="#destinations" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Destinations </a> <a href="#packages" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white mr-4"> Packages </a> <a href="#travel-tips" class="block mt-4 lg:inline-block lg:mt-0 text-teal-200 hover:text-white"> Travel Tips </a> </div> </div> </nav> </header> <main class="container mx-auto px-4 py-6"> <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 for our clients. Our team of experienced travel experts can help you plan your next adventure, whether it's a romantic getaway, a family vacation, or a business trip. </p> <p class="mb-4"> We offer a wide range of travel packages to suit every budget and taste. From luxury resorts to budget-friendly getaways, we have something for everyone. Our packages include everything you need to make your trip a success, from flight bookings to accommodation, transportation, and activities. </p> <p class="mb-4"> We also provide travel tips and advice to help you make the most of your trip. From packing tips to local customs, we're here to help you make the most of your travel experience. </p> </main> </body> </html>
Travel Agency: A vibrant design with a full-width header displaying a breathtaking destination image, a top navigation menu including "Destinations," "Packages," and "Travel Tips," and a three-column layout presenting featured packages, testimonials, and latest news.
<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-indigo-600 text-white text-center py-12 px-4"> <h1 class="text-4xl">Non-profit Organization</h1> <p class="mt-4">Our mission is to provide a social-minded design with a warm color palette.</p> <button class="mt-6 bg-white hover:bg-gray-100 text-indigo-600 font-semibold py-2 px-4 border border-gray-400 rounded shadow">Donate Now</button> </header> <section class="py-12 px-4"> <h2 class="text-2xl text-center">Stories</h2> <!-- Add your stories here --> </section> <section class="py-12 px-4"> <h2 class="text-2xl text-center">Events</h2> <!-- Add your events here --> </section> <section class="py-12 px-4"> <h2 class="text-2xl text-center">Volunteer Opportunities</h2> <!-- Add your volunteer opportunities here --> </section> </body> </html>
Non-profit Organization: A social-minded design with a warm color palette, a header showcasing the mission statement, a clear call-to-action button for donations, and multiple sections for stories, events, and volunteer opportunities.
<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-8"> <nav> <ul class="flex space-x-4"> <li><a href="#programs" class="text-green-500 hover:text-green-700">Programs</a></li> <li><a href="#admissions" class="text-green-500 hover:text-green-700">Admissions</a></li> <li><a href="#contact" class="text-green-500 hover:text-green-700">Contact Us</a></li> </ul> </nav> </header> <section class="relative"> <img src="https://source.unsplash.com/random/1600x400/?campus" alt="Campus" class="w-full"> <div class="absolute inset-0 flex items-center justify-center"> <h1 class="text-4xl text-white">Welcome to Our Education Institution</h1> </div> </section> <main class="container mx-auto p-4"> <section id="programs" class="my-8"> <h2 class="text-2xl">Programs</h2> <p class="my-4">At our institution, we offer a wide range of programs designed to meet the needs of our students. Our programs are flexible and can be tailored to meet the individual needs of each student.</p> </section> <section id="admissions" class="my-8"> <h2 class="text-2xl">Admissions</h2> <p class="my-4">We are currently accepting applications for the upcoming academic year. Please visit our admissions page for more information and to apply.</p> </section> <section id="contact" class="my-8"> <h2 class="text-2xl">Contact Us</h2> <p class="my-4">We would love to hear from you. Please use our contact form to get in touch with us.</p> </section> </main> </body> </html>
Education Institution: A clean and informative layout with a top-left logo, a main navigation menu, a large hero image showcasing students in action or campus facilities, and multiple sections such as "Programs," "Admissions," and "Contact Us."
<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-screen bg-cover bg-center" style="background-image: url('https://source.unsplash.com/random/1600x900/?event')"> <nav class="flex items-center justify-between flex-wrap p-6"> <div class="flex items-center flex-no-shrink text-white mr-6"> <span class="font-semibold text-xl tracking-tight">Event Planning 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> </header> <main class="container mx-auto px-4 py-8"> <section class="mb-8"> <h2 class="text-2xl mb-4">Featured Events</h2> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4"> <!-- Event cards go here --> </div> </section> <section class="mb-8"> <h2 class="text-2xl mb-4">Upcoming Events</h2> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4"> <!-- Event cards go here --> </div> </section> <section> <h2 class="text-2xl mb-4">Testimonials</h2> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4"> <!-- Testimonial cards go here --> </div> </section> </main> </body> </html>
Event Planning Company: A lively design with a full-width header image, top navigation menu, and a grid layout displaying featured events, upcoming events, and testimonials from past clients.
<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">Food & Beverage 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> <header class="bg-white text-gray-800"> <div class="container mx-auto text-center py-24 px-6"> <h1 class="text-5xl font-bold mt-0 mb-6">Welcome to Food & Beverage Company</h1> <h3 class="text-3xl mb-8">Experience the best in food and beverage</h3> <button class="bg-white hover:bg-gray-100 text-gray-800 font-semibold py-2 px-4 border border-gray-400 rounded shadow"> Order Now </button> </div> </header> <section class="bg-white py-8"> <div class="container mx-auto flex items-center flex-wrap pt-4 pb-12"> <p class="text-xl text-gray-700 text-center w-full"> At Food & Beverage Company, we are committed to providing our customers with the best in food and beverage. Our menu features a variety of dishes, from appetizers to desserts, all made with the freshest ingredients. We also offer a wide range of beverages, from refreshing drinks to alcoholic beverages. Our goal is to create a comfortable and enjoyable dining experience for our customers. </p> </div> </section> </body> </html>
Food and Beverage Company: A tempting design with a large, mouth-watering hero image, a top navigation menu with links to product categories, an inviting call-to-action button for online ordering, and a section dedicated to recipes, company stories and customer testimonials.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="font-sans bg-gray-200 text-gray-800"> <header 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"> <img src="https://source.unsplash.com/random/300x300/?logo" alt="Logo" class="h-16"> </div> </header> <nav class="bg-purple-800 text-white p-4"> <!-- Navigation items go here --> </nav> <main class="container mx-auto p-4"> <h1 class="text-4xl mb-4">Welcome to Our Tech Company</h1> <p class="mb-4"> At our tech company, we are dedicated to providing innovative and reliable solutions for all your technology needs. Our team of experts is always ready to help you with any questions or problems you may have. We believe in the power of technology to make our world a better place. </p> <!-- More content goes here --> </main> </body> </html>
Tech Company: A minimalist design with a full-width hero image and a centered logo. Navigation is hidden behind a hamburger menu. The website uses a calming color palette with shades 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="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-red-500">Fashion Brand</div> <p class="py-6"> Welcome to Fashion Brand, your one-stop destination for the latest fashion trends. We are a brand that is passionate about fashion and we believe that fashion is not just about what you wear, but how you wear it. We believe in the power of fashion to express individuality and self-expression. We are committed to providing our customers with the latest fashion trends, from street style to runway, from classic to contemporary, and everything in between. We are here to help you find the perfect outfit that suits your style and your personality. </p> </div> <div class="flex flex-wrap"> <div class="w-full md:w-1/2 p-4"> <h2 class="text-2xl font-bold mb-4">Latest Trends</h2> <!-- Add your latest trends here --> </div> <div class="w-full md:w-1/2 p-4"> <h2 class="text-2xl font-bold mb-4">Shopping Cart</h2> <!-- Add your shopping cart here --> </div> </div> </div> </body> </html>
Fashion Brand: A two-column layout with the latest trends on the left and a shopping cart on the right. A vibrant color palette is used, with pops of red, pink, and yellow.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-orange-100"> <div class="container mx-auto px-4 py-12"> <h1 class="text-4xl text-center font-bold mb-8 text-green-800">Welcome to Our Food Delivery Service</h1> <p class="text-xl text-center mb-8 text-brown-800"> We are a team of passionate food lovers who are dedicated to bringing you the best of the best. Our mission is to provide you with the freshest, most delicious meals, prepared by our expert chefs, delivered to your doorstep in a timely manner. We understand that your time is valuable, so we strive to make the process as easy and efficient as possible. Whether you're in the mood for a quick snack, a hearty meal, or a special occasion, we've got you covered. Order now and experience the difference. </p> <div class="flex justify-center mb-8"> <input type="text" placeholder="Search for your favorite food" class="px-4 py-2 rounded-l-lg"> <button class="bg-green-500 text-white px-4 py-2 rounded-r-lg">Search</button> </div> <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-4"> <div class="bg-white rounded-lg shadow-lg p-4"> <img src="https://source.unsplash.com/random/300x200/?pizza" alt="Pizza" class="w-full h-64 object-cover mb-4"> <h2 class="text-2xl font-bold mb-2">Pizza</h2> <p class="text-gray-700">Tasty pizza made with fresh ingredients.</p> </div> <!-- Repeat the above div for each food item --> </div> </div> </body> </html>
Food Delivery Service: A clean and simple design with a large search bar for easy ordering. The website uses a warm color palette with shades of orange, green, and brown.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-yellow-50 text-white"> <div class="flex"> <div class="w-1/4 bg-white text-yellow-500 p-4"> <h1 class="text-2xl font-bold mb-4">Finance Company</h1> <ul> <li class="mb-2"><a href="#">Service 1</a></li> <li class="mb-2"><a href="#">Service 2</a></li> <li class="mb-2"><a href="#">Service 3</a></li> </ul> </div> <div class="w-3/4 p-4"> <h2 class="text-3xl font-bold mb-4">Welcome to Finance Company</h2> <p class="mb-4"> At Finance Company, we are dedicated to providing top-notch financial services to our clients. Our team of experts is committed to helping you navigate the complex world of finance, offering a wide range of services to meet your unique needs. Whether you're a small business owner, an individual investor, or a large corporation, we're here to support you every step of the way. </p> <p class="mb-4"> Our services include but are not limited to: </p> <ul> <li class="mb-2">Financial Planning</li> <li class="mb-2">Investment Management</li> <li class="mb-2">Tax Planning</li> <li class="mb-2">Insurance Consulting</li> </ul> <p class="mb-4"> We believe in building long-term relationships with our clients, and we're committed to providing personalized service that meets your individual needs. Contact us today to learn more about how we can help you achieve your financial goals. </p> </div> </div> </body> </html>
Finance Company: A professional design with a left sidebar for quick access to services, with a centered logo and a blue and white color scheme.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-green-100"> <header class="flex justify-center items-center p-6 bg-green-500 text-white"> <img src="https://source.unsplash.com/random/100x100/?travel" alt="Logo" class="h-10 mr-6"> <nav> <a href="#" class="mr-6">Home</a> <a href="#" class="mr-6">Destinations</a> <a href="#" class="mr-6">About Us</a> <a href="#" class="mr-6">Contact</a> </nav> </header> <main class="flex flex-col items-center justify-center p-6"> <img src="https://source.unsplash.com/random/800x600/?travel" alt="Hero Image" class="w-full h-64 object-cover"> <h1 class="text-3xl mt-6">Welcome to our Travel Agency</h1> <p class="text-center mt-6"> At our travel agency, we specialize in creating unforgettable travel experiences for our clients. We believe that travel is not just about reaching a destination, but about experiencing the journey. That's why we offer a wide range of travel packages, from luxury vacations to budget-friendly trips. Whether you're looking for a romantic getaway, a family vacation, or a solo adventure, we've got you covered. </p> </main> </body> </html>
Travel Agency: A stunning photograph of a beautiful destination as the hero image, with a centered logo and navigation at the top. The website uses a warm and inviting color palette, inspired by nature.
<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="flex flex-col items-center justify-center h-screen"> <img src="https://source.unsplash.com/random/300x200/?education" alt="Education Institute Logo" class="w-1/2 mb-10"> <h1 class="text-4xl text-green-600 mb-10">Welcome to Education Institute</h1> <p class="text-center text-xl text-green-600 mb-10"> At Education Institute, we believe in the power of education to transform lives and create a better future. Our mission is to provide high-quality, accessible education to all, regardless of background or circumstances. We offer a wide range of programs and courses, from online courses to in-person classes, and everything in between. Our experienced and dedicated instructors are committed to helping you reach your full potential. Join us today and start your journey towards a brighter future. </p> <a href="#" class="bg-green-600 text-white px-4 py-2 rounded">Learn More</a> </div> </body> </html>
Education Institute: A design with a left sidebar for easy navigation to courses, a large search bar for finding programs, and a centered logo. The website uses a blue and green color scheme, representing growth and knowledge.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-green-100"> <header class="bg-white p-4 flex justify-center"> <img src="https://source.unsplash.com/random/100x100/?doctor" alt="Logo" class="h-16"> </header> <section class="relative"> <img src="https://source.unsplash.com/random/1600x400/?doctor" alt="Hero Image" class="w-full"> <div class="absolute inset-0 flex items-center justify-center"> <h1 class="text-4xl text-white">Welcome to Our Health Care Provider</h1> </div> </section> <nav class="bg-green-500 text-white p-4"> <ul class="flex justify-center space-x-8"> <li><a href="#" class="hover:underline">Home</a></li> <li><a href="#" class="hover:underline">About Us</a></li> <li><a href="#" class="hover:underline">Services</a></li> <li><a href="#" class="hover:underline">Contact Us</a></li> </ul> </nav> <main class="max-w-4xl mx-auto my-8 p-4 bg-white"> <h2 class="text-2xl mb-4">About Us</h2> <p class="mb-4"> At our Health Care Provider, we are committed to providing the highest quality healthcare services to our patients. Our team of experienced healthcare professionals is dedicated to ensuring that every patient receives the best possible care. We believe in a holistic approach to health, which means that we treat not just the symptoms, but also the underlying causes. </p> <p class="mb-4"> We are proud to be a part of the community and we are committed to making a difference. We believe in the power of prevention, education, and advocacy, and we are dedicated to promoting healthy lifestyles and improving the health of our communities. </p> <p class="mb-4"> Our goal is to make healthcare more accessible and affordable for everyone. We understand that healthcare can be a daunting experience, which is why we strive to make our services as user-friendly as possible. We believe that everyone should have access to the care they need, when they need it. </p> </main> <footer class="bg-green-500 text-white p-4 text-center"> <p>© 2022 Health Care Provider. All rights reserved.</p> </footer> </body> </html>
Health Care Provider: A clean design with a centered logo, a full-width hero image of a smiling doctor or nurse, and clear, easy-to-find navigation. The website uses shades of green and white, reminiscent of nature and health.
<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="flex justify-between items-center p-4 bg-green-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">Home</a></li> <li><a href="#" class="hover:underline">About</a></li> <li><a href="#" class="hover:underline">Contact</a></li> </ul> </nav> </div> <div class="flex flex-col items-center justify-center h-screen bg-cover bg-center" style="background-image: url('https://source.unsplash.com/random/1600x900/?property')"> <h1 class="text-4xl font-bold mb-4 text-white">Welcome to Our Real Estate Company</h1> <p class="text-xl text-white mb-8">We are a leading real estate company specializing in finding your dream home. With our extensive network of properties, we guarantee to find the perfect match for you.</p> <div class="w-full max-w-xs"> <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="search"> Search for a property </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="search" type="text" placeholder="Search..."> </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"> Search </button> </div> </form> </div> </div> </body> </html>
Real Estate Company: A design with a large hero image of a beautiful property and a search bar underneath, with a centered logo and easy-to-use navigation on the right. The website uses shades of blue and gray, giving a clean and sophisticated feel.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-white"> <div class="container mx-auto px-4 py-8"> <header class="flex justify-between items-center"> <h1 class="text-3xl font-bold">Design Studio</h1> <nav> <ul class="flex 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">About</a></li> <li><a href="#" class="text-red-500 hover:text-red-700">Work</a></li> <li><a href="#" class="text-red-500 hover:text-red-700">Contact</a></li> </ul> </nav> </header> <main class="py-8"> <!-- Your carousel or rotating images here --> </main> <footer class="text-center py-4"> <p>&copy; 2022 Design Studio. All rights reserved.</p> </footer> </div> </body> </html>
Design Studio: A creative design with a rotating carousel of the studio's work, a bold and unique logo at the top, and easy-to-find navigation near the bottom of the page. The website uses a bright and bold color palette, representing creativity and individuality.
<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-yellow-500 h-96 flex items-center justify-center"> <h1 class="text-white text-4xl">Welcome to Our Technology Company</h1> </header> <nav class="bg-yellow-500 text-white p-4"> <ul class="flex space-x-4 justify-center"> <li><a href="#">Home</a></li> <li><a href="#">Services</a></li> <li><a href="#">Solutions</a></li> <li><a href="#">Testimonials</a></li> </ul> </nav> <main class="max-w-6xl mx-auto p-4"> <section class="flex space-x-4"> <div class="w-1/3 p-4 bg-white rounded shadow"> <h2 class="text-2xl mb-4">Services</h2> <p>We offer a wide range of services including software development, data analysis, and cybersecurity.</p> </div> <div class="w-1/3 p-4 bg-white rounded shadow"> <h2 class="text-2xl mb-4">Solutions</h2> <p>We provide innovative solutions to meet your business needs. Our solutions are tailored to your specific needs.</p> </div> <div class="w-1/3 p-4 bg-white rounded shadow"> <h2 class="text-2xl mb-4">Testimonials</h2> <p>See what our customers are saying about our services and solutions.</p> </div> </section> </main> <footer class="bg-yellow-500 text-white p-4 text-center"> <p>© 2022 Our Technology Company. All rights reserved.</p> </footer> </body> </html>
Technology Company: A modern and clean website layout with a large header image, a centralized navigation menu, and a three-column design for showcasing services, solutions, and customer testimonials. A dynamic 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-beige-500"> <header class="bg-green-500 p-4"> <img src="https://source.unsplash.com/random/1600x400/?real-estate" alt="Real Estate Banner" class="w-full"> <div class="flex justify-center mt-4"> <input type="text" placeholder="Search for properties..." class="px-4 py-2 rounded-l"> <button class="bg-brown-500 text-white px-4 py-2 rounded-r">Search</button> </div> </header> <main class="flex flex-wrap p-4"> <section class="w-full md:w-1/2 p-4"> <h2 class="text-2xl mb-4">Listings</h2> <!-- Listings go here --> </section> <section class="w-full md:w-1/2 p-4"> <h2 class="text-2xl mb-4">Property Information</h2> <!-- Property information goes here --> </section> </main> <footer class="bg-green-500 text-white p-4 text-center"> <h2 class="text-xl mb-2">Contact Us</h2> <p>123 Main St<br>Anytown, USA<br>Phone: (123) 456-7890<br>Email: info@realestate.com</p> </footer> </body> </html>
Real Estate Agency: A simple yet elegant website layout with a full-width banner image of a property, a prominent search bar for properties, a two-column design with one column for listings and another for detailed property information, and a footer with contact information. A color palette of earth tones like beige, brown, and green.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-green-100"> <nav class="bg-green-500 text-white p-4"> <ul class="flex space-x-4"> <li><a href="#services">Services</a></li> <li><a href="#departments">Departments</a></li> </ul> </nav> <main class="p-4"> <h1 class="text-3xl text-center my-8">Welcome to Our Healthcare Provider</h1> <p class="text-lg text-center"> At our healthcare provider, we are committed to providing the highest quality care to our patients. Our team of experienced doctors, nurses, and support staff are dedicated to ensuring that you receive the best possible care. We offer a wide range of services and departments, including but not limited to, emergency care, primary care, mental health, and more. </p> <div class="flex justify-center my-8"> <a href="#schedule" class="bg-green-500 text-white px-4 py-2 rounded">Schedule Appointment</a> </div> </main> <footer class="bg-green-500 text-white p-4"> <p class="text-center"> Contact us: 123-456-7890 | Email: info@healthcareprovider.com </p> </footer> </body> </html>
Healthcare Provider: A patient-focused website layout with a warm and inviting color scheme of blue and green, a prominent call-to-action button for scheduling appointments, a centralized navigation menu with links to services and departments, and a footer with patient resources and contact information.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-yellow-200"> <header class="bg-yellow-500 text-white text-center py-16"> <h1 class="text-4xl">Welcome to Our Education Institute</h1> <p class="mt-4 text-xl">We are a student-oriented institution committed to providing high-quality education and support to our students.</p> </header> <section class="py-16"> <div class="container mx-auto px-4"> <h2 class="text-3xl text-center mb-8">About Us</h2> <div class="flex flex-wrap -mx-4"> <div class="w-full md:w-1/2 px-4"> <h3 class="text-2xl mb-4">Academics</h3> <p>Our academics are designed to provide a comprehensive education that prepares students for success in their chosen field. We offer a wide range of courses in various subjects.</p> </div> <div class="w-full md:w-1/2 px-4"> <h3 class="text-2xl mb-4">Student Life</h3> <p>At our institution, we believe in creating a supportive and inclusive environment for our students. We offer a variety of extracurricular activities, clubs, and events to help our students develop their skills and interests.</p> </div> </div> </div> </section> <footer class="bg-yellow-500 text-white text-center py-8"> <p>© 2022 Education Institute. All rights reserved.</p> </footer> </body> </html>
Education Institute: A student-oriented website layout with a vibrant color scheme of school colors, a prominent search bar for courses and programs, a multi-column design with information on academics, student life, and resources, and a footer with quick links 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 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-center text-gray-800"> <p>Welcome to our food delivery service, where we strive to provide you with the best quality food at your doorstep. We have a wide variety of dishes from different cuisines, all prepared fresh and delivered to your doorstep. Our mission is to make food ordering easy and affordable for everyone.</p> </div> <div class="w-full px-4 md:px-6 mt-4"> <input class="w-full p-2 border border-gray-300 rounded" type="text" placeholder="Search for your favorite food"> </div> <div class="w-full px-4 md:px-6 mt-4"> <div class="bg-white p-4 border border-gray-300 rounded"> <p class="text-gray-800">Track your order here</p> </div> </div> <div class="w-full px-4 md:px-6 mt-4"> <div class="bg-white p-4 border border-gray-300 rounded"> <p class="text-gray-800">Customer Reviews</p> </div> </div> <div class="w-full px-4 md:px-6 mt-4"> <div class="bg-red-500 p-4 text-white text-center"> <p>For any inquiries, please call us at 123-456-7890</p> </div> </div> </div> </body> </html>
Food Delivery Service: A user-friendly website layout with a clean and simple design, a large and prominent search bar for menu items, an order tracker feature, and a footer with customer reviews and a phone number for customer service. A color palette of red, white, and gray.
<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-64"> <img src="https://source.unsplash.com/random/300x100/?logo" alt="Art Gallery Logo" class="h-20"> </header> <main class="flex flex-col items-center p-8"> <h1 class="text-4xl mb-8">Welcome to our Art Gallery</h1> <div class="w-full max-w-2xl mb-8"> <img src="https://source.unsplash.com/random/800x600/?art" alt="Featured Artwork" class="w-full"> </div> <p class="text-center mb-8"> At our Art Gallery, we specialize in the finest works of art from around the world. Our collection is diverse and ever-evolving, featuring a wide range of styles and periods, from the Renaissance to the present day. We pride ourselves on our commitment to curating a collection that is both culturally and historically rich. </p> <div class="w-full max-w-xl mb-8"> <form class="flex flex-col"> <label for="email" class="mb-2">Sign up for our newsletter:</label> <input type="email" id="email" placeholder="Your email" class="mb-4 p-2 rounded"> <button type="submit" class="bg-white text-black p-2 rounded">Subscribe</button> </form> </div> </main> <footer class="flex justify-center items-center h-64"> <p class="text-center"> Stay updated on our upcoming events. Follow us on social media for the latest news and updates. </p> </footer> </body> </html>
Art Gallery: A visually appealing website layout with a black and white color scheme, a center-aligned logo, a large and prominent featured artwork, and a footer with information on upcoming events and a sign-up form for the newsletter.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-red-500 text-white"> <header class="p-4 text-center"> <h1 class="text-4xl">Welcome to Our Automotive Workshop</h1> <p class="text-xl mt-4">We provide top-notch services for all your car needs. From routine maintenance to major repairs, we're here to help.</p> <button class="mt-4 bg-white text-red-500 px-4 py-2 rounded">Request Service</button> </header> <section class="p-4"> <h2 class="text-2xl text-center">Our Services</h2> <div class="grid grid-cols-3 gap-4 mt-4"> <div class="p-4 bg-white text-red-500"> <h3 class="text-xl">Oil Changes</h3> <p>We offer professional oil changes to keep your car running smoothly.</p> </div> <div class="p-4 bg-white text-red-500"> <h3 class="text-xl">Tire Rotations</h3> <p>We perform tire rotations to ensure your tires are properly aligned and balanced.</p> </div> <div class="p-4 bg-white text-red-500"> <h3 class="text-xl">Brake Pads</h3> <p>We replace brake pads to ensure your car's brakes are working properly.</p> </div> </div> </section> <footer class="p-4 text-center"> <h2 class="text-2xl">Testimonials</h2> <p class="mt-4">"I was very impressed with the service I received at your workshop. They were professional, efficient, and did a great job on my car." - John Doe</p> <p class="mt-4">"I highly recommend this workshop. They're knowledgeable and trustworthy." - Jane Doe</p> <h2 class="text-2xl mt-4">Contact Us</h2> <p class="mt-4">Phone: 123-456-7890</p> <p class="mt-4">Email: info@automotiveworkshop.com</p> </footer> </body> </html>
Automotive Workshop: A professional website layout with a bold color palette of red and white, a prominent call-to-action button for requesting service, a multi-column design with information on services and repairs, and a footer with customer testimonials and contact information.
<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"> <div class="flex flex-col items-center justify-center min-h-screen text-center text-white bg-gradient-to-b from-teal-500 to-green-500"> <img src="https://source.unsplash.com/random/300x300/?tech" alt="Tech Logo" class="w-1/2"> <h1 class="text-4xl">Welcome to Tech Startup</h1> <p class="text-xl">We are a tech startup dedicated to providing innovative solutions to the modern world.</p> </div> <div class="flex flex-col items-center justify-center min-h-screen text-center text-black"> <h2 class="text-3xl">About Us</h2> <p class="text-lg">We are a team of passionate individuals who believe in the power of technology to transform the world.</p> </div> <div class="flex flex-col items-center justify-center min-h-screen text-center text-white bg-gradient-to-b from-green-500 to-teal-500"> <h2 class="text-3xl">Our Services</h2> <p class="text-lg">We offer a wide range of services including web development, mobile app development, and AI solutions.</p> </div> <div class="flex flex-col items-center justify-center min-h-screen text-center text-black"> <h2 class="text-3xl">Our Team</h2> <p class="text-lg">Our team is made up of experienced professionals with a passion for technology.</p> </div> <div class="flex flex-col items-center justify-center min-h-screen text-center text-white bg-gradient-to-b from-green-500 to-green-500"> <h2 class="text-3xl">Testimonials</h2> <p class="text-lg">We are proud to have received positive feedback from our clients.</p> </div> </body> </html>
Tech startup: A minimalist, single-page design with a large, centered logo, scrolling sections for About, Services, Team, and Testimonials, and a modern color palette of blues and greens.
<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">Travel Agency</h1> </header> <main class="container mx-auto p-4 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4"> <section class="bg-white p-4 shadow"> <h2 class="text-xl font-bold">Destinations</h2> <!-- Destinations content goes here --> </section> <section class="bg-white p-4 shadow"> <h2 class="text-xl font-bold">Packages</h2> <!-- Packages content goes here --> </section> <section class="bg-white p-4 shadow"> <h2 class="text-xl font-bold">Blog</h2> <!-- Blog content goes here --> </section> <section class="bg-white p-4 shadow"> <h2 class="text-xl font-bold">Contact Information</h2> <!-- Contact Information content goes here --> </section> </main> <footer class="bg-white p-4 shadow text-center"> <p>© 2022 Travel Agency</p> </footer> </body> </html>
Travel Agency: A multi-column layout with various sections for Destinations, Packages, Blog, and Contact Information. Background images of beautiful landscapes and a warm color palette complete the design.
<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="bg-purple-500 text-white p-4"> <img src="https://source.unsplash.com/random/300x200/?school" alt="School Image" class="w-full"> <nav class="mt-4"> <a href="#programs" class="mr-4">Programs</a> <a href="#about" class="mr-4">About Us</a> <a href="#faculty" class="mr-4">Faculty</a> <a href="#resources">Student Resources</a> </nav> </header> <section id="programs" class="p-4"> <h2 class="text-2xl mb-4">Programs</h2> <p>We offer a variety of programs designed to meet the needs of our students.</p> </section> <section id="about" class="p-4"> <h2 class="text-2xl mb-4">About Us</h2> <p>Our educational institution is committed to providing a high-quality education to our students.</p> </section> <section id="faculty" class="p-4"> <h2 class="text-2xl mb-4">Faculty</h2> <p>Our faculty is composed of experienced and dedicated educators.</p> </section> <section id="resources" class="p-4"> <h2 class="text-2xl mb-4">Student Resources</h2> <p>We provide a variety of resources to help our students succeed.</p> </section> </body> </html>
Educational Institution: A traditional hierarchical layout with an image header, clear navigation, and well-defined sections for Programs, About Us, Faculty, and Student Resources. color palette: school colors and earth tones.
<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"> <!-- Navigation --> <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">Advertising Agency</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> <!-- Full-screen video background --> <div class="relative"> <video autoplay muted loop class="w-full"> <source src="video.mp4" type="video/mp4"> </video> <div class="absolute top-0 left-0 w-full h-full bg-black opacity-50"></div> </div> <!-- Featured projects section --> <section class="py-8"> <h2 class="text-3xl text-center font-bold mb-8">Featured Projects</h2> <!-- Add your projects here --> </section> <!-- Call-to-action section --> <section class="py-8 bg-teal-500 text-white text-center"> <h2 class="text-3xl font-bold mb-4">Ready to get started?</h2> <p class="text-lg mb-8">Contact us today to learn more about our services.</p> <a href="#responsive-header" class="inline-block px-6 py-2 border-2 border-white text-white font-medium text-xs leading-tight uppercase rounded hover:bg-black hover:bg-opacity-5 focus:outline-none focus:ring-0 transition duration-150 ease-in-out">Contact Us</a> </section> </body> </html>
Advertising Agency: A full-screen video background, minimal layout with a sliding or overlapping menu, a section for featured projects, and a call-to-action prompt at the bottom of the page. The design may incorporate bold colors and graphics.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-purple-100"> <header class="bg-green-500 text-white text-center py-12 px-4"> <h1 class="text-4xl">Welcome to Our Healthcare Provider</h1> <p class="mt-4">We are committed to providing the best healthcare services to our patients. Our team of experienced doctors and nurses are dedicated to providing high-quality care.</p> </header> <section class="py-12 px-4"> <h2 class="text-3xl text-center mb-8">Our Services</h2> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> <div class="bg-white p-4 rounded shadow"> <h3 class="text-2xl mb-2">Service 1</h3> <p>We offer a wide range of services including primary care, specialty care, and more.</p> </div> <div class="bg-white p-4 rounded shadow"> <h3 class="text-2xl mb-2">Service 2</h3> <p>Our services are designed to meet the needs of all patients, regardless of their condition.</p> </div> <div class="bg-white p-4 rounded shadow"> <h3 class="text-2xl mb-2">Service 3</h3> <p>We strive to provide the highest quality of care to our patients.</p> </div> </div> </section> <section class="bg-green-500 text-white text-center py-12 px-4"> <h2 class="text-3xl mb-8">About Us</h2> <p>We are a team of dedicated healthcare professionals who are committed to providing the best possible care to our patients.</p> </section> <footer class="bg-green-500 text-white text-center py-4"> <p>© 2022 Healthcare Provider. All rights reserved.</p> </footer> </body> </html>
Healthcare Provider: A clean, modern layout with a prominent search function and clear sections for Services, Patient Information, About Us, and Appointment Scheduling. The color palette can include calming shades of blue and green.
<html> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-purple-800 text-white"> <nav class="bg-purple-900 p-4"> <ul class="flex space-x-4"> <li><a href="#" class="hover:text-purple-300">Home</a></li> <li><a href="#" class="hover:text-purple-300">Artists</a></li> <li><a href="#" class="hover:text-purple-300">Exhibitions</a></li> <li><a href="#" class="hover:text-purple-300">Contact</a></li> </ul> </nav> <main class="container mx-auto p-4"> <h1 class="text-4xl mb-4">Welcome to our Art Gallery</h1> <p class="mb-4"> At our art gallery, we celebrate the beauty of art and the diversity of artists. We believe that art is a powerful tool for self-expression and understanding of the world. We host a wide variety of art pieces from various artists, each piece representing a unique perspective and style. </p> <p class="mb-4"> Our gallery is designed to be a peaceful and inspiring space, where you can relax and appreciate the beauty of art. We offer a wide range of art pieces, from paintings to sculptures, photography, and more. We also host special exhibitions featuring the work of local and international artists. </p> <p class="mb-4"> We believe that art is not just a painting or a sculpture, but a way of life. We invite you to join us in our journey of discovery and appreciation of art. </p> <!-- Mosaic layout with images --> <div class="grid grid-cols-3 gap-4"> <img src="https://source.unsplash.com/random/300x200/?art" alt="Art Piece" class="rounded"> <img src="https://source.unsplash.com/random/300x200/?art" alt="Art Piece" class="rounded"> <img src="https://source.unsplash.com/random/300x200/?art" alt="Art Piece" class="rounded"> <!-- Add more images as needed --> </div> </main> </body> </html>
Art Gallery: A mosaic layout with large images of art pieces, a minimal menu and text, and a dark and dramatic color palette, which includes deep shades of blue and purple.
<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/1600x400/?technology" alt="Header Image" class="w-full"> <div class="absolute inset-0 flex items-center justify-center"> <img src="https://source.unsplash.com/random/200x200/?logo" alt="Logo" class="h-16"> </div> </div> <nav class="bg-gray-800 text-white p-4"> <ul class="flex space-x-4 justify-center"> <li><a href="#" class="hover:underline">Home</a></li> <li><a href="#" class="hover:underline">About</a></li> <li><a href="#" class="hover:underline">Services</a></li> <li><a href="#" class="hover:underline">Contact</a></li> </ul> </nav> <div class="container mx-auto p-4 grid grid-cols-3 gap-4"> <div class="bg-red-200 p-4"> <h2 class="text-xl mb-2">Our Services</h2> <p>We provide a wide range of services including software development, web design, and digital marketing. Our team of experts is dedicated to delivering high-quality solutions that meet your business needs.</p> </div> <div class="bg-green-200 p-4"> <h2 class="text-xl mb-2">Our Team</h2> <p>Our team is made up of experienced professionals with a passion for technology. We are committed to delivering the best possible service to our clients.</p> </div> <div class="bg-red-200 p-4"> <h2 class="text-xl mb-2">Our Clients</h2> <p>We have a wide range of clients, from small startups to large corporations. We are proud to have helped our clients achieve their goals and grow their businesses.</p> </div> </div> </body> </html>
Technology Company: A minimalist design with a full-width header image, overlapped by a centered logo and menu. The main content area is divided into three columns with soft, complementary colors.
<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 Fashion Retailer </div> <p class="py-6"> At our fashion retailer, we specialize in providing the latest fashion trends at affordable prices. We offer a wide range of clothing, shoes, and accessories for men, women, and children. Our products are sourced from top brands and are designed to meet the latest fashion standards. We pride ourselves on our excellent customer service and our commitment to providing high-quality products at a fair price. </p> <div class="flex flex-wrap -m-4"> <div class="p-4 md:w-1/3"> <div class="h-full border-2 border-gray-800 border-opacity-60 rounded-lg overflow-hidden"> <img class="lg:h-96 md:h-36 w-full object-cover object-center" src="https://source.unsplash.com/random/300x200/?fashion" alt="fashion"> </div> </div> <!-- More product images can be added here --> </div> </div> </div> </body> </html>
Fashion Retailer: A website layout featuring a diagonal stripe background, a prominent, asymmetrical left-side menu, and a centered, high-resolution fashion image. The product gallery takes up the majority of the 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"> <h1>Welcome to Our Real Estate Agency</h1> </div> <p class="py-6"> At our real estate agency, we are committed to providing our clients with the highest quality of service. We understand that buying or selling a home is a big decision, and we are here to help you every step of the way. Whether you're looking for your dream home, or selling your current home, we're here to help. </p> <p class="py-6"> 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 the real estate market can be complex, and we are here to simplify it for you. We offer a wide range of services, from property search to home buying and selling, and we are always here to help you find the perfect home. </p> </div> </div> </body> </html>
Real Estate Agency: Clean and modern design with a fixed, right-side property search bar and a full-width image slider showcasing premium listings. The logo is at the top left.
<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="bg-red-700 text-white text-center py-6"> <img src="https://source.unsplash.com/random/300x100/?healthcare" alt="Healthcare Logo" class="h-10 mx-auto"> </header> <nav class="bg-red-800 text-white text-center py-4"> <ul class="flex justify-center space-x-8"> <li><a href="#" class="hover:underline">Home</a></li> <li><a href="#" class="hover:underline">About Us</a></li> <li><a href="#" class="hover:underline">Services</a></li> <li><a href="#" class="hover:underline">Contact Us</a></li> </ul> </nav> <main> <img src="https://source.unsplash.com/random/1600x400/?medical" alt="Medical Staff" class="w-full"> <section class="py-8 px-4 text-center"> <h1 class="text-3xl mb-4">Welcome to Our Healthcare Provider</h1> <p class="text-lg"> At our healthcare provider, we are committed to providing the highest quality of care to our patients. Our team of experienced healthcare professionals is dedicated to providing compassionate, professional, and effective care. We believe in the power of prevention, early detection, and personalized care to improve the health and well-being of our patients. </p> </section> </main> </body> </html>
Healthcare Provider: A website with a calming color palette, a centered logo, and a horizontal menu at the top. A full-width image of a peaceful setting or medical staff welcomes visitors.
<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-64"> <img src="https://source.unsplash.com/random/300x200/?logo" alt="Art Gallery Logo" class="h-32"> </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">Artworks</a></li> <li><a href="#" class="hover:text-gray-400">Artists</a></li> <li><a href="#" class="hover:text-gray-400">About</a></li> <li><a href="#" class="hover:text-gray-400">Contact</a></li> </ul> </nav> <main class="grid grid-cols-3 gap-4 p-4"> <div class="border border-white"> <img src="https://source.unsplash.com/random/300x200/?art" alt="Artwork 1"> <h2>Artwork 1</h2> <p>This is a beautiful piece of art. It is a masterpiece of the artist's skill and creativity.</p> </div> <!-- Repeat the above div for each artwork --> </main> </body> </html>
Art Gallery: A minimalistic, black-and-white design with an oversized, centered logo, a top menu, and a grid-like layout showcasing artwork pieces. User profiles are presented with images and names.
<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 justify-center h-screen"> <div class="w-full md:w-1/2 xl:w-1/3 px-6"> <div class="flex flex-col break-words bg-white border border-gray-300 rounded mt-14"> <div class="text-center"> <img src="https://source.unsplash.com/random/300x200/?restaurant" alt="Restaurant Logo" class="w-1/2 mx-auto mt-8"> </div> <div class="flex-auto px-4 lg:px-10 py-10 pt-0"> <div class="text-center"> <h1 class="text-2xl font-bold">Welcome to Our Restaurant</h1> <p class="mt-4 text-gray-600"> At our restaurant, we believe in the power of good food to bring people together. Our menu is a celebration of the finest ingredients, carefully sourced from around the world. We offer a wide variety of dishes, from classic favorites to innovative creations. Our chefs are passionate about creating dishes that are not only delicious, but also visually stunning. We believe that food is more than just sustenance, it's an experience. Come and enjoy our mouthwatering dishes and exceptional service. </p> </div> <div class="mt-10"> <h2 class="text-xl font-bold">Our Special Dishes</h2> <!-- Add your special dishes here --> </div> <div class="mt-10"> <h2 class="text-xl font-bold">Customer Reviews</h2> <!-- Add your customer reviews here --> </div> </div> </div> </div> </div> </body> </html>
Restaurant: A website featuring a mouthwatering food image background, a centered logo and menu, and a visually appealing layout showcasing food items, special dishes, and 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"> <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 Provider</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 src="https://source.unsplash.com/random/1200x600/?education" class="w-full"> </div> </div> <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="pb-4"> At Education Provider, we are committed to providing the best education possible. Our experienced and dedicated staff are here to help you succeed in your educational journey. We offer a wide range of courses in various subjects, from primary to advanced levels. Our flexible and personalized learning approach ensures that you can learn at your own pace and in a way that suits you best. </p> <p class="pb-4"> We believe in the power of education to change lives. That's why we are dedicated to creating a supportive and inclusive learning environment where everyone can thrive. Our experienced and professional instructors are here to help you every step of the way. We believe in the power of education to open doors and provide opportunities for those who might not have had them otherwise. </p> <p class="pb-4"> We are proud to be a leading provider of education in our community. We are committed to providing high-quality education that is accessible and affordable. We believe that education is a right, not a privilege, and we are here to ensure that everyone has the opportunity to learn. </p> </div> </div> </body> </html>
Education Provider: A professional, welcoming design with a centered logo, menu at the top, and a hero image that displays students collaborating or engaging in an educational environment.