-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (72 loc) · 1.96 KB
/
Copy pathindex.html
File metadata and controls
75 lines (72 loc) · 1.96 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>👋Rubesh Kumar's HTML Site🚀</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="images/rubesh-kumar-profile-picture.png" alt="Rubesh Kumar portfolio image"></td>
<td>
<h1>Rubesh Kumar</h1>
<p><em>Web Developer | Digital Marketer | Designer</em></p>
<p><em>Associate Software Engineer - </em><strong><a href="https://www.tesark.com/" target="_blank">TESARK Technologies</a></strong></p>
<p>As a Sofware Engineer with a demonstrated history of working in the Information Technology and services industry,
I have a strong passion for Web Development, also an astounding aptitude towards advancement in Digital Marketing.</p>
</td>
</tr>
</table>
<hr>
<h3>What I Do</h3>
<ul>
<li>Web Development</li>
<li>Search Engine Optimization</li>
<li>Social Media Marketing</li>
<li>Personal Branding</li>
</ul>
<hr>
<h3>Work Experience</h3>
<table>
<thead>
<tr>
<th>Years of Experience</th>
<th>Company</th>
</tr>
</thead>
<tr>
<td>2013-2014</td>
<td>HCL Infosystems</td>
</tr>
<tr>
<td>2014-Present</td>
<td>TESARK Technologies</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Website Development</td>
<td>⭐⭐⭐⭐⭐</td>
<td>Graphic Designing</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Digital Marketing</td>
<td>⭐⭐⭐⭐⭐</td>
<td>Photography</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Wordpress</td>
<td>⭐⭐⭐</td>
<td>UI/UX Design</td>
<td>⭐⭐⭐</td>
</tr>
</table>
<hr>
<h3><a href="my-clientele.html">My Clientele</a></h3>
<h3>Get in touch <a href="contact-me.html">Contact me</a></h3>
</body>
</html>