-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregistration.html
88 lines (84 loc) · 4.3 KB
/
registration.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html class="main style2">
<head>
<title>Registration</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="https://cdn2.iconfinder.com/data/icons/circle-icons-1/64/globe-24.png" />
<link rel="stylesheet" href="assets/css/main.css" />
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/main.js"></script>
<script src="js/includeHTML.js"></script>
<link rel="stylesheet" type="text/css" href="assets/css/gallery.css" />
<link rel="stylesheet" type="text/css" href="assets/css/elastislide.css" />
</head>
<body onload="initMap()">
<ul class="topnav" id="hide">
<a href="index.html#header"><img class='menu_home' src="images/geomundus2020_logo.png" alt=""></a>
<li class="has-dropdown"><a>Intro</a>
<ul class="main-menu-dropdown">
<li><a href="index.html#info">Information</a></li>
<li><a href="index.html#footer">History</a></li>
</ul>
</li>
<li class="has-dropdown"><a>Programme</a>
<ul class="main-menu-dropdown">
<li><a href="program.html">Schedule</a></li>
<li><a href="index.html#speakers">Speakers</a></li>
</ul>
</li>
<li><a href="registration.html">Registration</a></li>
<li><a href="submission.html">Papers and Posters Submission</a></li>
<li class="has-dropdown"><a>Mapathon</a>
<ul class="main-menu-dropdown">
<li><a href="mapathon.html">Info</a></li>
<li><a href="map_gallery.html">Gallery</a></li>
</ul>
</li>
<li><a href="team.html">The Team</a></li>
<li><a href="index.html#sponsors" >Sponsors</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
<ul class="mobile_menu">
<a href="index.html#header"><img class='mobile_menu_home' src="images/geomundus2020_logo.png" alt=""></a>
<li class="icon">
<a style="font-size:20px;" id='menu_btn'>☰</a>
</li>
</ul>
<section id="registration" class="main style2">
<div class="inner" align="center">
<div>
<img src="images/website_logo.png" style="vertical-align: middle; margin: 2%;" alt="" height="150" width="150" />
<img src="images/erasmus-mundus.png" style="vertical-align: middle;margin-top: 2%;" alt="" height="50" width="185">
</div>
<div>
<h1> <strong>GeoMundus 2020</strong></h1>
</div>
<div class="container" style="text-align: justify;">
<header class="major">
<h2>PARTICIPANT REGISTRATION</h2>
</header>
<p style="font-size: 14pt" style="text-align: justify;">
The registration for the virtual conference has<b style="color:#BC0000;"> closed</b>.
<br>
<br>
Welcome to Geomundus 12th edition. We will be thrilled to have your presence at this international event! Due to the current global pandemic circumstances, Geomundus 2020 is going digital! We hope that you will be able to join us for this new way of conferencing.
<!--For some of our participants it may be much easier to join (albeit the time zone difference) virtually. To participate in this event please complete the application form below.
-->
</p>
<div class="gap">
<p style="font-size: 14pt" style="text-align: justify;">
For any questions or further informations please send us an email to <b><a href="mailto:[email protected]"><u>[email protected]</u></a></b>
</p>
</div>
<!-- Apply button -->
<div class="row 100%" >
<div class="4u 12u$(medium) gap">
<a class="button" style="background-color:darkred;color: white!important;">Registration is Closed</a>
</div>
</div>
</div>
</div>
</section>
</body>
</html>