Untitled

 avatar
unknown
plain_text
a year ago
2.1 kB
2
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Adam Dicecco - Musician & Guitar Teacher</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
        }
        header {
            background-color: #333;
            color: white;
            padding: 10px 0;
            text-align: center;
        }
        .container {
            width: 80%;
            margin: auto;
            overflow: hidden;
        }
        #main {
            padding: 20px;
            background: white;
            margin-top: 10px;
        }
        footer {
            background-color: #333;
            color: white;
            text-align: center;
            padding: 10px 0;
            position: fixed;
            width: 100%;
            bottom: 0;
        }
    </style>
</head>
<body>
    <header>
        <div class="container">
            <h1>Adam Dicecco</h1>
            <p>Musician & Guitar Teacher</p>
        </div>
    </header>
    <div id="main" class="container">
        <section id="about">
            <h2>About Me</h2>
            <p>Hello! My name is Adam Dicecco. I have been a musician for 10 years, specializing in guitar. Over the years, I have honed my skills and have had the privilege of teaching guitar to many students.</p>
        </section>
        <section id="teaching">
            <h2>Guitar Lessons</h2>
            <p>I offer guitar lessons for all skill levels. Whether you are a beginner looking to learn the basics or an advanced player seeking to refine your technique, I can tailor lessons to meet your needs.</p>
            <p>For inquiries, please contact me at:</p>
            <ul>
                <li>Phone: 647-880-5190</li>
                <li>Email: <a href="mailto:adamdicecco@gmail.com">adamdicecco@gmail.com</a></li>
            </ul>
        </section>
    </div>
    <footer>
        <p>© 2024 Adam Dicecco. All rights reserved.</p>
    </footer>
</body>
</html>
Editor is loading...
Leave a Comment