forked from JituR101/consortium
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathattractions.php
More file actions
141 lines (111 loc) · 7 KB
/
Copy pathattractions.php
File metadata and controls
141 lines (111 loc) · 7 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<!-- Begin Head -->
<?php $pagetitle = 'Attractions | Consortium'; ?>
<!-- Begin Head -->
<?php include("includes/head.php")?>
<!-- Body -->
<body style="background: black">
<!--========== HEADER ==========-->
<?php include("includes/header.php")?>
<!--========== END HEADER ==========-->
<!--========== PROMO BLOCK ==========-->
<div class="g-bg-position--center js__parallax-window" style="background:#000;height:100vh; display:flex; align-items:center">
<div class="g-container--md g-text-center--xs g-padding-y-100--xs">
<h1 class="g-font-size-26--xs g-font-size-36--md g-color--primary g-letter-spacing--3">Consortium'20</h1>
<h2 class="g-font-size-36--xs g-font-size-50--sm g-font-size-60--md g-color--white g-letter-spacing--1">Attractions</h2>
<div class="indicate"><i class="ti-angle-double-down"></i></div>
</div>
</div>
<!--========== END PROMO BLOCK ==========-->
<!--========== PAGE CONTENT ==========-->
<!-- Speakers -->
<div class="core-container">
<div class="container g-padding-y-80--xs g-padding-y-125--sm g-padding-x-0--xs g-padding-x-40--sm g-padding-x-100--md" style="background:rgba(0, 0, 0, 0.4)">
<div class="row product-grid">
<a href="https://forms.gle/MjqNdTsCQERacmMe6" class="product-card col-xs-12 col-md-4 col-lg-3" >
<div class="product-card__item-grid" style="background:url(img/021/consoimg/sconclave.JPG)">
<div class="product-card__item-text-v2">
<h4 class="g-color--primary" style="color:#bd2026"><b>StartUp Conclave</b></h4>
<p class="g-color--white">Watch India's Top 10 startups out-pitch each other for the chance to win the investment that will give them wings.</p>
<p class="g-color--white">22nd February.<br> VNIT Nagpur.<br>
Save the date!</p>
</div>
</div>
</a>
<a href="#" class="product-card col-xs-12 col-md-4 col-lg-3" >
<div class="product-card__item-grid" style="background:url(img/events/ryan.png)">
<div class="product-card__item-text-v2">
<h5 class="g-color--primary" style="color:#bd2026"><b>Live Webinar and Interactive session with Mr. Ryan Patel</b></h5>
<p class="g-color--white">Webinar on Business, Startups, Strategies and Marketing <br>Date: 7th February 20</p>
<p class="g-color--white"><i>#Webinar</i></p>
</div>
</div>
</a>
<a href="#" class="product-card col-xs-12 col-md-4 col-lg-3" >
<div class="product-card__item-grid" style="background:url(img/events/ibhubs.png)">
<div class="product-card__item-text-v2">
<h5 class="g-color--primary" style="color:#bd2026"><b>Elements of a Strong Business Model | Webinar</b></h5>
<p class="g-color--white">Consortium'20 and iB Hubs present a workshop by <br>Mr. Abhinav Pandey - Vice President iB Hubs. <br>Date: 27th January 20<br> Time : 7pm <br> Venue: CRC 1-2</p>
<p class="g-color--white"><b>Registerations closed</b></p>
<p class="g-color--white"><i>#Webinar</i></p>
</div>
</div>
</a>
<a href="/aimlworkshop.php" class="product-card col-xs-12 col-md-4 col-lg-3" >
<div class="product-card__item-grid" style="background:url(img/events/aimlworkshop.jpg)">
<div class="product-card__item-text-v2">
<h5 class="g-color--primary" style="color:#bd2026"><b>Applications of AI/ML in Banking and Insurance Sector | Workshop</b></h5>
<p class="g-color--white">Consortium'20 and Simple CRM present a workshop by Mr. Indrannel Fuke - Founder of SimpleCRM. <br>Date: 25th January 20</p>
<p class="g-color--white"><b>Register Now</b></p>
<p class="g-color--white"><i>#Workshop</i></p>
</div>
</div>
</a>
<!--<a href="https://goo.gl/forms/e9w6g83HFuOXAzAz2" class="product-card col-xs-12 col-md-4 col-lg-3" >
<div class="product-card__item-grid" style="background:url(img/events/chatur.png)">
<div class="product-card__item-text-v2">
<h5 class="g-color--primary"><b>The Art Of Stock Investing | Workshop</b></h5>
<p class="g-color--white">Consortium'20 brings to you the certified workshop on "The Art of stock investing" in association with Chatur Ideas.<br>Date: 10<sup>th</sup> March 19</p>
<p class="g-color--white"><b>Register Now</b></p>
<p class="g-color--white"><i>#Workshop</i></p>
</div>
</div>
</a> -->
</div>
</div>
</div>
<!--<div class="row g-overflow--hidden">-->
<!--</div>-->
</div>
<!-- End Speakers -->
<!--========== FOOTER ==========-->
<?php include("includes/footer_landing.php");?>
<!--========== END FOOTER ==========-->
<!-- Back To Top -->
<a href="javascript:void(0);" class="s-back-to-top js__back-to-top"></a>
<!--========== JAVASCRIPTS (Load javascripts at bottom, this will reduce page load time) ==========-->
<!-- Vendor -->
<script type="text/javascript" src="vendor/jquery.min.js"></script>
<script type="text/javascript" src="vendor/jquery.migrate.min.js"></script>
<script type="text/javascript" src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="vendor/jquery.smooth-scroll.min.js"></script>
<script type="text/javascript" src="vendor/jquery.back-to-top.min.js"></script>
<script type="text/javascript" src="vendor/scrollbar/jquery.scrollbar.min.js"></script>
<script type="text/javascript" src="vendor/jquery.parallax.min.js"></script>
<script type="text/javascript" src="vendor/jquery.wow.min.js"></script>
<!-- General Components and Settings -->
<script type="text/javascript" src="js/global.min.js"></script>
<script type="text/javascript" src="js/components/header-sticky.min.js"></script>
<script type="text/javascript" src="js/components/scrollbar.min.js"></script>
<script type="text/javascript" src="js/components/wow.min.js"></script>
<script>
var wid = $(".product-card__item-grid").width();
$(".product-card__item-grid").css({
"height":wid+"px"
});
</script>
<!--========== END JAVASCRIPTS ==========-->
</body>
<!-- End Body -->
</html>