-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathregistration.html
82 lines (65 loc) · 2.86 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
<!DOCTYPE html>
<!-- specify language (british english) and reading direction (left to right) -->
<html lang="en-gb" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- descriptive sentence that shows up in google search results -->
<meta name="description" content="Cambride Microscopy Development Meeting 2023 (CMM2023) – Cambridge, Dec 11-12">
<!-- title of the page (e.g. shown in tab or when bookmarked) -->
<title>Register | CMM2023</title>
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon_io/favicon-16x16.png">
<link rel="manifest" href="images/favicon_io/site.webmanifest">
<!-- main stylesheet -->
<link rel="stylesheet" href="stylesheets/styles.css">
</head>
<body>
<div class="wrapper">
<header>
<div class="hero-image">
<div class="hero-text">
<h1>Cambridge Microscopy Meeting 2023</h1>
<p>University of Cambridge, Cambridge, 11<sup>th</sup><span>–</span>12<sup>th</sup> Dec 2023</p>
</div>
</div>
<div class="navigationbar">
<!-- logo on top right of navigation bar
<div class="logo_navigationbar">
<img alt="logo" src="./images/logo_cmm2023.png" width="150px">
</div> -->
<!-- link on top left of navigation bar -->
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="registration.html">Register</a></li>
<li><a href="programme.html">Programme</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>>
</div>
</header>
<main>
<section>
<h1>Registration</h1>
Registration has closed. For any enquiries, please contact <a href = "mailto: eb758@cam.ac.uk">eb758@cam.ac.uk</a>
<!--
<p>Submit your abstract using the form:
<button class="button" style="vertical-align:middle" onclick="window.location.href='https://docs.google.com/forms/d/e/1FAIpQLSfCfAj19auC_LNJsZR6Vz89nTYyJTVCmhoP-2GWXbViJJefPg/viewform?usp=sf_link';">
<span>Submit</span>
</button>
</p>
<p>Abstracts can be submitted for a:
<ul>
<li> <strong>short talk</strong> (15 min + 5 min questions)</li>
<li> <strong>poster</strong></li>
</ul>
</p>
<p>A total of 16 short talks will be selected from the submitted abstracts.</p>
-->
</section>
</main>
</div>
</body>
</html>