-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
65 lines (65 loc) · 4.22 KB
/
Copy pathcontact.html
File metadata and controls
65 lines (65 loc) · 4.22 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Contact the Computational Pathology Lab at IRCCS Humanitas Research Hospital, Pathology Service, Fizzonasco di Pieve Emanuele, Milan, Italy.">
<title>Contact | Computational Pathology Lab</title>
<link rel="icon" href="assets/images/logo/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="assets/css/style.css?v=2">
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header">
<a class="brand" href="index.html"><img src="assets/images/logo/logo.svg" alt="" aria-hidden="true"><span>Computational Pathology Lab</span></a>
<button class="nav-toggle" type="button" aria-label="Toggle navigation" aria-expanded="false">☰</button>
<nav class="site-nav" aria-label="Primary navigation">
<a href="index.html">Home</a><a href="about.html">About</a><a href="team-leader.html">Leader</a><a href="members.html">Members</a><a href="projects.html">Projects</a><a href="publications.html">Publications</a><a href="software.html">Software</a><a href="resources.html">Resources</a><a href="contact.html">Contact</a><a class="github-link" href="https://github.com/ComputationalPathologyLab">GitHub</a>
</nav>
</header>
<main id="main">
<section class="page-hero">
<p class="eyebrow">Contact us</p>
<h1>Collaborations and inquiries</h1>
<p>Use the contact details below for collaboration requests, software questions, or research discussions.</p>
</section>
<section class="section">
<div class="contact-layout">
<aside class="contact-panel">
<h2>Computational Pathology Lab</h2>
<p><strong>Institution:</strong> IRCCS Humanitas Research Hospital</p>
<p><strong>Service:</strong> Pathology Service</p>
<p><strong>Address:</strong> via Sardegna 5, 20072 Fizzonasco di Pieve Emanuele (MI), Italy</p>
<p><strong>Email:</strong> <a class="text-link" href="mailto:computationalpathologylab@humanitas.it">computationalpathologylab@humanitas.it</a></p>
<div class="contact-links">
<a class="button primary" href="mailto:computationalpathologylab@humanitas.it">Email the lab</a>
<a class="button" href="https://github.com/ComputationalPathologyLab">GitHub</a>
</div>
<div class="map-embed" aria-label="Google map showing IRCCS Humanitas Research Hospital Pathology Service">
<iframe
title="IRCCS Humanitas Research Hospital Pathology Service map"
src="https://www.google.com/maps?q=via%20Sardegna%205%2C%2020072%20Fizzonasco%20di%20Pieve%20Emanuele%20MI%2C%20Italy&output=embed"
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
allowfullscreen>
</iframe>
</div>
</aside>
<article class="contact-panel">
<p class="eyebrow">Static form placeholder</p>
<h2>Contact form layout</h2>
<p class="notice">GitHub Pages is static. To make this form submit, connect it to Formspree, Google Forms, Netlify Forms, or another backend service.</p>
<form class="form-placeholder">
<label>Name<input type="text" value="Your name" disabled></label>
<label>Email<input type="email" value="your.email@example.com" disabled></label>
<label>Message<textarea rows="6" disabled>Write your message here.</textarea></label>
<a class="button primary" href="mailto:computationalpathologylab@humanitas.it?subject=Computational%20Pathology%20Lab%20inquiry">Send by email</a>
</form>
</article>
</div>
</section>
</main>
<footer class="site-footer"><div class="footer-grid"><div><strong>Computational Pathology Lab</strong><p>Open, reproducible computational pathology research.</p></div><div class="footer-links"><a href="https://github.com/ComputationalPathologyLab">GitHub</a><a href="contact.html">Contact</a></div></div></footer>
<script src="assets/js/main.js?v=2"></script>
</body>
</html>