-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (65 loc) · 1.75 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>My profile.</title>
</head>
<body>
<center>
<table cellspace = '20'>
<tr>
<td> <img src="nature.jpeg"alt=""> </td>
<!-- <td> this image is taken from internet .</td> -->
</tr>
</table>
<h1>Mohammed Nadeem Shareef</h1>
<p><em>i am a beginner </em><strong><a href="https://en.wikipedia.org/wiki/Web_development">Web Developer</a></strong>.</p>
<p>I also know the basic of<b><a href="https://en.wikipedia.org/wiki/C_(programming_language)"> c language</a><b>.</p>
</center>
<hr size='3' noshade>
<h3>Education</h3>
<ol>
<li>School</li>
<br>
<ul>
<li>Ghousia memo high school.</li>
<br>
</ul>
<li>intermediate</li>
<br>
<ul>
<li>osm jr college.</li>
</ul>
</ol>
<hr size='3' noshade>
<h3>Hobbies</h3>
<ul>
<li>Programming.</li>
<li>Solving maths problems.</li>
<li>Teaching.</li>
</ul>
<hr size = '3' noshade>
<h3>My skills</h3>
<table>
<tr>
<td>maths</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
<tr>
<td>Programming</td>
<td>🌟🌟🌟</td>
</tr>
<tr>
<td>Web development</td>
<td>🌟🌟🌟</td>
</tr>
</table>
<hr size='3' noshade>
<h3>My marks.</h3>
<a href="my marks.html">Click here to see my marks.</a>
<h3>contact me</h3>
<a href="contact.html">Click here to contact me.</a>
<h3>My latest Portfolio website</h3>
<a href="portfolio.shareef.vercel.app">Click here to see my new protfolio website.</a>
</body>
</html>