HTMLify

index.html
Views: 25 | Author: cody
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Abhi's Portfolio</title>
</head>
<body bgcolor="#F8F9FA" text="#333333">

    <!-- Header Section -->
    <table width="100%" bgcolor="#005A9C" cellpadding="20">
        <tr>
            <td align="center">
                <font color="white" size="6"><b>Abhi's Portfolio</b></font><br>
                <font color="#D3D3D3" size="4">Learning Computer Science & Engineering | AI & Data Science Enthusiast | Full Stack Developer</font>
            </td>
        </tr>
    </table>

    <br>

    <!-- About Me Section -->
    <table width="80%" align="center" bgcolor="white" cellpadding="20" cellspacing="5" border="0" style="box-shadow: 2px 2px 10px #cccccc;">
        <tr>
            <td>
                <h2 align="center"><font color="#005A9C">About Me</font></h2>
                <p align="justify">
                    Hello! I'm a <b>BE Computer Science & Engineering</b> student at <b>SDMIT, Ujjire,574240, DK, Karnataka</b>. 
                    I am currently learning <b>AI & Data Science</b> from <b>IIT Indore</b>. My interests include Software Development,
                    AI, Data Analytics, and Full Stack Web Development.
                </p>
            </td>
        </tr>
    </table>

    <br>

    <!-- Skills Section -->
    <table width="80%" align="center" bgcolor="white" cellpadding="20" cellspacing="5" border="0" style="box-shadow: 2px 2px 10px #cccccc;">
        <tr>
            <td>
                <h2 align="center"><font color="#007BFF"></font> Learning Skills</font></h2>
                <ul>
                    <li>Java</li>
                    <li>HTML, CSS, JavaScript</li>
                    <li>Python for AI & Data Science</li>
                    <li>Machine Learning & Data Analytics</li>
                    <li>Linux, MsSql</li>
                    <li>Full Stack Web Development</li>
                </ul>
            </td>
        </tr>
    </table>

    <br>


    <br>

    <!-- Contact Section -->
    <table width="80%" align="center" bgcolor="white" cellpadding="20" cellspacing="5" border="0" style="box-shadow: 2px 2px 10px #cccccc;">
        <tr>
            <td align="center">
                <h2><font color="#DC3545">Contact Me</font></h2>
                <p>Email: <a href="mailto:abhi.t.a1806@gmail.com" style="color:#005A9C;">abhi.t.a1806@gmail.com</a></p>
            </td>
        </tr>
    </table>

    <br>

    <!-- Footer Section -->
    <table width="100%" bgcolor="#005A9C" cellpadding="10">
        <tr>
            <td align="center">
                <font color="white" size="3">© 2025 Abhi's Portfolio. All rights reserved.</font>
            </td>
        </tr>
    </table>

</body>
</html>

Comments