-
Notifications
You must be signed in to change notification settings - Fork 96
/
Copy pathrittik.html
61 lines (61 loc) · 1.99 KB
/
rittik.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Resume Builder</title>
</head>
<body>
<div class="landing" align="center" style="border-bottom: solid 1px black;">
<h3>Ambar Kansal</h3>
<ul class="links" style="list-style: none;"">
<span style="padding: 0 10px"><img src="./Capture.JPG" alt="home:" width="10px"/>Imperial Heights</span>
<span style="padding: 0 10px"><img src="./Capture.JPG" alt="Ph." width="10px"/>9759830525</span>
<span style="padding: 0 10px"><a href="www.linkedin.com"><img src="./Capture.JPG" alt="Ln" width="10px"/>LinkedIn</a>
</span>
</ul>
</div>
<div class="content" style="display: flex; justify-content: space-around;">
<div class="skills" style="border-right: solid 1px black; padding-right: 100px;">
<h4>SKILLS</h4>
<ul class="skill">
<li>Java</li>
<li>HTML/CSS</li>
<li>JavaScript</li>
<li>ReactJS</li>
</ul>
</div>
<div class="work">
<h4>WORK EXPERIENCE</h4>
<div class="w1">
<h5>Molog</h5>
<p class="date"><input type="date">-<input type="date"></p>
<ul class="about">
<h5>Duties</h5>
<li>Implementing frontend features</li>
<li>Managing Database</li>
<li>Enhansing user experience</li>
</ul>
</div>
<div class="edu">
<h4>EDUCATION DETAILS</h4>
<table border="2px" align="center">
<tr align="center">
<th colspan="2">DIT University</th>
</tr>
<tr align="center">
<th>Course</th>
<th>%</th>
</tr>
<tr align="center">
<td>B.Tech</td>
<td>82</td>
</tr>
<tr align="center">
<td>M.Tech</td>
<td>90</td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>