OneCompiler

DIU Shariful Islam

128


<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Md. Shariful Islam - Profile</title> <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"> <style> body { padding: 20px; } .section { margin-bottom: 30px; } .section h2 { margin-bottom: 20px; } table { width: 100%; margin-bottom: 20px; } table, th, td { border: 1px solid #ddd; border-collapse: collapse; } th, td { padding: 10px; text-align: left; } .profile-pic { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; margin-bottom: 20px; } </style> </head> <body> <div class="container"> <header class="text-center"> <img src="https://assets.onecompiler.app/439s3wqt8/439s3awwb/3757da03-4d8a-4034-80db-8fd93bf0b511.png" alt="Profile Picture" class="profile-pic"> <h1>Md.Shariful Islam</h1> <p>Web Developer, Programmer,UI/UX Designer Student</p> </header>
    <div class="section">
        <h2>Education</h2>
        <table>
            <tr>
                <th>Degree</th>
                <th>Institution</th>
                <th>Year</th>
            </tr>
            <tr>
                <td>B.Sc. in Software Engineering</td>
                <td>Daffodil International University</td>
                <td>Still Studying</td>
            </tr>
            <tr>
                <td>HSC</td>
                <td>Dhaka College</td>
                <td>2020</td>
            </tr>
            <tr>
                <td>SSC</td>
                <td>Mirjapur Shatpurika High School</td>
                <td>2018</td>
            </tr>
        </table>
    </div>

    <div class="section">
        <h2>Experience</h2>
        <ul>
            <li><strong>UI/UX designer - Intern</strong> - Supbex (2024 - 2025)</li>
        </ul>
    </div>

    <div class="section">
        <h2>References</h2>
        <ul>
            <li><strong>Shanta Mojinder</strong> - Data Analyst, Data Science lab (Contact: <a href="mailto:[email protected]">[email protected]</a>)</li>
            <li><strong>Friya Afrin</strong> - Computer Science and Engineering, JMProgramming (Contact: <a href="

[email protected]">
[email protected]</a>)</li>
</ul>
</div>

    <div class="section">
        <h2>Submit Your Opinion</h2>
        <form>
            <div class="form-group">
                <label for="name">Your Name</label>
                <input type="text" class="form-control" id="name" placeholder="Enter your name">
            </div>
            <div class="form-group">
                <label for="email">Your Email</label>
                <input type="email" class="form-control" id="email" placeholder="Enter your email">
            </div>
            <div class="form-group">
                <label for="opinion">Your Opinion</label>
                <textarea class="form-control" id="opinion" rows="3" placeholder="Enter your opinion"></textarea>
            </div>
            <button type="submit" class="btn btn-primary">Submit</button>
        </form>
    </div>
</div>

<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body> </html>