-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew.html
93 lines (83 loc) · 2.56 KB
/
new.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>😉 Saurav's webpage</title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<table cellspacing="10">
<tr><td>
<img src="WhatsApp Image 2022-04-08 at 1.20.06 AM-modified.png" height="170"></td>
<td><p><em> Computer Science & Engineering
<br>
Second Year Undergraduate in <strong> IIITDM Jabalpur</strong>
<br>
RMO 2018 Qualifier
<br>
JEE Advanced 2021 Qualifier
</em>
</p></td>
</tr>
<h1> Saurav Raj</h1>
</table>
<p>I am Saurav Raj . I was born in Hajipur,Bihar on 1st november , 2001.I have completed My Matriculation from S.S Academy , Saran. Moreover I have completed My Intermediate From <em>Gyan Jyoti Residential Public School,Patna</em>.Then after I have Cracked JEE mains in 2021 with a good percentile of 97.57.Due to which i have got addmission in <b>PDPM IIITDM Jabalpur </b>in <em>Computer Science & Engineering Department.</em><br>
Till now its my 3rd Semester and I have gained a very good command over <b>C language </b>and also learnt <b>Java</b> and some extent of <b>Python</b> and now I am learning <b>HTML</b>.And I am making this website with use of HTML as a challenge. </p>
<a href="contact_me.html" target="blank">Contact Me </a>
<hr >
<h3>Education</h3>
<ol type="i" start="2">
<em>
<li>Gyanodaya sishu mandir school</li>
<li>Nice public School</li>
<li>The Hajipur Central school </li>
<li><a href=https://www.narayanacoachingcenters.in> E-techno School</a></li>
<li>Narayana IIT/NEET Academy</li>
</em>
</ol>
<hr>
<h3>skills</h3>
<table border="1">
<tr>
<td>
<table>
<tr>
<td>
C language
</td>
<td>⭐️⭐️⭐️⭐️⭐️</td>
</tr>
<tr><td>
C++
</td>
<td>⭐️⭐️⭐️</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>
Python
</td>
<td>
⭐️⭐️
</td>
</tr>
<tr>
<td>
HTML
</td>
<td>
⭐️⭐️⭐️⭐️
</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
</body>
</html>