-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
322 lines (288 loc) ยท 14.5 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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128563001-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-128563001-5');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tushar Rajput</title>
<meta content="Tushar-tr, Tushar Rajput, Tuhar, Portfolio-Tushar Rajput" name="keywords" />
<meta
content="Works @freelance | Developer | Programmer | JavaScript Developer | Presenter | Designer | Geek | DevOps"
name="description" />
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@800&display=swap" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&family=Sansita+Swashed:wght@800;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/work.css">
</head>
<body>
<div class="loader"></div>
<header>
<nav id="navbar_top" class="navbar navbar-expand-lg navbar-dark bg-dark navbar-fixed-top ">
<a href="" class="navbar-brand ms-5">Tushar Rajput</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto">
<li class="nav-item ms-2 me-2"><a href="" class="nav-link">Home</a></li>
<li class="nav-item ms-2 me-2"><a href="/badges/" class="nav-link" target="_blank">Certifications</a></li>
<li class="nav-item ms-2 me-2"><a href="/projects.html" class="nav-link">Projects</a></li>
<li class="nav-item ms-2 me-2"><a href="https://tush-tr.github.io/Blog" class="nav-link">Blogs</a></li>
<!-- <li class="nav-item ms-2 me-5"><a href="/resume/" class="nav-link">Resume</a></li> -->
</ul>
</div>
</nav>
<script>
setTimeout(write, 2000);
function write() {
var hello = "Hey, I'm Tushar!";
var i = 1;
var t = setInterval(() => {
document.getElementById("hello").innerHTML = hello.slice(0, i);
i++;
if (i === 31) clearInterval(t);
}, 200);
}
</script>
</header>
<!--______________________ Start a grid container________________________ -->
<aside id="side-container" class="aside">
<img id="main-image" src="assets/tush.jpg" alt="">
<h2 id="hello"></h2>
<h3 id="software-engineer">Full Stack Software Engineer</h3>
<div class="sidenav">
<h4><a href="#myportfolio">Portfolio</a></h4>
<h4><a href="#projectcontainer">Projects</a></h4>
<h4><a href="https://tush-tr.medium.com/" target="_blank">Blogs</a></h4>
</div>
<div class="contact">
<a href="https://www.linkedin.com/in/tushar-r-849510116/" target="_blank"><img id="linkedin-logo"
src="assets/linkedin.png" alt=""></a>
<a href="https://github.com/tush-tr" target="_blank"><img src="assets/github-logo.png" alt=""></a>
<a href="https://twitter.com/tush_tr604?s=08" target="_blank"><img src="assets/twitter.png" alt=""></a>
<a href="mailto: tusharrajput604@gmail.com" target="_blank" class="socials"
aria-label="Email: tusharrajput604@gmail.com"><img src="assets/paper-plane.png" alt=""></a>
</div>
</aside>
<!-- right side section of information -->
<section id="myportfolio" class="information">
<h2>About.</h2><br>
<div class="paras">
<p class="firstparaaboutme">
I am a creative and passionate developer from India with a strong interest in start up projects.
I hold a bechelor's degree in Information Technology.
I mostly work on backend development with express js(node js) and django framwork.
I have command on various frontend technologies like HTML,CSS, vanilla js,react js. <br>
Programming languages I know are <b><span class="different"> Python, JavaScript, C++, and C language.</span></b>
</p>
<p>
I love to contribute in open source projects. I am also have interest in startup projects on new ideas, I would
like to contribute in projects based on new ideas.
</p>
<p>
I love to learn new technologies always. I have ability to learn things faster. I love to developing materials
and projects on innovative ideas.
</p>
<p>
<ul>
<li>I mostly work on developing and debugging web applications, APIs, libraries and tools using <span
class="different">JavaScript</span> and
<span class="different">Python</span>.
</li>
<!-- new line -->
<li>I mostly work on full stack web application projects using <span class="different">๐ ๐๐ฅ๐ก (
๐ ๐ผ๐ป๐ด๐ผ๐๐, ๐๐
๐ฝ๐ฟ๐ฒ๐๐. ๐ท๐, ๐ฅ๐ฒ๐ฎ๐ฐ๐, ๐ฎ๐ป๐ฑ ๐ก๐ผ๐ฑ๐ฒ. ๐ท๐ ) stack</span>
and I also use <span class="different">React js </span> and <span class="different">Django.</span></li>
<!-- new line -->
<li>Proficient in building servers and APIs using <span class="different">๐ฅ๐๐ฆ๐ง</span>, ๐๐ง๐ง๐ฃ/๐๐ฆ๐ข๐ก.</li>
<li>Proficient in designing the responsive front end designs and layouts of websites using <span
class="different">HTML </span> and <span class="different"> CSS</span>.</li>
<!-- new line -->
<li>Proficient in developing frontend UI designs using <span class="different">vanilla JavaScript</span> and js
frontend framework- <span class="different">React js</span></li>
<!-- new line -->
<li>Proficient in developing and debugging backend web applications using <span class="different">express
js</span> (framework of node js) and <span class="different">django</span> (python framework). </li>
<!-- new line -->
<li>Proficient with Relational Databases (<span class="different"> ๐ ๐๐ฆ๐ค๐, ๐ฃ๐ผ๐๐๐ด๐ฟ๐ฒ๐ฆ๐ค๐</span> ) and
NoSQL databases ( <span class="different">๐ ๐ผ๐ป๐ด๐ผ๐๐</span> ).</li>
<!-- new line -->
<li>Familiar with modern application development technologies like <span class="different">React Native</span>
and real time database- <span class="different">Firebase</span></li>
<li>Proficient in making <span class="different">web scrapers using python</span> libraries like
beautifulsoup, scrapy, selenium and more. </li>
<!-- new line -->
<li>Proficient with <span class="different">๐ ๐ฎ๐ฐ / ๐๐ถ๐ป๐๐
, ๐๐ฎ๐๐ต, ๐๐๐ง</span> and familiar with <span
class="different">๐ฆ๐ต๐ฒ๐น๐น scripting</span>.</li>
<!-- new line -->
<li>Familiar with scripting, automation, data analysis and machine learning tools and libraries of <span
class="different">python</span></li>
<li>Familiar with <span class="different">๐๐ผ๐ฐ๐ธ๐ฒ๐ฟ</span> and container orchestration tools such as <span
class="different">๐๐๐ฏ๐ฒ๐ฟ๐ป๐ฒ๐๐ฒ๐</span></li>
<!-- new line -->
<li>Familiar with Cloud service providers (CSPs), including <span class="different">๐๐ถ๐ด๐ถ๐๐ฎ๐น ๐ข๐ฐ๐ฒ๐ฎ๐ป,
๐๐บ๐ฎ๐๐ผ๐ป ๐ช๐ฒ๐ฏ ๐ฆ๐ฒ๐ฟ๐๐ถ๐ฐ๐ฒ๐ ( ๐๐ช๐ฆ )</span>.</li>
</ul>
</p>
</div>
<!-- ___________________________________Projects __________________________________________ -->
<h2>My Work.</h2>
Here is some of my work.
<br><br>
<div id="projectcontainer">
<!-- Add a project -->
<section class="workcard">
<!-- Preview of the Project -->
<div class="worksection project-preview">
<a href="https://github.com/tush-tr/college-review" target="_blank"></a>
<img src="work/college-review.gif" alt=""></a>
<p>
<a href="https://fast-lake-53080.herokuapp.com/" class="project-button" target="_blank">See Project</a>
<a href="https://github.com/tush-tr/college-review" class="project-button" target="_blank">Github</a><br>
</p>
</div>
<!-- Information about the project -->
<div class="worksection project-about">
<h2>Review Your Colleges</h2>
<p>A mern stack web project in which people can review colleges.</p>
<p>I'm currently working on this project. Basically idea behind this project is, a platform where students can
post reviews of their colleges, and also search colleges and see their reviews. This will help students to
find a good college.</p>
<p>
<span class="project-tech">JavaScript</span>
<span class="project-tech">Node js</span>
<span class="project-tech">React</span>
<span class="project-tech">MongoDB</span>
<span class="project-tech">Python</span>
</p>
</div>
</section>
<!-- Add Blog Website Project-->
<section class="workcard">
<!-- Information about the project -->
<div class="worksection project-about">
<h2>Blog Website</h2>
<p>A full stack blog system project. </p>
<p>A blog website with all functionalities like modern blog websites like medium. You can compose your blog
and
on home page it shows list of all blogs and you can view every blog on a new page. A restful API also built
in this project
with database integration with you can access blogs and update blogs.
</p>
<p>
<span class="project-tech">JavaScript</span>
<span class="project-tech">Node js</span>
<span class="project-tech">React</span>
<span class="project-tech">MongoDB</span>
<span class="project-tech">Express</span>
</p>
</div>
<!-- Preview of the Project -->
<div class="worksection project-preview">
<a href="https://github.com/tush-tr/Blog-Website" target="_blank"></a>
<img src="work/blog.gif" alt=""></a>
<p>
<a href="https://github.com/tush-tr/Blog-Website" class="project-button" target="_blank">See Project</a>
<a href="https://github.com/tush-tr/Blog-Website" class="project-button" target="_blank">Github</a><br>
</p>
</div>
</section>
<!-- Rest API -->
<section class="workcard">
<!-- Preview of the Project -->
<div class="worksection project-preview">
<a href="https://github.com/tush-tr/college-review" target="_blank"></a>
<img src="work/rest-flask.jpg" alt=""></a>
<p>
<a href="https://github.com/tush-tr/flask-sample-restful-api" class="project-button" target="_blank">See
project</a>
<a href="https://github.com/tush-tr/node-example-projects/tree/main/restful-api" class="project-button"
target="_blank">Github</a><br>
</p>
</div>
<!-- Information about the project -->
<div class="worksection project-about">
<h2>Restful APIs</h2>
<p>I've built restful APIs with many technologies.</p>
<p>
I've built restful APIs using flask (python framework), Node js(JavaScript) with database (MongoDB)
integration with 5 functionalities
-- <b>Get, Post, Delete
Put, Patch</b>
</p>
<p>
<span class="project-tech">JavaScript</span>
<span class="project-tech">Node js</span>
<span class="project-tech">Python</span>
<span class="project-tech">Flask</span>
<span class="project-tech">MongoDB</span>
</p>
</div>
</section>
<!-- Show me Jokes -->
<section class="workcard">
<!-- Information about the project -->
<div class="worksection project-about">
<h2>Search Your Employees</h2>
<p>A frontend website for showing Employees info </p>
<p>A frontend website that fetches data of employees from API and show as a data directory and provides
searching feature. I've made this project during a hackerearth frontend contest. I've got an API, and my
work was to fetch data from API and show as a data directory on the web.
</p>
<p>
<span class="project-tech">HTML</span>
<span class="project-tech">CSS</span>
<span class="project-tech">JavaScript</span>
</p>
</div>
<!-- Preview of the Project -->
<div class="worksection project-preview">
<a href="https://tush-tr.github.io/search-your-employees/" target="_blank"></a>
<img src="work/search-employees.gif" alt=""></a>
<p>
<a href="https://tush-tr.github.io/search-your-employees/" class="project-button" target="_blank">See
Project</a>
<a href="https://github.com/tush-tr/search-your-employees" class="project-button"
target="_blank">Github</a><br>
</p>
</div>
</section>
<!-- View More Projects -->
<div id="more-proj">
<a href="/projects.html" class="more-project-button">
View More Projects
</a>
</div>
</div>
<!-- _____________________________________________________________________________________________ -->
<br>
<h1>
Testimonials.
</h1>
<h4>
What others think of me?
</h4>
<br><br>
</section>
<div class="testimonials">
<img src="assets/testi.png" alt="">
</div>
<br><br>
</body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
<script src="script.js"></script>
</html>