-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
186 lines (168 loc) · 6.25 KB
/
index.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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Ketan-Portfolio</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./styles/main.css" />
</head>
<body>
<div id="container--main">
<section id="wrapper--hero" class="section--page">
<img id="profile-pic" src="./assets/images/profile_pic.JPG" />
<div>
<h1 id="user-name">Ketan Kolte</h1>
<p id="bio">Web Developer/Software Developer</p>
<p id="email">[email protected]</p>
</div>
</section>
<section class="section--page">
<div id="socials--list">
<!--<a href=" " target="_blank">Youtube</a>-->
<!--<a href="https://twitter.com/dennisivy11" target="_blank">Twitter</a>-->
<a href="www.linkedin.com/in/ketankolte" target="_blank">Linkedin</a>
<a href="https://github.com/ketanpkolte" target="_blank">Github</a>
<a href="./assets/ketan_resume.pdf" target="_blank"
>Download Resume</a
>
</div>
</section>
<section class="section--page">
<h2>Skills & Qualifications</h2>
<ul id="qualifications--list">
<li>Front & Backend development</li>
<li>Knowledge in API & Database Design.</li>
<li></li>
<li></li>
</ul>
</section>
<section class="section--page">
<h2>Tech stack</h2>
<div id="wrapper--techstack__items">
<div class="card--techstack"><span>JavaScript, NodeJS</span></div>
<div class="card--techstack"><span>Express</span></div>
<div class="card--techstack"><span>React, Next JS</span></div>
<div class="card--techstack"><span>MongoDB, MySQL</span></div>
<div class="card--techstack"><span>AWS</span></div>
</div>
</section>
<!--<section id="work-history-wrapper" class="section--page">
<h2>Work History</h2>
<div class="line-break"></div>
<div class="card--work-history">
<strong>🚧 DEVELOPER ADVOCATE | AGORA.IO</strong>
<p>11/2021 - Present</p>
<p>
Worked on making Agora’s Web Based SDK more accessible through video
tutorials, articles, demo projects and event based training. Also
building out React UI components & leading a team to re-design
Agora’s documentation and api reference.
</p>
<ul>
<li>
Doubled Web SDK’s monthly usage minutes from 15 million to 30
million minutes within my first 4 months
</li>
<li>
Produced educational video content which resulted in 300k+ views
on youtube
</li>
<li>
Produced SEO campaigns and content to gain market share for
related keywords.
</li>
</ul>
</div>
<div class="line-break"></div>
<div class="card--work-history">
<strong>🚧 INSTRUCTOR | YOUTUBE, UDEMY, TEACHABLE</strong>
<p>11/2019 - Present</p>
<p>
Produced content showcasing new tech, tutorials & interviews with
top developers.
</p>
<ul>
<li>166,000+ Youtube Subscribers</li>
<li>30,000 course copies sold</li>
<li>12+ Million views on Youtube</li>
<li>
Made regular contributions to Traversy Medias youtube channel
(1.9m Subscribers)
</li>
<li>
Tutorial videos included projects such as social networks,
Ecommerce, real time video, stripe & paypal integrations and more
</li>
</ul>
</div>
<div class="line-break"></div>
<div class="card--work-history">
<strong>🚧 SENIOR DEVELOPER | FOI LABS</strong>
<p>10/2017 - 10/2019</p>
<p>
Designed and developed a laboratory management system. My system
provided an interface for lab technicians and customers to view and
track data from samples tested in the lab.
</p>
<ul>
<li>
Designed prototype & pitched original idea for new lab management
system (LIMS)
</li>
<li>
Built entire code base and brought version 1 of LIMS system to
market as a solo developer
</li>
<li>Onboarded and trained customers (Webinars & Conferences)</li>
<li>
Managed a small team of developers in expansion of LIMS system
</li>
</ul>
</div>
<div class="line-break"></div>
<div class="card--work-history">
<strong>🚧 DIGITAL MARKETER | UNIFIVE DIGITAL</strong>
<p>2014 - 2017</p>
<p>
Started a digital agency building websites and marketing for local
businesses. Mostly Wordpress sites with small modifications to
themes.
</p>
<ul>
<li>Organized SEO & SEM campaigns on a local and global scale.</li>
<li>
Saved a customer $110k a year by reducing Adwords CPC cost with
optimization
</li>
<li>
70 + websites built with my small team of developers and
freelancers
</li>
</ul>
</div>
</section>-->
<section class="section--page">
<h2>Projects</h2>
<div class="card--project">
<a href=""> <span>🏆 </span>Chat app using ReactJs + Firebase </a>
</div>
<div class="card--project">
<a href=""> <span>🏆 </span>weather app using openweatherAPI</a>
</div>
<div class="card--project">
<a href=""> <span>🏆 </span>Netflix clone</a>
</div>
<!--<div class="card--project">
<a
href="https://konnect-59527.web.app/"
target="konnect-59527.web.app"
>
<span>🏆 </span>.</a
>
</div>-->
</section>
</div>
</body>
</html>