Dashboard Temp Share Shortlinks Frames API

HTMLify

home.html
Views: 493 | Author: cody
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!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>