127.0.0.1:8000 personal-website / master src / html / index.html
master

Tree @master (Download .tar.gz)

index.html @masterraw · history · blame

<!DOCTYPE html>
<html>

<head>
    <title>Seva Luchianov</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link href="https://fonts.googleapis.com/css2?family=Asap&family=VT323&display=swap" rel="stylesheet">
    <link href="../css/style.css" rel="stylesheet">
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
    <link rel="manifest" href="/site.webmanifest">
</head>

<body>
    <div class="header">Seva Luchianov</div>
    <div class="torso">
        <div class="description">Full Stack Developer</div>
        <div class="buttons">
            <div class="buttons-title">See more of my...</div>
            <a href="https://git.luchianov.dev">
                <div class="big-button">
                    <img src="../images/git-logo.png" class="big-button-logo">
                    <div>Private Repositories</div>
                </div>
            </a><a href="https://github.com/seva-luchianov">
                <div class="big-button">
                    <img src="../images/github-logo.png" class="big-button-logo">
                    <div>Projects on Github</div>
                </div>
            </a><a href="https://www.linkedin.com/in/seva-luchianov-63ab2969">
                <div class="big-button">
                    <img src="../images/linkedin-logo.png" class="big-button-logo">
                    <div>Reviews and References on Linkedin</div>
                </div>
            </a>
        </div>
    </div>

    <div id="cat-wrapper" style="width: 120px; position: fixed; bottom: 8px; left: 8px;">
        <!-- Cat code -->
        <div id="cat-message" style="
            padding: 5px;
            font-family: monospace;
            font-size: 11px;
            color: white;
            cursor: default;
        ">Hey there, I like to chase your mouse!<br>Click me to wake me up.</div>
        <img src="../images/tree.png">
        <div id="cat" style="
            background-image: url(../images/cat-light.png);
            background-position-x: -32px;
            background-position-y: -32px;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 56px;
            top: 98px;
            cursor: pointer;
            z-index: 1;
        "></div>
    </div>

    <script src="../js/index.js"></script>
</body>

</html>