Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated tickets page to contain only 2 cards #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 13 additions & 27 deletions tickets.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!-- Title -->
<title>Confer - Conference Event HTML Template</title>

<title>Aarohan-Tickets</title>

<!-- Favicon -->
<link rel="icon" href="./img/core-img/favicon.png">
Expand Down Expand Up @@ -111,6 +112,10 @@ <h2 class="page-title">Tickets</h2>
<div class="container">
<div class="row">
<!-- Single Ticket Pricing Table -->

<!-- Single Ticket Pricing Table -->
<div class="col-12 col-md-0 col-lg-2">
</div>
<div class="col-12 col-lg-4">
<div class="single-ticket-pricing-table style-2 text-center mb-100 wow fadeInUp" data-wow-delay="300ms">
<h6 class="ticket-plan">1 day pass</h6>
Expand All @@ -122,38 +127,18 @@ <h2 class="ticket-price"><span>$</span>59</h2>
<a href="#" class="btn confer-btn w-100 mb-30">Get Tickets <i class="zmdi zmdi-long-arrow-right"></i></a>
<!-- Ticket Pricing Table Details -->
<div class="ticket-pricing-table-details">
<p><i class="zmdi zmdi-check"></i> One Day Conference Ticket</p>
<p><i class="zmdi zmdi-check"></i> Coffee-break</p>
<p><i class="zmdi zmdi-check"></i> Lunch and Networking</p>
<p><i class="zmdi zmdi-check"></i> Keynote talk</p>
<p><i class="zmdi zmdi-check"></i> Talk to the Editors Session</p>
<p><i class="zmdi zmdi-check"></i> Get to know how useless is Engineering Drawing</p>
<p><i class="zmdi zmdi-check"></i> Taught by super faculty</p>
<p><i class="zmdi zmdi-check"></i> Assignment that aliens too can't solve</p>
<p><i class="zmdi zmdi-check"></i> TA themselves don't have a clue about it</p>
<p><i class="zmdi zmdi-check"></i> Insanely partial and biased marking</p>
</div>
</div>
</div>

<!-- Single Ticket Pricing Table -->
<div class="col-12 col-md-6 col-lg-4">
<div class="single-ticket-pricing-table style-2 active text-center mb-100 wow fadeInUp" data-wow-delay="300ms">
<h6 class="ticket-plan">Full pass</h6>
<!-- Ticket Icon -->
<div class="ticket-icon">
<img src="img/core-img/p2.png" alt="">
</div>
<h2 class="ticket-price"><span>$</span>99</h2>
<a href="#" class="btn confer-btn w-100 mb-30">Get Tickets <i class="zmdi zmdi-long-arrow-right"></i></a>
<!-- Ticket Pricing Table Details -->
<div class="ticket-pricing-table-details">
<p><i class="zmdi zmdi-check"></i> One Day Conference Ticket</p>
<p><i class="zmdi zmdi-check"></i> Coffee-break</p>
<p><i class="zmdi zmdi-check"></i> Lunch and Networking</p>
<p><i class="zmdi zmdi-check"></i> Keynote talk</p>
<p><i class="zmdi zmdi-check"></i> Talk to the Editors Session</p>
</div>
</div>
</div>

<!-- Single Ticket Pricing Table -->
<div class="col-12 col-md-6 col-lg-4">
<div class="col-12 col-md-0 col-lg-4">
<div class="single-ticket-pricing-table style-2 text-center mb-100 wow fadeInUp" data-wow-delay="300ms">
<h6 class="ticket-plan">Group pass</h6>
<!-- Ticket Icon -->
Expand All @@ -169,6 +154,7 @@ <h2 class="ticket-price"><span>$</span>199</h2>
<p><i class="zmdi zmdi-check"></i> Lunch and Networking</p>
<p><i class="zmdi zmdi-check"></i> Keynote talk</p>
<p><i class="zmdi zmdi-check"></i> Talk to the Editors Session</p>

</div>
</div>
</div>
Expand Down