Dashboard Temp Share Shortlinks Frames API

HTMLify

index.html
Views: 284 | Author: cody
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!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>