-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
188 lines (132 loc) · 4.54 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
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
<!doctype html>
<html amp lang="en">
<head>
<meta charset="utf-8">
<script async src="https://cdn.ampproject.org/v0.js"></script>
<title>A Bit Better</title>
<link rel="canonical" href="https://saichethan.github.io/abitbetter/">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<style amp-custom>
h1 {
color: red;
}
</style>
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<title>A Bit Better</title>
<meta property="og:locale" content="en-US">
<meta property="og:site_name" content="A Bit Better">
<meta property="og:title" content="A Bit Better">
<script async custom-element="amp-youtube" src="https://cdn.ampproject.org/v0/amp-youtube-0.1.js"></script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "VideoObject",
"name": "Route to IIIT Bhagalpur",
"description": "Indian Institute of Information Technology, Bhagalpur (abbreviated IIIT Bhagalpur) is one of the Indian Institutes of Information Technology (IIIT) in Bhagalpur, Bihar. The institute started functioning from July 2017 in a 50-acres campus at Bhagalpur College of Engineering.[1] It is being mentored by Indian Institute of Technology Guwahati (IITG).",
"thumbnailUrl": "https://iiitbh.ac.in/img/150dpi.png",
"uploadDate": "2018-02-05T08:00:00+08:00",
"duration": "PT1M45S",
"publisher": {
"@type": "Organization",
"name": "A Bit Better",
"logo": {
"@type": "ImageObject",
"url": "https://iiitbh.ac.in/img/150dpi.png",
"width": 600,
"height": 60
}
},
"contentUrl": "https://youtu.be/Sxmbnh9qmUI",
"embedUrl": "https://www.youtube.com/embed/Sxmbnh9qmUI",
"interactionCount": "1000"
},
{
"@context": "http://schema.org",
"@type": "VideoObject",
"name": "Jogi Ji Wah",
"description": "Jogi Ji Wah dance EBSB PROGRAM IIIT Bhagalpur.",
"thumbnailUrl": "https://iiitbh.ac.in/img/150dpi.png",
"uploadDate": "2018-02-05T08:00:00+08:00",
"duration": "PT4M25S",
"publisher": {
"@type": "Organization",
"name": "A Bit Better",
"logo": {
"@type": "ImageObject",
"url": "https://iiitbh.ac.in/img/150dpi.png",
"width": 600,
"height": 60
}
},
"contentUrl": "https://youtu.be/GyEfEY-mnnE",
"embedUrl": "https://www.youtube.com/embed/GyEfEY-mnnE",
"interactionCount": "1500"
}
</script>
</head>
<body>
<center>
<h1>A Bit Better</h1>
<br /><br />
<amp-youtube width="480"
height="270"
layout="responsive"
data-videoid="Sxmbnh9qmUI">
</amp-youtube>
<br />
<amp-youtube width="480"
height="270"
layout="responsive"
data-videoid="OSLbUQKLeqQ">
</amp-youtube>
<br />
<amp-youtube width="480"
height="270"
layout="responsive"
data-videoid="fCu0kco5zr8">
</amp-youtube>
<br />
<amp-youtube width="480"
height="270"
layout="responsive"
data-videoid="2C8Oyh9CKbA">
</amp-youtube>
<br />
<amp-youtube width="480"
height="270"
layout="responsive"
data-videoid="AVjBI1oH0sI">
</amp-youtube>
<br />
<amp-youtube width="480"
height="270"
layout="responsive"
data-videoid="Qz1FaSKjVzY">
</amp-youtube>
<br />
<amp-youtube width="480"
height="270"
layout="responsive"
data-videoid="38earzsLMEQ">
</amp-youtube>
<br />
<amp-youtube width="480"
height="270"
layout="responsive"
data-videoid="OyR5tSQpuyY">
</amp-youtube>
<br />
<amp-youtube width="480"
height="270"
layout="responsive"
data-videoid="V93UbPFkMiU">
</amp-youtube>
<br />
<amp-youtube width="480"
height="270"
layout="responsive"
data-videoid="GyEfEY-mnnE">
</amp-youtube>
</center>
</body>
</html>