-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (64 loc) · 2.4 KB
/
index.html
File metadata and controls
67 lines (64 loc) · 2.4 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sai Prasad Wali's Personel Site</title>
</head>
<body>
<table cellspacing = "20">
<tr>
<td><img src="C:\Users\asus\Desktop\WEB DEVELOPMENT\HTML - Personal Site\image\WhatsApp Image 2021-05-14 at 2.21.44 PM.jpeg" height="180"alt=" Sai Prasad Wali profile picture . "></td>
<td>
<h1> Sai Prasad Wali </h1>
<p><em> An Aspiring <strong>Programmer</strong>.</em> </p>
<p> I am an Engineering student and like to play games.Some of technical skills are namely<strong>Video Editing</strong>
and still a learning<strong> Full - Stack Web Developer</strong> and <em><strong> Android Developer </strong></em>.I have also created some content on my you tube channel <em><strong><a
href="https://www.youtube.com/channel/UCgko4trTnGuzB4h9wXmYYow">MR.WEED</a>.</em></strong></p>
<p><em><strong> <a href="https://www.instagram.com/wali9.2/"> My Instagram </a></strong></em></p>
</td>
</tr>
</table>
<hr size="3" noshade />
<h3> EDUCATION </h3>
<em><strong>
<p>1. JOY KIDS CARE PUBLIC SCHOOL.
<br />2. SHREE SWAMINARAYAN GURUKUL INTERNATIONAL SCHOOL.
<br />3. GNYANA SUDHA VIDHYALAYA.
<br /> 4. DR. CHANNABASAVESHWAR GURUKUL.
<br /> 5. MVJ COLLEGE OF ENGINEERING.
</p>
<hr size = "3" noshade />
<h2> Something's about me </h2>
<ul>
<li> a huge content consumer of movies , podcasts etc.</li>
<li> Love cricket </li>
<li> Favourite Cricketer is MS. DHONI.</li>
</ul>
<hr size = "3" noshade />
<h3> My Goals in life . </h3>
<table border="1">
<thead>
<tr>
<th> Time </th>
<th> Goal to reach </th>
</tr>
</thead>
<tbody>
<tr>
<td>Before Age 30 </td>
<td>I want to reach the mark of a Billionare .</td>
</tr>
<tr>
<td>Before Age 50 </td>
<td>I want to reach the mark of the World's Richest Man .</td>
</tr>
</tbody>
</table>
<hr size="3" noshade>
<a href="hobbies.html">My Hobbies </a>
<br> <a href="Personal Info .html"> Contact me .</a>
<br> <a href="Skills.html"> My Skills . </a>
</strong></em>
<hr size="3" noshade>
</body>
</html>