Your IP : 216.73.216.40


Current Path : /var/www/html/jagpreets/
Upload File :
Current File : /var/www/html/jagpreets/research.php

<!DOCTYPE html>
<html class="js no-touch csstransitions" style="" lang="en"><head>
 <link rel="icon" type="image/x-icon" sizes="16x16" href="img/fav.png">
    <title>Jagpreet Singh</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <meta name="description" content="Jagpreet Singh">
    <meta name="keywords" content="IIITA Jagpreet Singh">
        <!--CSS styles-->
    <link rel="stylesheet" href="style/bootstrap-3.3.4/css/bootstrap.css">
    <link rel="stylesheet" href="style/perfect-scrollbar-0.css">
    <link rel="stylesheet" href="style/magnific-popup.css">
    <link rel="stylesheet" href="style/style.css">
    <link id="theme-style" rel="stylesheet" href="style/default.css">
    <script type="text/javascript" src="style/bootstrap-3.3.4/js/bootstrap.min.js"></script>
    <script type="text/javascript" src="script/jquery-1.11.2.min.js"></script>
    <script type="text/javascript" src="script/perfect-scrollbar-0.js"></script>
    <link rel="stylesheet" href="style/fontellos.css">
    </head>

    <body>

        <div id="wrapper">
            <?php require 'sidebar.php'; ?>

            <div id="main">
                
                <div data-pos="p1" id="research" class="page home">
                    <div class="pageheader">

                        <div class="headercontent">

                            <div class="section-container">
                                <h2 class="title">Research Summary</h2>
                            
                                <div class="row">
                                    <div class="col-md-8">
                                        <p>Lorem ipsum dolor sit amet, 
consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
 et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud 
exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. 
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum 
dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non 
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
                                    </div>
                                    <div class="col-md-4">
                                        <div class="subtitle text-center">
                                            <h3>Interests</h3>
                                        </div>
                                        <ul class="ul-boxed list-unstyled">
                                            <li>Computer Networks</li>
                                            <li>Operating Systems</li>
                                        </ul>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>

                    <div class="pagecontents">
                        
                        <div class="section color-2">
                            <div class="section-container">
                                <div class="title text-center">
                                    <h3>Research Projects</h3>
                                </div>
                                <div class="row">
                                    <div class="col-md-12">
                                        <ul class="ul-withdetails">
                                            <li>
                                                <div class="row">
                                                    <div class="col-sm-12 col-md-12">
                                                        <div class="meta">
                                                            <h3>Title of Project</h3>
                                                            <p>Very short description of the project.Very short description of the project.Very short description of the project.Very short description of the project.Very short description of the project.Very short description of the project.Very short description of the project.Very short description of the project.Very short description of the project.Very short description of the project.Very short description of the project.Very short description of the project.Very short description of the project.Very short description of the project.Very short description of the project.Very short description of the project.Very short description of the project.Very short description of the project.Very short description of the project.Very short description of the project.Very short description of the project.</p>
                                                        </div>
                                                    </div>
                                                </div>
                                            </li>
                                            
                                        </ul>
                                    </div>
                                </div>
                            </div>
                        </div>    
                    </div>
                </div>
                
            </div>
        </div>
    </body>
     <script type="text/javascript">
        $(document).ready(function() {
            $('.mobilemenu').click(function() {
                $('#main-nav').css('left', '0px');
                $('#social-icons').css('left', '0px');
                $('#main').css('left', '250px');
                $('#main').css('right', '-250px');
            });
            $('#main').click(function() {
                if ($('.mobilemenu').css('display') === "none") {
                    return ;
                }
                $('#main').css('left', '0px');
                $('#main').css('right', '0px');
                $('#main-nav').css('left', '-250px');
                $('#social-icons').css('left', '-250px');
            });


            /******************************************/

            $("#main-nav").perfectScrollbar({
                wheelPropagation:true,
                wheelSpeed:80
            });
        });
    </script>
</html>