-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (61 loc) · 1.79 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> My personal website</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="MuhammadMahshooq.png"
alt="Muhammad Mahshooq's profile picture"></td>
<td> <h1> Muhammmad Mahshooq</h1>
<p><em>Student at <strong><a href="https://bitmangalore.edu.in/">BIT Mangalore</a></strong></em>.</p>
<p>I am an second year Engineering student.An aspiring Entrepreneur and a web developer.
</p></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>St. Mary's high school - 10th</li>
<li>Padua PU Colllege - 12th </li>
<li>Beary's Institute of Technology -BE in Electronics and Communication</li>
</ul>
<hr>
<h3>My hobbies</h3>
<ol type="I">
<li>Reading books</li>
<li> Watching videos about technolgy,psychology,finance,coding,cricket etc.</li>
<li>Watching cricket and badminton </li>
<li>Scrolling on social media</li>
<li> Browsing on the internet </li>
</ol>
<hr>
<h3>Work Experience </h3>
<table border="1" cellspacing="10">
<tr>
<td>sab changa si </td>
<td>Sab nanga si</td>
</tr>
<tr>
<td>are bhai bhai</td>
<td>Woh bhai maaro mujhe maaro</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>C Programming Basics</td>
<td>⭐⭐⭐⭐ </td>
</tr>
<tr>
<td>C++ Basics</td>
<td><p>⭐⭐⭐⭐ </p></td>
</tr>
</table>
<hr>
<a href="Contact Details.html">Contact Me</a>
</body>
</html>