It was Monday morning, December 8, 1941 and our amah, Ah Say, was trying her best to get my sister Rosa Rosa #39285
abc
Details are in the private website:
Already logged in?
Register or login?
and me dressed and ready for school. I was five and Rosa four and we were in kindergarten at St Mary’s School, Chatham Road, Kowloon, a short distance from our flat on Salisbury Avenue. As we were about to leave for school, my grandmother, Avó Genie, telephoned to say that there was bombing across the harbor and Hong Kong was under attack by the Japanese. Thus began the Second World War for us in Hong Kong and an epochal change in our young lives. My father, Marcus de Carvalho, was in the Hong Kong Auxiliary Police Force, fulfilling his obligation in the essential volunteer services to defend the British Colony of Hong Kong in time of war. When war did break out, however, the Auxiliary Police was in disarray, and then it was disbanded. My father decided it was not safe for the family to stay in the flat on Salisbury Avenue; he booked our family including my grandparents into the Peninsula Hotel near the harbor. We were to remain at the Peninsula all through the hostilities, up until Hong Kong surrendered to the Japanese on Christmas Day. At that point, citizens were allowed to return to their homes.
1 function special_tooltip_shortcode($atts) { // Default attributes $atts = shortcode_atts(array( 'keyword' => 'Test Tooltip', 'id' => '123', 'items' => '', ), $atts); // Escape output $keyword = esc_html($atts['keyword']); $id = (int) $atts['id']; // Clean items: remove empty lines $lines = preg_split('/\r\n|\r|\n/', $atts['items']); $clean_lines = array_filter(array_map('trim', $lines)); // Trim each line, remove empty $items = ''; foreach ($clean_lines as $line) { $items .= esc_html($line) . '
'; } // Fixed base URL $url = "https://www.macaneselibrary.org/macfams/priv/english/"; // Build output $output = "
{$keyword} #{$id}
{$keyword} #{$id} {$items} Details are in the private website: Already logged in?
Register or login?
"; return $output; } add_shortcode('specialtooltip', 'special_tooltip_shortcode');