Skip to content

Commit

Permalink
Embed the ticket link
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMajdoubraed committed Jun 18, 2024
1 parent 54612dd commit 2b6fc8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 41 deletions.
43 changes: 4 additions & 39 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ <h4 class="headin-ttl">
</div>
<div id="nav-bar">
<p id="toggle"><span></span></p>
<li class="spec">
<a class="buy-ticket-link disabled button" >Sold Out</a>
</li>
<ul>
<li>
<a href="#com_info">About Community Day</a>
</li>
<li>
<a href="#ticktes">Buy Tickets</a>
</li>
<!-- <li>
<a href="#cfp">CFP</a>
</li> -->
Expand Down Expand Up @@ -275,42 +275,7 @@ <h4 class="heading-ttl">
<div class="container">
<h4 class="main-heading-ttl text-center">Buy Tickets</h4>
<div class="row flex-it">
<div class="col-md-3">
<div class="card tick_conf with_icon border sold">
<h4 class="heading-ttl">Conference</h4>
<div class="bg_img"></div>
<p>Gives you access to the conference on 27th July, 2024</p>
</div>
</div>
<div class="col-md-3">
<div class="card tick_work_1 with_icon border dark sold">
<h4 class="heading-ttl">Serverless Workshop</h4>
<div class="bg_img"></div>
<p>Gets you access to Serverless Workshop on 26th July, 2024</p>

</div>
</div>
<div class="col-md-3 ">
<div class="card tick_work_2 with_icon border sold">
<h4 class="heading-ttl">Deep learning workshop</h4>
<div class="bg_img"></div>
<p>Gets you access to Deep learning workshop on 26th July, 2024</p>


</div>
</div>
<div class="col-md-3 ">
<div class="card combo with_icon border dark sold">
<h4 class="heading-ttl">Combo</h4>
<div class="bg_img"></div>
<p>Gives you access to conference and any one workshop</p>
</div>
</div>
</div>
<div class="buy-wrapper row flex-it">
<div class="f1">
<a class="button large buy-ticket-link disabled">Buy Tickets</a>
</div>
<iframe src="https://konfhub.com/widget/aws-community-day-tunisia?desc=false&ticketId=18040&secondaryBg=232f3e&ticketBg=232f3e&borderCl=232f3e&bg=ffffff&fontColor=ff9900&ticketCl=ff9900&btnColor=ff9900&fontFamily=Prompt&borderRadius=10" id="konfhub-widget" title="Register for AWS Community Day Tunisia" width="100%" height="500"></iframe>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions js/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $(function() {
var targets = [
"#com_info",
"#ticktes",
"#venues",
"#itbs",
"#agenda",
"#workshop",
"#sponsors",
Expand All @@ -60,7 +60,7 @@ $(function() {
var text = [
"About Community Day",
"Buy Tickets",
"Venues",
"ITBS Nabeul",
"Agenda",
"Workshops",
"Sponsors",
Expand Down

0 comments on commit 2b6fc8d

Please sign in to comment.