forked from gautamprajapat8/gautamprajapat8.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
script.js
345 lines (277 loc) · 10.2 KB
/
script.js
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
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
import { sk, sky } from "./resources/skills.js";
$(document).ready(function () {
$(window).scroll(function () {
// sticky navbar on scroll script
if (this.scrollY > 20) {
$(".navbar").addClass("sticky");
}
else {
$(".navbar").removeClass("sticky");
}
// scroll-up button show/hide script
if (this.scrollY > 500) {
$(".scroll-up-btn").addClass("show");
}
else {
$(".scroll-up-btn").removeClass("show");
}
});
// slide-up script
$(".scroll-up-btn").click(function () {
$("html").animate({ scrollTop: 0 });
// removing smooth scroll on slide-up button click
$("html").css("scrollBehavior", "auto");
});
$(".navbar .menu li a").click(function () {
// applying again smooth scroll on menu items click
$("html").css("scrollBehavior", "smooth");
});
// toggle menu/navbar script
$(".menu-btn").click(function () {
$(".navbar .menu").toggleClass("active");
$(".menu-btn i").toggleClass("active");
});
// typing text animation script
var typed = new Typed(".typing", {
strings: ["Java Back-End Developer", "Front End Web Developer", "Full Stack Web Developer"],
typeSpeed: 100,
backSpeed: 60,
loop: true,
});
var typed = new Typed(".typing-2", {
strings: ["Java Back-End Developer", "Front End Web Developer", "Full Stack Web Developer"],
typeSpeed: 100,
backSpeed: 60,
loop: true,
});
// owl carousel script
if (screen.width <= 500) {
$(".carousel").owlCarousel({
margin: 10,
loop: true,
autoplay: true,
autoplayTimeOut: 2000,
autoplayHoverPause: true,
responsive:
{
0: {
items: 1,
nav: false,
},
},
});
}
else if (screen.width > 501 && screen.width <= 900) {
$(".carousel").owlCarousel({
margin: 15,
loop: true,
autoplay: true,
autoplayTimeOut: 2000,
autoplayHoverPause: true,
responsive:
{
0: {
items: 1,
nav: false,
},
600: {
items: 2,
nav: false,
},
},
});
}
else {
$(".carousel").owlCarousel({
margin: 20,
loop: true,
autoplay: true,
autoplayTimeOut: 2000,
autoplayHoverPause: true,
responsive:
{
0: {
items: 1,
nav: false,
},
600: {
items: 2,
nav: false,
},
1000: {
items: 3,
nav: false,
},
},
});
}
});
if (screen.width >= 501 && screen.width <= 690) {
document.getElementById("skills-content").innerHTML = "";
document.getElementById("skills-content").innerHTML = (sk());
// console.log(sk());
}
if (screen.width >= 691 && screen.width <= 947) {
document.getElementById("skills-content").innerHTML = "";
document.getElementById("skills-content").innerHTML = (sky());
// console.log(sky());
}
//For getting the calendar data
GitHubCalendar(".calendar", "gautamprajapat8", { responsive: true ,tooltips: true});
// total git commit Live data
const sleep = (milliseconds) => {
return new Promise(resolve => setTimeout(resolve, milliseconds))
}
sleep(100).then(() => {
let x = document.querySelector(".contrib-number").innerText;
if(x>0)
{
window.location.reload();
}
x = x.split(" ");
x = (+(x[0])--);
x = x - (x % 10);
document.querySelector("#contrib-number").innerText = "";
document.querySelector("#contrib-number").innerText = x + "+";
})
// fro project section
var project = [
{
Imag: "Online_Trip_Management_System.jpg",
ProjTitle: "Online Trip Management System (Travel Junky)",
ProjDiscription: "This is Java_backend of online trip management System where the admin can manage all features, And the customer can also perform some task such as view routes, hotels, and etc.",
TeachStack: "Java | Hibernate | MySQL | Springboot ",
WorkDiscription: "It was collaborative project built by a team of 5 executed in 5 days and I was the Contributors in this.",
live: "https://drive.google.com/file/d/11yXgrT-ajtNEV3R9d5eTLKHqSkJYA-5e/view",
github: "https://github.com/prayagp8/kindhearted-afternoon-7542",
innerText: "LIVE ↗️"
},
{
Imag: "Course_monitoring_system.jpg",
ProjTitle: "Course monitoring system",
ProjDiscription: "This is a (mini) project for Course monitoring system, where Course Monitoring System will keep the records of all the courses, batches, faculties, and the day-wise update for every batch. It will also help the Faculty Head to maintain the course plan.",
TeachStack: "Java | MySQL | JDBC ",
WorkDiscription: "It was my individual project executed in 5 days.",
live: "https://drive.google.com/file/d/1YR7uTko9jhaeodC7NwlMtPSszhLDYK4c/view",
github: "https://github.com/gautamprajapat8/Course-monitoring-system",
innerText: "LIVE ↗️"
},
{
Imag: "lyst.jpg",
ProjTitle: "lyst.com (clone)",
ProjDiscription: "lyst is an e-commerce website for buying various types of Faison related products. We have tried our best to clone of the website.",
TeachStack: "HTML | CSS | JAVASCRIPT | ES6",
WorkDiscription: "It was collaborative project built by a team of 6 executed in 5 days and I was the co-leader in this.",
live: "https://glowing-panda-1c570f.netlify.app/",
github: "https://github.com/rhaegar7996/CW_Web19_lyst",
innerText: "LIVE ↗️"
},
{
Imag: "desktime.jpg",
ProjTitle: "desktime.com (clone)",
ProjDiscription: "deskTime is The ultimate all-in-one automatic time tracker website and We have tried our best to clone the website.",
TeachStack: "HTML | CSS | JAVASCRIPT | ES6",
WorkDiscription: "It was collaborative project built by a team of 5 executed in 5 days and I was the group's team leader in this.",
live: "https://gautamprajapat8.github.io/deskTime_Clone/",
github: "https://github.com/gautamprajapat8/deskTime_Clone",
innerText: "LIVE ↗️"
},
// {
// Imag: "studentManagementSystem.jpg",
// ProjTitle: "student management system",
// ProjDiscription: "The student management system is a web Application where we can perform many operations on Student data. I have tried my best to make the website.",
// TeachStack: "HTML | CSS | JAVASCRIPT | ES6",
// WorkDiscription: "It was individual project which is given by masai school built by me in 1 day.",
// live: "https://gautamprajapat8.github.io/studentManagementSystem/",
// github: "https://github.com/gautamprajapat8/studentManagementSystem"
// },
// {
// Imag: "youtubeClone.jpg",
// ProjTitle: "YouTube (clone)",
// ProjDiscription: "This is YouTube clone web Application where we can watch videos. I have tried my best to make the website.",
// TeachStack: "HTML | CSS | JAVASCRIPT | ES6 | API",
// WorkDiscription: "It was individual project which is given by masai school built by me in 1 day.",
// live: "https://gautamprajapat8.github.io/YouTube_clone/",
// github: "https://github.com/gautamprajapat8/YouTube_clone"
// },
// {
// Imag: "jobApp.jpg",
// ProjTitle: "jobApp",
// ProjDiscription: "This is for the job apply web Application where we can perform many operations on job applied data. I have tried my best to make the website.",
// TeachStack: "HTML | CSS | JAVASCRIPT | ES6 | API",
// WorkDiscription: "It was individual project which is given by masai school built by me in 1 day.",
// live: "https://gautamprajapat8.github.io/jobApp/",
// github: "https://github.com/gautamprajapat8/jobApp",
// },
// {
// Imag: "liveClock.jpg",
// ProjTitle: "Live Clock",
// ProjDiscription: "This is live Clock web Application where we can see the live Time. I have tried my best to make the website.",
// TeachStack: "HTML | CSS | JAVASCRIPT",
// WorkDiscription: "It was my first project .",
// live: "https://gautamprajapat8.github.io/clock/",
// github: "https://github.com/gautamprajapat8/clock"
// },
];
let x=false;
project.forEach(function (data) {
let card = document.createElement("div");
card.setAttribute("class", "card");
let box = document.createElement("div");
box.setAttribute("class", "box");
let img = document.createElement("img");
img.src = "/resources/" + data.Imag;
img.alt = data.project_title;
let project_ditels = document.createElement("div");
project_ditels.setAttribute("class", "project-ditels");
let project_title = document.createElement("h3");
project_title.setAttribute("class", "project-title");
project_title.innerText = data.ProjTitle;
let p = document.createElement("p");
p.innerText = data.ProjDiscription;
let h4 = document.createElement("h4");
h4.innerText = "Tech-Stack";
let h5 = document.createElement("h5");
h5.innerText = data.TeachStack;
let li = document.createElement("li");
li.innerText = data.WorkDiscription;
let btn = document.createElement("div");
btn.setAttribute("class", "btn");
let live = document.createElement("a");
live.href = data.live;
live.target = "_blank";
live.innerText = data.innerText;
let github = document.createElement("a");
github.href = data.github;
github.target = "_blank";
github.innerText = " GITHUB ↗️";
btn.append(live, github);
project_ditels.append(project_title, p, h4, h5, li, btn);
box.append(img, project_ditels);
card.append(box);
// console.log(card);
document.querySelector("#carousel").append(card);
});
// For open resume in another window
// document.querySelector(".resumeOpen").addEventListener("click", open);
// function open() {
// window.location.href="https://gautamprajapat8.github.io/resources/Gautam_Kumar_Resume.pdf";
// };
// alert(window. innerWidth);
document.querySelector(".resumeDow1").addEventListener("click", function()
{
window.open("resources/Gautam_Kumar_Resume.pdf", "_blank");
});
document.querySelector(".resumeDow2").addEventListener("click", function()
{
window.open("resources/Gautam_Kumar_Resume.pdf", "_blank");
});
document.querySelector(".resumeDow3").addEventListener("click", function()
{
window.open("resources/Gautam_Kumar_Resume.pdf", "_blank");
});
document.getElementById("send").addEventListener("click", function(){
alert("message sent");
// window.location.replace("https://gautamprajapat8.github.io/");
Location.reload();
});