-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscript.js
64 lines (49 loc) · 1.77 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
function portfolio() {
window.location.href = "https://arshadpatel.github.io/portfolio/";
}
function onlineExam(){
window.location.href = "https://arshadpatel.github.io/online-exam-app/";
}
function weatherApp(){
window.location.herf = "https://arshadpatel.github.io/weather-app/";
}
function crudApp(){
window.location.herf = "https://arshadpatel.github.io/CRUD-App-using-JDBC/";
}
function digitalClock() {
window.location.href = "https://arshadpatel.github.io/digital-clock/";
}
function taskRemainder(){
window.location.href = "https://arshadpatel.github.io/task-remainder-through-email/";
}
function blogExpress(){
window.location.href = "https://blogexpress-19gl.onrender.com/";
}
function ticTacToe() {
window.location.href = "https://arshadpatel.github.io/tic-tac-toe/";
}
function expressDBPortal(){
window.location.href = "https://arshadpatel.github.io/ExpressDBPortal/";
}
function attendanceAnalyzer() {
window.location.href = "https://arshadpatel.github.io/attendance-analyzer/";
}
function bankApplication() {
window.location.href = "https://arshadpatel.github.io/bank-application/";
}
function logRegForm() {
window.location.href = "https://github.com/arshadpatel/log-reg-form";
}
function sgpaCalc() {
window.location.href = "https://arshadpatel.github.io/sgpa-calculator/";
}
function hackerrank() {
window.location.href = "https://arshadpatel.github.io/hackerrank-clone/";
}
function simpleInterestCalc() {
window.location.href = "https://arshadpatel.github.io/simple-interest-calculator/";
}
var typed = new Typed('#element', {
strings: ['Tech Enthusiast', 'Passionate Problem Solver', 'Java, Python, Web Development', 'Open-Source Contributor', 'Turning Ideas into Impactful Solutions'],
typeSpeed: 40,
});