Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /var/www/vajra.id/public_html/application/modules/static_banners/views/ |
Upload File : |
<style> .see_more_text{ position: absolute; text-align: center; width: 100%; height: 100%; } .see_more_text .background{ height: 100%; background-color: rgba(255, 255, 255, 0.8); padding: 30% 0; } .see_more_text .background h4{ color: #3463B9; } </style> <!-- Banner 2 Collom --> <div class="banner_2col container-fluid"> <div class="row"> <div class="col-md-6 col-6"> <?php if($banners->banner1_image != null): ?> <?php if($banners->banner1_link != null): ?> <a class="hover_link" href="<?= $banners->banner1_link; ?>" id="1"> <div class="row see_more_text banner_link1"> <div class="col-sm-12" style="height: 100%;padding:5%"> <div class="background"> <h1><b><?= $banners->banner1_text;?></b></h1> <hr style="border-top: 5px solid;width: 20%;"> <h4>See More</h4> </div> </div> </div> <img src="<?= base_url('uploads/page/'.$banners->banner1_image);?>"> </a> <?php else: ?> <img src="<?= base_url('uploads/page/'.$banners->banner1_image);?>"> <?php endif; ?> <?php endif; ?> </div> <div class="col-md-6 col-6"> <?php if($banners->banner2_image != null): ?> <?php if($banners->banner2_link != null): ?> <a class="hover_link" href="<?= $banners->banner2_link; ?>" id="2"> <div class="row see_more_text banner_link2"> <div class="col-sm-12" style="height: 100%;padding: 5%;"> <div class="background"> <h1><b><?= $banners->banner2_text;?></b></h1> <hr style="border-top: 5px solid;width: 20%;"> <h4>See More</h4> </div> </div> </div> <img src="<?= base_url('uploads/page/'.$banners->banner2_image);?>"> </a> <?php else: ?> <img src="<?= base_url('uploads/page/'.$banners->banner2_image);?>"> <?php endif; ?> <?php endif; ?> </div> </div> </div><!-- End Banner 2 Collom --> <!-- Banner 1 Collom --> <div class="banner_1col container-fluid"> <div class="row"> <div class="col-md-12"> <?php if($banners->banner3_image != null): ?> <?php if($banners->banner3_link != null): ?> <a class="hover_link" href="<?= $banners->banner3_link; ?>" id="3"> <div class="row see_more_text banner_link3"> <div class="col-sm-12" style="height: 100%"> <div class="background" style="padding: 10% 0;"> <h1><b><?= $banners->banner3_text;?></b></h1> <hr style="border-top: 5px solid;width: 20%;"> <h4>See More</h4> </div> </div> </div> <img src="<?= base_url('uploads/page/'.$banners->banner3_image);?>"> </a> <?php else: ?> <img src="<?= base_url('uploads/page/'.$banners->banner3_image);?>"> <?php endif; ?> <?php endif; ?> </div> </div> </div> <!-- End Banner 1 Collom -->