-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
121 lines (101 loc) · 5.57 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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!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>Home | 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>
<p>The <strong>Cambridge Microscopy Meeting 2023 (CMM2023)</strong> is a meeting organised for and by microscopy developers in Cambridge. It will be held on <strong>11<sup>th</sup><span>–</span>12<sup>th</sup> December 2023</strong> at the Yusuf Hamied Department of Chemistry at the <strong>University of Cambridge</strong>. Thanks to our amazing sponsors, the meeting will be <strong>free to attend</strong>, but registration is required.</p>
<h2>Important dates</h2>
<table>
<tbody>
<tr>
<td><strong>Abstract submission opens</strong></td>
<td>Mon, 7 Aug 2023</td>
</tr>
<tr>
<td><strong>Abstract submission closes</strong></td>
<td>Fri, 20 Oct 2023 (23:59 BST)</td>
</tr>
<tr>
<td><strong>Programme announced</strong></td>
<td>Fri, 27 Oct 2023</td>
</tr>
<tr>
<td><strong>Meeting dates</strong></td>
<td>11-12 December 2023</td>
</tr>
</tbody>
</table>
<h2>Location</h2>
<p>The meeting will be held in the <strong>Bristol-Myers Squibb (BMS) lecture theatre</strong> at the Yusuf Hamied Department of Chemistry. You can access the lecture theatre from the entrance of the department that is closest to the Scott Polar Research Institute (Polar Museum).</p>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d792.8532667513789!2d0.1254066221766467!3d52.19807550913735!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47d8709966abd4b3%3A0xcf67dc75558142db!2sBristol-Myers%20Squibb%20Lecture%20Theatre!5e0!3m2!1sen!2suk!4v1701857379981!5m2!1sen!2suk" width=100% height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<h3>Our Sponsors</h3>
<div class="logos_row">
<a href="https://www.microscope.healthcare.nikon.com/">
<img alt="Nikon logo" src="./images/sponsor_logos/nikon-logo.png" width=12% class="center">
</a>
<a href="https://www.zeiss.co.uk/corporate/home.html">
<img alt="Zeiss logo" src="./images/sponsor_logos/zeiss_logo.png" width=12% class="center">
</a>
<a href="https://www.photometrics.com/">
<img alt="teledyne photometrics logo" src="./images/sponsor_logos/teledyne-photometrics-logo.webp" width=31% class="center">
</a>
<a href="https://www.laser2000.co.uk/">
<img alt="laser 2000 logo" src="./images/sponsor_logos/laser-2000-photonics-logo.png" width=31% class="center">
</a>
<a href="https://hubner-photonics.com/">
<img alt="hubner photonics logo" src="./images/sponsor_logos/hubner-photonics-logo.png" width=31% class="center">
</a>
<a href="https://qd-uki.co.uk/">
<img alt="quantum design logo" src="./images/sponsor_logos/quantum-design-logo.png" width=31% class="center">
</a>
<a href="https://www.cam.ac.uk/">
<img alt="university of cambridge logo" src="./images/sponsor_logos/university_of_cambridge_logo.jpg" width=25% class="center">
</a>
<a href="https://www.kings.cam.ac.uk/">
<img alt="King's College logo" src="./images/sponsor_logos/kings_college_logo.png" width=33% class="center">
</a>
</div>
</section>
</main>
</div>
</body>
</html>