-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
131 lines (122 loc) · 2.88 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>Pratham's Personal Site</title>
<link rel="stylesheet" href="css/styles.css" />
<link rel="icon" href="favicon.ico" />
</head>
<style>
body {
background-color: #8d8daa;
}
h1 {
color: #66bfbf;
}
hr {
background-color: white;
border-style: dotted none none;
width: 5%;
border-color: grey;
border-width: 5px;
}
</style>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="Pratham.png" alt="MY Image" width="200" height="200" />
</td>
<td>
<h1>Pratham Srivastava</h1>
<p>
<em
>Student and learning web development from<strong
><a href="https://twitter.com/yu_angela?lang=en"
>Dr Angela Yu.</a
></strong
>
</em>
</p>
<p>
My name is Pratham Srivastava and I belong to Varanasi.currently I
am pursuing my B.E from
<a
href="http://www.dbrau.org.in/Department_of_Institute_EngineeringTechnology.aspx"
>IET Agra.</a
>
</p>
<hr />
</td>
</tr>
</table>
<h3><strong>Education</strong></h3>
<p>
I did my schlooing from
<a href="https://en.wikipedia.org/wiki/Varanasi">Varanasi</a> and doing
graduation from
<a
href="http://www.dbrau.org.in/Department_of_Institute_EngineeringTechnology.aspx"
>IET Agra.</a
>
</p>
<ul>
<li><strong>graduation- 75%+</strong></li>
<li><strong>Intermediate- 86.8%</strong></li>
<li><strong>Highschool- 88.16%</strong></li>
</ul>
<hr />
<h3>Work Experience</h3>
<table>
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tr>
<td>2022-2023</td>
<td>Fresher</td>
</tr>
<tr>
<td>2023-2024</td>
<td>Experience</td>
</tr>
</table>
<hr />
<h3>Skills</h3>
<table>
<tr>
<td>
<table cellspacing="20">
<tr>
<td>Python</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C-Programming</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table cellspacing="20">
<tr>
<td>MS-Office</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Web development</td>
<td>⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr />
<h3><strong>My Hobbies</strong></h3>
<a href="Hobbies.html">My Hobbies</a>
<br />
<a href="contact me.html">Contact me</a>
</body>
</html>