accordion

This commit is contained in:
QkoSad
2022-10-16 16:48:09 +03:00
parent 8193e97aae
commit d192c15d25
+91 -78
View File
@@ -153,87 +153,100 @@
<div class="row row-content col-12">
<div class="col-12">
<h2>Corporate Leadership</h2>
<ul class="nav nav-tabs">
<li class="nav-item">
<a
class="nav-link active"
href="#peter"
role="tab"
data-toggle="tab"
>Peter Pan, CEO</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="#danny" role="tab" data-toggle="tab"
>Danny Witherspoon, CFO</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="#agumbe" role="tab" data-toggle="tab"
>Agumbe Tang, CTO</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="#alberto" role="tab" data-toggle="tab"
>Alberto Somayya, Exec. Chef</a
>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane show active" role="tabpanel" id="peter">
<h3>Peter Pan <small>Chief Epicurious Officer</small></h3>
<p class="d-none d-sm-block">
Our CEO, Peter, credits his hardworking East Asian immigrant
parents who undertook the arduous journey to the shores of
America with the intention of giving their children the best
future. His mother's wizardy in the kitchen whipping up the
tastiest dishes with whatever is available inexpensively at the
supermarket, was his first inspiration to create the fusion
cuisines for which
<em>The Frying Pan</em> became well known. He brings his zeal
for fusion cuisines to this restaurant, pioneering
cross-cultural culinary connections.
</p>
<div id="accordion">
<div class="card">
<div class="card-header" role="tab" id="peterhead">
<h3 class="mb-0">
<a data-toggle="collapse" data-target="#peter">
Peter Pan <small>Chief Epicurious Officer</small>
</a>
</h3>
</div>
<div class="collapse show" id="peter" data-parent="#accordion">
<div class="card-body">
<p class="d-none d-sm-block">
Our CEO, Peter, credits his hardworking East Asian immigrant
parents who undertook the arduous journey to the shores of
America with the intention of giving their children the best
future. His mother's wizardy in the kitchen whipping up the
tastiest dishes with whatever is available inexpensively at
the supermarket, was his first inspiration to create the
fusion cuisines for which
<em>The Frying Pan</em> became well known. He brings his
zeal for fusion cuisines to this restaurant, pioneering
cross-cultural culinary connections.
</p>
</div>
</div>
</div>
<div class="tab-pane show" role="tabpanel" id="danny">
<h3>
Dhanasekaran Witherspoon <small>Chief Food Officer</small>
</h3>
<p class="d-none d-sm-block">
Our CFO, Danny, as he is affectionately referred to by his
colleagues, comes from a long established family tradition in
farming and produce. His experiences growing up on a farm in the
Australian outback gave him great appreciation for varieties of
food sources. As he puts it in his own words,
<em
>Everything that runs, wins, and everything that stays,
pays!</em
>
</p>
<div class="card">
<div class="card-header" role="tab" id="dannyhead">
<h3 class="mb-0">
<a data-toggle="collapse" data-target="#danny">
Dhanasekaran Witherspoon <small>Chief Food Officer</small>
</a>
</h3>
</div>
<div class="collapse" id="danny" data-parent="#accordion">
<div class="card-body">
<p class="d-none d-sm-block">
Our CFO, Danny, as he is affectionately referred to by his
colleagues, comes from a long established family tradition
in farming and produce. His experiences growing up on a farm
in the Australian outback gave him great appreciation for
varieties of food sources. As he puts it in his own words,
<em
>Everything that runs, wins, and everything that stays,
pays!</em
>
</p>
</div>
</div>
</div>
<div class="tab-pane show" role="tabpanel" id="agumbe">
<h3>Agumbe Tang <small>Chief Taste Officer</small></h3>
<p class="d-none d-sm-block">
Blessed with the most discerning gustatory sense, Agumbe, our
CTO, personally ensures that every dish that we serve meets his
exacting tastes. Our chefs dread the tongue lashing that ensues
if their dish does not meet his exacting standards. He lives by
his motto,
<em>You click only if you survive my lick.</em>
</p>
<div class="card">
<div class="card-header" role="tab" id="agumbehead">
<h3 class="mb-0">
<a data-toggle="collapse" data-target="#agumbe">
Agumbe Tang <small>Chief Taste Officer</small>
</a>
</h3>
</div>
<div class="collapse" id="agumbe" data-parent="#accordion">
<div class="card-body">
<p class="d-none d-sm-block">
Blessed with the most discerning gustatory sense, Agumbe,
our CTO, personally ensures that every dish that we serve
meets his exacting tastes. Our chefs dread the tongue
lashing that ensues if their dish does not meet his exacting
standards. He lives by his motto,
<em>You click only if you survive my lick.</em>
</p>
</div>
</div>
</div>
<div class="tab-pane show" role="tabpanel" id="alberto">
<h3>Alberto Somayya <small>Executive Chef</small></h3>
<p class="d-none d-sm-block">
Award winning three-star Michelin chef with wide International
experience having worked closely with whos-who in the culinary
world, he specializes in creating mouthwatering Indo-Italian
fusion experiences. He says,
<em
>Put together the cuisines from the two craziest cultures, and
you get a winning hit! Amma Mia!</em
>
</p>
<div class="card">
<div class="card-header" role="tab" id="albertohead">
<h3 class="mb-0">
<a data-toggle="collapse" data-target="#alberto">
Alberto Somayya <small>Executive Chef</small>
</a>
</h3>
</div>
<div class="collapse" id="alberto" data-parent="#accordion">
<div class="card-body">
<p class="d-none d-sm-block">
Award winning three-star Michelin chef with wide
International experience having worked closely with whos-who
in the culinary world, he specializes in creating
mouthwatering Indo-Italian fusion experiences. He says,
<em
>Put together the cuisines from the two craziest cultures,
and you get a winning hit! Amma Mia!</em
>
</p>
</div>
</div>
</div>
</div>
</div>