-
Notifications
You must be signed in to change notification settings - Fork 0
/
myjava.js
100 lines (94 loc) · 3.31 KB
/
myjava.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
function fun1(){
window.open("https://www.facebook.com/geeks.IIITJ/");
}
function fun2(){
window.open("https://github.com/BitByte-TPC/TPC-website");
}
function p1(){
window.open("https://github.com/garg3133");
}
function p2(){
window.open("https://gist.github.com/Taara-Sinh-Aatrey");
}
function p3(){
window.open("https://github.com/MananJethwani");
}
function myfunction1(){
var x=document.getElementById("a1");
document.getElementById("a2").style.display="none";
document.getElementById("a3").style.display="none";
document.getElementById("a4").style.display="none";
document.getElementById("a5").style.display="none";
x.style.display="flex";
x.style.padding="4px";
x.style.flexDirection="column";
x.style.justifyContent="space-evenly";
x.style.marginLeft="20%";
x.style.width="60%";
x.style.border="2px solid whitesmoke";
x.style.borderRadius="20px";
x.style.color="white";
x.style.flexWrap="wrap";
}
function myfunction2(){
var x=document.getElementById("a2");
document.getElementById("a1").style.display="none";
document.getElementById("a3").style.display="none";
document.getElementById("a4").style.display="none";
document.getElementById("a5").style.display="none";
x.style.display="flex";
x.style.padding="4px";
x.style.flexDirection="column";
x.style.flexWrap="wrap";
x.style.justifyContent="space-evenly";
x.style.marginLeft="20%";
x.style.width="60%";
x.style.border="2px solid whitesmoke";
x.style.borderRadius="20px";
x.style.color="white";
}
function myfunction3(){
var x=document.getElementById("a3");
document.getElementById("a1").style.display="none";
document.getElementById("a2").style.display="none";
document.getElementById("a4").style.display="none";
document.getElementById("a5").style.display="none";
x.style.display="flex";
x.style.padding="4px";
x.style.flexWrap="wrap";
x.style.marginLeft="20%";
x.style.width="60%";
x.style.borderRadius="20px";
x.style.color="white";
}
function myfunction4(){
var x=document.getElementById("a4");
document.getElementById("a2").style.display="none";
document.getElementById("a3").style.display="none";
document.getElementById("a1").style.display="none";
document.getElementById("a5").style.display="none";
x.style.display="flex";
x.style.padding="4px";
x.style.flexWrap="wrap";
x.style.justifyContent="space-evenly";
x.style.marginLeft="10%";
x.style.width="80%";
x.style.color="white";
}
function myfunction5(){
var x=document.getElementById("a5");
document.getElementById("a1").style.display="none";
document.getElementById("a2").style.display="none";
document.getElementById("a4").style.display="none";
document.getElementById("a3").style.display="none";
x.style.display="flex";
x.style.flexDirection="column";
x.style.flexWrap="wrap";
x.style.padding="4px";
x.style.marginLeft="20%";
x.style.width="60%";
x.style.border="2px solid whitesmoke";
x.style.borderRadius="20px";
x.style.borderRadius="20px";
x.style.color="white";
}