-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (87 loc) · 3.4 KB
/
index.html
File metadata and controls
104 lines (87 loc) · 3.4 KB
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
<!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>Ritesh personal site</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<table cellspacing="10">
<tr>
<td> <img src="image.png.jpg" alt="Ritesh Profile Picture"style="height: 200px;width: 200px;border-radius: 70%;"></td>
<td> <h1 id="Heading">Ritesh kumar</h1>
<p><b>Computer Science Student</b> <br>
<em>20 year old trying to be the best version of himself and still learning... </em></p></td>
</tr>
</table>
<p>
About me
👏Hello,world! I am Ritesh, I am fresher CSE undergraduate.
I love to design and code👨💻. I build high quality application for the web. I concentrate on writing clean and understandable code. Currently I am pursuing my undergrads👨🎓 in
Computer science engineering . Besides, I love to work in a team.
Other than coding. I'm passionate about cricket and learning. I like to cook at leisure time. I love what I'm doing.
Passionate about solving problems with code, make a difference by inspiring the world.
</p>
<hr>
<h3>Education</h3>
<ul>
<li>Bachelor of technology in computer science and engineering</li>
<p> GITA Autonomous College 9.89CGPA(until now)</p>
</ul>
<hr> <h3>My Hobbies</h3>
<ol>
<li> Playing Cricket</li>
<li><strong><a href="https://bloggerspassion.com/best-food-blogs/">Cooking</a></strong></li>
<li>Language learning</li>
</ol> <hr>
<h3>Acheivements</h3>
<table cellspacing="10">
<tr>
<td>Web Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Photography</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>App Development</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>painting</td>
<td>⭐⭐</td>
</tr>
</table>
<h3>Participation</h3>
<table >
<thead>
<tr>
<th>Years</th>
<th>Participate</th>
</tr>
</thead>
<tbody>
<tr>
<td>2015</td>
<td>Participated in the School Cricket Tournament.</td>
</tr>
<tr>
<td>2016</td>
<td>Participated in the best chef competition at the College festival.</td>
<tr>
<td>2018</td>
<td>Represented the school & college in various competition.</td>
</tr>
</tr>
</tbody>
</table>
<hr>
<a href="hobbies.html">Skills and Abilities</a>
<br>
<a href="Contact-Me.html"> Contact Me</a>
<center><footer><strong>@Thetripods💙</strong></footer></center>
</body>
</html>