Skip to content

Commit

Permalink
Directions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvist committed Feb 24, 2024
1 parent 132fe6f commit 37d37da
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
Binary file added assets/msrh.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 18 additions & 17 deletions directions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
<html lang='en'>

<head>
<base href="..">
<base href=".">
<link rel="shortcut icon" type="image/png" href="assets/favicon.png"/>
<link rel="stylesheet" type="text/css" media="all" href="assets/main.css"/>
<meta name="description" content="Conference Template">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="KeyWords" content="Conference">
<title>Directions | Conference Template</title>
<title>Conference Template</title>
</head>

<body>

<div class="banner">
<img src="assets/banner.jpg" alt="Conference Template Banner">
<div class="top-left">
<span class="title1">Conference</span><span class="title2">Template</span> <span class="year">2525</span>
<span class="title1">ML</span><span class="title2">for</span> <span class="year">Quantum Matter</span>
</div>
<div class="bottom-right">
June 31, 2525 <br> University Name, and City Maybe
Friday 3rd May 2024 <br> Imperial College London, White City, London, UK.
</div>
</div>

<table class="navigation">
<tr>
<td class="navigation">
<a title="Conference Home Page" href=".">Home</a>
<a class="current" title="Conference Home Page" href=".">Home</a>
</td>
<td class="navigation">
<a title="Register for the Conference" href="registration">Registration</a>
Expand All @@ -36,30 +36,30 @@
<a title="Conference Program" href="program">Program</a>
</td>
<td class="navigation">
<a class="current" title="Directions to the Conference" href="directions">Directions</a>
<a title="Directions to the Conference" href="directions">Directions</a>
</td>
<td class="navigation">
<a title="Conference Flyer" href="flyer">Flyer</a>
</td>
</tr>
</table>


<h2>Directions</h2>
<p>
Here&rsquo;s where you can put directions to the conference,
and other information that will help attendees find the location,
and find the building, and register, and find local places they can stay, etc.
You can embed a <a href="https://www.google.com/maps">Google Maps</a> iframe
with directions to the conference like a did below.
It can also be helpful to include maps of the campus itself,
or pictures of the building the conference will be held in.
I&rsquo;ve opted to use a placeholder image of a kitten below.
The talks are in the Molecular Sciences Research Hub (MSRH) building at Imperial College London's White City campus. </p>
<p>The address is 82 Wood Ln, London W12 0BZ (UK). </p>
<p>Nearest tube stations are White City (Central) and Wood Lane (Circle, and Hammersmith and City). </p>

<p>If cycling, be careful near the Westway - the roads are not very friendly. You can instead enter the White City South Imperial College London campus, and cycle around the back of the Scalespace building and under the Westway. There is generally plenty of 'Sheffield Stand' bike parking around the campus.
</p>

<iframe class="directions" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d134998.56138929052!2d-121.98776790326531!3d37.869213445646146!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x808ff431db2f96d1%3A0x8b99d90a20aa67de!2sMt+Diablo!5e0!3m2!1sen!2sus!4v1561787340910!5m2!1sen!2sus"></iframe>
<iframe class="directions" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2482.8396736802974!2d-0.2272045233766577!3d51.51615731006349!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4876114dbe1c8407%3A0x6a6a6b73b762e06c!2sMolecular%20Sciences%20Research%20Hub%20(MSRH)%2C%20Imperial%20College%20London!5e0!3m2!1sen!2suk!4v1708791938525!5m2!1sen!2suk"></iframe>

<img class="center" src="assets/kitten4.jpg" alt="This is just a kitten right now" id="kitten">
<p>
Here's what the building looks like. It has a glass front with revolving doors tall enough for giraffes. (We don't know why either.)
</p>

<img class="center" src="assets/msrh.jpg" alt="The MSRH, approaching from Wood Lane." id="msrh">

<footer>
&copy; Conference Organizers
Expand All @@ -68,3 +68,4 @@ <h2>Directions</h2>

</body>
</html>

0 comments on commit 37d37da

Please sign in to comment.