golden hour
/home/phakp/public_html/bkp_full/old_site_bkp/application/views/main_msgs
⬆️ Go Up
Upload
File/Folder
Size
Actions
commandant_msg.php
760 B
Del
OK
deployment.php
795 B
Del
OK
duty.php
489 B
Del
OK
introduction.php
752 B
Del
OK
joint_secretary.php
740 B
Del
OK
specific_news.php
610 B
Del
OK
Edit: commandant_msg.php
<style> .fst { font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; font-style: normal; font-size: 14px; color: #000; } </style> <hr> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="col-md-4"> <img class="img-responsive appear-animation img-thumbnail" src="<?php echo $GLOBALS['path'].$displays->picture;?>" alt="style switcher" data-appear-animation="fadeInRight" ></div> <div class="col-md-8"> <h4><font color="#E5191C">President's Message</font></h4> <b><font color="#000"> <h3>Dr. Saima</h3> </font></b> <p class="fst"> <?php echo $displays->detee;?></p> </div> </div> </div> </div>
Save