-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (68 loc) · 2.21 KB
/
index.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
69
70
71
72
73
74
75
76
77
78
<!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>MOHAMMAD IFHAM</title>
<link rel="stylesheet" href="Styles.css">
</head>
<body>
<table cellspacing="10">
<tr>
<td>
<img src="https://pbs.twimg.com/profile_images/1384185094173184009/K2gq_OKa_400x400.jpg" width="100"
height="100" style="vertical-align:top" alt="Photo">
</td>
<td>
<p>
<h1>Mohammad Ifham</h1>
<p>Student at MMMUT, Gorakhpur. <br>
I am currently learning Data Structures and Algorithms from <a
href="https://www.udemy.com/course/datastructurescncpp/learn/lecture/13123834?start=794=" target="_blank">this</a>
course.</p>
</td>
</tr>
</table>
<hr size="3" noshade>
<p>
<h3>Interests</h3>
</p>
<ol>
<li>Web Development</li>
<li>Competive Coding</li>
<li>Public Speaking</li>
</ol>
<hr size="3" noshade>
<h3>Work Expirience</h3>
<table cellspacing="5" border="0">
<thead>
<tr>
<th>Year</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Jul 2021-present </td>
<td>Executive Board Member at The Editorial Board, MMMUT </td>
</tr>
<tr>
<td>Jul 2021-present </td>
<td>Executive Member at Robotics Club MMMUT Gorakhpur </td>
</tr>
</tbody>
</table><br>
<hr size="3" noshade>
<h3>Skills</h3>
<table cellspacing="5" border="0">
<tr>
<td>Competitive Coding ⭐⭐⭐ <br>Public Speaking ⭐⭐
<br>HTML ⭐ <br>Photoshop ⭐⭐</td>
</tr>
</table><br>
<hr size="3" noshade>
<a href="hobbies.html" target="_blank">My Hobbies</a>
<a href="contact.html" target="_blank">Contact Me</a>
</body>
</html>