-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (77 loc) · 2.44 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
76
77
78
79
80
81
82
83
<!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>Website dude</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="samiksha.png" alt="samiksha's profile picture"></td>
<td><h1>SAMIKSHA BHATNAGAR</h1>
<i><p> A student at <strong><a href="https://www.juet.ac.in/"> Jaypee University</a></strong>.</p>
<p>I am an Engineering studnet, currently in 3rd year. <br> I am a <b>CSE</b> student. <br> I am a Web Developer.
<a href="contact me.html">Contact me</a></p></i></td>
</tr>
</table>
<hr size="2">
<h2>Education</h2>
<table border="3">
<thead>
<tr>
<th>year passed</th>
<th>Degre and School/College</th>
<th>CGPA/Percentage</th>
</tr>
</thead>
<tbody>
<tr>
<td>2018</td>
<td>higher secondary from st.joseph's School</td>
<td>90.2%</td>
</tr>
<tr>
<td>2020</td>
<td>senior secondary from Sanskar Public School</td>
<td>81.2%</td>
</tr>
<tr>
<td>2024</td>
<td> Pursuing undergraduation from JUET,Guna </td>
<td>Current Cgpa 7.7</td>
</tr>
</tbody>
</table>
<hr size="2">
<h2>My Hobbies</h2>
<ol>
<li>Listening to Music</li>
<li>Sleeping</li>
<li>Sketching</li>
<li>Reading Books</li>
<li>Doing Excercises and Workouts</li>
</ol>
<hr size="2">
<table cellspacing="10">
<thead>
<tr><td><h3>Skills</h3></td></tr>
</thead>
<tbody>
<tr>
<td>c/c++</td>
<td>⭐</td>
</tr>
<tr>
<td>html</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>phtography</td>
<td>⭐⭐⭐</td>
</tr>
</tbody>
</table>
</body>
</html>