<?php /** * The header for Astra Theme. * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Astra * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?><!DOCTYPE html> <?php astra_html_before(); ?> <html <?php language_attributes(); ?>> <head> <?php astra_head_top(); ?> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php if ( apply_filters( 'astra_header_profile_gmpg_link', true ) ) { ?> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php } ?> <?php wp_head(); ?> <?php astra_head_bottom(); ?> </head> <body <?php astra_schema_body(); ?> <?php body_class(); ?>> <?php astra_body_top(); ?> <?php wp_body_open(); ?> <a class="skip-link screen-reader-text" href="#content"> <?php echo esc_html( astra_default_strings( 'string-header-skip-link', false ) ); ?> </a> <div <?php echo wp_kses_post( astra_attr( 'site', array( 'id' => 'page', 'class' => 'hfeed site', ) ) ); ?> > <?php astra_header_before(); astra_header(); astra_header_after(); astra_content_before(); ?> <div id="content" class="site-content"> <div class="ast-container"> <?php astra_content_top(); ?>

Soft Story Retrofit

Multi story building with weak and / or open front wall lines and buildings with tuck under parking.
In the past. Multi story buildings have performed poorly facing earthquake which led to many buildings with soft story structures and open under parking to collapse.

The goal of the mandatory retrofit program is to reduce structural deficiencies and improve the building’s performance during earthquake.
Each building must be evaluated individually and thoroughly.
We provide a free assessment of the building, which will determine and provide to you the most practical and cost-effective solution.

After a through testing our team of architects and engineers will design a strong structural plan for your building.

In order to mitigate the impact on tenants during major construction the development of a Tenant Habilitation plan is required.
To ensure that tenants can safely remain in place during the Seismic Retrofit work meticulous planning is prepared, as instructed by the requirement of the LADBS.
We will coordinate with tenants/ management regarding any general information, notifications, parking schedule, etc.
Our well trained and friendly staff will gladly assist throughout the retrofitting work and answer any questions or concerns that may rise.

Once the engineered plans are established, reviewed and approved by the owner, we will submit them to the city for approval.
Our tram of experts will be responsible for all/ any plans modifications, corrections, or revisions necessary until the plans are approved.
Once the plans are approved, we will obtain all permits necessary and materials will be ordered for the construction phase to begin.
We will handle all building inspections until final inspections is passed.
Your building is now in compliance with the Seismic Retrofitting Ordinance!

The Seismic Retrofit work cost recovery program allows for a temporary rent surcharge to tenants.
If approved by HCIDLA, a “pass-through” of up to 50% of the retrofitting cost will be divided equally among all rental units, with a maximum rent increase of $38 per month for 120 months or until the full approved amount is collected.
Our specialized recovery program team will collect all necessary information and submit your application to HCIDLA for approval.

<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Astra * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <?php astra_content_bottom(); ?> </div> <!-- ast-container --> </div><!-- #content --> <?php astra_content_after(); astra_footer_before(); astra_footer(); astra_footer_after(); ?> </div><!-- #page --> <?php astra_body_bottom(); wp_footer(); ?> </body> </html>