clean up display
This commit is contained in:
@@ -23,7 +23,7 @@ class WrenchFaq extends BaseController
|
||||
<iframe style='width: 100%; min-height: 250px; height: auto' width='100%' src='https://www.youtube.com/embed/GhSxT7rk0y8?si=Q4guiwdl9vBmmQKF' title='YouTube video player' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' referrerpolicy='strict-origin-when-cross-origin' allowfullscreen></iframe>
|
||||
<br>
|
||||
<b>Go Further and Faster </b>
|
||||
<br>
|
||||
<br><hr>
|
||||
Looking for a platform to push that next campaign or get real feedback on that great app feature or just any task, connect with our thriving community to get it done fast.
|
||||
|
||||
<br>
|
||||
@@ -32,7 +32,7 @@ class WrenchFaq extends BaseController
|
||||
<iframe style='width: 100%; min-height: 250px; height: auto' width='100%' src='https://www.youtube.com/embed/GhSxT7rk0y8?si=Q4guiwdl9vBmmQKF' title='YouTube video player' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' referrerpolicy='strict-origin-when-cross-origin' allowfullscreen></iframe>
|
||||
<br>
|
||||
<b>Do more. </b>
|
||||
<br>
|
||||
<br><hr>
|
||||
<br>
|
||||
Ready to launch your next campaign, get real feedback on your app, or tackle any task? Connect with our vibrant community for fast, affordable results.
|
||||
</div>";
|
||||
@@ -60,7 +60,7 @@ class WrenchFaq extends BaseController
|
||||
<br>
|
||||
<iframe style='width: 100%; min-height: 250px; height: auto' width='100%' src='https://www.youtube.com/embed/GhSxT7rk0y8?si=Q4guiwdl9vBmmQKF' title='YouTube video player' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' referrerpolicy='strict-origin-when-cross-origin' allowfullscreen></iframe>
|
||||
<br>
|
||||
<b>Flexible and Customizable Rewards </b>
|
||||
<b>Flexible and Customizable Rewards </b><br><hr>
|
||||
Our reward system is flexible because we know motivation differs for each person. We empower you to match reward with motivation to celebrate achievement.
|
||||
. </div>";
|
||||
$data["result_list"][] = array(
|
||||
@@ -74,7 +74,7 @@ class WrenchFaq extends BaseController
|
||||
<br>
|
||||
<iframe style='width: 100%; min-height: 250px; height: auto' width='100%' src='https://www.youtube.com/embed/GhSxT7rk0y8?si=Q4guiwdl9vBmmQKF' title='YouTube video player' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' referrerpolicy='strict-origin-when-cross-origin' allowfullscreen></iframe>
|
||||
<br>
|
||||
<b>Interact and Explore </b>
|
||||
<b>Interact and Explore </b><br><hr>
|
||||
Kids interact and explore with a suite of carefully selected content and games aimed at helping them learn financial skills. AI adapts to each child's unique learning style, ensuring personalized experiences that grow with them
|
||||
. </div>";
|
||||
$data["result_list"][] = array(
|
||||
@@ -83,24 +83,6 @@ class WrenchFaq extends BaseController
|
||||
"contents" => $msgS
|
||||
);
|
||||
|
||||
// for ($i = 0; $i < $total; $i++) {
|
||||
//
|
||||
// $msg='';
|
||||
// $msgS = "<div> Random gibberish text to use in web pages, site templates and in typography demos.
|
||||
// Get rid of Lorem Ipsum forever. A tool for web designers who want to save time. </div>";
|
||||
//
|
||||
// $txL = rand(1,5);
|
||||
// for($ii=1; $ii<$txL; $ii++){
|
||||
// $msg = $msg.$msgS;
|
||||
// }
|
||||
//
|
||||
// $data["result_list"][] = array(
|
||||
// "uid" => '0000-0000-0000-000'. $i,
|
||||
// "topic" => "Topic ".$i,
|
||||
// "contents" => $msg
|
||||
// );
|
||||
// }
|
||||
|
||||
return $this->summaryReturnData($in,$data); //json_encode( $final_out );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user