📁
File Manager
/home/nepsrganj/public_html/application/views
7.4.33 · Linux
/
/
home
/
nepsrganj
/
public_html
/
application
/
views
/home/nepsrganj/public_html/application/views/director.php
← Back to folder
<html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title></title> <style> h1{ text-align:center; font-family:cursive; font-style:bold; } </style> </head> <body> <section class="inner-banner py-5"> <div class="w3l-breadcrumb py-lg-5"> <div class="container pt-4 pb-sm-4"> <!--<h4 class="inner-text-title pt-5">Contact Us</h4>--> <ul class="breadcrumbs-custom-path"> <li><a href="index.html">Home</a></li> <li class="active"><i class="fas fa-angle-right"></i>Message</li> </ul> </div> </div> </section><br> <div class="container"> <br> <div class="row"> <h1>Message From The Director''s Desk</h1> <br> <div class="mt-5"> <center> <?php foreach ($data as $pic): ?> <img src="<?=base_url().'upload/'.$pic->dimg;?>" width="350px" height="350px"><br> <b><?=$pic->dname;?> </b> </center> <br> <p> <?=$pic->dmsg;?> </p> </div> <?php endforeach ?> </div> <!--<div class="row">--> <!-- <h1>Message From The Director's Desk</h1>--> <!-- <div>--> <!-- <center>--> <!-- <img src="/assets/images/p.jpg">--> <!-- </center>--> <!-- </div>--> <!-- <div>--> <!-- <p>Welcome to NEPS School website. Today, the role of a school is not only to pursue academic excellence but also to motivate and empower its students to be lifelong learners, critical thinkers, and productive members of an ever-changing global society.</p>--> <!-- <p>A good atmosphere and optimal educational achievements go hand in hand. Our aim is for pupils to learn well, develop optimally and enjoy going to school, and to this end we provide a child-friendly, safe and orderly environment.</p>--> <!-- </div>--> <!--</div>--> </div> <br> </body> </html>
Cancel
✓ Save