-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (114 loc) · 3.52 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="pic3.png" alt="My pic"></td>
<td><h1>Md Riyazul Islam </h1>
<p><em>Student at <a href="http://www.amu.ac.in/">Aligarh Muslim University</a> </em></p>
<p><em><a href="https://amu.ac.in/colleges/zakir-husain-college-of-engineering-and-technology"> Zakir Hussain College of Engineering and Technology</a></em></p>
<p><em>Aligarh 202002</em></p></td>
</tr>
</table>
<p>I am Md Riyazul Islam. Currently I am pursuing my Bachelors in Technology from Aligarh Muslim University. My thrust area includes IT sector and development and solving real world problems. My interests include programming, web development and alogrithm designing. Apart from these I love reading sci-fic books, watching football and hanging out. </p>
<p><strong>For more details about me visit :-</strong></p>
<a href ="Aboutme.html">About Me</a>
<a href ="Contactme.html"> Contact Me</a>
<hr size="3" noshade>
<h3>Education</h3>
<ul>
<li>Primary Education</li>
<p>Studied in <strong><a href="https://mountassisibgp.com/"> Mount Assisi School</a> </strong> ,Bhagalpur</p>
<li>High School Education</li>
<p>Completed my high school education also from <strong>Mount Assisi School, </strong> Bhagalpur with Physics, Chemistry and Mathematics as main subjects.</p>
<li>Graduation</li>
<p>I did my graduation in Bachelors in Technology from <strong>Aligrah Muslim University</strong> </p>
</ul>
<hr size="3" noshade>
<h3>Work Experience</h3>
<table border="1" cellspacing="5">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<body>
<tr>
<td>July 2022-November 2022</td>
<td>Worked as an intake developer and designer at <strong><a href= "https://zhcetformularacing.com/">ZFR club</a></strong></td>
</tr>
<tr>
<td>November 2022-December 2022</td>
<td>Worked as technical trainee in Machine learning under <strong><a href="https://tech-gyan.in/">Techgyan</a></strong></td>
</tr>
</table>
<hr size="3" noshade>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>
<table>
<tr>
<td>Competitive Programming</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Algorithm designing</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Machine Learning</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Web Development </td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Data Structures and Algorithm</td>
<td>⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Photography</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Sports</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Painting</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Cooking </td>
<td>⭐</td>
</tr>
<tr>
<td>Communication Skills</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<script src="script.js"></script>
<!--
This script places a badge on your repl's full-browser view back to your repl's cover
page. Try various colors for the theme: dark, light, red, orange, yellow, lime, green,
teal, blue, blurple, magenta, pink!
-->
<script src="https://replit.com/public/js/replit-badge.js" theme="blue" defer></script>
</body>
</html>