-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphotos.html
50 lines (50 loc) · 2.58 KB
/
photos.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Mystery Hunt Photos · MIT Mystery Hunt / Puzzle Club</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400&family=Syncopate:wght@700&display=swap"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/style.css" type="text/css" />
<meta
name="description"
content="The MIT Mystery Hunt is an internationally renowned puzzle competition which takes place every January on MIT campus and attracts hundreds of participants from all over the world."
/>
<meta property="og:image" content="/images/header-coin.png" />
<meta
property="og:description"
content="The MIT Mystery Hunt is an internationally renowned puzzle competition which takes place every January on MIT campus and attracts hundreds of participants from all over the world."
/>
</head>
<body>
<div id="header"></div>
<main id="main">
<!-- NOTE: Don't edit this page directly! View the README on the Github. -->
<h1>Mystery Hunt Photos</h1>
<p>This is a collection of photos from various years of the hunt. If you have photos to add to this section, upload them to one of the photo hosting services (Flickr, Picasa, etc.) and <a href="contact.html">contact us</a> with a link to add to this page.</p>
<h2>2011</h2>
<p><em>Photos by Cally Perry</em>:</p>
<ul>
<li><a href="http://www.flickr.com/photos/callyperry/sets/72157625757566271/">Kickoff</a></li>
<li><a href="http://www.flickr.com/photos/callyperry/sets/72157625757790085/">Mario Kart event</a></li>
<li><a href="http://www.flickr.com/photos/callyperry/sets/72157625886007778/">Iron Chef Coffee event</a></li>
<li><a href="http://www.flickr.com/photos/callyperry/sets/72157625766114551/">Zombies vs. Zombies event</a></li>
<li><a href="http://www.flickr.com/photos/callyperry/sets/72157625885812914/">A visit to the 'Central Services' team</a></li>
</ul>
<h2>1981-2010</h2>
<p>More to come!</p> </main>
<div id="footer"></div>
</body>
<script type="module" src="/package.js"></script>
<script type="module" src="/Header.js"></script>
<script type="module" src="/Nav.js"></script>
<script type="module" src="/Title.js"></script>
<script type="module" src="/Toggle.js"></script>
<script type="module" src="/Footer.js"></script>
<script type="module" src="/main.js"></script>
</html>