-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
221 lines (209 loc) · 6.98 KB
/
Copy pathindex.html
File metadata and controls
221 lines (209 loc) · 6.98 KB
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html>
<head>
<base href="https://selsmbm.github.io/web/">
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="A new Flutter project.">
<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="mbm_elearning">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
<title>MBM E-learning</title>
<link rel="manifest" href="manifest.json">
<meta name="google-signin-client_id" content="304334437374-1sal5n4gjdqbq84163hj2nq8i6ci94eb.apps.googleusercontent.com">
</head>
<body>
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-firestore.js"></script>
<script src="https://www.gstatic.com/firebasejs/9.9.1/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/9.9.1/firebase-analytics.js"></script>
<script type="module">
const firebaseConfig = {
apiKey: "AIzaSyDAJoQfqX7XVEShds_pw-mBLx3uOo2yldM",
authDomain: "mbmecj.firebaseapp.com",
databaseURL: "https://mbmecj.firebaseio.com",
projectId: "mbmecj",
storageBucket: "mbmecj.appspot.com",
messagingSenderId: "304334437374",
appId: "1:304334437374:web:2cd637b99eb3c8d8f29eaf",
measurementId: "G-MGLBGX8E73"
};
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
</script>
<div class="loading"><img src="http://mbm.ac.in/wp-content/uploads/2022/03/MBMU-Logo-150x150.png"class="shimmer" /></div>
<style>
.shimmer {
color: grey;
display:inline-block;
-webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
background-repeat: no-repeat;
animation: shimmer 2.5s infinite;
font-size: 50px;
max-width:200px;
}
@keyframes shimmer {
100% {-webkit-mask-position:left}
}
.loading {
display: flex;
justify-content: center;
align-items: center;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.loader{
width: 200px;
height: 200px;
}
.flutter-loader{
visibility: hidden;
}
</style>
</script>
<script type="text/javascript">
let useHtml = true;
if(useHtml) {
window.flutterWebRenderer = "html";
} else {
window.flutterWebRenderer = "canvaskit";
}
</script>
<script>
var serviceWorkerVersion = '1250116081';
var scriptLoaded = false;
function loadMainDartJs() {
if (scriptLoaded) {
return;
}
scriptLoaded = true;
var scriptTag = document.createElement('script');
scriptTag.src = 'main.dart.js';
scriptTag.type = 'application/javascript';
document.body.append(scriptTag);
}
if ('serviceWorker' in navigator) {
// Service workers are supported. Use them.
window.addEventListener('load', function () {
// Wait for registration to finish before dropping the <script> tag.
// Otherwise, the browser will load the script multiple times,
// potentially different versions.
var serviceWorkerUrl = 'flutter_service_worker.js?v=' + serviceWorkerVersion;
navigator.serviceWorker.register(serviceWorkerUrl)
.then((reg) => {
function waitForActivation(serviceWorker) {
serviceWorker.addEventListener('statechange', () => {
if (serviceWorker.state == 'activated') {
console.log('Installed new service worker.');
loadMainDartJs();
}
});
}
if (!reg.active && (reg.installing || reg.waiting)) {
// No active web worker and we have installed or are installing
// one for the first time. Simply wait for it to activate.
waitForActivation(reg.installing || reg.waiting);
} else if (!reg.active.scriptURL.endsWith(serviceWorkerVersion)) {
// When the app updates the serviceWorkerVersion changes, so we
// need to ask the service worker to update.
console.log('New service worker available.');
reg.update();
waitForActivation(reg.installing);
} else {
// Existing service worker is still good.
console.log('Loading app from service worker.');
loadMainDartJs();
}
});
// If service worker doesn't succeed in a reasonable amount of time,
// fallback to plaint <script> tag.
setTimeout(() => {
if (!scriptLoaded) {
console.warn(
'Failed to load app from service worker. Falling back to plain <script> tag.',
);
loadMainDartJs();
}
}, 4000);
});
} else {
// Service workers not supported. Just drop the <script> tag.
loadMainDartJs();
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "MBM E-LEARNING",
"url": "https://mbmec.weebly.com/",
"sameAs": [
"https://in.linkedin.com/company/society-of-e-learning-students",
"https://www.linkedin.com/company/society-of-e-learning-students",
"https://www.youtube.com/channel/UC6OlKDKxgrnqnklXk4DK5dg"
]
}
</script>
<!--Logo SEO-->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://mbmec.weebly.com/",
"logo": "https://mbmec.weebly.com/uploads/1/3/0/0/130049266/published/mbm-logo_1.png"
}
</script>
<!--Company SEO-->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"image": [
"https://mbmec.weebly.com/uploads/1/3/0/0/130049266/published/mbm-logo_1.png",
],
"name": "MBM E-LEARNING",
"address": {
"@type": "PostalAddress",
"addressLocality": "India",
"addressCountry": "IN"
},
"review": {
"@type": "Review",
"reviewRating": {
"@type": "Rating",
"ratingValue": "4",
"bestRating": "5"
},
"author": {
"@type": "Person",
"name": "Manoj"
}
},
"servesCuisine": "Indian",
"priceRange": "$$",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
],
"opens": "00:00",
"closes": "23:59"
}
]
}
</script>
</html>