HTMLify

home.html
Views: 119 | Author: cody
<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" type="text/css" href="homecss.css">
</head>
<body>
  <header>
    <div class="container">
      <span><h1>
        <a>T</a>
        <a>Y</a>
        <a>P</a>
        <a>I</a>
        <a>N</a>
        <a>G</a>
        <a>ProWess</a>
      </h1>
      </span>
      <nav>
        <ul>
          <li><a href="#">HOME</a></li>
          <li><a href="#">ABOUT</a></li>
          <li><a href="#">SERVICES</a></li>
          <li><a href="#">CONTACT</a></li>
          <li><a href="#">HELP</a></li>
        </ul>
      </nav>
      </div>
  </header>
<section id="container">
      <img src="csavatar.png" height="200" width="300">
      <div class ="content">
      <h2>Professional Web Development Services</h2>
      <p>Building modern and responsive websites tailored to your needs.</p>
      <a href="#" class="btn">Get Started</a>
        <a href="#" class="btn">EXPLORE</a></div>
</section>
  <section id="about">
    <div class="container">
      <h2>About Me</h2>
      <p>I am a passionate web developer, dedicated to creating beautiful and functional websites. With years of experience, I strive to deliver high-quality solutions to my clients.</p>
    </div>
  </section>

  <footer>
    <div class="container">
      <p>&copy; 2023 My Website. All rights reserved.</p>
    </div>
  </footer>
    </div>
  </div>
</body>
</html>

Comments