forked from prachir1501/polarisv3dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meraz.php
91 lines (77 loc) · 3.67 KB
/
meraz.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="theme-color" content="#3498db">
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Bitter:700|Dancing+Script:700" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="stylesheet" href="css/meraz.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/style_v3.css">
<link href="https://fonts.googleapis.com/css?family=Bangers&display=swap" rel="stylesheet">
<title>Polaris - Student Mentorship Program</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121551593-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-121551593-1');
</script>
</head>
<style>
.no-cssanimations .rw-wrapper .rw-sentence span:first-child{
opacity: 1;
}
</style>
<body>
<?php
require_once('header.php');
?>
<header class="header header__meraz">
<div class="container">
<div class="header__hero-box">
<h1 class="heading-primary" style="font-family: 'Bangers'; letter-spacing: 5px;font-size:900%;">Meraz '1<div class="rw-words rw-words-1" style="letter-spacing: 10px;">
<span>8</span>
<span>9</span>
<span>8</span>
<span>9</span>
<span>8</span>
<span>9</span>
</div></h1>
<p class="heading-subtitle">Techno-Cultural Fest of IIT Bhilai</p>
</div>
</div>
</header>
<section class="section">
<div class="container">
<center>
<h2 class="heading-secondary">Meraz '18 Aftermovie</h2>
<iframe width="840" height="472.5" src="https://www.youtube.com/embed/uOQbTb4-ejs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center><br><br>
<a href="http://meraz.iitbhilai.ac.in" class="outreach__link"><p class="introduction__text" style="text-align:center;">Go to - <u>Meraz'18 Official Website</u></p></a><br>
</div>
<br>
<div class="container">
<h2 class="heading-secondary">More Videos</h2>
</div>
<div class="row">
<div class="col-1-of-2">
<div class="campus">
<iframe width="560" height="315" src="https://www.youtube.com/embed/gKt4JCaQlmA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="col-1-of-2">
<div class="campus">
<iframe width="560" height="315" src="https://www.youtube.com/embed/2fMa3wJy0H0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<?php
require_once('footer.php');
?>
</body>
</html>