-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
119 lines (80 loc) · 2.72 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
<!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">
<link rel="stylesheet" href="Css/style.css">
<title>
Suraj gupta
</title>
</head>
<body>
<table cellspacing = "20">
<tr>
<td>
<img src= "images/288887694_724381148784749_2384905764847310598_n-modified.png" width="150px"></td>
<td>
<h1>Suraj Gupta <a href="https://www.instagram.com/_gsuraj_/" ><img src="images/174855.png" alt="" width="10px" height="10px"> </a></h1>
<p>Student at Maniapl University Jaipur </p>
<p>Pursuing B.tech in <em>Computer and Communication engneering <strong>(CCE)</strong></em></p>
</td>
</tr>
</table>
<hr>
<h3>Books and resourses</h3>
<ul>
<li>Babu ram</li>
<li>Aurthur Biaz</li>
<li>Mechanics</li>
</ul>
<ol>
<li>GS. aggarwal</li>
<li>Modern Physics</li>
</ol>
<hr>
<h3>work experience</h3>
<table cellspacing = "10">
<thead>
<tr>
<th>Date</th>
<th>Experience</th>
</tr>
</thead>
<tr>
<td>2004-2008</td>
<td>St.karens public school</td>
</tr>
<tr>
<td>2008-2018</td>
<td>St.stephen's high school</td>
</tr>
<tr>
<td>2018-2020</td>
<td>St.Anne's school</td>
</tr>
</table>
</body>
<hr>
<br>
<br>
<br>
<footer>
<br>
<br>
<br>
<center>
<h3> <a href="contact.html">Contact Me</a></h3>
<br>
<br>
<br>
<table cellspacing = "20">
<tr>
<td><img src="images/twitter-logo-7249D46199-seeklogo.com.png" alt="" width="30px"></td>
<td><img src="images/linkedin-in-icon-logo-2E34704F04-seeklogo.com.png" alt="" width="30px"></td>
<td><img src="images/174855.png" alt="" width="30px"></td>
</tr>
</table>
</center>
</footer>
</html>