-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (74 loc) · 2.12 KB
/
index.html
File metadata and controls
77 lines (74 loc) · 2.12 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Rythm's Personal Site</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td> <img src="https://media-exp1.licdn.com/dms/image/C5103AQFcGlCVf4LtXg/profile-displayphoto-shrink_100_100/0?e=1601510400&v=beta&t=5_ic_6ciiCnwJatNT3-4cVGyGmxV5dcAbR9IEmNWuAs" alt="Rythm profile picture"></td>
<td><h1>Rythm Gupta</h1>
<p><i>I am a third year computer science student in <strong>GNDU, Amritsar.</strong></i><br>
I created a website called <a href="https://toyokart.com/">toyokart.com</a></p>
<p>I am a wordpress developer learning new technologies. Also I am into competetive programming too.</p></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<p>
<ul>
<li>I completed my 12 with 88.4% from Bhavan's sl public school, Amritsar.</li>
<li>10 cgpa in 10th class cbse board</li>
</ul>
<hr>
<h3>My Hobbies</h3>
<ol>
<li>competetive programming</li>
<li>Playing Cricket</li>
<li>Listening Songs</li>
</ol>
<hr>
<h3>Work Experience</h3>
<table border="1">
<thead>
<tr>
<th>Dates</th>
<th>Position</th>
</tr>
</thead>
<tbody>
<tr>
<td>dec,2019-feb,2020</td>
<td>market research at FarmFlesh</td>
</tr>
<tr>
<td>jan,2020-present</td>
<td>founder Toyokart</td>
</tr>
</tbody>
</table>
<hr>
<h3>My Skills</h3>
<table cellspacing="10">
<tr>
<td>Python</td>
<td>🌟🌟🌟</td>
</tr>
<tr>
<td>Java</td>
<td>🌟🌟🌟🌟</td>
</tr>
<tr>
<td>Git and GitHub</td>
<td>🌟🌟</td>
</tr>
</table>
<hr>
</p>
<p>
<a href="contact.html">Contact Me</a>
</p>
</body>
</html>