Skip to content
Snippets Groups Projects
Select Git revision
  • 1cb10503eef03e1e5a97af062c202a7567c17fb0
  • main default protected
2 results

index.html

Blame
  • index.html 1.49 KiB
    <!DOCTYPE html>
    <html>
    
    <head>
        <meta charset="utf-8">
        <link rel="stylesheet" href="style.css">
        <title>Levatax - Home</title>
        <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
    </head>
    
    <body>
        <div class="box">
            <ul>
                <li><p class="current" onclick="about()" id="about">About</p></li>
                <li><p onclick="work()" id="work">Work</p></li>
            </ul>
            <img src="pfp.png" alt="" class="box-img">
            <h1>Levatax</h1>
            <h5>Full Stack Developer</h5>
            <p id="description">Beside being a web designer/developer, I am a photography hobbyist, a travel/adventure lover and a superbike dreamer. I don't think I am as good in photography as I am in web design but I love photography and traveling. When I am not working I love hanging around with my camera and capture some good snaps. Landscape and kids photography is something I really find myself enjoying.</p>
            <ul>
                <li><a href="https://www.instagram.com/levatax"><i class="fab fa-instagram" aria-hidden="true"></i></a></li>
                <li><a href="https://www.patreon.com/levataxx"><i class="fab fa-patreon" aria-hidden="true"></i></a></li>
                <li><a href="https://www.discord.com/users/774718136532205578"><i class="fab fa-discord" aria-hidden="true"></i></a></li>
            </ul>
        </div>
    </body>
    <script src="script.js"></script>
    </html>