-
Notifications
You must be signed in to change notification settings - Fork 5
/
Youtube.html
136 lines (122 loc) · 6.45 KB
/
Youtube.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>CodeChef SRM NCR - Youtube</title>
<meta name="title" content="CodeChef SRM NCR - Youtube">
<meta name="description" content="CodeChef SRM NCR Chapter Youtube Page">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://codechef-srm-ncr-chapter.github.io/Youtube">
<meta property="og:title" content="CodeChef SRM NCR - Youtube">
<meta property="og:description" content="CodeChef SRM NCR Chapter">
<meta property="og:image" content="https://codechef-srm-ncr-chapter.github.io/img/Screenshot.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://codechef-srm-ncr-chapter.github.io/Youtube">
<meta property="twitter:title" content="CodeChef SRM NCR - Youtuber">
<meta property="twitter:description" content="CodeChef SRM NCR Chapter Youtube Page">
<meta property="twitter:image" content="https://codechef-srm-ncr-chapter.github.io/img/Screenshot.png">
<!-- Google Console -->
<meta name="google-site-verification" content="L4HqqgEc73vIXkf97vImU0GbParzwcYSImPHkK5GxXE" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-434NX2K8G9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-434NX2K8G9');
</script>
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://codechef-srm-ncr-chapter.github.io/Youtube" />
<link rel="shortcut icon" type="image/x-icon" href="./img/logo.png" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/scroll-out/dist/scroll-out.min.js"></script>
<link rel="stylesheet" href="./css/style.min.css">
<link rel="stylesheet" href="./css/youtube.min.css">
<link rel="preload" href="./js/main.min.js" as="script">
<link rel="preload" href="./css/style.min.css" as="style">
<link rel="prerender" href="https://chef.is-a.dev/contests/CodeVerse">
<link rel="prerender" href="https://chef.is-a.dev/Leaderboard">
<link rel="prerender" href="https://chef.is-a.dev/">
</head>
<body class="overflow-hidden">
<div class="preloader">
<div class="spinner"></div>
</div>
<!-- navbar -->
<header id="header" class="fixed-top">
<div class="side overflow-hidden">
<ul class="list-unstyled ps-0">
<li> <a class="nav-link" href="https://chef.is-a.dev/">Home</a> </li>
<li> <a class="nav-link" href="https://chef.is-a.dev/#about">About</a> </li>
<li> <a class="nav-link" href="https://chef.is-a.dev/#team">Team</a> </li>
<li> <a class="nav-link" href="./contests/CodeVerse">Events</a> </li>
<li> <a class="nav-link" href="./Leaderboard">Leaderboard</a> </li>
<li> <a class="nav-link" href="./Youtube">Youtube</a> </li>
<li> <a class="nav-link" href="https://chef.is-a.dev/#contact">Contact</a> </li>
<hr class="m-3">
<div class="nav-social">
<ul class="list-unstyled d-flex flex-wrap mx-5 justify-content-center">
<li><a class="linkedin" href="https://www.linkedin.com/in/srm-ncr-codechef-chapter-/" target="_blank">
<span class="iconify-inline" data-icon="ri:linkedin-box-fill"></span>
</a></li>
<li><a class="instagram" href="https://www.instagram.com/codechef_srmncr/" target="_blank">
<span class="iconify-inline" data-icon="ri:instagram-fill"></span>
</a></li>
<li><a class="youtube" href="https://www.youtube.com/channel/UCiihnYRQAWywnBQANlFrW0A" target="_blank">
<span class="iconify-inline" data-icon="ri:youtube-fill"></span>
</a></li>
<li><a class="github" href="https://github.com/Codechef-SRM-NCR-Chapter" target="_blank">
<span class="iconify-inline" data-icon="ri:github-fill"></span>
</a></li>
<li><a class="gmail" href="mailto:[email protected]" target="_blank">
<span class="iconify-inline" data-icon="mdi:gmail"></span>
</a></li>
</div>
</ul>
<a href="#" class="">
<span class="iconify-inline position-absolute bottom-0 end-0 m-3" data-icon="bi:arrow-up-circle-fill"></span>
</a>
</div>
<div class="nav-bar d-inline-flex align-items-center flex-row">
<img id="logo-img" class="img-fluid" src="" alt="Logo">
<div class="toggle-container">
<input type="checkbox" id="themebtn" name="theme" />
<label class="theme-switch" for="themebtn">Toggle</label>
</div>
<span class="menu-icon iconify-inline" data-icon="heroicons-solid:menu-alt-1" data-flip="horizontal"></span>
</div>
</header>
<section class="yt-page" id="yt-page">
<div class="title text-center overflow-hidden" data-aos="fade-up" data-aos-duration="1300">
<h2>Youtube</h2>
</div>
<div class="yt-card">
<div class="card-play">
<span class="iconify" data-icon="bi:play-circle-fill"></span>
</div>
<div class="card-video">
<iframe id="video" src="https://www.youtube.com/embed/3wsUxk2SArU?enablejsapi=1&html5=1&iv_load_policy=3&rel=0&showinfo=0" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
</div>
</div>
</section>
<footer class="footer text-center">
© Copyrights 2021 by CodeChef SRM NCR Chapter. All Rights Reserved.
<br><br>
Made By <a href="https://drish-xd.is-a.dev" target="_blank">Drish</a> & <a href="https://tanish2002.is-a.dev" target="_blank">Tanish</a>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="https://code.iconify.design/2/2.0.3/iconify.min.js"></script>
<script src="./js/main.min.js"></script>
</body>
</html>