first commit

This commit is contained in:
ericli1018
2024-03-13 10:43:39 +08:00
commit 1caae33c43
677 changed files with 105611 additions and 0 deletions

View File

@ -0,0 +1,77 @@
@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 style="position: relative; top: -100px;"></a>
<div id="anchor-about02" data-type="anchor" class="mb-5">
<h2 class="h2-title">Contact Us</h2>
<div class="contact-inner">
<div class="row align-items-center">
<div class="col-lg-6" style="margin-bottom: -10px;">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14491.172409946072!2d121.0274549!3d24.768282!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x346849d6072e9c51%3A0xb8aea267e2516407!2z5Lit5by35YWJ6Zu76IKh5Lu95pyJ6ZmQ5YWs5Y-456u556eR5bug!5e0!3m2!1szh-TW!2stw!4v1705549461431!5m2!1szh-TW!2stw" width="100%" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="col-lg-6">
<div class="contact-info">
<h4>Coretronic Reality Inc.</h4>
<ul>
<li><strong>Address</strong><br />
15F, No. 225, Sec. 3, Beixin Rd., Xindian Dist., New Taipei City, Taiwan 23143</li>
<li><strong>Email</strong><br />
Technical Supportservice.cri@coreality-inc.com<br />
Sales Enquirysales.cri@coreality-inc.com</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
@endsection
@section('script')
<script type="text/javascript">
</script>
@endsection