-
Notifications
You must be signed in to change notification settings - Fork 0
/
exp1.html
130 lines (120 loc) · 4.68 KB
/
exp1.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
120
121
122
123
124
125
126
127
128
129
130
<html>
<head>
<title></title>
</head>
<body>
<div id="header">
<p id="name">TEJAS ULHAS KADAM</p>
<a href="[email protected]" target="_blank">
<p id="email">[email protected]</p>
</a>
</div>
<div class="left">
</div>
<div class="right">
<h3>CV Highlights</h3>
<p>
<ul>
<li>Web Development</li>
<li>python ,java html </li>
<li>Css , Node.js</li>
<li>c,c++</li>
</ul>
</p>
<h3>Professional Experience</h3>
<h4 id="company-name">good Software Pvt Ltd</h4>
<p id="job-title"><strong>html,css developer</strong></p>
<p id="job-responsibilities">Job Responsbilities</p>
<p>
<ul>
<li>develop websites</li>
<li>Interact with our engineering team to get software issues and bugs resolved</li>
<li> use bootstrap as needed</li>
<li>Contribute ideas to the team on how customers can be delighted</li>
</ul>
</p>
<h3>Educational Qualifications</h3>
<table>
<tr id="heading">
<td>Qualification</td>
<td>Board</td>
<td>Percentage / Grades</td>
<td>Year</td>
</tr>
<tr>
<td>S.S.C</td>
<td>cbse</td>
<td>9.2 Cgpa</td>
<td>2017</td>
</tr>
<tr>
<td>diploma</td>
<td>msbte</td>
<td>89%</td>
<td>2020</td>
</tr>
</table>
<h3>Independent Courses</h3>
<p>
<ul>
<li>
<span id="course-name">HTML & CSS for Beginners – Web Fundamentals
<li>
<span id="course-name">Python – Fundamentals and Dynamic Programming
<li>
<span id="course-name">JavaScript – Programming Basics, JS Apps and Build Games
<li>
<span id="course-name">CS101: Introduction to Computer Science - Building a Web Crawler
<li>
<span id="course-name">CS50x – Introduction to Computer Science
<h3>Technical Skills</h3>
<p>
<ul>
<li>
<span id="course-name">Operating Systems:</span> DOS, Windows 98, Windows 2000, Windows XP,
Windows NT, Windows Server 2003, Windows Vista, Windows 7, Macintosh Computers (OS X), Linux
(Ubuntu, Fedora)
</li>
<li>
<span id="course-name">Application Software:</span> Office 97-2003; Office XP, Office 2007,
Office for Mac 2011, iWork ’09,
</li>
<li>
<span id="course-name">Programming Skills:</span>HTML, CSS, Python, JavaScript, learning C
and C++
</li>
</ul>
</p>
<p>
<ul>
<li>
A young, determined hard and smart working person. I believe in task based roles and
complete ownership of work.
<li>
<span id="course-name">Languages Known:</span>English, Hindi,
</li>
</ul>
</p>
<h3>Other Information</h3>
<p>
<ul>
<li>
<span id="course-name">Expected Salary:</span>As per company standards
</li>
<li>
<span id="course-name">Area of Interest:</span>Software Development, Programming, Start-ups,
Coding, App Development,
</li>
<li>
<span id="course-name">Joining Date:</span>Immediate
</li>
</ul>
</p>
<h3>Declaration</h3>
<p>
I hereby declare that the details furnished above are true and correct to the best of my
knowledge and belief.</p>
</div>
<div id="footer"></div>
</body>
</html>