<html>
                            <head>
                                
            <style>
                .ck-content .table {
                    width: 100%;
                }
                .ck-content table {
                    border-collapse: collapse;
                    width: 100%
                }
                .ck-content td {
                    border: 1px solid #bfbfbf;
                }

            </style>
                                
            <style>
                /**
                 * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
                 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
                 */
                :root {
                    --ck-color-mention-background: rgba(153, 0, 48, .1);
                    --ck-color-mention-text: #990030
                }

                .ck-content .mention {
                    background: var(--ck-color-mention-background);
                    color: var(--ck-color-mention-text)
                }

                .ck-content code {
                    background-color: hsla(0, 0%, 78%, .3);
                    border-radius: 2px;
                    padding: .15em
                }

                .ck-content blockquote {
                    border-left: 5px solid #ccc;
                    font-style: italic;
                    margin-left: 0;
                    margin-right: 0;
                    overflow: hidden;
                    padding-left: 1.5em;
                    padding-right: 1.5em
                }

                .ck-content[dir=rtl] blockquote {
                    border-left: 0;
                    border-right: 5px solid #ccc
                }

                .ck-content pre {
                    background: hsla(0, 0%, 78%, .3);
                    border: 1px solid #c4c4c4;
                    border-radius: 2px;
                    color: #353535;
                    direction: ltr;
                    font-style: normal;
                    min-width: 200px;
                    padding: 1em;
                    tab-size: 4;
                    text-align: left;
                    white-space: pre-wrap
                }

                .ck-content pre code {
                    background: unset;
                    border-radius: 0;
                    padding: 0
                }

                .ck-content .text-tiny {
                    font-size: .7em
                }

                .ck-content .text-small {
                    font-size: .85em
                }

                .ck-content .text-big {
                    font-size: 1.4em
                }

                .ck-content .text-huge {
                    font-size: 1.8em
                }

                :root {
                    --ck-highlight-marker-yellow: #fdfd77;
                    --ck-highlight-marker-green: #62f962;
                    --ck-highlight-marker-pink: #fc7899;
                    --ck-highlight-marker-blue: #72ccfd;
                    --ck-highlight-pen-red: #e71313;
                    --ck-highlight-pen-green: #128a00
                }

                .ck-content .marker-yellow {
                    background-color: var(--ck-highlight-marker-yellow)
                }

                .ck-content .marker-green {
                    background-color: var(--ck-highlight-marker-green)
                }

                .ck-content .marker-pink {
                    background-color: var(--ck-highlight-marker-pink)
                }

                .ck-content .marker-blue {
                    background-color: var(--ck-highlight-marker-blue)
                }

                .ck-content .pen-red {
                    background-color: transparent;
                    color: var(--ck-highlight-pen-red)
                }

                .ck-content .pen-green {
                    background-color: transparent;
                    color: var(--ck-highlight-pen-green)
                }

                .ck-content hr {
                    background: #dedede;
                    border: 0;
                    height: 4px;
                    margin: 15px 0
                }

                :root {
                    --ck-color-image-caption-background: #f7f7f7;
                    --ck-color-image-caption-text: #333
                }

                .ck-content .image>figcaption {
                    background-color: var(--ck-color-image-caption-background);
                    caption-side: bottom;
                    color: var(--ck-color-image-caption-text);
                    display: table-caption;
                    font-size: .75em;
                    outline-offset: -1px;
                    padding: .6em;
                    word-break: break-word
                }

                @media (forced-colors:active) {
                    .ck-content .image>figcaption {
                        background-color: unset;
                        color: unset
                    }
                }

                .ck-content img.image_resized {
                    height: auto
                }

                .ck-content .image.image_resized {
                    box-sizing: border-box;
                    display: block;
                    max-width: 100%
                }

                .ck-content .image.image_resized img {
                    width: 100%
                }

                .ck-content .image.image_resized>figcaption {
                    display: block
                }

                :root {
                    --ck-image-style-spacing: 1.5em;
                    --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing)/2)
                }

                .ck-content .image.image-style-block-align-left,
                .ck-content .image.image-style-block-align-right {
                    max-width: calc(100% - var(--ck-image-style-spacing))
                }

                .ck-content .image.image-style-align-left,
                .ck-content .image.image-style-align-right {
                    clear: none
                }

                .ck-content .image.image-style-side {
                    float: right;
                    margin-left: var(--ck-image-style-spacing);
                    max-width: 50%
                }

                .ck-content .image.image-style-align-left {
                    float: left;
                    margin-right: var(--ck-image-style-spacing)
                }

                .ck-content .image.image-style-align-right {
                    float: right;
                    margin-left: var(--ck-image-style-spacing)
                }

                .ck-content .image.image-style-block-align-right {
                    margin-left: auto;
                    margin-right: 0
                }

                .ck-content .image.image-style-block-align-left {
                    margin-left: 0;
                    margin-right: auto
                }

                .ck-content .image-style-align-center {
                    margin-left: auto;
                    margin-right: auto
                }

                .ck-content .image-style-align-left {
                    float: left;
                    margin-right: var(--ck-image-style-spacing)
                }

                .ck-content .image-style-align-right {
                    float: right;
                    margin-left: var(--ck-image-style-spacing)
                }

                .ck-content p+.image.image-style-align-left,
                .ck-content p+.image.image-style-align-right,
                .ck-content p+.image.image-style-side {
                    margin-top: 0
                }

                .ck-content .image-inline.image-style-align-left,
                .ck-content .image-inline.image-style-align-right {
                    margin-bottom: var(--ck-inline-image-style-spacing);
                    margin-top: var(--ck-inline-image-style-spacing)
                }

                .ck-content .image-inline.image-style-align-left {
                    margin-right: var(--ck-inline-image-style-spacing)
                }

                .ck-content .image-inline.image-style-align-right {
                    margin-left: var(--ck-inline-image-style-spacing)
                }

                .ck-content .image {
                    clear: both;
                    display: table;
                    margin: .9em auto;
                    min-width: 50px;
                    text-align: center
                }

                .ck-content .image img {
                    display: block;
                    height: auto;
                    margin: 0 auto;
                    max-width: 100%;
                    min-width: 100%
                }

                .ck-content .image-inline {
                    align-items: flex-start;
                    display: inline-flex;
                    max-width: 100%
                }

                .ck-content .image-inline picture {
                    display: flex
                }

                .ck-content .image-inline img,
                .ck-content .image-inline picture {
                    flex-grow: 1;
                    flex-shrink: 1;
                    max-width: 100%
                }

                .ck-content ol {
                    list-style-type: decimal
                }

                .ck-content ol ol {
                    list-style-type: lower-latin
                }

                .ck-content ol ol ol {
                    list-style-type: lower-roman
                }

                .ck-content ol ol ol ol {
                    list-style-type: upper-latin
                }

                .ck-content ol ol ol ol ol {
                    list-style-type: upper-roman
                }

                .ck-content ul {
                    list-style-type: disc
                }

                .ck-content ul ul {
                    list-style-type: circle
                }

                .ck-content ul ul ul,
                .ck-content ul ul ul ul {
                    list-style-type: square
                }

                :root {
                    --ck-todo-list-checkmark-size: 16px
                }

                .ck-content .todo-list {
                    list-style: none
                }

                .ck-content .todo-list li {
                    margin-bottom: 5px;
                    position: relative
                }

                .ck-content .todo-list li .todo-list {
                    margin-top: 5px
                }

                .ck-content .todo-list .todo-list__label>input {
                    -webkit-appearance: none;
                    border: 0;
                    display: inline-block;
                    height: var(--ck-todo-list-checkmark-size);
                    left: -25px;
                    margin-left: 0;
                    margin-right: -15px;
                    position: relative;
                    right: 0;
                    vertical-align: middle;
                    width: var(--ck-todo-list-checkmark-size)
                }

                .ck-content[dir=rtl] .todo-list .todo-list__label>input {
                    left: 0;
                    margin-left: -15px;
                    margin-right: 0;
                    right: -25px
                }

                .ck-content .todo-list .todo-list__label>input:before {
                    border: 1px solid #333;
                    border-radius: 2px;
                    box-sizing: border-box;
                    content: ";
                    display: block;
                    height: 100%;
                    position: absolute;
                    transition: box-shadow .25s ease-in-out;
                    width: 100%
                }

                @media (prefers-reduced-motion:reduce) {
                    .ck-content .todo-list .todo-list__label>input:before {
                        transition: none
                    }
                }

                .ck-content .todo-list .todo-list__label>input:after {
                    border-color: transparent;
                    border-style: solid;
                    border-width: 0 calc(var(--ck-todo-list-checkmark-size)/8) calc(var(--ck-todo-list-checkmark-size)/8) 0;
                    box-sizing: content-box;
                    content: ";
                    display: block;
                    height: calc(var(--ck-todo-list-checkmark-size)/2.6);
                    left: calc(var(--ck-todo-list-checkmark-size)/3);
                    pointer-events: none;
                    position: absolute;
                    top: calc(var(--ck-todo-list-checkmark-size)/5.3);
                    transform: rotate(45deg);
                    width: calc(var(--ck-todo-list-checkmark-size)/5.3)
                }

                .ck-content .todo-list .todo-list__label>input[checked]:before {
                    background: #26ab33;
                    border-color: #26ab33
                }

                .ck-content .todo-list .todo-list__label>input[checked]:after {
                    border-color: #fff
                }

                .ck-content .todo-list .todo-list__label .todo-list__label__description {
                    vertical-align: middle
                }

                .ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
                    position: absolute
                }

                .ck-content .media {
                    clear: both;
                    display: block;
                    margin: .9em 0;
                    min-width: 15em
                }

                .ck-content .page-break {
                    align-items: center;
                    clear: both;
                    display: flex;
                    justify-content: center;
                    padding: 5px 0;
                    position: relative
                }

                .ck-content .page-break:after {
                    border-bottom: 2px dashed #c4c4c4;
                    content: ";
                    position: absolute;
                    width: 100%
                }

                .ck-content .page-break__label {
                    background: #fff;
                    border: 1px solid #c4c4c4;
                    border-radius: 2px;
                    box-shadow: 2px 2px 1px rgba(0, 0, 0, .15);
                    color: #333;
                    display: block;
                    font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
                    font-size: .75em;
                    font-weight: 700;
                    padding: .3em .6em;
                    position: relative;
                    text-transform: uppercase;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    z-index: 1
                }

                @media print {
                    .ck-content .page-break {
                        padding: 0
                    }

                    .ck-content .page-break:after {
                        display: none
                    }

                    .ck-content :has(+.page-break) {
                        margin-bottom: 0
                    }
                }

                .ck-content[dir=rtl] .table th {
                    text-align: right
                }

                .ck-content[dir=ltr] .table th {
                    text-align: left
                }

                .ck-content figure.table:not(.layout-table) {
                    display: table
                }

                .ck-content figure.table:not(.layout-table)>table {
                    height: 100%;
                    width: 100%
                }

                .ck-content .table:not(.layout-table) {
                    margin: .9em auto
                }

                .ck-content figure.table:not(.layout-table)>table,
                .ck-content table.table:not(.layout-table) {
                    border: 1px double #b3b3b3;
                    border-collapse: collapse;
                    border-spacing: 0
                }

                .ck-content figure.table:not(.layout-table)>table>tbody>tr>th,
                .ck-content figure.table:not(.layout-table)>table>thead>tr>th,
                .ck-content table.table:not(.layout-table)>tbody>tr>th,
                .ck-content table.table:not(.layout-table)>thead>tr>th {
                    background: rgba(0, 0, 0, .05);
                    font-weight: 700
                }

                .ck-content figure.table:not(.layout-table)>table>tbody>tr>td,
                .ck-content figure.table:not(.layout-table)>table>tbody>tr>th,
                .ck-content figure.table:not(.layout-table)>table>thead>tr>td,
                .ck-content figure.table:not(.layout-table)>table>thead>tr>th,
                .ck-content table.table:not(.layout-table)>tbody>tr>td,
                .ck-content table.table:not(.layout-table)>tbody>tr>th,
                .ck-content table.table:not(.layout-table)>thead>tr>td,
                .ck-content table.table:not(.layout-table)>thead>tr>th {
                    border: 1px solid #bfbfbf;
                    min-width: 2em;
                    padding: .4em
                }

                @media print {
                    .ck-content figure.table>table {
                        height: auto
                    }
                }

                .ck-content figure.table.layout-table,
                .ck-content table.table.layout-table {
                    margin-bottom: 0;
                    margin-top: 0
                }

                .ck-content figure.table.layout-table>table,
                .ck-content table.table.layout-table {
                    border-spacing: 0
                }

                :root {
                    --ck-color-selector-caption-background: #f7f7f7;
                    --ck-color-selector-caption-text: #333
                }

                .ck-content .table>figcaption {
                    background-color: var(--ck-color-selector-caption-background);
                    caption-side: top;
                    color: var(--ck-color-selector-caption-text);
                    display: table-caption;
                    font-size: .75em;
                    outline-offset: -1px;
                    padding: .6em;
                    text-align: center;
                    word-break: break-word
                }

                @media (forced-colors:active) {
                    .ck-content .table>figcaption {
                        background-color: unset;
                        color: unset
                    }
                }

                .ck-content .table .ck-table-resized {
                    table-layout: fixed
                }

                .ck-content .table td,
                .ck-content .table th {
                    overflow-wrap: break-word
                }
            </style>
                            </head>
                            <body style="font-family: Arial; background-color: #eeeeee;"><center><table width="90%" cellspacing="0" cellpadding="0"><tr><td style="border: 1px solid #aaaaaa;"><table width="100%" style="background-color: #ffffff;" cellspacing="2" cellpadding="10">
                            <tr><td colspan="3" style="background-color: #efefef;"><img src="https://ca-sfu-psv.edupoint.com//images/SM/PVUE.png"></td></tr>
                            <tr><td colspan="3" style="background-color: #efefef;">Message sent from San Francisco</td></tr>
                            
                            <tr><td colspan="3"> </td></tr>
                            
                                            
                                            
                                            <tr><td colspan="3">
                                                <div style="font-size: 16pt;">
                                                    <b>Message From:</b> Sara Hernandez-Tax<br>
                                                    <b>Context:</b> Grades: 6, 7, 8 (Frances Ladue)<br>
                                                    <b>Subject:</b> Family Bulletin May 4, 2026
                                                </div>
                                            </td></tr>
                                            <tr><td class="ck-content" colspan="3">
                                                <figure class="table" style="float:left;width:540pt;"><table style=";"><tbody><tr><td style="border:1pt solid #000000;padding:5pt;vertical-align:top;"><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>General School Information</strong></span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;">-<strong> 2025-26 School Year Academic Calendar</strong></span><a href="https://drive.google.com/file/d/1Zu3XmotsMkdDtc6PuIwe9fsu-NsGSqn0/view"><span style="background-color:transparent;color:#000000;"> </span><span style="background-color:transparent;color:#0000ff;">English,</span></a><a href="https://drive.google.com/file/d/1HgORzzs26-OVSl4gNCNl8vwpHwvQtK28/view"><span style="background-color:transparent;color:#0000ff;"> Spanish,</span></a><a href="https://drive.google.com/file/d/11BY-cs16onS7hKD1zUknk6nBnJYE4pAY/view"><span style="background-color:transparent;color:#0000ff;"> Chinese</span></a></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;">- <strong>Second grading period, Spring Semester: </strong>Starts 03/16 - 6/10 = 56 days (5 day school extension due to teacher strike)</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;">-<strong> Hoover school website</strong> -</span><a href="https://www.sfusd.edu/school/herbert-hoover-middle-school"><span style="background-color:transparent;color:#1155cc;"> click here</span></a></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>- Hawk News-</strong></span><a href="https://docs.google.com/presentation/d/1OyT82tTO_alN-ReOD_VTqkw36BlJ6lwwZfbHdD4gFvI/edit?usp=sharing"><span style="background-color:transparent;color:#1155cc;"><u> </u></span></a><a href="https://docs.google.com/presentation/d/1mFz90qjhdn6pxqeftvwt7GwMMBdnIbz11lR12Qa9n4k/edit?usp=sharing"><span style="background-color:transparent;color:#1155cc;"><u>Click the link</u></span></a></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>- Hoover Swag is now on sale!</strong></span><a href="https://docs.google.com/forms/d/18fDbXwBFEvbQqg0514xXcLfitVu5aJ0VwqYt5Qgy2uU/edit"><span style="background-color:transparent;color:#0000ff;"><strong> </strong><u>place your order</u>,</span></a><span style="background-color:transparent;color:#000000;"> pay using cash or PayPal.  </span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;">-<strong> Order 2025-2026 yearbook:</strong> </span><a href="http://treering.com"><span style="background-color:transparent;color:#1155cc;"><u>Treering.com</u></span></a><span style="background-color:transparent;color:#000000;">, use school passcode: 1015361193162244</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>- Family liaisons contact:</strong> Kent Lau, Chinese bilingual kent.lau@bacr.org, WeChat or Cell 415-592- 4220 & Sara Hernandez-Tax, Spanish bilingual hernandez-taxs@sfusd.edu, 415-370-4559 </span></p><p><br> </p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>School Events Information</strong></span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;">-</span><span style="background-color:transparent;color:#222222;"><strong>Concert season continues: </strong></span><span style="background-color:transparent;color:#000000;">Chorus Spring Concert - Friday, May 8, 2026 in the auditorium.</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>- It's Teacher Appreciation Week!</strong> We're celebrating our amazing teachers this Wednesday (4/6) and are looking for food donations to help show our gratitude. If you're able to contribute, please drop items off at the main office anytime on Wednesday. Thank you for helping make the day special!</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#222222;">-<strong> 6th and 7th graders - library books are due at the end of the year.</strong>  We have over 500 overdue library books. Please email Heather </span><a href="mailto:Rothush@sfusd.edu"><span style="background-color:transparent;color:#1155cc;"><u>Rothush@sfusd.edu</u></span></a><span style="background-color:transparent;color:#222222;"> with questions or concerns.</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>- First Annual Sports Ceremony</strong>- postponed more details to come.</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#222222;"><strong>- Beacon Summer Program: </strong></span><span style="background-color:transparent;color:#000000;"> now accepting summer applications for incoming 6th to 9th graders for Summer 2026! 5-week summer program. Last day of registration is May 15th, 2026 or when spots are filled. Registration for the program is paperless and can be accessed through the link below. <i>Please follow these steps to apply for Sunset Beacons Summer Program:</i><strong><u> </u></strong>1) Go to Application Website:</span><a href="https://bacr.my.site.com/afterschool/s/"><span style="background-color:transparent;color:#1155cc;"><u>https://bacr.my.site.com/afterschool/s/</u></span></a><span style="background-color:transparent;color:#000000;"> 2) Create an Account (Please log in if you have already have an account) 3) Select "New Registration" 4) Select ONE of the schools listed below, 'Summer 2026' AP Giannini Middle School (SFUSD) Hoover Middle (SFUSD)</span></p><p><br> </p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong> 8th Grade Announcements — Mark Your Calendars!</strong></span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><i>Our 8th graders are enjoying the final stretch of middle school, and there's lots of excitement ahead! This last month will have fun activities and special events just for them. Mark your calendars and sign up for as many events as you can— Students must submit/meet all requirements of 8th grade contract to attend the picnic and social.</i></span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>- Overdue library books:</strong>  must be returned by <strong>May 13, 2026</strong>. Students who do not return books by this date may not be able to participate in upcoming 8th grade activities. Please encourage your 8th grader to return any outstanding materials as soon as possible. </span><span style="background-color:transparent;color:#222222;">Please email Ms. Heather </span><a href="mailto:Rothush@sfusd.edu"><span style="background-color:transparent;color:#1155cc;"><u>Rothush@sfusd.edu</u></span></a><span style="background-color:transparent;color:#222222;"> with questions or concerns.</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>- 8th Grade Hawks + Picnic: </strong>Friday, May 22, 2026 Golden Gate Park in Lindley Meadow, 9:30-4pm</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;">Permission slip will be sent home with the student.</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>- 8th grade Social- Hawk Games:</strong> Friday, May 27, 2026, 2:30-5pm, Upper Yard at Hoover.</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>- 8th grade promotion- </strong>Monday, June 1, 2026 at 10am, Location: Archbishop Riordan High School Gymnasium, 175 Frida Kahlo Way, SF, CA</span></p><p><br> </p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>Community Event</strong></span></p><p style="margin-left:-4.5pt;"><a href="https://www.creativityexplored.org/camp-imaginate"><span style="background-color:transparent;color:#1155cc;"><strong><u>Camp Imaginate</u></strong></span></a><span style="background-color:transparent;color:#222222;">! open to youth grades 6-12, with a special focus on <u>young people with disabilities</u>. It runs from Monday-Friday, 8:30am-3:00pm in SF's Mission District, with sliding scale and low cost options available. Camp highlights: <strong>Accessibility and Inclusion: </strong>Camp Imaginate is welcoming to all youth including those with disabilities and English learners. <strong>Aligned with Standards: </strong>Our curriculum is grounded in arts and language arts standards, ensuring educational excellence. We offer many art mediums including painting, drawing, ceramics, fiber arts, digital media, and more! <strong>Social Emotional Learning: </strong>We offer social emotional learning and help youth set goals, so they can thrive personally and creatively. <strong>Wellness Activities: </strong>Daily wellness and movement activities, such as yoga and dance, promote holistic well-being. <strong>Local Exploration: </strong>Campers take field trips to local parks, galleries, and museums to spark new ideas and experiences.You can learn more at </span><a href="http://campimaginate.org/"><span style="background-color:transparent;color:#1155cc;"><u>campimaginate.org</u></span></a><span style="background-color:transparent;color:#222222;">. Ask for - Sophia, the Youth and Community Programs Coordinator at Creativity Explored</span></p><p><br> </p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>Upcoming Dates:</strong> details to come  </span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;">Band Spring Concert - Friday, May 15, 2026</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;">Memorial Day, Monday, May 25, 2026</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;">Last day of School- June 10, 2026</span></p><p><br> </p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#222222;"><strong>Message from your PTO (Hoover Hawk Families)</strong></span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#222222;"><strong>-</strong></span><span style="background-color:transparent;color:#000000;"><i><strong>Teacher Appreciation Week is May 4-8 </strong></i> </span><span style="background-color:transparent;color:#222222;">We'd love your help showing our gratitude! On Wednesday May 6, please consider dropping off individually wrapped snacks or drinks at the front office (8:30am-2pm) to treat our amazing teachers and staff during this special week. Every little bit helps—thank you!  (SIGN-UPS are OPTIONAL) </span><a href="https://www.signupgenius.com/go/60B0A4FA4A92CABF94-61382760-welcome"><span style="background-color:transparent;color:#1155cc;"><strong><u>Link to Sign-Up Genius Snacks May 6</u></strong></span></a></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>- 2026 Hoover Spring Mixer... </strong></span><span style="background-color:transparent;color:#ff0000;"> </span><span style="background-color:transparent;color:#000000;">More details in Links below! <i><strong>Join the Fun with our Hoover Community (Adults 21+) </strong>When? Thursday May 21, 2026 *5-9pm* Where? The Halfway Club 1166 Geneva Avenue, San Francisco, CA 94112 Tickets are $35 each<strong>. </strong></i></span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>**SPONSOR a Mixer ticket for Hoover Teacher/Staff or Community Member**</strong></span></p><p style="margin-left:-4.5pt;"><a href="https://docs.google.com/forms/d/e/1FAIpQLSdVV4BVjvSB9LVMPJIfryqs3OMclz9YUt7r6obbPYbm1v2zGg/viewform?usp=publish-editor"><span style="background-color:transparent;color:#1155cc;"><strong><u>LINK to Register/Sponsor Spring Mixer Tickets</u></strong></span></a></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><i><strong>**DONATE ITEMS to our Fundraising Raffle** </strong></i></span><a href="https://docs.google.com/forms/d/e/1FAIpQLSc_87F6pl_gGsVmYPVG_NThMEunsKKz7MOOvl1oaBExbCQP0w/viewform?usp=publish-editor"><span style="background-color:transparent;color:#1155cc;"><strong><u>LINK to Donate Items for Raffle</u></strong></span></a></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#1155cc;"><strong>-</strong></span><span style="background-color:transparent;color:#222222;"><i><strong>8th Grade End-of-Year Events </strong></i>The 8th Grade End-of-Year Events Team would love your help! We're planning the picnic, social, and graduation, and welcome any support. </span><span style="background-color:transparent;color:#000000;"><i>ie. Donations, Chaperones, Games, Food Serving, Set-up and Clean-up. All parents (6-8 grades) are invited to volunteer.</i></span><span style="background-color:transparent;color:#222222;"><i>  </i><strong> If you're interested in getting involved, please reach out to Ms. Heather at </strong></span><span style="background-color:transparent;color:#1155cc;"><strong>rothaush@sfusd.edu </strong></span><span style="background-color:transparent;color:#222222;"><strong>  </strong></span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>-Are you interested in becoming a member of the 2026-27 Hoover Hawk Families PTO Board??</strong></span></p><p><span style="background-color:transparent;color:#000000;">We are looking for the following for next year's Hoover PTO Board: PTO Co-President (with our current president staying on for support), PTO Secretary, PTO Board Member. **<strong> </strong>Any adult in our Hoover Community is able to nominate yourself or a fellow Hoover parent or care-giver. Please fill out the form below if you are interested!  </span><a href="https://forms.gle/HatRTzfTfc2HHvzr6"><span style="background-color:transparent;color:#000000;"><strong>2026-27 PTO Officer Nomination Form</strong></span></a></p><p><span style="background-color:transparent;color:#000000;"><strong>- THANK YOU FOR YOUR DONATIONS HOOVER COMMUNITY!</strong> <strong> PayPal link: </strong></span><a href="http://www.paypal.me/HooverHawkFamilies"><span style="background-color:transparent;color:#1155cc;"><strong>www.paypal.me/HooverHawkFamilies</strong></span></a><span style="background-color:transparent;color:#222222;"><strong><u> </u></strong>or <strong>Zelle: </strong></span><span style="background-color:transparent;color:#3c4043;"><strong>hooverhawkfamilies@gmail.com</strong></span><span style="background-color:transparent;color:#1155cc;"> </span><span style="background-color:transparent;color:#222222;">or a <strong>Check to: </strong></span><span style="background-color:transparent;color:#3c4043;"><strong>Hoover</strong></span><span style="background-color:transparent;color:#222222;"><strong> Hawk Families</strong> (turn in Front-Office with contact information) Please NOTE: "General PTO" (helps with our accounting, Thank you!)</span></p><p><span style="background-color:transparent;color:#222222;">- Have a Question:  Email us:  </span><span style="background-color:transparent;color:#0000ff;">Hooverhawkfamilies@gmail.com  </span></p></td></tr><tr><td style="border:1pt solid #000000;padding:5pt;vertical-align:top;"><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;"><strong>學校基本資訊</strong></span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">- <strong>2025-2026 學年校曆</strong>(</span><a href="https://drive.google.com/file/d/1Zu3XmotsMkdDtc6PuIwe9fsu-NsGSqn0/view"><span style="background-color:transparent;color:#1155cc;"><u>英文</u></span></a><span style="background-color:transparent;color:#3c4043;">、</span><a href="https://drive.google.com/file/d/1HgORzzs26-OVSl4gNCNl8vwpHwvQtK28/view"><span style="background-color:transparent;color:#1155cc;"><u>西班牙文</u></span></a><span style="background-color:transparent;color:#3c4043;">、</span><a href="https://drive.google.com/file/d/11BY-cs16onS7hKD1zUknk6nBnJYE4pAY/view"><span style="background-color:transparent;color:#1155cc;"><u>中文</u></span></a><span style="background-color:transparent;color:#3c4043;">)</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">- <strong>第二學期(春季學期)</strong>:3月16日至6月10日,共56天(因教師罷課延長5天)</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">- <strong>胡佛學校網站</strong> - 點擊</span><a href="https://www.sfusd.edu/school/herbert-hoover-middle-school"><span style="background-color:transparent;color:#1155cc;"><u>此處</u></span></a></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">- <strong>鷹報</strong> - </span><a href="https://docs.google.com/presentation/d/1mFz90qjhdn6pxqeftvwt7GwMMBdnIbz11lR12Qa9n4k/edit?usp=sharing"><span style="background-color:transparent;color:#1155cc;"><u>點擊此處</u></span></a></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">- <strong>胡佛學校週邊產品現已開售!</strong>歡迎</span><a href="https://docs.google.com/forms/d/18fDbXwBFEvbQqg0514xXcLfitVu5aJ0VwqYt5Qgy2uU/edit"><span style="background-color:transparent;color:#1155cc;"><u>訂購</u></span></a><span style="background-color:transparent;color:#3c4043;">,可使用現金或PayPal付款。</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">- <strong>訂購2025-2026學年年鑑:</strong>請造訪Treering.com,使用學校密碼:1015361193162244</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">- <strong>家長聯絡人:</strong>Kent Lau,中文雙語,信箱:kent.lau@bacr.org,微信或手機:415-592-4220;Sara Hernandez-Tax,西班牙語雙語,信箱:</span><a href="mailto:hernandez-taxs@sfusd.edu"><span style="background-color:transparent;color:#1155cc;"><u>hernandez-taxs@sfusd.edu</u></span></a><span style="background-color:transparent;color:#3c4043;">,電話:415-370-4559</span></p><p style="margin-left:-4.5pt;"> </p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;"><strong>學校活動資訊</strong></span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;"><strong>- 音樂季繼續:</strong>合唱團春季音樂會 - 2026年5月8日,星期五,在禮堂舉行。</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;"><strong>- 本周是教師節!</strong>我們將在本週三(4月6日)慶祝我們優秀的老師們,並徵集食物捐贈以表達我們的感激之情。如果您能夠捐贈,請在週三任何時間將物品送到主辦公室。感謝您讓這一天更加特別!</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;"><strong>- SBAC補考:</strong>週二下午輔導課程在食堂進行</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;"><strong>- 音樂季將於下週拉開序幕,</strong>管弦樂音樂會將於5月1日(週五)晚上7:30舉行,我們期待您的光臨。</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">- <strong>2026年春季藝術展</strong> - 2026年4月30日(星期四)下午5點至7點在禮堂大廳/藝廊舉行。歡迎前來支持胡佛藝術系學生。現場將提供小吃、飲料等。</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">- <strong>六年級和七年級學生請注意</strong>:圖書館圖書將於年底到期。目前逾期圖書超過500本。如有任何疑問或擔憂,請發送電子郵件至Heather Rothush@sfusd.edu。</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">- <strong>首屆年度運動會頒獎典禮 </strong>- 延期舉行,更多詳情稍後公佈。</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">- <strong>Beacon暑期計畫:現已接受2026年暑期計畫申請</strong>,對象為即將升上六年級至升九年級的學生!該計畫為期五週。報名截止日期為2026年5月15日,或額滿為止。項目報名採無紙化方式,可透過以下連結進行。請依照以下步驟申請日落燈塔暑期計畫:1)造訪申請網站:https://bacr.my.site.com/afterschool/s/ 2)建立帳戶(如果您已有帳戶,請登入)3)選擇「新使用者註冊」 4)選擇以下學校之一,選擇「2026年夏季」:AP Giannini 中學(舊金山聯合學區)或 Hoover 中學</span></p><p style="margin-left:-4.5pt;"> </p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;"><strong>八年級通知-請記下日期!</strong></span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">我們的八年級學生即將迎來中學生涯的最後階段,未來充滿精彩!最後一個月將舉辦一系列有趣的活動和特別節目,專為他們準備。請在日曆上做好標記,並盡可能報名參加活動——學生必須提交/滿足八年級學生合約的所有要求才能參加野餐和社交活動。</span></p><p style="margin-left:-4.5pt;"> </p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">- <strong>逾期未還的圖書館的圖書</strong>:必須在2026年5月13日之前歸還。未在此日期前歸還圖書的學生可能無法參加即將到來的八年級活動。請鼓勵您的八年級學生盡快歸還所有逾期未還的書籍資料。如有任何疑問或擔憂,請發送電子郵件至Heather Rothush女士的郵箱:</span><a href="mailto:Rothush@sfusd.edu"><span style="background-color:transparent;color:#1155cc;"><u>Rothush@sfusd.edu</u></span></a><span style="background-color:transparent;color:#3c4043;"> 。</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">- <strong>八年級畢業典禮</strong> - 2026年6月1日,地點待定。</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">- <strong>舊金山聯合學區 (SFUSD) 2026-27學年候補名單更新:</strong>自動候補名單:如果您被分配到的學校並非您的首選,您的孩子將自動進入最多三所排名更高的學校的候補名單。查詢狀態:登入 ParentVue,選擇學生,然後點擊「學生資訊/候補名單」即可查看目前學校、專業和候補名單位置。候補名單名額:滾動通知將於2026年4月20日開始。</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">- <strong>八年級雄鷹隊野餐:</strong>2026年5月22日,星期五,上午9:30至下午4:00,地點:金門公園林德利草甸。</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">家長同意書將隨學生帶回家。</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">- <strong>八年級社交活動-雄鷹隊遊戲:</strong>2026年5月27日,星期五,下午2:30至5:00,地點:胡佛樓上院。</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">- <strong>八年級畢業典禮:</strong>2026年6月1日,星期一,上午10:00,地點:</span><span style="background-color:transparent;color:#000000;">Archbishop Riordan High School Gymnasium, 175 Frida Kahlo Way, SF, CA</span></p><p style="margin-left:-4.5pt;"> </p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;"><strong>社區活動</strong></span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">「想像力營」(</span><a href="https://www.creativityexplored.org/camp-imaginate"><span style="background-color:transparent;color:#1155cc;"><u>Camp Imaginate!</u></span></a><span style="background-color:transparent;color:#3c4043;">)對6-12年級的青少年開放,尤其關注身心障礙青少年。營地位於舊金山米慎區,週一至週五上午8:30至下午3:00開放,提供靈活的收費標準和低價選項。營隊亮點:無障礙和包容性:「想像力營」歡迎所有青少年,包括殘障人士和英語學習者。符合標準:我們的課程以藝術和語言藝術標準為基礎,確保卓越的教育品質。我們提供多種藝術媒介,包括繪畫、素描、陶藝、纖維藝術、數位媒體等等!社交情緒學習:我們提供社交情緒學習,幫助青少年設定目標,進而促進他們的個人發展和創造力成長。健康活動:每日的健康和運動活動,例如瑜珈和舞蹈,促進身心健康。探索當地:營友將參觀當地的公園、畫廊和博物館,激發新的想法和體驗。您可以在</span><a href="http://campimaginate.org"><span style="background-color:transparent;color:#1155cc;"><u>campimaginate.org</u></span></a><span style="background-color:transparent;color:#3c4043;">上了解更多資訊。請聯絡創意探索中心的青年和社區計畫協調員索菲亞 (Sophia)。</span></p><p style="margin-left:-4.5pt;"> </p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;"><strong>近期活動安排:詳情待定</strong></span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">合唱團春季音樂會 - 2026年5月8日,星期五</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">管樂隊春季音樂會 - 2026年5月15日,星期五</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">陣亡將士紀念日 - 2026年5月25日,星期一</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">學期最後一天 - 2026年6月10日</span></p><p style="margin-left:-4.5pt;"> </p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;"><strong>來自家長教師聯誼會 (Hoover Hawk Families) 的問候</strong></span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;"><strong>教師節是5月4日至8日!</strong>我們非常希望您能幫助我們表達感激之情! 5月6日星期三,請您考慮將獨立包裝的零食或飲料送到前台(上午8:30至下午2:00),在這個特別的一周裡犒勞一下我們優秀的老師和員工。您的每一份心意都彌足珍貴-謝謝! (報名自願)</span><a href="https://www.signupgenius.com/go/60B0A4FA4A92CABF94-61382760-welcome"><span style="background-color:transparent;color:#1155cc;"><u>報名連結</u></span></a><span style="background-color:transparent;color:#3c4043;">:Genius Snacks 5月6日</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;"><strong>- 2026年胡佛春季聯誼會…</strong>更多詳情請點擊下方連結!加入我們胡佛社區的歡樂時光吧! (21歲以上成人)時間:2026年5月21日星期四 *下午5點至晚上9點* 地點:Halfway Club,地址:1166 Geneva Avenue, San Francisco, CA 94112 門票每張35美元。</span></p><p style="margin-left:-4.5pt;"> </p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;"><strong>**贊助胡佛學校教師/員工或社區成員的聯誼會門票**</strong></span></p><p style="margin-left:-4.5pt;"><a href="https://docs.google.com/forms/d/e/1FAIpQLSdVV4BVjvSB9LVMPJIfryqs3OMclz9YUt7r6obbPYbm1v2zGg/viewform?usp=publish-editor"><span style="background-color:transparent;color:#1155cc;"><strong><u>註冊/贊助春季聯誼會門票鏈接</u></strong></span></a></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;"><strong>**捐贈物品參與我們的籌款抽獎活動** </strong></span><a href="https://docs.google.com/forms/d/e/1FAIpQLSc_87F6pl_gGsVmYPVG_NThMEunsKKz7MOOvl1oaBExbCQP0w/viewform?usp=publish-editor"><span style="background-color:transparent;color:#1155cc;"><strong><u>捐贈抽獎物品鏈接</u></strong></span></a></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;"><strong>-八年級期末活動 </strong>八年級期末活動團隊需要您的幫助!我們正在規劃野餐、社交活動和畢業典禮,歡迎您的任何形式的支持,例如:捐贈物品、擔任監護人、組織遊戲、提供餐飲服務、場地佈置和清潔。歡迎所有家長(6-8年級)參與志工服務。<strong>如果您有興趣參與,</strong>請聯絡Heather女士,電子郵件:rothaush@sfusd.edu</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;"><strong>-您是否有興趣加入2026-2027學年胡佛鷹家庭家長教師聯誼會(PTO)理事會?</strong></span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;">我們正在為明年的胡佛小學家長教師聯誼會(PTO)理事會招募以下成員:PTO聯合主席(現任主席將繼續留任提供支援)、PTO秘書和PTO理事會成員。 **胡佛社區的任何成年人都可以提名自己或胡佛的其他家長或監護人。如果您有興趣,請填寫以下表格! 2026-2027學年PTO官員提名表</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;"><strong>- 感謝胡佛社區的捐贈!</strong>您可以透過<strong>PayPal連結</strong>:www.paypal.me/HooverHawkFamilies 或<strong>Zelle</strong>:hooverhawkfamilies@gmail.com 或<strong>支票</strong>(抬頭請寫:Hoover Hawk Families,請將支票連同聯絡方式一起交給學校前台)請注意:注行請寫上「General PTO」(這有助於我們的會計工作,謝謝!)</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#3c4043;"><strong>- 如有任何疑問,</strong>請發送電子郵件至:</span><a href="mailto:Hooverhawkfamilies@gmail.com"><span style="background-color:transparent;color:#1155cc;"><u>Hooverhawkfamilies@gmail.com</u></span></a><span style="background-color:transparent;color:#3c4043;"> </span></p></td></tr><tr><td style="border:1pt solid #000000;padding:5pt;vertical-align:top;"><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>Información general de la escuela</strong></span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;">-<strong>Calendario académico del año escolar 2025-26</strong></span><a href="https://drive.google.com/file/d/1Zu3XmotsMkdDtc6PuIwe9fsu-NsGSqn0/view"><span style="background-color:transparent;color:#000000;"> </span></a><a href="https://drive.google.com/file/d/1HgORzzs26-OVSl4gNCNl8vwpHwvQtK28/view"><span style="background-color:transparent;color:#0000ff;">Español</span></a></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;">-<strong>Segundo período de calificaciones, semestre de primavera: </strong>Inicia el 16/03 y finaliza el 10/06 = 56 días (extensión escolar de 5 días debido a una huelga de profesores)</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;">-<strong>Sitio web de la escuela Hoover</strong>-</span><a href="https://www.sfusd.edu/school/herbert-hoover-middle-school"><span style="background-color:transparent;color:#1155cc;"> <u>haga clic aquí</u></span></a></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>- Noticias de Hawk -</strong></span><a href="https://docs.google.com/presentation/d/1mFz90qjhdn6pxqeftvwt7GwMMBdnIbz11lR12Qa9n4k/edit?usp=sharing"><span style="background-color:transparent;color:#1155cc;"><u> haga clic aquí</u></span></a><span style="background-color:transparent;color:#000000;"> </span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>- ¡Los artículos Hoover Swag ya están a la venta!</strong></span><a href="https://docs.google.com/forms/d/18fDbXwBFEvbQqg0514xXcLfitVu5aJ0VwqYt5Qgy2uU/edit"><span style="background-color:transparent;color:#0000ff;"><strong> </strong><u>Haga su pedido</u></span></a><span style="background-color:transparent;color:#000000;"> para pagar con efectivo o PayPal.</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;">-<strong>Solicite su anuario escolar 2025-2026: </strong></span><a href="http://treering.com"><span style="background-color:transparent;color:#1155cc;"><u>Treering.com</u></span></a><span style="background-color:transparent;color:#000000;">, usar el código de acceso de la escuela: 1015361193162244</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>- Contacto de enlaces familiares: </strong>Kent Lau, bilingüe en chino kent.lau@bacr.org, WeChat o celular 415-592-4220 y Sara Hernandez-Tax, bilingüe en español hernandez-taxs@sfusd.edu, 415-370-4559</span></p><p> </p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>Información de eventos escolares</strong></span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>-La temporada de conciertos continúa: </strong>Concierto de Primavera del Coro — viernes 8 de mayo de 2026 en el auditorio.</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>-¡Es la Semana de Apreciación a los Maestros!</strong> Estamos celebrando a nuestros excelentes docentes este miércoles (6/4) y solicitamos donaciones de alimentos para expresar nuestro agradecimiento. Si le es posible contribuir, le pedimos que entregue los artículos en la oficina principal en cualquier momento durante el miércoles. ¡Gracias por ayudar a que este día sea especial!</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>-Estudiantes de 6.º y 7.º grado:</strong> los libros de la biblioteca deben devolverse al final del año escolar. Actualmente hay más de 500 libros atrasados. Por favor, envíen un correo electrónico a Heather, </span><span style="background-color:transparent;color:#222222;"> </span><a href="mailto:Rothush@sfusd.edu"><span style="background-color:transparent;color:#1155cc;"><u>Rothush@sfusd.edu</u></span></a><span style="background-color:transparent;color:#000000;"> si tienen preguntas o inquietudes.</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>- Primera ceremonia anual de deportes:</strong> pospuesta; se proporcionarán más detalles próximamente.</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>- Programa de Verano Beacon:</strong> Actualmente se están aceptando solicitudes para el verano de 2026 para estudiantes que ingresarán a 6.º a 9.º grado. El programa tiene una duración de 5 semanas. La fecha límite para inscribirse es el 15 de mayo de 2026 o hasta que se llenen los cupos. La inscripción al programa es completamente en línea y se puede acceder a través del siguiente enlace. Por favor, siga estos pasos para solicitar el Programa de Verano Sunset Beacon: 1) Visite el sitio web de solicitud:</span><a href="https://bacr.my.site.com/afterschool/s/"><span style="background-color:transparent;color:#000000;"> </span><span style="background-color:transparent;color:#1155cc;"><u>https://bacr.my.site.com/afterschool/s/</u></span></a><span style="background-color:transparent;color:#000000;"> 2) Cree una cuenta (o inicie sesión si ya tiene una) 3) Seleccione "Nueva inscripción" 4) Seleccione UNA de las siguientes escuelas y elija "Verano 2026": Escuela Intermedia Hoover (SFUSD)</span><br> </p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>Anuncios de 8.º grado —</strong> ¡Marquen sus calendarios!</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><i>Nuestros estudiantes de 8.º grado están disfrutando la etapa final de la escuela secundaria, y hay mucha emoción por delante. Este último mes contará con actividades divertidas y eventos especiales exclusivamente para ellos. Marquen sus calendarios e inscríbanse en tantos eventos como sea posible. Los estudiantes deberán cumplir con todos los requisitos del contrato de 8.º grado para poder asistir al picnic y al evento social.</i></span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>-Halcones de 8.º grado + Picnic:</strong> viernes 22 de mayo de 2026, en Golden Gate Park (Lindley Meadow), de 9:30 a. m. a 4:00 pm. La autorización será enviada a casa con el estudiante.</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>-Evento social de 8.º grado </strong>— Juegos de los Halcones: viernes 27 de mayo de 2026, de 2:30 p. m. a 5:00 p. m., en el patio superior de Hoover.</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>-Ceremonia de promoción de 8.º grado: </strong>lunes 1 de junio de 2026 a las 10:00 a. m., en el gimnasio de Archbishop Riordan High School, 175 Frida Kahlo Way, San Francisco, CA.</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>-Libros de la biblioteca atrasados:</strong> deben devolverse antes del 13 de mayo de 2026. Es posible que los estudiantes que no devuelvan los libros antes de esta fecha no puedan participar en las próximas actividades de 8.º grado. Por favor, motive a su estudiante de 8.º grado a devolver cualquier material pendiente lo antes posible.</span><br> </p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>Evento Comunitario</strong></span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>- ¡Campamento Imaginate! </strong>Abierto a jóvenes de los grados 6.º a 12.º, con un enfoque especial en jóvenes con discapacidades. Se lleva a cabo de lunes a viernes, de 8:30 a. m. a 3:00 p. m., en el Distrito de la Misión de San Francisco, con opciones de costo reducido y tarifas ajustadas según ingresos. <strong>Aspectos destacados del campamento: Accesibilidad e inclusión:</strong> Camp Imaginate da la bienvenida a todos los jóvenes, incluidos aquellos con discapacidades y estudiantes de inglés. <strong>Alineado con estándares:</strong> Nuestro currículo se basa en estándares de artes y artes del lenguaje, garantizando excelencia educativa. <strong>Variedad de medios artísticos:</strong> Ofrecemos múltiples disciplinas, incluyendo pintura, dibujo, cerámica, artes textiles, medios digitales y más <strong>Aprendizaje socioemocional:</strong> Brindamos apoyo en el desarrollo socioemocional y ayudamos a los jóvenes a establecer metas para que puedan prosperar personal y creativamente. <strong>Actividades de bienestar:</strong> Actividades diarias de bienestar y movimiento, como yoga y danza, promueven el bienestar integral. <strong>Exploración local:</strong> Los participantes realizan excursiones a parques, galerías y museos locales para inspirar nuevas ideas y experiencias. Para más información, visite: campimaginate.org Para consultas, comuníquese con Sophia, Coordinadora de Programas Juveniles y Comunitarios en Creativity Explored.</span></p><p style="margin-left:-4.5pt;"> </p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;"><strong>Próximas fechas: </strong>detalles por venir</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;">Concierto de primavera de la banda - Viernes 15 de mayo de 2026</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;">Día de los Caídos, lunes 25 de mayo de 2026</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#000000;">Último día de clases - 10 junio de 2026</span></p><p style="margin-left:-4.5pt;"> </p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#222222;"><strong>Mensaje de su PTO (Familias Hoover Hawk)</strong></span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#222222;"><strong>-La Semana de Apreciación a los Maestros se celebrará del 4 al 8 de mayo.</strong> ¡Nos encantaría contar con su apoyo para expresar nuestro agradecimiento! El miércoles 6 de mayo, le invitamos a considerar traer refrigerios o bebidas empaquetados individualmente y dejarlos en la oficina principal (de 8:30 a. m. a 2:00 p. m.) para consentir a nuestros excelentes maestros y personal durante esta semana especial. Cada aporte cuenta—¡muchas gracias! (Las inscripciones son opcionales). Enlace para registrarse en Sign-Up Genius: Snacks del 6 de mayo.</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#222222;">-Mezclador de Primavera 2026 de Hoover… ¡Más detalles en los enlaces a continuación! Acompáñenos a disfrutar con nuestra comunidad de Hoover (solo para adultos mayores de 21 años). <strong>¿Cuándo?</strong> Jueves 21 de mayo de 2026, de 5:00 p. m. a 9:00 p. m. <strong>¿Dónde?</strong> The Halfway Club, 1166 Geneva Avenue, San Francisco, CA 94112 Los boletos tienen un costo de $35 cada uno. <strong>PATROCINE</strong> un boleto para el evento para un maestro/a, miembro del personal o integrante de la comunidad de Hoover. Enlace para registrarse/patrocinar boletos del Mezclador de Primavera.<strong>DONE ARTÍCULOS</strong> para nuestra rifa de recaudación de fondos. Enlace para donar artículos para la rifa.</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#222222;"><strong>-Eventos de fin de año de 8.º grado:</strong> ¡El equipo de eventos de fin de año de 8.º grado agradecería mucho su apoyo! Estamos organizando el picnic, el evento social y la ceremonia de graduación, y damos la bienvenida a toda colaboración, como donaciones, acompañantes (chaperones), juegos, servicio de alimentos, montaje y limpieza.Se invita a todos los padres de familia (grados 6.º a 8.º) a participar como voluntarios.Si está interesado(a) en colaborar, por favor comuníquese con la Sra. Heather en rothaush@sfusd.edu.</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#222222;"><strong>-¿Está interesado en formar parte de la Junta Directiva del PTO de Familias Hoover Hawk 2026-27? </strong>Estamos buscando candidatos para los siguientes puestos en la Junta del PTO de Hoover para el próximo año escolar: Co-Presidente(a) del PTO (con nuestro actual presidente permaneciendo para brindar apoyo), Secretario(a) del PTO y Miembro de la Junta del PTO. Cualquier adulto de nuestra comunidad de Hoover puede nominarse a sí mismo o a otro padre, madre o cuidador(a) de Hoover.Si está interesado(a), por favor complete el formulario a continuación: Formulario de nominación de oficiales del PTO 2026-27</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#222222;"><strong>-¡GRACIAS POR SUS DONACIONES, COMUNIDAD DE HOOVER!</strong> Enlace de PayPal: </span><a href="http://www.paypal.me/HooverHawkFamilies"><span style="background-color:transparent;color:#1155cc;"><u>www.paypal.me/HooverHawkFamilies</u></span></a><span style="background-color:transparent;color:#222222;"> Zelle: hooverhawkfamilies@gmail.com O cheque a nombre de: Hoover Hawk Families (entregar en la oficina principal con su información de contacto). Por favor, TENGA EN CUENTA: indique "General PTO" (esto nos ayuda con la contabilidad. ¡Gracias!).</span></p><p style="margin-left:-4.5pt;"><span style="background-color:transparent;color:#222222;">- <strong>¿Tiene alguna pregunta?</strong> Escríbanos al correo electrónico: hooverhawkfamilies@gmail.com</span></p></td></tr></tbody></table></figure>
                                            <tr><td colspan="3"> </td></tr>
                                             
                                            
                                            
                                            
                                            <tr><td colspan="3"><img src="https://ca-sfu-psv.edupoint.com//PXP2_MessageViewed.aspx?t=zLFqH%2BTqOemmTwTDnhSN2KrLkgl5YjicB8nXy47twKk7c4KCT0OhkSfvtvychy4f" /></td></tr>
                            <tr><td colspan="3"> </td></tr>
                            
                            </table></td></tr></table></center></body></html>