-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
55 lines (50 loc) · 2.3 KB
/
index.html
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
---
layout: default
title: ByteMAL 2024
description: Official website of byteMAL 2024 hosted at Maastricht University.
image: /images/byteMAL_icon.png
---
<div class="row">
<div class="col-sm-8 px-3">
<div class="jumbotron p-5 h-100" style="text-align: center">
<h1><b>Welcome to byteMAL 2024!</b></h1>
<p class="lead"><em>A bioinformatics and systems biomedicine conference organised by and for early-career researchers and students</em></p>
<p><a class="btn btn-primary btn-lg my-3" href="/bytemal-2024/register" role="button">Register</a>
<a class="btn btn-dark btn-lg my-3" href="/bytemal-2024/about" role="button">Learn more</a></p>
</div>
</div>
<div class="col-sm-4 px-3"">
<div class="jumbotron p-5 bg-dark text-white h-100" style="text-align: center">
<p style="font-size: 30px"><b>Important dates</b></p>
<p style="font-size: 16px"> January 17 - <i>Registration open</i> </p>
<p style="font-size: 16px"> April 1 - <i>Registration deadline</i> </p>
<p style="font-size: 16px"> April 15 - <i><b>Extended deadline</b></i> </p>
<p style="font-size: 24px"> <b>April 24 - <b style="color: #0088CC">byteMAL</b></b></p>
<br>
</div>
</div>
</div>
<br>
<div class="card-deck text-center">
<div class="card">
<img src="/bytemal-2024/images/Icons/announcement-icon.jpg" class="card-img-top px-4 py-1" alt="sharing-icon">
<div class="card-body">
<h5 class="card-title"><a href="/bytemal-2024/register">Share your work</a></h5>
<p class="card-text">Present a poster or flash talk and compete for prizes</p>
</div>
</div>
<div class="card">
<img src="/bytemal-2024/images/Icons/lightbulb-icon.png" class="card-img-top px-4 py-1" alt="inspiration-icon">
<div class="card-body">
<h5 class="card-title"><a href="/bytemal-2024/speakers">Be inspired</a></h5>
<p class="card-text">Attend keynote presentations by top experts discussing a range of interesting topics</p>
</div>
</div>
<div class="card">
<img src="/bytemal-2024/images/Icons/chat-icon.png" class="card-img-top px-4 py-1" alt="chat-icon">
<div class="card-body">
<h5 class="card-title"><a href="/bytemal-2024/register">Meet people</a></h5>
<p class="card-text">Discuss your scientific ideas and results with like-minded peers</p>
</div>
</div>
</div>