-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinking.js
89 lines (80 loc) · 2.82 KB
/
linking.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
function tastebuds(){
document.getElementById("canvas").style.display="block";
document.getElementById("main-site").style.display="none";
setTimeout(function(){
window.location = "https://tastebuds-in.cyclic.app/";
return false;
},5000);
}
function mediheal(){
document.getElementById("canvas").style.display="block";
document.getElementById("main-site").style.display="none";
setTimeout(function(){
window.location = "https://raj2852.github.io/Mediheal";
},5000);
return false;
}
function safar(){
document.getElementById("canvas").style.display="block";
document.getElementById("main-site").style.display="none";
setTimeout(function(){
window.location = "https://raj2852.github.io/safar";
},5000);
return false;
}
function octave(){
document.getElementById("canvas").style.display="block";
document.getElementById("main-site").style.display="none";
setTimeout(function(){
window.location = "https://raj2852.github.io/Octave-music-player/";
},5000);
return false;
}
function iot1(){
document.getElementById("canvas").style.display="block";
document.getElementById("main-site").style.display="none";
setTimeout(function(){
window.location = "https://www.tinkercad.com/things/bmbkqItLePS-smoketemp-sensor/editel";
},5000);
return false;
}
function iot2(){
document.getElementById("canvas").style.display="block";
document.getElementById("main-site").style.display="none";
setTimeout(function(){
window.location = "https://www.tinkercad.com/things/joaRR1tQanC-pir-motion-sensor/editel";
},5000);
return false;
}
function iot3(){
document.getElementById("canvas").style.display="block";
document.getElementById("main-site").style.display="none";
setTimeout(function(){
window.location = "https://www.tinkercad.com/things/0xxVFnZiYtr-radar/editel";
},5000);
return false;
}
function iot4(){
document.getElementById("canvas").style.display="block";
document.getElementById("main-site").style.display="none";
setTimeout(function(){
window.location = "https://www.tinkercad.com/things/gvixIzkLLcr-knight-rider-model/editel";
},5000);
return false;
}
function iot5(){
document.getElementById("canvas").style.display="block";
document.getElementById("main-site").style.display="none";
setTimeout(function(){
window.location = "https://www.tinkercad.com/things/4nb2YgKotJn-smart-dustbin/editel";
},5000);
return false;
}
function iot6(){
document.getElementById("canvas").style.display="block";
document.getElementById("main-site").style.display="none";
setTimeout(function(){
window.location = "https://www.tinkercad.com/things/2nEUIw5zkbV-temperature-controlled-fan/editel";
},5000);
return false;
}