forked from erasmus-mundus-geotech-master/Geomundus2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
registration.html
84 lines (76 loc) · 4.5 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
<!DOCTYPE html>
<head>
<title>Registration</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="expires" content="0"><!-- Never caches the page -->
<link id="favicon" rel="shortcut icon" href="images\LogoIcon\geomundus2021_logo_czL_icon.ico">
<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>
<link rel="stylesheet" type="text/css" href="assets/css/gallery.css" />
<link rel="stylesheet" type="text/css" href="assets/css/elastislide.css" />
<script src="https://kit.fontawesome.com/b37653d681.js"></script>
</head>
<body onload="initMap()">
<!-- MENU -->
<nav>
<ul class="menu">
<a href="index.html#header"><img class='menu_logo' src="images/main/geomundus2021_logo.png" alt=""></a>
<li class="item"><a href="index.html">Introduction</li>
<li class="item has-dropdown"><a>Program</a>
<ul class="main-menu-dropdown">
<li><a href="program.html">Schedule</a></li>
<li><a href="speakers.html#keynotes">Keynote Speakers</a></li>
<li><a href="speakers.html#workshops">Workshop Leaders</a></li>
</ul>
</li>
<li class="item"><a href="registration.html">Registration</a></li>
<li class="item has-dropdown"><a>Submissions</a>
<ul class="main-menu-dropdown">
<li><a href="submission.html#papers">Papers</a></li>
<li><a href="submission.html#app">Applications</a></li>
</ul>
</li>
<li class="item"><a href="mapathon.html">Mapathon</a></li>
<li class="item"><a href="index.html#sponsors">Sponsors</a></li>
<li class="item"><a href="team.html">Team</a></li>
<li class="item"><a href="index.html#contact">Contact</a></li>
<li class="toggle"><a href="#"><i class="fas fa-bars"></i></a></li>
</ul>
</nav>
<!-- REGISTRATION -->
<section id="registration-main" class="main style1">
<div class="container" style="text-align: justify;">
<header class="major">
<h2>Participant Registration</h2>
</header>
<p>Welcome to the 13th edition of the GeoMundus Conference!</p>
<p>The registration for the conference is now<b style="color:#af1d1d;"> closed</b>. We are excited to see you at our international event!</p>
<p>For any questions or further informations please send us an email to <strong><u>organization[at]geomundus.org</u></strong></p>
<!--
<p style="text-align: center"><a class="button" style="background-color:#70af1d; color: white!important" href="https://forms.gle/uTmbH3Pg5ZCTdmFa8">Register now</a></p>
-->
<p style="text-align: center"><a class="button special" id='bt1' value='Show Layer' style="background-color:darkred;color: white!important;">Registration is Closed</a></p>
</div>
</section>
<!-- Footer: SOCIAL NETWORKS -->
<section id="footer">
<div class="container">
<br>
<section id="social_networks">
<ul class="icons">
<li><a href="https://twitter.com/geomundus" class="icon alt fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/geomundus/?fref=ts" class="icon alt fa-facebook" target="_blank"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/geomundus_conference/" class="icon alt fa-instagram" target="_blank"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/erasmus-mundus-geotech-master/" class="icon alt fa-github" target="_blank"><span class="label">GitHub</span></a></li>
</ul>
</section>
<ul class="copyright">
<li><a href="https://github.com/erasmus-mundus-geotech-master/Geomundus2021" target="_blank"> © GeoMundus 2021</a></li>
<li>Designed by GeoMundus Web Team</li>
</ul>
</div>
</section>
</body>
</html>