-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d380eaa
commit d977321
Showing
5 changed files
with
173 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,171 @@ | ||
--- | ||
title: ByteMAL 2024 Keynotes | ||
permalink: /keynotes | ||
layout: default | ||
--- | ||
|
||
<h2 class="mb-4"><b>Keynote speakers</b></h2> | ||
|
||
<div class="card mb-3" style="max-width: 960px;"> | ||
<div class="row no-gutters"> | ||
<div class="col-md-4" style="display:flex;align-items:center;"> | ||
<img src="/bytemal-2024/images/Speakers/speaker1.jpg" class="card-img rounded-lg" alt="Speaker 1"> | ||
</div> | ||
<div class="col-md-8"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Speaker 1</h5> | ||
<p class="card-text font-weight-bold">Title and affiliation of speaker 1</p> | ||
<p class="card-text">Description of the speaker's work.</p> | ||
<button type="button" class="btn btn-outline-primary btn-sm" data-toggle="modal" data-target="#speaker1Modal">Read more</button> | ||
<button type="button" class="btn btn-outline-primary btn-sm"><a href="linktowebsite">Website</a></button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="card mb-3" style="max-width: 960px;"> | ||
<div class="row no-gutters"> | ||
<div class="col-md-4" style="display:flex;align-items:center;"> | ||
<img src="/bytemal-2024/images/Speakers/speaker2.jpg" class="card-img rounded-lg" alt="Speaker 2"> | ||
</div> | ||
<div class="col-md-8"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Speaker 2</h5> | ||
<p class="card-text font-weight-bold">Title and affiliation of speaker 2</p> | ||
<p class="card-text">Description of the speaker's work.</p> | ||
<button type="button" class="btn btn-outline-primary btn-sm" data-toggle="modal" data-target="#speaker2Modal">Read more</button> | ||
<button type="button" class="btn btn-outline-primary btn-sm"><a href="linktowebsite">Website</a></button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<!-- Speaker 1 Modal --> | ||
<div class="modal fade" id="speaker1Modal" tabindex="-1" role="dialog" aria-labelledby="speaker1Modal" aria-hidden="true"> | ||
<div class="modal-dialog .modal-dialog-scrollable .modal-dialog-centered modal-lg"> | ||
<div class="modal-content p-4"> | ||
<div class="modal-header"> | ||
<h4 class="modal-title" id="speaker1ModalLabel">Speaker 1 abstract</h4> | ||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"> | ||
<span aria-hidden="true">×</span> | ||
</button> | ||
</div> | ||
<div class="modal-body p-4"> | ||
<h6>BIO</h6> | ||
<p>Bio of speaker 1.</p> | ||
<h6>ABSTRACT</h6> | ||
<p>Abstract of speaker 1.</p> | ||
</div> | ||
<div class="modal-footer"> | ||
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Speaker 2 Modal --> | ||
<div class="modal fade" id="speaker2Modal" tabindex="-1" role="dialog" aria-labelledby="speaker2Modal" aria-hidden="true"> | ||
<div class="modal-dialog .modal-dialog-scrollable .modal-dialog-centered modal-lg"> | ||
<div class="modal-content p-4"> | ||
<div class="modal-header"> | ||
<h4 class="modal-title" id="speaker2ModalLabel">Speaker 2 abstract</h4> | ||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"> | ||
<span aria-hidden="true">×</span> | ||
</button> | ||
</div> | ||
<div class="modal-body p-4"> | ||
<h6>ABSTRACT</h6> | ||
<p>Abstract of speaker 2.</p> | ||
</div> | ||
<div class="modal-footer"> | ||
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<h2 class="mb-4"><b>Panel members</b></h2> | ||
<p> Our discussion panel consists of our keynote speakers as well as two additional panel members, covering the worlds of both academia and industry. </p> | ||
<div class="card mb-3" style="max-width: 960px;"> | ||
<div class="row no-gutters"> | ||
<div class="col-md-4" style="display:flex;align-items:center;"> | ||
<img src="/bytemal-2024/images/Speakers/panelmember1.jpg" class="card-img rounded-lg" alt="Panel Member 1"> | ||
</div> | ||
<div class="col-md-8"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Panel member 1</h5> | ||
<p class="card-text font-weight-bold">Title and affiliation of panel member 1</p> | ||
<p class="card-text">Description of the panel member's work.</p> | ||
<button type="button" class="btn btn-outline-primary btn-sm" data-toggle="modal" data-target="#panelmember2Modal">Read more</button> | ||
<button type="button" class="btn btn-outline-primary btn-sm"><a href="linktowebsite">Website</a></button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="card mb-3" style="max-width: 960px;"> | ||
<div class="row no-gutters"> | ||
<div class="col-md-4" style="display:flex;align-items:center;"> | ||
<img src="/bytemal-2024/images/Speakers/panelmember2.jpg" class="card-img rounded-lg" alt="Panel Member 2"> | ||
</div> | ||
<div class="col-md-8"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Panel member 2</h5> | ||
<p class="card-text font-weight-bold">Title and affiliation of panel member 1</p> | ||
<p class="card-text">Description of the panel member's work.</p> | ||
<button type="button" class="btn btn-outline-primary btn-sm" data-toggle="modal" data-target="#panelmember2Modal">Read more</button> | ||
<button type="button" class="btn btn-outline-primary btn-sm"><a href="linktowebsite">Website</a></button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Panel Member 1 Modal --> | ||
<div class="modal fade" id="panelmember1Modal" tabindex="-1" role="dialog" aria-labelledby="panelmember1Modal" aria-hidden="true"> | ||
<div class="modal-dialog .modal-dialog-scrollable .modal-dialog-centered modal-lg"> | ||
<div class="modal-content p-4"> | ||
<div class="modal-header"> | ||
<h4 class="modal-title" id="speaker1ModalLabel">Panel member 1 abstract</h4> | ||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"> | ||
<span aria-hidden="true">×</span> | ||
</button> | ||
</div> | ||
<div class="modal-body p-4"> | ||
<h6>BIO</h6> | ||
<p>Bio of panel member 1.</p> | ||
<h6>ABSTRACT</h6> | ||
<p>Abstract of panel member 1.</p> | ||
</div> | ||
<div class="modal-footer"> | ||
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Panel Member 2 Modal --> | ||
<div class="modal fade" id="panelmember2Modal" tabindex="-1" role="dialog" aria-labelledby="panelmember2Modal" aria-hidden="true"> | ||
<div class="modal-dialog .modal-dialog-scrollable .modal-dialog-centered modal-lg"> | ||
<div class="modal-content p-4"> | ||
<div class="modal-header"> | ||
<h4 class="modal-title" id="speaker1ModalLabel">Panel member 2 abstract</h4> | ||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"> | ||
<span aria-hidden="true">×</span> | ||
</button> | ||
</div> | ||
<div class="modal-body p-4"> | ||
<h6>BIO</h6> | ||
<p>Bio of panel member 2.</p> | ||
<h6>ABSTRACT</h6> | ||
<p>Abstract of panel member 2.</p> | ||
</div> | ||
<div class="modal-footer"> | ||
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters