-
Notifications
You must be signed in to change notification settings - Fork 0
/
logistics.html
34 lines (34 loc) · 1.44 KB
/
logistics.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Logistics - Physics Concerto</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="page-header">
<h1>Logistics</h1>
</header>
<nav>
<a href="home">Home</a>
<a href="logistics">Logistics</a>
<a href="calendar">Calendar</a>
<a href="contact">Contact Us</a>
</nav>
<main>
<section>
<h2>Time and Location</h2>
<p>The seminars will take place weekly on Wednesdays from 5:15pm to 6:15pm in PMA 9.166.</p>
<h2>Speaker Information</h2>
<p>Speakers should plan for a 50-minute presentation, leaving 10 minutes for questions. You can sign up directly at the following <a href="https://docs.google.com/spreadsheets/d/16jHWRj79QNsEZns7R80bExLYNLyPMmxtG_3UZA-e7PM/edit?usp=sharing" <i> link </i> </a> .</p>
<h2>Food and Drinks</h2>
<p>We will provide refreshments such as pizza, sandwiches, cookies, chips, and drinks like coffee, sodas, and more. Suggestions are welcome, so let us know what you'd like!</p>
</section>
</main>
<footer>
<p>Supported by the Weinberg Institute for Theoretical Physics, Department of Physics, University of Texas.</p>
<p>© 2023 Physics Concerto Seminar Series</p>
</footer>
</body>
</html>