release
This commit is contained in:
@ -14,8 +14,8 @@
|
||||
<meta name="rating" content="general" />
|
||||
<meta name="author" content="Coretronic Reality Inc.">
|
||||
<meta name="copyright" content="Coretronic Reality Inc." />
|
||||
<link rel="shortcut icon" href="favico.ico"/>
|
||||
<link rel="bookmark" href="favico.ico"/>
|
||||
<link rel="shortcut icon" href="/favico.ico"/>
|
||||
<link rel="bookmark" href="/favico.ico"/>
|
||||
<title>@yield('title')Coretronic Reality Inc.</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
@ -56,9 +56,9 @@
|
||||
<div class="footer-nav-item">
|
||||
<h4>GET IN TOUCH</h4>
|
||||
<ul>
|
||||
<li><span>Technical Support</span><br /><a href="mailto:service.cri@coreality-inc.com">service.cri@coreality-inc.com</a></li>
|
||||
<li><span>Customer Service</span><br /><a href="mailto:service.cri@coreality-inc.com">service.cri@coreality-inc.com</a></li>
|
||||
<li><span>Sales Enquiry</span><br /><a href="mailto:sales.cri@coreality-inc.com">sales.cri@coreality-inc.com</a></li>
|
||||
<li><a href=""><i class="fa-brands fa-linkedin"></i></a></li>
|
||||
<li><a href="https://www.linkedin.com/company/coretronic-reality-inc" target="_blank"><i class="fa-brands fa-linkedin"></i></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer-nav-item">
|
||||
@ -69,20 +69,36 @@
|
||||
<li><a href="/about#anchor-about02">Contact us</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<form method="POST" action="/">
|
||||
@csrf
|
||||
<div class="footer-nav-item">
|
||||
<h4>SUBSCRIBE NEWSLETTER</h4>
|
||||
<p>Get the latest information on company news, <br />product promotions, events. Sign up here:</p>
|
||||
<input type="text" class="form-control" placeholder="Email Address">
|
||||
<div class="text-left mt-3"><a href="" class="btn btn-danger btn-sm">SUBSCRIBE</a></div>
|
||||
<input type="text" class="form-control" name="subscribeInquery" placeholder="Email Address">
|
||||
<div class="text-left mt-3"><input type="submit" href="" class="btn btn-danger btn-sm" value="SUBSCRIBE"></input></div>
|
||||
@if ($message = Session::get('errorSubscribe'))
|
||||
<div class="text-left mt-3 alert alert-block alert-danger">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
<strong>{{ $message }}</strong>
|
||||
</div>
|
||||
@endif
|
||||
@if ($message = Session::get('successSubscribe'))
|
||||
<div class="text-left mt-3 alert alert-block alert-success ">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
<strong>{{ $message }}</strong>
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-xl-12">
|
||||
<div class="footer-nav">
|
||||
<div class="footer-nav-item ml-0 mb-0">
|
||||
<h4>ADDRESS</h4>
|
||||
<p>15F, No. 225, Sec. 3, Beixin Rd., Xindian Dist., New Taipei City, Taiwan 23143</p>
|
||||
<h4>ADDRESS</h4>
|
||||
<p>(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</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user