-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathindex.html
118 lines (103 loc) · 3.71 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<title>OUR-CONTRIBUTORS</title>
</head>
<body>
<header>
<marquee behavior="scroll" scrollamount="12"> <h1>HacktoberfestLearning-2020</h1></marquee>
</header>
<div class="card">
<h3>Kevin</h3>
<iframe src="contributors/kevin.html" width="70%" height="450"
style="display:block; border:1px solid black; margin:20px auto;"></iframe>
<button class="GFG"
onclick="window.location.href = 'contributors/kevin.html';">
Click Here
</button>
</div>
<div class="card">
<h3>vaibhav-singh</h3>
<iframe src="contributors/vaibhav-singh.html" width="70%" height="450"
style="display:block; border:1px solid black; margin:20px auto;"></iframe>
<button class="GFG"
onclick="window.location.href = 'contributors/vaibhav-singh.html';">
Click Here
</button>
</div>
<div class="card">
<h3>yogesh</h3>
<iframe src="contributors/yogesh.html" width="70%" height="450"
style="display:block; border:1px solid black; margin:20px auto;"></iframe>
<button class="GFG"
onclick="window.location.href = 'contributors/yogesh.html';">
Click Here
</button>
</div>
<div class="card">
<h3>phagun-jain</h3>
<iframe src="contributors/phagun-jain.html" width="70%" height="450"
style="display:block; border:1px solid black; margin:20px auto;"></iframe>
<button class="GFG"
onclick="window.location.href = 'contributors/phagun-jain.html';">
Click Here
</button>
</div>
<div class="card">
<h3>palash-sureka</h3>
<iframe src="contributors/palash-sureka.html" width="70%" height="450"
style="display:block; border:1px solid black; margin:20px auto;"></iframe>
<button class="GFG"
onclick="window.location.href = 'contributors/palash-sureka.html';">
Click Here
</button>
</div>
<div class="card">
<h3>Joe</h3>
<iframe src="contributors/Joe.html" width="70%" height="450"
style="display:block; border:1px solid black; margin:20px auto;"></iframe>
<button class="GFG"
onclick="window.location.href = 'contributors/Joe.html';">
Click Here
</button>
</div>
<div class="card">
<h3>haidarrifki</h3>
<iframe src="contributors/haidarrifki.html" width="70%" height="450"
style="display:block; border:1px solid black; margin:20px auto;"></iframe>
<button class="GFG"
onclick="window.location.href = 'contributors/haidarrifki.html';">
Click Here
</button>
</div>
<div class="card">
<h3>onionsh</h3>
<iframe src="contributors/onionsh.html" width="70%" height="450"
style="display:block; border:1px solid black; margin:20px auto;"></iframe>
<button class="GFG"
onclick="window.location.href = 'contributors/onionsh.html';">
Click Here
</button>
</div>
<div class="card">
<h3>DropB1t</h3>
<iframe src="contributors/dropbit.html" width="70%" height="450"
style="display:block; border:1px solid black; margin:20px auto;"></iframe>
<button class="GFG"
onclick="window.location.href = 'contributors/dropbit.html';">
Click Here
</button>
</div>
<div class="card">
<h3>ishan-agarwal</h3>
<iframe src="contributors/ishanagarwal.html" width="70%" height="450"
style="display:block; border:1px solid black; margin:20px auto;"></iframe>
<button class="GFG"
onclick="window.location.href = 'contributors/ishanagarwal.html';">
Click Here
</button>
</div>
</body>
</html>