Untitled
unknown
plain_text
a year ago
2.2 kB
4
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Steve Lennon - Producer</title> <style> body { font-family: Arial, sans-serif; background-color: #f0f0f0; color: #333; margin: 0; padding: 0; } header { background-color: #222; color: #fff; padding: 20px 0; text-align: center; } h1 { margin: 0; font-size: 36px; } main { padding: 20px; } p { line-height: 1.6; } footer { background-color: #222; color: #fff; text-align: center; padding: 10px 0; position: fixed; bottom: 0; width: 100%; } </style> </head> <body> <header> <h1>Steve Lennon</h1> <p>Producer</p> </header> <main> <section> <h2>About Me</h2> <p>Welcome to my personal webpage! I'm Steve Lennon, a producer with a passion for creating cool, modern, and slick content.</p> </section> <section> <h2>My Skills</h2> <ul> <li>Video production</li> <li>Audio editing</li> <li>Project management</li> <li>Creative direction</li> <li>Scriptwriting</li> </ul> </section> <section> <h2>Portfolio</h2> <p>Check out some of my latest projects:</p> <ul> <li><a href="#">Project 1</a></li> <li><a href="#">Project 2</a></li> <li><a href="#">Project 3</a></li> </ul> </section> <section> <h2>Contact Me</h2> <p>Feel free to reach out to discuss collaborations or opportunities!</p> <p>Email: steve@example.com</p> <p>Phone: 123-456-7890</p> </section> </main> <footer> <p>© 2024 Steve Lennon - All Rights Reserved</p> </footer> </body> </html>
Editor is loading...
Leave a Comment