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