hjkhjkjhkhjkgjghjhgjhgjghjhghjghjhgjjnbvnvbnvk
bnmbnmbnhjkhjkhjkhjktyutyutyuytutyutyutyhgjgjghjgjghjguytutyry
/
home
/
anandaob
/
public_html
/
Upload FileeE
HOME
<?php require 'config/config.php'; $xmlcontent = simplexml_load_file('xml/home.xml'); ?> <!doctype html> <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]--> <!--[if IE 7]> <html class="ie7 oldie"> <![endif]--> <!--[if IE 8]> <html class="ie8 oldie"> <![endif]--> <!--[if gt IE 8]><!--> <html class=""> <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Ananda UAE Wing</title> <link href="css/boilerplate.css" rel="stylesheet" type="text/css"> <link href="css/grid.css" rel="stylesheet" type="text/css"> <link rel="shortcut icon" href="img/logo.png"> <link rel="stylesheet" type="text/css" href="calender/css/calendar.css" /> <link rel="stylesheet" type="text/css" href="calender/css/custom_2.css" /> <script src="calender/js/modernizr.custom.63321.js"></script> <link href="css/main_nav.css" rel="stylesheet" type="text/css"> <!-- To learn more about the conditional comments around the html tags at the top of the file: paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ Do the following if you're using your customized build of modernizr (http://www.modernizr.com/): * insert the link to your js here * remove the link below to the html5shiv * add the "no-js" class to the html tags at the top * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build --> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <script src="js/respond.min.js"></script> <script type="text/javascript" src="js/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="js/nav_script.js"></script> <!-- EVENT CALENDER-----> <section class="main"></section> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript" src="calender/js/jquery.calendario.js"></script> <script type="text/javascript" src="calender/js/data.js"></script> <script type="text/javascript"> $(function() { var transEndEventNames = { 'WebkitTransition' : 'webkitTransitionEnd', 'MozTransition' : 'transitionend', 'OTransition' : 'oTransitionEnd', 'msTransition' : 'MSTransitionEnd', 'transition' : 'transitionend' }, transEndEventName = transEndEventNames[ Modernizr.prefixed( 'transition' ) ], $wrapper = $( '#custom-inner' ), $calendar = $( '#calendar' ), cal = $calendar.calendario( { onDayClick : function( $el, $contentEl, dateProperties ) { if( $contentEl.length > 0 ) { showEvents( $contentEl, dateProperties ); } }, caldata : codropsEvents, displayWeekAbbr : true } ), $month = $( '#custom-month' ).html( cal.getMonthName() ), $year = $( '#custom-year' ).html( cal.getYear() ); $( '#custom-next' ).on( 'click', function() { cal.gotoNextMonth( updateMonthYear ); } ); $( '#custom-prev' ).on( 'click', function() { cal.gotoPreviousMonth( updateMonthYear ); } ); function updateMonthYear() { $month.html( cal.getMonthName() ); $year.html( cal.getYear() ); } // just an example.. function showEvents( $contentEl, dateProperties ) { hideEvents(); var $events = $( '<div id="custom-content-reveal" class="custom-content-reveal"><h4>Events for ' + dateProperties.monthname + ' ' + dateProperties.day + ', ' + dateProperties.year + '</h4></div>' ), $close = $( '<span class="custom-content-close"></span>' ).on( 'click', hideEvents ); $events.append( $contentEl.html() , $close ).insertAfter( $wrapper ); setTimeout( function() { $events.css( 'top', '0%' ); }, 25 ); } function hideEvents() { var $events = $( '#custom-content-reveal' ); if( $events.length > 0 ) { $events.css( 'top', '100%' ); Modernizr.csstransitions ? $events.on( transEndEventName, function() { $( this ).remove(); } ) : $events.remove(); } } }); </script> <!--slider--> <link href="css/slider.css" rel="stylesheet" type="text/css" media="all"/> <script type="text/javascript" src="js/jquery.easing.min.js"></script> <script type="text/javascript" src="js/jquery.easy-ticker.js"></script> <!script type="text/javascript" src="js/jquery-1.9.0.min.js"--><!/script--> <script type="text/javascript" src="js/jquery.nivo.slider.js"></script> <script type="text/javascript"> $(window).load(function() { $('#slider').nivoSlider(); }); $(document).ready(function(){ var dd = $('.vticker').easyTicker({ direction: 'up', easing: 'easeInOutBack', speed: 'slow', interval: 4000, height: 'auto', visible: 5, mousePause: 0, controls: { up: '.up', down: '.down', toggle: '.toggle', stopText: 'Stop !!!' } }).data('easyTicker'); cc = 1; $('.aa').click(function(){ $('.vticker ul').append('<li>' + cc + ' Triangles can be made easily using CSS also without any images. This trick requires only div tags and some</li>'); cc++; }); $('.vis').click(function(){ dd.options['visible'] = 3; }); $('.visall').click(function(){ dd.stop(); dd.options['visible'] = 0 ; dd.start(); }); }); </script> <link rel="stylesheet" href="css/jquery-ui.css"> <script src="js/jquery-ui.js"></script> <link rel="stylesheet" href="assets/css/style.css"> <script> $(function() { $( "#news1" ).dialog({ autoOpen: false, show: { effect: "blind", duration: 1000 }, hide: { effect: "explode", duration: 1000 } }); $( "#opener1" ).click(function() { $( "#news1" ).dialog( "open" ); }); }); $(function() { $( "#news2" ).dialog({ autoOpen: false, show: { effect: "blind", duration: 1000 }, hide: { effect: "explode", duration: 1000 } }); $( "#opener2" ).click(function() { $( "#news2" ).dialog( "open" ); }); }); $(function() { $( "#news3" ).dialog({ autoOpen: false, show: { effect: "blind", duration: 1000 }, hide: { effect: "explode", duration: 1000 } }); $( "#opener3" ).click(function() { $( "#news3" ).dialog( "open" ); }); }); $(function() { $( "#news4" ).dialog({ autoOpen: false, show: { effect: "blind", duration: 1000 }, hide: { effect: "explode", duration: 1000 } }); $( "#opener4" ).click(function() { $( "#news4" ).dialog( "open" ); }); }); $(function() { $( "#news5" ).dialog({ autoOpen: false, show: { effect: "blind", duration: 1000 }, hide: { effect: "explode", duration: 1000 } }); $( "#opener5" ).click(function() { $( "#news5" ).dialog( "open" ); }); }); </script> <script> $(document).ready(function () { $('#zoomIn').on('click', function () { document.body.style.zoom="120%" }); $('#zoomToNormal').on('click', function () { document.body.style.zoom="100%" }); $('#zoomOut').on('click', function () { document.body.style.zoom="80%" }); }); </script> <script src="https://kit.fontawesome.com/153cbfef63.js"></script> </head> <body id="body"> <img class="bg" src="img/collegebkg.jpg"/> <div class="gridContainer clearfix"> <?php require 'menus/header.php'; ?> <?php require 'menus/top_navigation.php'; ?> <?php require 'menus/top_image_slider.php'; ?> <div id="usefulLinks"> <?php require 'mottobar.php'; ?> <!----------------- End of Body braker content---------------------> </div> <!---------------------------------------------------------------------------------------------------- MAIN BODY CONTAINER -----------------------------------------------------------------------------------------------------> <div id="mainbodyContainer"> <!----------------------------------------------- COLUMN 01 -----------------------------------------------> <div id="" style="margin-left: 18px;"> <div id="aboutcontainer"> <div class="headingsep"> <h2>FUTURE PROJECTS OF ACOBA – UAE WING</h2> </div> <br> <p>We as ACOBA – UAE learnt that data base of hostellers at school hostel is a timely requirement.<br> A data base of hostellers will provide valuable information of the residents at hostel, which will allow any well-wisher or a donor to easily find the needy students, helping them in the best manner. From our brief survey we realized there are several students who are facing difficulties to set off their hostel fees and buy their school needs. Due to lack of credible records the real difficulties of diced by those who wish to help these students. Therefore we decided to help Andanda hostel to create a full pledge data base and are planning to discuss and obtain approval from school authorities in near future, prior to launch this project. Once obtained the consent from the school management we will invite the Old Anandians living in UAE to assist us to develop the data base for the Ananda hostel. Additionally ACOBA is willing to be part or assist any project which you think necessary and we are capable of doing so. Please come forward and help we pay the gratitude to our ALMA MATER.</p> <div class="headingsep"> <h2>ANNUAL EVENTS</h2> </div> <br> <p>ACOBA UAE Wing participating in following interschool cricket encounters. • Ananda vs. Nalanda Cricket Encounter • Olcott Six a side cricket tournament • Lanka Lions Six a Side Cricket Tournament • Annual Bowling Championship organized by Old Holy Famillian’s in UAE Olcott Schools Events ACOBA UAE Wing along with other old boys of Olcott schools living in UAE organize following events in memory of Sir Henry Steel Olcott • Annual Henry Steel Olcott memorial Pinkama • Vesak Dansala in parallel to Dubai Vesak Celebrations.</p> </div> <!-------------------- End of aboutcontainer--------------------------------> </div><!------------End of Column1----------------> <!----------------------------------------------- COLUMN 02 -----------------------------------------------> </div> <!---------------------End of Main Body Container------------------------------> <!----------------------------------------------- SIDE BAR CONTAINER -----------------------------------------------> <div id="sidebarcontainer"> <div id="sidebarsep01"> <div id="EventsCalender"> <div class="headingsep"> <h2>Events Calender</h2> </div> <div class="custom-calendar-wrap"> <div id="custom-inner" class="custom-inner"> <div class="custom-header clearfix"> <nav> <span id="custom-prev" class="custom-prev"></span> <span id="custom-next" class="custom-next"></span> </nav> <h2 id="custom-month" class="custom-month"></h2> <h3 id="custom-year" class="custom-year"></h3> </div> <br> <div id="calendar" class="fc-calendar-container"></div> </div> </div> <br> </div><!--------------------- End of EventsCalender------------------------------> <div id="sidebtn"> <br> <div id="joinacobauaebtn"> <img src="img/joinup icon.png" alt="JOIN ACOBA - UAEe" /> <a href="<?php echo HOST;?>admin/profile/membership_app.php" target="_blank">JOIN ACOBA - UAE</a> </div><!-------------------End of joinacobauaebtn-------------------------> <div id="Directory"> <img src="img/directory icon.png" alt="ACOBA – UAE DIRECTORY" /> <a href="#">ACOBA – UAE DIRECTORY</a> </div><!----------------- End of Directory-------------------------> <div id="Downloads"> <img src="img/download icon.png" alt="DOWNLOADS" /> <a href="<?php echo HOST;?>AnandaOBAUAE_Application.pdf" target="_blank">DOWNLOADS</a> </div><!----------------- End of DOWNLOADS---------------------------> <div id="suggestionbtn"> <img src="img/sudgestions icon.png" alt="SUGGESTIONS"/> <a href="<?php echo HOST;?>contactemail.php" target="_blank">SUGGESTIONS</a> </div><!--------------End of suggestionbtn---------------------> <br> </div><!------------------- End of sidebtn--------------------------------------------> </div> <!---------------End of sidebarsep01---------------> <div id="sidebarsep02"> <div id="photogallery"> <div class="headingsep"> <h2>PHOTO GALLERY</h2> </div> <br> <a href="https://www.facebook.com/groups/Oldanandiansuae/photos/" target="new"><img src="img/photo gallery img.png"></a> <br> <br> <br> </div><!------------------------ End of photogallery---------------------------------------------------> <!-- <div id="videogallery"> <div class="headingsep"> <h2>VIDEO GALLERY</h2> </div> <br> <a href="https://www.facebook.com/photo.php?v=10202674859447089"></a> <iframe width="100%" height="190" src="//www.youtube.com/embed/_-LmIsWpI6s?list=PLNDKjQ09JBHvBKcM4GPDqs5XE4RDIgtl1" frameborder="0" allowfullscreen></iframe> <br> <br> </div>------------------------End of Videogallery--------------------------- --> </div> <!------------------End of sidebarsep02--------------> </div><!--------------------- End of Side Bar Container--------------------------> <?php require 'menus/top_links.php'; ?> <?php require 'menus/footer_links.php'; ?> </div><!--------------------------End of gridContainer clearfix-------------------------> </body> </html>