-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpartner.html
More file actions
490 lines (448 loc) · 24.3 KB
/
partner.html
File metadata and controls
490 lines (448 loc) · 24.3 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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Partner</title>
<link rel="icon" type="image/x-icon" href="assets/img/apscript_icon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.1/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet"
type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="./assets/css/styles1.css" rel="stylesheet" />
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<link href="./assets/css/animate.css" rel="stylesheet" />
</head>
<body id="page-top">
<div id='starspartner' class="nostar"></div>
<div id='stars2partner' class="nostar"></div>
<div id='stars3partner' class="nostar"></div>
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="index.html"><img src="assets/img/APSCRIPT_icon.webp"
alt="Apscript"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
Menu
<i class="fas fa-bars ml-1"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<!--<li class="nav-item"><a class="nav-link js-scroll-trigger" href="index.html#services">About</a></li>-->
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="index.html#portfolio">Rounds</a>
</li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="index.html#tracks">Tracks</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="index.html#prizes">Prizes</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="index.html#faq">FAQ</a></li>
<li class="nav-item"><a class="nav-link" href="./workshop.html">Workshop</a></li>
<li class="nav-item"><a class="nav-link" href="">Partners</a></li>
<li class="nav-item"><a class="nav-link" href="./judges.html">Judges</a></li>
<li class="nav-item"><a class="nav-link" href="./team.html">Team</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<a class="js-scroll-trigger" href="#page-top"><button id="myBtn"><i class="fas fa-chevron-up"></i></button></a>
<a href="./index.html#page-top"><button id="Registerbtn">Register</button></a>
<section class="page-section d-flex justify-content-center" id="partners">
<div class="container p-0">
<div class="text-center my-5 text-white">
<h2 class="section-heading text-uppercase">Partners</h2>
</div>
<div class="text-center my-5 text-white">
<h2 class="section-heading text-uppercase" style="font-size: 22px; color: #e5e4e2">Platinum</h2>
</div>
<div class="row text-center my-2 justify-content-center">
<div class="col-lg-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow" style="width: 275px;">
<a href="https://www.codingninjas.com/" target="_blank" class="stretched-link"><img
src="assets/img/company/CodingNinjas.jpg" class="card-img-bottom" alt="CodingNinjas"
style="width: 100%; height: 250px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">Coding Ninjas</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow" style="width: 275px;">
<a href="https://codingblocks.com/" target="_blank" class="stretched-link"><img
src="assets/img/company/CodingBlocks.jpg" class="card-img-bottom" alt="CodingBlocks"
style="width: 100%; height: 250px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">Coding Blocks</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow" style="width: 275px;">
<a href="https://interwebs.host/" target="_blank" class="stretched-link"><img
src="assets/img/company/InterwebsHost.jpg" class="card-img-bottom" alt="InterwebsHost"
style="width: 100%; height: 250px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">Interwebs.host</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow" style="width: 275px;">
<a href="https://www.wolfram.com/?source=nav" target="_blank" class="stretched-link"><img
src="assets/img/company/Wolfram web.jpg" class="card-img-bottom" alt="Wolfram"
style="width: 100%; height: 250px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">Wolfram</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow" style="width: 275px;">
<a href="https://www.packtpub.com/in/" target="_blank" class="stretched-link"><img
src="assets/img/company/Packt web.jpg" class="card-img-bottom" alt="Packt"
style="width: 100%; height: 250px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">Packt</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow" style="width: 275px;">
<a href="https://devfolio.co" target="_blank" class="stretched-link"><img
src="assets/img/company/Devfolio_Logo-Colored web.jpg" class="card-img-bottom" alt="Devfolio"
style="width: 100%; height: 250px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">Devfolio</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow" style="width: 275px;">
<a href="https://www.apsit.edu.in/home#" target="_blank" class="stretched-link"><img
src="assets/img/company/apsitlogo web.jpg" class="card-img-bottom" alt="APSIT"
style="width: 100%; height: 250px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">APSIT</h2>
</div>
</div>
</div>
</div>
<div class="text-center my-5 text-white">
<h2 class="section-heading text-uppercase" style="font-size: 22px; color: #ffd700">Gold</h2>
</div>
<div class="row text-center my-2 justify-content-center">
<div class="col-lg-4 col-md-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow" style="width: 250px; height: auto;">
<a href="https://balsamiq.com/" target="_blank" class="stretched-link"><img
src="assets/img/company/balsamiq.jpg" class="card-img-bottom" alt="balsamiq"
style="width: 100%; height: 210px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">Balsamiq</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow" style="width: 250px; height: auto;">
<a href="https://www.linkedin.com/company/the-workable" target="_blank" class="stretched-link"><img
src="assets/img/company/Workable.jpg" class="card-img-bottom" alt="Workable"
style="width: 100%; height: 210px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">The Workable</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow" style="width: 250px; height: auto;">
<a href="https://1password.com" target="_blank" class="stretched-link"><img
src="assets/img/company/1P-wordmark-134px-tall web.jpg" class="card-img-bottom" alt="1Password-wordmark"
style="width: 100%; height: 210px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">1 Password</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow" style="width: 250px; height: auto;">
<a href="https://matic.network" target="_blank" class="stretched-link"><img
src="assets/img/company/Matic_Logo-Blue web.jpg" class="card-img-bottom" alt="Matic"
style="width: 100%; height: 210px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">Matic</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow" style="width: 250px; height: auto;">
<a href="https://tezos.com/" target="_blank" class="stretched-link"><img
src="assets/img/company/Tezos_Logo-Colored web.jpg" class="card-img-bottom" alt="Tezos"
style="width: 100%; height: 210px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">Tezos</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow" style="width: 250px; height: auto;">
<a href="https://www.portis.io" target="_blank" class="stretched-link"><img
src="assets/img/company/Portis_Logo-Colored_Black web.jpg" class="card-img-bottom" alt="Portis"
style="width: 100%; height: 210px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">Portis</h2>
</div>
</div>
</div>
</div>
<div class="text-center my-5 text-white">
<h2 class="section-heading text-uppercase" style="font-size: 22px; color: #c0c0c0">Silver</h2>
</div>
<div class="row text-center my-2 py-4 justify-content-center">
<div class="col-lg-4 col-md-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow" style="width: 220px; height: auto;">
<a href="https://www.interviewcake.com/" target="_blank" class="stretched-link"><img
src="assets/img/company/Interview Cake.jpg" class="card-img-bottom" alt="interviewcake"
style="width: 100%; height: 170px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">Interview Cake</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow" style="width: 220px; height: auto;">
<a href="https://www.jetbrains.com/" target="_blank" class="stretched-link"><img
src="assets/img/company/jetbrains.jpg" class="card-img-bottom" alt="JetBrains"
style="width: 100%; height: 170px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">JetBrains</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow" style="width: 220px; height: auto;">
<a href="https://uaceit.com/" target="_blank" class="stretched-link"><img
src="assets/img/company/UAcelt.jpg" class="card-img-bottom" alt="UAceIt"
style="width: 100%; height: 170px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">UAceIt</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow" style="width: 220px; height: auto;">
<a href="https://www.codechef.com/" target="_blank" class="stretched-link"><img
src="assets/img/company/CodeChef-UNACADEMY - AUG-01 web.jpg" class="card-img-bottom" alt="codechef"
style="width: 100%; height: 170px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">CodeChef</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow" style="width: 220px; height: auto;">
<a href="https://streamyard.com/" target="_blank" class="stretched-link"><img
src="assets/img/company/StreamYard - Horz_web.jpg" class="card-img-bottom" alt="StreamYard"
style="width: 100%; height: 170px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">StreamYard</h2>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="page-section" id="communityPartners">
<div class="container">
<div class="text-center py-4 text-white">
<h2 class="section-heading text-uppercase">Community Partners</h2>
</div>
<div class="row text-center my-2 justify-content-center">
<!-- <div class="col-lg-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow">
<a href="https://gdg.community.dev/gdg-cloud-mumbai/" target="_blank" class="stretched-link"><img
src="assets/img/company/GDG Mumbai.jpg" class="card-img-bottom" alt="..."
style="width: 100%; height: 200px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">GDG Mumbai</h2>
</div>
</div>
</div> -->
<div class="col-lg-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow">
<a href="https://givemycertificate.com/" target="_blank" class="stretched-link">
<img src="assets/img/company/GMC_logo web.jpg" class="card-img-bottom" alt="GMC" style="width: 100%; height: 200
px; border-radius: 0.5rem;">
</a>
<div class="card-body">
<h2 class="card-title text-uppercase">GIVE MY CERTIFICATE</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow">
<a href="https://devmesh.intel.com/member-programs/intel-software-innovator-program" target="_blank"
class="stretched-link"><img src="assets/img/company/IntelSoftwareInnovator.jpg" class="card-img-bottom"
alt="IntelSoftwareInnovator" style="width: 100%; height: 200px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">Intel software innovator</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow">
<a href="https://studentambassadors.microsoft.com/" target="_blank" class="stretched-link"><img
src="assets/img/company/MSP.jpg" class="card-img-bottom" alt="Microsoft Student Ambassador"
style="width: 100%; height: 200px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">Microsoft Student Partners</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow">
<a href="https://codeforcause.org/" target="_blank" class="stretched-link"><img
src="assets/img/company/Code for Cause (white bg) web.jpg" class="card-img-bottom" alt="Code For Cause"
style="width: 100%; height: 200px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">Code for Cause</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow">
<a href="https://ieeebombay.org/" target="_blank" class="stretched-link">
<img src="assets/img/company/IEEE_BOMBAY_SECTION_LOGO.jpg" class="card-img-bottom"
alt="IEEE Bobmay Section" style="width: 100%; height: 200
px; border-radius: 0.5rem;">
</a>
<div class="card-body">
<h2 class="card-title text-uppercase">IEEE Bombay Section</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow">
<a href="https://www.linkedin.com/company/awsugindia" target="_blank" class="stretched-link"><img
src="assets/img/company/AWS_UG_Logo web.jpg" class="card-img-bottom" alt="AWS User Group India"
style="width: 100%; height: 200px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">AWS User Group India</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow">
<a href="https://job4u.info/" target="_blank" class="stretched-link"><img
src="assets/img/company/job4u web.jpg" class="card-img-bottom" alt="AWS User Group India"
style="width: 100%; height: 200px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">job4u</h2>
</div>
</div>
</div>
<div class="col-lg-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow">
<a href="https://fluttervalsad.com/" target="_blank" class="stretched-link"><img
src="assets/img/company/Flutter_Valsad_Logo_Light.png" class="card-img-bottom"
alt="AWS User Group India" style="width: 100%; height: 200px; border-radius: 0.5rem;"></a>
<div class="card-body">
<h2 class="card-title text-uppercase">Flutter valsad</h2>
</div>
</div>
</div>
</div>
<!-- <div class="row text-center my-2 py-4 justify-content-center">
<div class="col-lg-4 col-12 mb-5 d-flex justify-content-center">
<div class="card shadow">
<a href="https://givemycertificate.com/" target="_blank" class="stretched-link">
<img src="assets/img/company/GMC_logo web.jpg" class="card-img-bottom" alt="..." style="width: 100%; height: 200
px; border-radius: 0.5rem;">
</a>
<div class="card-body">
<h2 class="card-title text-uppercase">GIVE MY CERTIFICATE</h2>
</div>
</div>
</div>
</div> -->
</div>
</section>
<section class="page-section" id="contact">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Contact Us</h2>
</div>
<div class="row align-items-center my-5">
<div class="col-lg-6 col-md-6 my-2 my-lg-2 text-lg-left">
<h6 class="row mx-2"><a
href="https://www.google.com/maps/place/A.+P.+Shah+Institute+of+Technology/@19.2679493,72.9669988,15z/data=!4m5!3m4!1s0x0:0x20e1357d640bef7e!8m2!3d19.2679493!4d72.9669988"><i
class="fa fa-map-marker" aria-hidden="true"></i>
Survey No. 12, Ghodbunder Rd, opp. Hypercity Mall, Kasarvadavali, Thane West, Thane,
Maharashtra 400615</a>
</h6>
<h6 class="row mx-2"><a href="mailto: ieeeapsit@gmail.com"><i class="fa fa-envelope" aria-hidden="true"></i>
ieeeapsit@gmail.com</a></h6>
</div>
<div class="col-lg-6 col-md-6 my-3 my-lg-2 text-lg-right text-md-right">
<h4 class="section-heading mx-2">Social Accounts</h4>
<a class="btn btn-light btn-social mx-auto" href="https://www.facebook.com/IEEEAPSIT/"><i
class="fab fa-facebook-f"></i></a>
<a class="btn btn-light btn-social mx-auto" href="https://www.instagram.com/ieeeapsit/"><i
class="fab fa-instagram" aria-hidden="true"></i></a>
<a class="btn btn-light btn-social mx-auto" href="https://www.linkedin.com/company/ieee-apsit/"><i
class="fab fa-linkedin-in"></i></a>
<a class="btn btn-light btn-social mx-auto" href="https://twitter.com/ieeeapsit/"><i class="fab fa-twitter"
aria-hidden="true"></i></a>
<a class="btn btn-light btn-social mx-auto" href="https://www.youtube.com/channel/UCbBPYWJQXwXmE-VmVtdPOcg"><i
class="fab fa-youtube" aria-hidden="true"></i></a>
</div>
</div>
</div>
</section>
<div id="registerModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content" style="background-color: #03071e; color: #fffeee;">
<div class="modal-header">
<h4 class="modal-title">Registration</h4>
<button type="button" class="close" data-dismiss="modal" style="color: #fffeee;">×</button>
</div>
<div class="modal-body">
<p>Registrations will start soon.</p>
</div>
</div>
</div>
</div>
<!--Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Core theme JS-->
<script src="./assets/js/scripts.js"></script>
</body>
<script>
//Get the button
var mybutton = document.getElementById("myBtn");
var registerbtn = document.getElementById("Registerbtn");
// When the user scrolls down 100px from the top of the document, show the button
window.onscroll = function () { scrollFunction() };
function scrollFunction() {
if (document.body.scrollTop > 500 || document.documentElement.scrollTop > 500) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
if ((document.body.scrollTop > 300 || document.documentElement.scrollTop > 300) && screen.width < 768) {
registerbtn.style.display = "block";
mybutton.style.display = "block";
}
else {
registerbtn.style.display = "none";
}
}
</script>
</html>