This is a static website for a digital marketing agency that offers services such as web design, SEO, social media marketing, content creation, and more. The website is created using HTML and CSS, and it is responsive and attractive.HTML and CSS for a Digital Marketing Agency.
git clone https://github.com/webwithaman/marketing-agency-website.gitThe marketing-agency-website Claude Code skill enables users to quickly create a static website tailored for digital marketing agencies. Built using HTML and CSS, this skill provides a visually appealing and responsive design that showcases services such as web design, SEO, social media marketing, and content creation. By leveraging this skill, users can establish a professional online presence in just 30 minutes, streamlining the website development process significantly. One of the key benefits of this skill is the time savings it offers. With an intermediate difficulty level, developers and product managers can efficiently implement a fully functional marketing agency website without extensive coding knowledge. This skill allows users to focus on content and service offerings rather than getting bogged down in technical details. The responsive design ensures that the website looks great on all devices, enhancing user experience and engagement. This skill is particularly beneficial for developers, product managers, and AI practitioners working in marketing departments or agencies. It serves as a practical tool for those looking to quickly launch a digital marketing platform without the need for extensive resources or time investment. For example, a small marketing agency can utilize this skill to create a portfolio website that highlights their services and attracts potential clients. With a complexity rating of intermediate, users should have a basic understanding of HTML and CSS to implement this skill effectively. It fits seamlessly into AI-first workflows by allowing users to automate the creation of essential marketing assets, freeing up time for strategic planning and execution. By integrating this skill into their toolkit, marketing professionals can enhance their operational efficiency and focus on delivering value to their clients.
[{"step":"Customize the placeholders in the HTML template","action":"Replace [AGENCY_NAME], [PRIMARY_SERVICE], [SERVICE_LIST], [CONTACT_EMAIL], and [SOCIAL_LINKS] with your actual agency details. Update the portfolio items with your real projects.","tip":"Use a code editor like VS Code or Sublime Text for easy editing. Save the file as index.html."},{"step":"Add your own branding assets","action":"Replace placeholder images (via.placeholder.com) with your actual logo, project thumbnails, and any other visuals. Update the color scheme in the CSS to match your brand colors.","tip":"For professional results, use tools like Canva or Adobe Express to create consistent visuals. Keep file sizes optimized for web performance."},{"step":"Test the website locally","action":"Open the index.html file in a web browser to preview your site. Check responsiveness by resizing the browser window or using Chrome DevTools' device emulation.","tip":"Test on multiple devices (desktop, tablet, mobile) to ensure proper display. Fix any layout issues before deployment."},{"step":"Deploy the website","action":"Upload the HTML, CSS, and any image files to your web hosting provider (e.g., Netlify, Vercel, AWS, or traditional hosting). Configure your domain name if you have one.","tip":"For static sites, Netlify offers free hosting with simple drag-and-drop deployment. Consider setting up Google Analytics to track visitor behavior."},{"step":"Optimize for SEO","action":"Edit the meta tags in the HTML head section to include your agency's SEO keywords. Add alt text to all images and ensure page load speed is optimized.","tip":"Use Google PageSpeed Insights to check performance. Consider adding a sitemap.xml file for better search engine indexing."}]
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/webwithaman/marketing-agency-websiteCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Generate a clean, responsive HTML and CSS codebase for a digital marketing agency website. The site should include: [AGENCY_NAME] as the business name, [PRIMARY_SERVICE] (e.g., SEO, Web Design) as the main service highlighted, [SERVICE_LIST] (e.g., Social Media Marketing, Content Creation), [CONTACT_EMAIL], and [SOCIAL_LINKS] (e.g., LinkedIn, Instagram). Use modern design principles with a mobile-first approach, include a hero section, services grid, portfolio section, testimonials, and contact form. Ensure the code is well-commented and ready to deploy.
```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BrightPixel Marketing | SEO & Web Design</title>
<style>
/* Modern CSS Reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Inter', sans-serif;
}
body {
line-height: 1.6;
color: #333;
}
/* Hero Section */
.hero {
background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
color: white;
padding: 4rem 1rem;
text-align: center;
}
.hero h1 {
font-size: 2.5rem;
margin-bottom: 1rem;
}
.hero p {
font-size: 1.2rem;
max-width: 800px;
margin: 0 auto 2rem;
}
.cta-button {
background: #f59e0b;
color: white;
padding: 0.8rem 1.5rem;
border: none;
border-radius: 5px;
font-weight: 600;
cursor: pointer;
transition: background 0.3s;
}
.cta-button:hover {
background: #d97706;
}
/* Services Grid */
.services {
padding: 3rem 1rem;
max-width: 1200px;
margin: 0 auto;
}
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}
.service-card {
background: white;
border-radius: 10px;
padding: 2rem;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
transition: transform 0.3s;
}
.service-card:hover {
transform: translateY(-5px);
}
.service-card h3 {
color: #1e3a8a;
margin-bottom: 1rem;
}
/* Portfolio Section */
.portfolio {
background: #f8fafc;
padding: 3rem 1rem;
}
.portfolio-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1.5rem;
max-width: 1200px;
margin: 0 auto;
}
.portfolio-item {
background: white;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
/* Contact Form */
.contact-form {
max-width: 600px;
margin: 2rem auto;
padding: 2rem;
background: white;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.form-group {
margin-bottom: 1.5rem;
}
.form-group label {
display: block;
margin-bottom: 0.5rem;
font-weight: 500;
}
.form-group input,
.form-group textarea {
width: 100%;
padding: 0.8rem;
border: 1px solid #d1d5db;
border-radius: 5px;
}
/* Responsive Design */
@media (max-width: 768px) {
.hero h1 {
font-size: 2rem;
}
.services-grid {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<!-- Hero Section -->
<section class="hero">
<h1>Grow Your Brand with BrightPixel Marketing</h1>
<p>We specialize in data-driven digital marketing strategies that deliver measurable results. From SEO to social media, we help businesses increase visibility and conversions.</p>
<button class="cta-button">Get a Free Audit</button>
</section>
<!-- Services Section -->
<section class="services">
<h2>Our Services</h2>
<div class="services-grid">
<div class="service-card">
<h3>Search Engine Optimization</h3>
<p>Increase organic traffic with our proven SEO strategies. We optimize your website to rank higher on Google and other search engines.</p>
</div>
<div class="service-card">
<h3>Web Design & Development</h3>
<p>Modern, responsive websites that convert visitors into customers. We create designs that align with your brand identity.</p>
</div>
<div class="service-card">
<h3>Social Media Marketing</h3>
<p>Engage your audience across platforms like Instagram, LinkedIn, and Facebook with targeted campaigns.</p>
</div>
<div class="service-card">
<h3>Content Creation</h3>
<p>High-quality blog posts, videos, and graphics that tell your brand story and drive engagement.</p>
</div>
</div>
</section>
<!-- Portfolio Section -->
<section class="portfolio">
<h2>Our Work</h2>
<div class="portfolio-grid">
<div class="portfolio-item">
<img src="https://via.placeholder.com/300x200?text=Project+1" alt="Project 1" style="width:100%; height:200px; object-fit:cover;">
<div style="padding:1rem;">
<h4>E-commerce SEO</h4>
<p>Increased organic traffic by 150% in 6 months for an online retailer.</p>
</div>
</div>
<div class="portfolio-item">
<img src="https://via.placeholder.com/300x200?text=Project+2" alt="Project 2" style="width:100%; height:200px; object-fit:cover;">
<div style="padding:1rem;">
<h4>Social Media Campaign</h4>
<p>Generated 500+ leads through LinkedIn ads for a B2B client.</p>
</div>
</div>
<div class="portfolio-item">
<img src="https://via.placeholder.com/300x200?text=Project+3" alt="Project 3" style="width:100%; height:200px; object-fit:cover;">
<div style="padding:1rem;">
<h4>Website Redesign</h4>
<p>Redesigned client website with 40% increase in conversion rate.</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section style="padding: 3rem 1rem; max-width: 1200px; margin: 0 auto;">
<h2>Get in Touch</h2>
<div class="contact-form">
<form>
<div class="form-group">
<label for="name">Name</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea id="message" name="message" rows="4" required></textarea>
</div>
<button type="submit" class="cta-button">Send Message</button>
</form>
</div>
</section>
<!-- Footer -->
<footer style="background: #1e3a8a; color: white; padding: 2rem 1rem; text-align: center;">
<p>© 2023 BrightPixel Marketing. All rights reserved.</p>
<p><a href="mailto:[email protected]" style="color: #f59e0b;">[email protected]</a></p>
<div style="margin-top: 1rem;">
<a href="#" style="color: white; margin: 0 0.5rem;">LinkedIn</a>
<a href="#" style="color: white; margin: 0 0.5rem;">Instagram</a>
<a href="#" style="color: white; margin: 0 0.5rem;">Twitter</a>
</div>
</footer>
</body>
</html>
```Protect your website with powerful firewall solutions
Quickly generate website designs tailored to your needs
Automate legacy website migration to modern templates
Create complex and professional websites instantly with AI.
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan