-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
68 lines (66 loc) · 2.56 KB
/
resume.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio Resume</title>
</head>
<body>
<table>
<tr>
<td><img style="float: left;"width="300" src="https://media-exp1.licdn.com/dms/image/C5603AQFl6niaes-SKw/profile-displayphoto-shrink_800_800/0/1591888217074?e=1674691200&v=beta&t=Kg5AZt0UxY9tqw3oCqWiIjBs5u87PVVbqpq6tUPdjo8" alt="Hasnai imam photo"></td>
<td><h1>Md Hasnain Imam</h1>
<p><i>I AM A FRONTEND ENGINEER</i></p>
<p>I ❤️ Web Development....................</p>
</td>
</tr>
</table>
<hr>
<!-- Header end -->
<h2>Education</h2>
<table border="">
<tr>
<th>Course</th>
<th>Institute</th>
<th>Years</th>
<th>Results</th>
</tr>
<tr>
<td>BE in IT</td>
<td>HMSIT, Karnataka</td>
<td>2022</td>
<td>68.7%</td>
</tr>
<tr>
<td>12<sup>th</sup> Grade</td>
<td>Sita Ram College Nawada</td>
<td>2017</td>
<td>90.1%</td>
</tr>
</table>
<h2>Internships</h2>
<p><strong>Nexfile clone</strong></p>
<p><i>Web Development Intern</i></p>
<ul>
<li>Get The Opportunity To Develop Important Relationships & Build Career-Enhancing Skills. Work With Software Developers to Help Clients Make More Informed Decisions. 2022 Summer Internships. Make Things Possible</li>
<li>Writing well designed, testable, efficient code by using best software development practices. Creating website layout/user interfaces by using standard HTML/CSS practices. Integrating data from various back-end services and databases.</li>
</ul>
<h2>Projects</h2>
<ul>
<li>
<h3>Bank Managment System</h3>
<p>The Bank Account Management System is an application for maintaining a person's account in a bank. In this project I tried to show the working of a banking ....................</p>
</li>
<li>
<h3>Shuffler</h3>
<p>The Bank Account Management System is an application for maintaining a person's account in a bank. In this project I tried to show the working of a banking ...................</p>
</li>
</ul>
<hr>
<!-- main section end -->
<h2>Connect with me</h2>
<p>Email: hasnsinimam@gmail.com</p>
<p>Mob No=9993787874</p>
</body>
</html>