-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsponsors.html
96 lines (79 loc) · 3.93 KB
/
sponsors.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
<!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>Sponsors | 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>Sponsors</h1>
<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>
<h2>Become a sponsor</h2>
<p>If you would like to sponsor this meeting, please contact us at <a href = "mailto: eb758@cam.ac.uk">eb758@cam.ac.uk</a></p>
<img alt="sponsorship flyer" src="./images/sponsor-flyer.png" width=80% class="center">
</section>
</main>
</div>
</body>
</html>