You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
2.6 KiB
75 lines
2.6 KiB
<!doctype html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="utf-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
<link rel="icon" href="{{asset('hse/assets/img/logo/logoHSE.png')}}"> |
|
<title>Contact HSE | Geonet Infomedia</title> |
|
|
|
<!-- Bootstrap CSS --> |
|
<link href="{{asset('hse/assets/css/bootstrap.min.css')}}" rel="stylesheet" > |
|
|
|
<!-- CSS --> |
|
<link rel="stylesheet" href="{{asset('hse/assets/css/style.css')}}"> |
|
|
|
<!-- Icons --> |
|
@include('include.icons') |
|
|
|
</head> |
|
<body> |
|
<!-- Navbar Start --> |
|
@include('include.navbar') |
|
<!-- Navbar Finish --> |
|
|
|
<!-- Carousel Start--> |
|
<div class="caousel"> |
|
<div id="carouselExample" class="carousel slide"> |
|
<div class="carousel-inner"> |
|
<div class="carousel-item active"> |
|
<img src="{{asset('hse/assets/img/carousel/fotbar.jpg')}}" class="d-block w-100" alt="..."> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
<!-- Carousel Finish--> |
|
|
|
<!-- Contact Start --> |
|
<div class="container-fluid"> |
|
<div class="container"> |
|
<div class="container-contact"> |
|
<div class="row"> |
|
<div class="col-md-6"> |
|
<div class="inframe"> |
|
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3965.748138996291!2d106.82716937395313!3d-6.296791761626105!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x2e69f1721c2b0d13%3A0xb981b6967ecb8964!2sPT.%20Geonet%20Infomedia!5e0!3m2!1sid!2sid!4v1688441127875!5m2!1sid!2sid" width="300" height="250" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> |
|
</div> |
|
</div> |
|
<div class="col-md-6"> |
|
<div class="contact-content"> |
|
<h5>PT GEONET INFOMEDIA</h5> |
|
<ul> |
|
<li>Graha Simatupang Unit 1D Lt.2</li> |
|
<li>Jl. TB Simatupan Kav. 38</li> |
|
<li>Jakarta Selatan 12540</li> |
|
</ul> |
|
<ul> |
|
<li><i class="fa-solid fa-phone"></i> +6221-7828154, +6221-7828172</li> |
|
<li><i class="fa-sharp fa-solid fa-globe"></i> www.geonet.co.id</li> |
|
<li><i class="fa-sharp fa-solid fa-envelope fa-lg"></i> info@geonet.co.id</li> |
|
</ul> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
<!-- Contact Finish --> |
|
|
|
|
|
|
|
|
|
<!-- Bootstrap JS --> |
|
<script src="{{asset('hse/assets/js/bootstrap.bundle.min.js')}}"></script> |
|
|
|
|
|
</body> |
|
</html> |