Skip to content

Instantly share code, notes, and snippets.

@PabloSergi
Last active March 19, 2023 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PabloSergi/3b7f1a55cf6c786ac6e045f78bf0b8d5 to your computer and use it in GitHub Desktop.
Save PabloSergi/3b7f1a55cf6c786ac6e045f78bf0b8d5 to your computer and use it in GitHub Desktop.
html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Professional Writing Services</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Testimonials</a></li>
<li><a href="#">Packages &amp; Prices</a></li>
<li><a href="#">Our Team</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</nav>
</header>
<main>
<section id="hero">
<div class="container">
<h1>Professional Writing Services</h1>
<h2>Your Success is Our Mission</h2>
<p>We provide top-quality writing services for students and professionals. Our experienced writers deliver custom papers on time and within budget.</p>
<a href="#" class="cta-button">Get Started Now</a>
</div>
</section>
<section id="about">
<div class="container">
<h2>About Us</h2>
<p>We are a team of dedicated writers and editors with years of experience in academic and business writing. Our mission is to help our clients succeed by providing high-quality custom papers tailored to their specific needs.</p>
<p>We offer a range of writing services, including term papers, essays, research papers, dissertations, and more. Our writers are experts in their fields and have the knowledge and experience to produce outstanding papers.</p>
</div>
</section>
<section id="testimonials">
<div class="container">
<h2>Testimonials</h2>
<div class="testimonial">
<p>"I was really impressed with the quality of the paper I received. It was well-written, well-researched, and delivered on time. I would definitely use this service again!"</p>
<cite>John Smith, Student</cite>
</div>
<div class="testimonial">
<p>"I needed a paper on a very specific topic, and the writer did an excellent job. The paper was exactly what I needed, and I got an A on it. I highly recommend this service."</p>
<cite>Jane Doe, Professional</cite>
</div>
</div>
</section>
<section id="packages">
<div class="container">
<h2>Packages &amp; Prices</h2>
<p>We offer a range of packages to suit every budget and writing need. Our prices are competitive and affordable, and we never compromise on quality.</p>
<ul>
<li><strong>Basic Package:</strong> $50 per page</li>
<li><strong>Standard Package:</strong> $75 per page</li>
<li><strong>Premium Package:</strong> $100 per page</li>
</ul>
<p>Contact us for a custom quote.</p>
</div>
</section>
<section id="team">
<div class="container">
<h2>Our Team</h2>
</p></div></section>
<section id="faq">
<div class="container">
<h2>Frequently Asked Questions</h2>
<div class="faq">
<h3>How do I place an order?</h3>
<p>To place an order, simply fill out our online form with your requirements and submit payment. Once we receive your order, we will assign a writer to work on it and keep you updated throughout the process.</p>
</div>
<div class="faq">
<h3>What if I'm not satisfied with the paper?</h3>
<p>We offer a satisfaction guarantee and will work with you to make any necessary revisions to your paper. If you are still not satisfied, we offer a full refund.</p>
</div>
<div class="faq">
<h3>How do I contact you?</h3>
<p>You can contact us by phone, email, or through our online form. We are available 24/7 to answer any questions or concerns you may have.</p>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<h2>Contact Us</h2>
<p>If you have any questions or would like to place an order, please contact us using the form below or call us at 555-1234.</p>
<form>
<label for="name">Name</label>
<input type="text" id="name" name="name" required>
<label for="email">Email</label>
<input type="email" id="email" name="email" required>
<label for="message">Message</label>
<textarea id="message" name="message" required></textarea>
<button type="submit">Send Message</button>
</form>
</div>
</section>
</main>
<footer>
<div class="container">
<nav>
<ul>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Use</a></li>
</ul>
</nav>
<p>&copy; 2023 Professional Writing Services. All rights reserved.</p>
</div>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment