Import React From
Import React From
return (
<div className="contact-info">
<p>Email: [email protected]</p>
</div>
<div className="section">
</div>
<div className="section">
<thead>
<tr>
<th>Course</th>
<th>Institution</th>
<th>Board/University</th>
<th>Year of Completion</th>
<th>Percentage/CGPA</th>
</tr>
</thead>
<tbody>
<tr>
<td>JNTUK</td>
<td>2025</td>
</tr>
<tr>
<td>Intermediate (MPC)</td>
<td>2021</td>
<td>90%</td>
</tr>
<tr>
<td>SSC</td>
<td>2019</td>
<td>9.5 CGPA</td>
</tr>
</tbody>
</table>
</div>
<div className="section">
<h2 style={{ textDecoration: 'underline' }}>Technical Skills</h2>
<ul>
<li>Java, C, Python</li>
<li>SQL</li>
</ul>
</div>
<div className="section">
<ul>
</ul>
</div>
<div className="section">
<ul>
</ul>
</div>
<div className="section">
<ul>
<li>Confidence</li>
</ul>
</div>
<div className="section">
<p>Gender: Male</p>
<div className="address">
<h3>Address:</h3>
</div>
</div>
<div className="section">
<p>I declare that the above-furnished information is true to the best of my knowledge and
belief.</p>
<p>Place: Guntur</p>
</div>
</div>
);
};