-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathregistration.html
More file actions
executable file
·34 lines (33 loc) · 1015 Bytes
/
registration.html
File metadata and controls
executable file
·34 lines (33 loc) · 1015 Bytes
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
---
title: Registration
layout: page
slide_id: 6
---
<div class="row mt-xs-0 mt-sm-0 my-2">
<div class="col text-muted">
<h5>Registration</h5>
{% if site.data.registration.about %}
<p>
{{site.data.registration.about}}
</p>
{% endif %}
{% if site.data.registration.url %}
<p>
<a href="{{site.data.registration.url}}">
{{site.data.registration.url}}
</a>
</p>
{% endif %}
{% if site.data.registration.description %}
<p>
{{site.data.registration.description}}
</p>
{% endif %}
<h5>Visa</h5>
<p>
If you are an international traveller and need a visa to enter
{{site.data.conference.country}}, please contact us after your paper is accepted.
</p>
{% include contact-us.html %}
</div>
</div>