%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<section class="innerpage-slider"> <div class="innerpage-sliderin2" id="business-striky"> <div class="container"> <div class="row"> <div class="col-md-9"> <div class="heading"> <a href="<?= base_url('') ?>news"><i class="fa fa-arrow-left" aria-hidden="true"></i> <h2>News Detail</h2> </a> </div> </div> </div> </div> </div> </section> <section class="news-detail"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="new-detail-in"> <div class="content content-awardsa"> <small> <?=date("M j, Y", strtotime($newsArray['news_date']));?></small> <h1><?=$newsArray['title']?></h1> </div> <div class="news-with-image"> <img src="<?= base_url('attachments/happening_images/'.$newsArray['happening_image']) ?>" width="100" height="auto" alt="<?=$newsArray['title']?>" /> </div> <?=html_entity_decode($newsArray['description'])?> <!-- <p>The University is approved by UGC and prides itself in being the only multi-discipline campus in the NCR, spread over 63 acres and equipped with world class facilities. <br /><br /> Sharda University promises to become one of the India's leading universities with an acknowledged reputation for excellence in research and teaching. With its outstanding faculty, world class teaching standards, and innovative academic programmes, Sharda intends to set a new benchmark in the Indian education system. <br /><br /> The name of University, 'Sharda' is synonymous to 'Goddess of knowledge and learning - Saraswati'. She is identified with 'veena' an Indian musical instrument and the 'lotus' where she resides. The lotus in our logo symbolizes the seat of learning that the University is created for. Variety of colours signify the variety of disciplines the university offers and the overlap between petals creating new colours demonstrate the ethos of collaboration between students and teachers of different programme, nationality, creed and colour working towards creating new knowledge.<br /><br /> The petals leading towards a star is an embodiment of the University's cherished mission to provide education beyond boundaries and to facilitate the students and faculty to achieve pinnacles of success throughout the world!</p> --> </div> </div> </div> </div> </section> <section class="recommened-news heading"> <div class="container"> <div class="row"> <div class="col-md-12"> <h3>Recommended News</h3> </div> <?php $i = 1; foreach($detailsArray as $details){ if($i == 1 || $i % 6 == 0){?> <div class="col-md-6"> <div class="news-with-image"> <a href="<?=base_url('news/detail/'.$details['slug'])?>"><img src="<?= base_url('attachments/happening_images/'.$details['happening_image']) ?>" width="538" height="398" alt="<?=substr($details['title'],0,80)?>" /> <div class="content"> <small> <?=date("M j, Y", strtotime($details['news_date']));?></small> <?=substr($details['title'],0,80)?> </div></a> </div> </div> <?php } else {?> <div class="col-md-3"> <div class="news-no-image"> <small> <?=date("M j, Y", strtotime($details['news_date']));?></small> <h5><a href="<?=base_url('news/detail/'.$details['slug'])?>"><?=substr($details['title'],0,80).'...'?></a></h5> <a href="<?=base_url('news/detail/'.$details['slug'])?>"><?=substr(html_entity_decode($details['description']),0,80).'...';?></a> <a class="link" href="<?=base_url('news/detail/'.$details['slug'])?>">Read More</a> </div> </div> <?php } $i++ ;} ?> <!-- <div class="col-md-3"> <div class="news-no-image"> <small> 01 Feb 2020</small> <h5>National Seminar on “Women Empowerment: Socio-Legal Challenges in the 21st Century</h5> <p>National Seminar on “Women Empowerment: Socio-Legal Challenges in the 21st Century</p> <a href="#">Read More</a> </div> </div> --> </div> </div> </section>