Untitled
unknown
plain_text
a month ago
1.4 kB
3
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Freelance Web Designer | Portfolio</title> <link rel="stylesheet" href="styles.css"> </head> <body> <header> <h1>Welcome to My Portfolio</h1> <nav> <ul> <li><a href="#about">About</a></li> <li><a href="#projects">Projects</a></li> <li><a href="#services">Services</a></li> <li><a href="#contact">Contact</a></li> </ul> </nav> </header> <section id="about"> <h2>About Me</h2> <p>I am a freelance web designer passionate about creating beautiful, user-friendly websites.</p> </section> <section id="projects"> <h2>Projects</h2> <p>Here are some of my recent works.</p> <!-- Add project details here --> </section> <section id="services"> <h2>Services</h2> <p>I offer web design, UI/UX, and website development services.</p> </section> <section id="contact"> <h2>Contact Me</h2> <p>Email: your-email@example.com</p> <p>Let's work together to bring your ideas to life!</p> </section> <footer> <p>© 2025 Your Name | Freelance Web Designer</p> </footer> </body> </html>
Editor is loading...
Leave a Comment