-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (70 loc) · 2.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>😍 SAKSHI's PERSONAL SITE 😍</title>
</head>
<body>
<table cellspacing= "20">
<tr>
<td><img src="https://instagram.fpat2-1.fna.fbcdn.net/v/t51.2885-19/s320x320/101114316_237701164195299_1520926684918841344_n.jpg?_nc_ht=instagram.fpat2-1.fna.fbcdn.net&_nc_ohc=QyIlSOv3veoAX89HyeD&oh=1ee1260e89cc5c289515f3c6b2376e68&oe=5F9DDE62"
alt="SAKSHI's PROFILE PICTURE"></td>
<td> <h1>Sakshi Singh</h1>
<p><em>1st year engineering student</em><br>
<strong><a href="https://www.udemy.com/">Full Stake WEB Developer</a></strong><br>
<i> I love to code</i></p><br>
<p>I am a student pursuing engineering.I have completed a course on <em>full stack web development</em> with flying colors.<br>
I have also done 5 projects and 2 internships.<br>
I wish to work with more people in future and statisfy them with my work. My clients have given me positive feedback for my previous websites.
</p><hr size="2"></td>
</tr>
</table>
<h2>Education</h2>
<p><em><a href="https://donboscopatna.com/">DON BOSCO ACADEMY</a></em> upto class 10<br>
<em>DELHI MODEL PUBLIC SCHOOL</em> 12th boards</p>
<hr>
<h2>Favourite Subjects and Recommanded Books</h2>
<strong>PHYSICS</strong><br>
<ul>
<li>HC VERMA</li><br><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcRnOSIcsgQcOzklH19cX_5OtCafxnyp8hMOqTwtJPY3K5-JM53eroDD2kEgqQ&usqp=CAc">
<br><br>
<li>I.E IRODOV</li><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcSz2CptZ25_aMu-gHjaH1ad4RHG-bxwEu6de2qxYVfGgdlNPBxoN2SMy5JZ4Qg&usqp=CAc">
<br>
</ul><strong>CHEMISTRY</strong>
<ul>
<li>NCERT + EXEMPLER</li><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTBrIomoyYByuGGKrHMEtjnDgk1xC9XzV0PZW0mpxuaovqcQmv7uys5h9o5sHg&usqp=CAc">
<hr>
</ul>
<a href="my hobbies.html"><h2>My Hobbies</h2></a><br>
<a href="contact me.html"><h3>CONTACT ME</h3></a><br>
<h3>WORK EXPERIENCE</h3><br>
<table border="1">
<tr>
<td>2015-2017</td>
<td>Worked as a <strong>JAVA</strong> coder</td>
</tr>
<tr>
<td>2020-2024</td>
<td>Worked as a professional full stake <strong>WEB DEVELOPER</strong></td>
</tr>
</table><br>
<hr>
<h2>MY SKILLS</h2>
<table cellspacing='20'>
<tr>
<td>Web development</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
<tr>
<td>Android development</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
<tr>
<td>Teaching</td>
<td>🌟🌟🌟🌟</td>
</tr>
</table>
<a href='form filling.html'><h3>APPLICATION FORM</h3></a>
</body>
</html>