当前位置:首页 > 抖音文章 > 正文内容

html

admin3个月前 (01-12)抖音文章35

<!DOCTYPE html>

BizPro - Professional Business Solutions
<!-- Hero Section -->
<section id="hero" class="hero-gradient min-h-screen flex items-center relative overflow-hidden">
    <div class="absolute inset-0 bg-black/30 z-10"></div>
    <div class="container mx-auto px-4 relative z-20 text-center">
        <h1 class="text-[clamp(2.5rem,6vw,4rem)] font-bold text-white mb-6 text-shadow">
            Professional Solutions for Your Business
        </h1>
        <p class="text-[clamp(1rem,2vw,1.25rem)] text-white/90 mb-10 max-w-2xl mx-auto">
            We help businesses grow with innovative strategies and cutting-edge technology. Let's build something amazing together.
        </p>
        <div class="flex flex-col sm:flex-row justify-center gap-4">
            <a href="#contact" class="bg-white text-primary font-semibold py-3 px-8 rounded-lg hover:bg-primary hover:text-white transition-colors">
                Get Started
            </a>
            <a href="#services" class="bg-transparent border-2 border-white text-white font-semibold py-3 px-8 rounded-lg hover:bg-white/10 transition-colors">
                Learn More
            </a>
        </div>
    </div>
    <div class="absolute -bottom-10 -right-10 w-64 h-64 bg-primary/20 rounded-full blur-3xl"></div>
    <div class="absolute top-20 -left-10 w-48 h-48 bg-secondary/20 rounded-full blur-3xl"></div>
</section>
<!-- Services Section -->
<section id="services" class="py-16 bg-light">
    <div class="container mx-auto px-4">
        <h2 class="text-[clamp(1.5rem,3vw,2.5rem)] font-bold text-center mb-12 text-dark">Our Services</h2>
        <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
            <div class="bg-white rounded-lg shadow-md hover:shadow-xl transition-shadow p-6">
                <div class="w-14 h-14 bg-primary/10 rounded-lg flex items-center justify-center mb-6">
                    <i class="fa fa-laptop text-primary text-2xl"></i>
                </div>
                <h3 class="text-xl font-semibold mb-3 text-dark">Web Development</h3>
                <p class="text-gray-600">Responsive, fast, and user-friendly websites that help you stand out online.</p>
            </div>
            <div class="bg-white rounded-lg shadow-md hover:shadow-xl transition-shadow p-6">
                <div class="w-14 h-14 bg-primary/10 rounded-lg flex items-center justify-center mb-6">
                    <i class="fa fa-mobile text-primary text-2xl"></i>
                </div>
                <h3 class="text-xl font-semibold mb-3 text-dark">Mobile Apps</h3>
                <p class="text-gray-600">Native and cross-platform applications tailored to your business needs.</p>
            </div>
            <div class="bg-white rounded-lg shadow-md hover:shadow-xl transition-shadow p-6">
                <div class="w-14 h-14 bg-primary/10 rounded-lg flex items-center justify-center mb-6">
                    <i class="fa fa-line-chart text-primary text-2xl"></i>
                </div>
                <h3 class="text-xl font-semibold mb-3 text-dark">Digital Marketing</h3>
                <p class="text-gray-600">Result-driven strategies to grow your audience and increase sales.</p>
            </div>
            <div class="bg-white rounded-lg shadow-md hover:shadow-xl transition-shadow p-6">
                <div class="w-14 h-14 bg-primary/10 rounded-lg flex items-center justify-center mb-6">
                    <i class="fa fa-paint-brush text-primary text-2xl"></i>
                </div>
                <h3 class="text-xl font-semibold mb-3 text-dark">UI/UX Design</h3>
                <p class="text-gray-600">Beautiful and intuitive designs for exceptional user experiences.</p>
            </div>
            <div class="bg-white rounded-lg shadow-md hover:shadow-xl transition-shadow p-6">
                <div class="w-14 h-14 bg-primary/10 rounded-lg flex items-center justify-center mb-6">
                    <i class="fa fa-shield text-primary text-2xl"></i>
                </div>
                <h3 class="text-xl font-semibold mb-3 text-dark">Cybersecurity</h3>
                <p class="text-gray-600">Comprehensive security solutions to protect your business from threats.</p>
            </div>
            <div class="bg-white rounded-lg shadow-md hover:shadow-xl transition-shadow p-6">
                <div class="w-14 h-14 bg-primary/10 rounded-lg flex items-center justify-center mb-6">
                    <i class="fa fa-cogs text-primary text-2xl"></i>
                </div>
                <h3 class="text-xl font-semibold mb-3 text-dark">IT Consulting</h3>
                <p class="text-gray-600">Expert advice to make the right technology decisions for your business.</p>
            </div>
        </div>
    </div>
</section>
<!-- Portfolio Section -->
<section id="portfolio" class="py-16 bg-white">
    <div class="container mx-auto px-4">
        <h2 class="text-[clamp(1.5rem,3vw,2.5rem)] font-bold text-center mb-12 text-dark">Our Work</h2>
        <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
            <div class="rounded-lg overflow-hidden shadow-md group relative">
                <img src="https://picsum.photos/id/26/600/400" alt="Project" class="w-full h-64 object-cover group-hover:scale-105 transition-transform duration-500">
                <div class="absolute inset-0 bg-primary/80 flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity">
                    <a href="#" class="text-white font-semibold">View Project</a>
                </div>
            </div>
            <div class="rounded-lg overflow-hidden shadow-md group relative">
                <img src="https://picsum.photos/id/42/600/400" alt="Project" class="w-full h-64 object-cover group-hover:scale-105 transition-transform duration-500">
                <div class="absolute inset-0 bg-primary/80 flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity">
                    <a href="#" class="text-white font-semibold">View Project</a>
                </div>
            </div>
            <div class="rounded-lg overflow-hidden shadow-md group relative">
                <img src="https://picsum.photos/id/65/600/400" alt="Project" class="w-full h-64 object-cover group-hover:scale-105 transition-transform duration-500">
                <div class="absolute inset-0 bg-primary/80 flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity">
                    <a href="#" class="text-white font-semibold">View Project</a>
                </div>
            </div>
            <div class="rounded-lg overflow-hidden shadow-md group relative">
                <img src="https://picsum.photos/id/96/600/400" alt="Project" class="w-full h-64 object-cover group-hover:scale-105 transition-transform duration-500">
                <div class="absolute inset-0 bg-primary/80 flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity">
                    <a href="#" class="text-white font-semibold">View Project</a>
                </div>
            </div>
            <div class="rounded-lg overflow-hidden shadow-md group relative">
                <img src="https://picsum.photos/id/119/600/400" alt="Project" class="w-full h-64 object-cover group-hover:scale-105 transition-transform duration-500">
                <div class="absolute inset-0 bg-primary/80 flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity">
                    <a href="#" class="text-white font-semibold">View Project</a>
                </div>
            </div>
            <div class="rounded-lg overflow-hidden shadow-md group relative">
                <img src="https://picsum.photos/id/142/600/400" alt="Project" class="w-full h-64 object-cover group-hover:scale-105 transition-transform duration-500">
                <div class="absolute inset-0 bg-primary/80 flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity">
                    <a href="#" class="text-white font-semibold">View Project</a>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- About Section -->
<section id="about" class="py-16 bg-light">
    <div class="container mx-auto px-4">
        <div class="flex flex-col lg:flex-row items-center gap-12">
            <div class="lg:w-1/2">
                <img src="https://picsum.photos/id/342/800/600" alt="About Us" class="w-full h-auto rounded-lg shadow-lg">
            </div>
            <div class="lg:w-1/2">
                <h2 class="text-[clamp(1.5rem,3vw,2.5rem)] font-bold mb-6 text-dark">About Our Company</h2>
                <p class="text-gray-600 mb-6">
                    Founded in 2015, BizPro has been providing top-notch business solutions to clients across various industries. Our team of experts is dedicated to delivering results that exceed expectations.
                </p>
                <p class="text-gray-600 mb-8">
                    We believe in building long-term relationships with our clients by understanding their unique needs and providing customized solutions. Our mission is to help businesses thrive in the digital age.
                </p>
                <div class="grid grid-cols-2 gap-6 mb-8">
                    <div class="text-center">
                        <h3 class="text-3xl font-bold text-primary mb-2">100+</h3>
                        <p class="text-gray-600">Completed Projects</p>
                    </div>
                    <div class="text-center">
                        <h3 class="text-3xl font-bold text-primary mb-2">50+</h3>
                        <p class="text-gray-600">Happy Clients</p>
                    </div>
                    <div class="text-center">
                        <h3 class="text-3xl font-bold text-primary mb-2">15+</h3>
                        <p class="text-gray-600">Awards Won</p>
                    </div>
                    <div class="text-center">
                        <h3 class="text-3xl font-bold text-primary mb-2">7+</h3>
                        <p class="text-gray-600">Years of Experience</p>
                    </div>
                </div>
                <a href="#contact" class="bg-primary text-white font-semibold py-3 px-8 rounded-lg hover:bg-primary/90 transition-colors inline-block">
                    Contact Us
                </a>
            </div>
        </div>
    </div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 bg-white">
    <div class="container mx-auto px-4">
        <h2 class="text-[clamp(1.5rem,3vw,2.5rem)] font-bold text-center mb-12 text-dark">Get In Touch</h2>
        <div class="max-w-4xl mx-auto">
            <form id="contactForm" class="bg-light rounded-lg shadow-md p-8">
                <div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-6">
                    <div>
                        <label for="name" class="block text-gray-700 mb-2">Name</label>
                        <input type="text" id="name" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-primary" placeholder="Your Name" required>
                    </div>
                    <div>
                        <label for="email" class="block text-gray-700 mb-2">Email</label>
                        <input type="email" id="email" class="w-full px-4 py-3

html

相关文章

洗刷刷抖音刷赞平台,真相与影响

洗刷刷抖音刷赞平台,真相与影响

在当今社交媒体盛行的时代,抖音作为一款极具影响力的短视频平台,吸引了无数用户的参与和关注,随着其热度的不断攀升,一些所谓的“捷径”也应运而生,其中就包括洗刷刷抖音刷赞平台。 洗刷刷抖音刷赞平台声...

刷抖音是否耗电?深度解析

刷抖音是否耗电?深度解析

在当今数字化时代,抖音无疑是一款备受欢迎的短视频应用,几乎成为了人们日常生活中不可或缺的一部分,很多用户都有这样一个疑问:刷抖音耗电吗? 抖音作为一款功能丰富且不断更新的应用,其在运行过程中确实...

解决vivoz5刷抖音模糊的方法

解决vivoz5刷抖音模糊的方法

如果你是vivoz5的用户,在刷抖音时遇到了视频模糊的情况,不要着急,本文将为你提供一些有效的解决办法。 检查你的手机网络状况,较差的网络信号可能会导致视频加载不清晰,从而出现模糊的现象,可以尝...

抖音是否可以刷赞?真相大揭秘

抖音是否可以刷赞?真相大揭秘

在当今社交媒体盛行的时代,抖音作为一款极具影响力的短视频平台,受到了广大用户的喜爱和关注,许多人在使用抖音的过程中,可能会产生这样一个疑问:抖音可以刷赞么? 对于这个问题,答案是明确的,抖音是不...

抖音刷粉丝软件苹果版,真相与选择

抖音刷粉丝软件苹果版,真相与选择

在当今社交媒体盛行的时代,抖音作为一款极具影响力的短视频平台,吸引了无数用户渴望在其中获得更多的关注和粉丝,抖音刷粉丝软件苹果版便应运而生,成为了许多人关注的焦点。 对于苹果用户来说,寻找一款合...

为什么刷抖音这么耗电的原因分析

为什么刷抖音这么耗电的原因分析

在当今数字化时代,抖音无疑是一款备受欢迎的短视频应用程序,许多人在闲暇时光都喜欢沉浸在抖音的精彩世界中,不少用户都有这样一个疑问:为什么刷抖音会这么耗电呢? 抖音的视频内容丰富多样,包括各种高清...