Thi . Our Ticket Packages mps • Season Package: $95 Patron Package: $200 new • Single Speaker: $25 mil ops h yo it S the stor October s re David Brancaccio y a s d es in 2. ke Pa Pad Spe Guest speakers 2,8 November Andrew Ross Sorkin January Amy Chua February Scott Sampson Event change for November SJV Town Hall is pleased to announce the addition of award-winning author Andrew Ross Sorkin. The appearance of previously scheduled speaker, Greg Mortenson, has been postponed Ⓒ2022, San Joaquin Valley Town Hall, Fresno, CA 93755

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
I need this code to look like the image i provided
 
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>San Joaquin Valley Town Hall</title>
    <link rel="shortcut icon" href="images/favicon.ico">
    <link rel="stylesheet" href="styles/c09x_main.css">
    <link rel="stylesheet" href="styles/slicknav.css">
    <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
    <script src="js/jquery.slicknav.min.js"></script>
    <script type="text/javascript">
        $(document).ready(function(){
            $('#nav_menu').slicknav({prependTo:"#mobile_menu"});
        });
    </script>
</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>
    <nav id="mobile_menu"></nav>
    <nav id="nav_menu">
        <ul>
            <li><a href="index.html" class="current">Home</a></li>
            <li><a href="#">Speakers</a></li>
            <li><a href="#">Luncheons</a></li>
            <li><a href="#">Tickets</a></li>
            <li><a href="#">About Us</a>
                <ul>
                    <li><a href="#">Our History</a></li>
                    <li><a href="#">Board of Directors</a></li>
                    <li><a href="#">Past Speakers</a></li>
                    <li><a href="#">Contact Information</a></li>
                </ul>
            </li>
        </ul>
    </nav>
    <main>
        <section>
            <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>&ldquo;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.&rdquo;</blockquote>
           
            <h1>Speaker of the Month</h1>
            <article>
                <h2>Fossil Threads in the Web of Life</h2>
                <img src="images/sampson_dinosaur.jpg" alt="Scott Sampson with dinosaur">
                <h3>February<br>
                Scott Sampson</h3>
                <p>What's 75 million years old and brand spanking new? A teenage Utahceratops!
                Come to the Saroyan, armed with your best dinosaur roar, when Scott Sampson, Research
                Curator at the Utah Museum of Natural History, steps to the podium. Sampson's research
                has focused on the ecology and evolution of late Cretaceous dinosaurs and he has conducted
                fieldwork in a number of countries in Africa.</p>
                <p>
                    <a href="speakers/c7_sampson.html">Read more.</a>&nbsp;
                    <a href="media/sampson.mp4" target="_blank">Or play video.</a>
                </p>
            </article>
           
            <h2>Our Ticket Packages</h2>
            <ul>
                <li>Season Package: $95</li>
                <li>Patron Package: $200</li>
                <li>Single Speaker: $25</li>
            </ul>
        </section>
        <aside id="left">
            <h2>Guest speakers</h2>
            <div id="speakers">
                <h3>October<br><a href="speakers/c06x_brancaccio.html">David Brancaccio</a></h3>
                <img src="images/brancaccio75.jpg" alt="David Brancaccio photo">                
                <h3>November<br><a href="#">Andrew Ross Sorkin</a></h3>
                <img src="images/sorkin75.jpg" alt="Andrew Ross Sorkin photo">
                <h3>January<br><a href="#">Amy Chua</a></h3>
                <img src="images/chua75.jpg" alt="Amy Chua photo">                    
                <h3>February<br><a href="speakers/c07x_sampson.html">Scott Sampson</a></h3>
                <img src="images/sampson75.jpg" alt="Scott Sampson photo">                    
            </div>
        </aside>
        <aside id="right">
            <h2>Event change for November</h2>
            <p>SJV Town Hall is pleased to announce the addition of award-winning author Andrew Ross Sorkin.
            The appearance of previously scheduled speaker, Greg Mortenson, has been postponed.</p>
        </aside>            
    </main>
    <footer>
        <p>&copy; 2022, San Joaquin Valley Town Hall, Fresno, CA 93755</p>
    </footer>
</body>
</html>
ker of the Month
I Th
ry
amp
5 mil
g new
atops
ith yo
cott S
at the
Histor
is re
pgy a
us d
les in
re
cke
Pad
Spe
22, :
Our Ticket Packages
• Season Package: $95
• Patron Package: $200
• Single Speaker: $25
Guest speakers
October
David Brancaccio
November
Andrew Ross Sorkin
postponed.
January
Amy Chua
February
Scott Sampson
Event change for November
SJV Town Hall is pleased to announce the addition of award-winning author Andrew
Ross Sorkin. The appearance of previously scheduled speaker. Greg Mortenson, has
been postponed
© 2022, San Joaquin Valley Town Hall, Fresno, CA 93755
Transcribed Image Text:ker of the Month I Th ry amp 5 mil g new atops ith yo cott S at the Histor is re pgy a us d les in re cke Pad Spe 22, : Our Ticket Packages • Season Package: $95 • Patron Package: $200 • Single Speaker: $25 Guest speakers October David Brancaccio November Andrew Ross Sorkin postponed. January Amy Chua February Scott Sampson Event change for November SJV Town Hall is pleased to announce the addition of award-winning author Andrew Ross Sorkin. The appearance of previously scheduled speaker. Greg Mortenson, has been postponed © 2022, San Joaquin Valley Town Hall, Fresno, CA 93755
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY