Untitled
unknown
plain_text
a year ago
2.4 kB
7
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Positivus</title> <link rel="stylesheet" href="styles.css"> <!-- Подключите ваш CSS файл --> </head> <body> <header> <nav> <div class="logo"> <img src="path/to/logo.png" alt="Positivus Logo"> </div> <ul class="nav-links"> <li><a href="#">About us</a></li> <li><a href="#">Services</a></li> <li><a href="#">Use Cases</a></li> <li><a href="#">Pricing</a></li> <li><a href="#">Blog</a></li> <li><a href="#" class="btn-quote">Request a quote</a></li> </ul> </nav> </header> <main> <section class="hero"> <div class="hero-text"> <h1>Navigating the digital landscape for success</h1> <p>Our digital marketing agency helps businesses grow and succeed online through a range of services including SEO, PPC, social media marketing, and content creation.</p> <a href="#" class="btn-consultation">Book a consultation</a> </div> <div class="hero-image"> <img src="path/to/hero-image.png" alt="Digital Marketing"> </div> </section> <section class="cases"> <div class="case"> <p>For a local restaurant, we implemented a targeted PPC campaign that resulted in a 50% increase in website traffic and a 25% increase in sales.</p> <a href="#">Learn more</a> </div> <div class="case"> <p>For a B2B software company, we developed an SEO strategy that resulted in a first page ranking for key keywords and a 200% increase in organic traffic.</p> <a href="#">Learn more</a> </div> <div class="case"> <p>For a national retail chain, we created a social media marketing campaign that increased followers by 25% and generated a 20% increase in online sales.</p> <a href="#">Learn more</a> </div> </section> </main> <footer> <!-- Footer content --> </footer> </body> </html>
Editor is loading...
Leave a Comment