57 lines
2.1 KiB
PHP
57 lines
2.1 KiB
PHP
|
@extends('client.niwida.partials.layout')
|
||
|
@section('content')
|
||
|
<div class="pt-breadcrumb">
|
||
|
<div class="pt-bg-overley" style="background-image: url('../assets/images/niwida/header-board-of-director.jpg');"></div>
|
||
|
<div class="container">
|
||
|
<div class="row align-items-center">
|
||
|
<div class="col-sm-12">
|
||
|
<nav aria-label="breadcrumb">
|
||
|
<div class="pt-breadcrumb-title">
|
||
|
<h1>Board of Director</h1>
|
||
|
</div>
|
||
|
<div class="pt-breadcrumb-container">
|
||
|
<ol class="breadcrumb">
|
||
|
<li class="breadcrumb-item"><a href="#"><i class="fas fa-home mr-2"></i>Home</a></li>
|
||
|
<li class="breadcrumb-item">About us</li>
|
||
|
<li class="breadcrumb-item active">Board of Director</li>
|
||
|
</ol>
|
||
|
</div>
|
||
|
</nav>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<section class="our-story">
|
||
|
<div class="container">
|
||
|
<div class="pt-section-title-box ">
|
||
|
<span class="pt-section-sub-title">Niwida Concern</span>
|
||
|
<h5 class="pt-section-title">Board of Director</h5>
|
||
|
<p class="pt-section-description">
|
||
|
<table border="1" cellpadding="1" cellspacing="1" style="width:500px">
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td><img alt="" src="../uploads/images/2-01.html" style="width:100%" /></td>
|
||
|
<td><img alt="" src="../uploads/images/1-01.html" style="width:100%" /></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<h4 style="text-align:center"><span style="font-size:18px"><strong>Saroj Kumar Pokharel</strong></span></h4>
|
||
|
|
||
|
<h6 style="text-align:center"><span style="font-size:12px"><strong>Managing Director</strong></span></h6>
|
||
|
</td>
|
||
|
<td style="text-align:center">
|
||
|
<h4 style="text-align:center"><span style="font-size:18px"><strong>Narayan Bhattarai</strong></span></h4>
|
||
|
|
||
|
<h6 style="text-align:center"><span style="font-size:12px"><strong><strong>Director</strong></strong></span></h6>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
|
||
|
<p> </p>
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
@endsection
|