File "about.php"

Full path: /home/zvmcccat/public_html/adn/about.php
File size: 5.66 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php
require_once __DIR__ . '/includes/config.php';

$meta_title = 'About';
$meta_description = 'Alpha Design & Networking — electromechanical total solutions provider since ' . SITE_FOUNDED_YEAR . '. Who we are, our strategies and our services.';
$current_page = 'about';
require __DIR__ . '/includes/header.php';

$page_h1 = 'About Alpha Design & Networking';
$page_lede = SITE_TAGLINE . ' since ' . SITE_FOUNDED_YEAR . '.';
require __DIR__ . '/includes/partials/page-hero.php';
?>

<img class="banner-photo-full" src="<?= alpha_asset('assets/img/about/team-corridor.jpg') ?>" alt="Alpha Design & Networking technicians on site">

<section class="pad">
    <div class="about-grid">
        <div>
            <div class="section-head left">
                <div class="eyebrow">About Us</div>
                <h2>Broad electromechanical expertise since the 1980s</h2>
                <div class="rule"></div>
            </div>
            <p>Alpha Design &amp; Networking founders gained broad knowledge and experience in the ICT market since the 1980s. The vast expertise, accompanied by quality excellence in products, services and integrated solutions, has led to the establishment of Alpha Design &amp; Networking in <?= SITE_FOUNDED_YEAR ?>.</p>
            <p>We are globally recognized as pioneers in Electromechanical Fire-fighting, Infrastructure Data Cabling and Light Current systems. Alpha Design is a leading company providing Electromechanical Total Solutions for various industry segments: Data Centers and Telecommunications, Finance, Tourism, Health, Transportation, Industrial Plants (Factories and Refineries), Power Transformer Substations and Utilities, Educational, Government, Commercial and Administrative Buildings among others.</p>
            <p>Our proven innovations demonstrate our commitment to delivering top-quality solutions and leading global brands. We prioritize regular maintenance to ensure optimal system performance. Through subcontracting with large multinational corporations, we successfully manage large-scale integrated projects.</p>
        </div>
        <img class="about-side-photo" src="<?= alpha_asset('assets/img/about/team-pump-panel.jpg') ?>" alt="Alpha Design & Networking technician servicing a fire pump control panel">
    </div>
</section>

<section class="pad about-teaser">
    <div class="about-grid" style="grid-template-columns: 1fr; max-width: 820px;">
        <div>
            <div class="section-head left">
                <div class="eyebrow">Who We Are</div>
                <h2>~320 people, three offices, one accountable contractor</h2>
                <div class="rule"></div>
            </div>
            <p>Alpha Design &amp; Networking has around <strong>320 employees</strong> and is growing worldwide, with representation offices in <strong>Spain and Germany</strong> alongside the Egypt headquarters and New Cairo branch.</p>
            <p>Our services span <strong>supplying, designing and implementing</strong> solutions and turnkey projects for Electromechanical, Light Current and Data Cabling — Alpha is a contractor, not only a distributor. We're also adopting Computer Vision, AI, Cloud and Internet of Things — including our <strong>Eyespect</strong> computer-vision AI product — for digital transformation and "Maintenance 4.0."</p>
            <p>We work with international insurance companies on approved fire-safety installations, including <strong>AXA, HDI and FM Global</strong>. Our main strengths: people expertise in design &amp; installation, dedicated maintenance programs and operations schedules, and long-term key partnerships.</p>
        </div>
    </div>
</section>

<section class="pad">
    <div class="section-head">
        <div class="eyebrow">Our Strategies</div>
        <h2>How we design and deliver</h2>
        <div class="rule"></div>
    </div>
    <div style="max-width: 760px; margin: 0 auto; color: var(--text-muted); line-height: 1.7;">
        <p>Alpha Design's specialized engineers have broad experience in designing systems using the latest technologies, research-backed with market knowledge. Our warehousing, transportation facilities and highly-skilled technical teams allow us to supply, install, test and operate our systems seamlessly.</p>
        <ul>
            <li>Identifying customer needs, environment and business objectives</li>
            <li>Understanding market requirements, behavior and needs</li>
            <li>Close follow-up to industry standards, trends and directions</li>
            <li>Selection of our products, suppliers and business partners</li>
            <li>Full implementation of business practices and methodology</li>
        </ul>
    </div>
</section>

<section class="pad about-teaser">
    <div class="section-head">
        <div class="eyebrow">Our Services</div>
        <h2>Consultancy through turnkey delivery</h2>
        <div class="rule"></div>
    </div>
    <div style="max-width: 760px; margin: 0 auto; color: var(--text-muted); line-height: 1.7;">
        <p>Alpha offers consultancy services in the fields of Electromechanical and Light Current for different industries. Our experience and resources allow us to build solutions for turnkey projects or build-to-order requirements. We are distributors to world leaders in Fire-fighting and Fire Detection &amp; Alarm.</p>
        <ul>
            <li>Consultancy</li>
            <li>Turnkey Projects and Build to Order</li>
            <li>System Integration</li>
            <li>Distributors</li>
        </ul>
    </div>
    <div style="text-align:center; margin-top:32px;">
        <a class="btn btn-outline-navy" href="solutions.php">See Our Integrated Solutions</a>
    </div>
</section>

<?php require __DIR__ . '/includes/footer.php'; ?>