78 lines
4.4 KiB
PHP
78 lines
4.4 KiB
PHP
@extends('layouts.heading-page')
|
||
|
||
@section('title')
|
||
About Us -
|
||
@endsection
|
||
|
||
@section('seo_keywords')
|
||
@endsection
|
||
|
||
@section('seo_description')
|
||
@endsection
|
||
|
||
@section('css')
|
||
|
||
@endsection
|
||
|
||
@section('breadcrumbs')
|
||
About Us
|
||
@endsection
|
||
|
||
@section('page-main')
|
||
<!-- 資料內容 -->
|
||
<a style="position: relative; top: -100px;"></a>
|
||
<div id="anchor-about01" data-type="anchor" class="content-wrap about-wrap">
|
||
<div class="container">
|
||
<div class="mb-5 pb-lg-5">
|
||
<h2 class="h2-title">About Us</h2>
|
||
<p>Coretronic Reality Inc. (CRI), established in 2019 as a dynamic venture within the Coretronic Group, focusing on Edge Computing module and AR/MR Glasses Solution. </p>
|
||
<p>We specialize in providing System on Module (SOM) solutions to address the diverse robotics and AIOT markets, meeting the demands for superior edge computing
|
||
power, AI computing capability, diverse sensor inputs, low power consumption, security, and long range connectivity. Our SOMs effectively reduce development costs,
|
||
fostering innovation in various sectors, including drones, slow-speed autonomous vehicles, AMR autonomous mobile robots, industrial computers (IPC), AI cameras,
|
||
and more. At CRI, we pave the way for advancements in the ever-evolving landscape of robotics and AIOT applications.</p>
|
||
<p>CRI also excels in AR/MR system development, built upon core technologies in AI, spatial computing, augmented reality, and gesture/image recognition algorithms, we
|
||
leverage over 20 years of optical machine development expertise within the Coretronic Group. Specializing in AR whole-system development, integrated hardware and
|
||
software systems, and application solution design, we tailor solutions for industrial, commercial, and specialized professional applications. Our focus includes
|
||
customized and standardized AR augmented reality module solutions, dedicated to meeting market demands.</p>
|
||
<p>Our Mission - Empowering innovation through cutting-edge technology to shape the future.</p>
|
||
<p>Our Core Values - Responsibility, Innovation, Superiority, Entrepreneurship</p>
|
||
<div class="row">
|
||
<div class="col-lg-6"><img src="assets/img/about-a01.jpg" alt="" class="img-fluid mt-3 mb-4"></div>
|
||
<div class="col-lg-6"><img src="assets/img/about-a02.jpg" alt="" class="img-fluid mt-3 mb-4"></div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<a id="anchor-about02" style="position: relative; top: -100px;"></a>
|
||
<div class="mb-5">
|
||
<h2 class="h2-title">Contact Us</h2>
|
||
<div class="contact-inner">
|
||
<div class="row align-items-center">
|
||
<div class="col-lg-5" style="margin-bottom: -10px;">
|
||
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d904.1048137881115!2d121.540035!3d24.985866!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x346801fecc279587%3A0xb0849a98193cc084!2sNo.%20225%2C%20Section%203%2C%20Beixin%20Rd%2C%20Xindian%20District%2C%20New%20Taipei%20City%2C%20231!5e0!3m2!1sen!2stw!4v1713162069503!5m2!1sen!2stw" width="100%" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
|
||
</div>
|
||
<div class="col-lg-7">
|
||
<div class="contact-info">
|
||
<h4>Coretronic Reality Inc.</h4>
|
||
<ul>
|
||
<li><strong>Address:</strong><br />
|
||
(1) Taipei Office:15F, No. 225, Sec. 3, Beixin Rd., Xindian Dist., New Taipei City, Taiwan 23143<br />
|
||
(2) Hsinchu Office:No. 11, Li Hsin Rd, Science Park, Hsinchu City, Taiwan</li>
|
||
<li><strong>Email:</strong><br />
|
||
Technical Support:service.cri@coreality-inc.com<br />
|
||
Sales Enquiry:sales.cri@coreality-inc.com</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
@endsection
|
||
|
||
@section('script')
|
||
<script type="text/javascript">
|
||
|
||
</script>
|
||
@endsection |