-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (41 loc) · 1.64 KB
/
index.html
File metadata and controls
45 lines (41 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>San Joaquin Valley Town Hall</title>
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles/c5_main.css">
</head>
<body>
<header>
<img src="images/town_hall_logo.gif" alt="Town Hall logo" height="80">
<h2>San Joaquin Valley Town Hall</h2>
<h3>Celebrating our <span class="shadow">75<sup>th</sup></span> Year</h3>
</header>
<main>
<h2>Our Mission</h2>
<p>San Joaquin Valley Town Hall is a non-profit organization that is run by an
all-volunteer board of directors. Our mission is to bring nationally and
internationally renowned, thought-provoking speakers who inform, educate,
and entertain our audience! As one or our members told us:</p>
<blockquote>“Each year I give a ticket package to each of our family members.
I think of it as the gift of knowledge...and that is priceless.”</blockquote>
<h2>Our Ticket Packages</h2>
<ul>
<li>Season Package: $95</li>
<li>Patron Package: $200</li>
<li>Single Speaker: $25</li>
</ul>
<h1>This season's guest speakers</h1>
<h3>October<br><a href="speakers/brancaccio.html">David Brancaccio</a></h3>
<img src="images/brancaccio75.jpg" alt="David Brancaccio photo">
<h3>November<br><a href="speakers/sorkin.html">Andrew Ross Sorkin</a></h3>
<img src="images/sorkin75.jpg" alt="Andrew Ross Sorkin photo">
<h3>January<br><a href="speakers/chua.html">Amy Chua</a></h3>
<img src="images/chua75.jpg" alt="Amy Chua photo">
</main>
<footer>
<p>© October 31, 2023, Roger Basantes</p>
</footer>
</body>
</html>