Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
41.01 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
<!DOCTYPE html> <html> <head> <title>Proapes</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"> <link rel="stylesheet" href="styloParallax.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <script> $(document).ready(function(){ // Add scrollspy to <body> $('body').scrollspy({target: ".navbar", offset: 50}); // Add smooth scrolling on all links inside the navbar $("#escoder_menu a").on('click', function(event) { // Make sure this.hash has a value before overriding default behavior if (this.hash !== "") { // Prevent default anchor click behavior event.preventDefault(); // Store hash var hash = this.hash; // Using jQuery's animate() method to add smooth page scroll // The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area $('html, body').animate({ scrollTop: $(hash).offset().top }, 800, function(){ // Add hash (#) to URL when done scrolling (default click behavior) window.location.hash = hash; }); } // End if }); }); </script> </head> <?php require './barraNav.php' ?> <body data-spy="scroll" data-target=".navbar" data-offset="50"> <section class="header-site"> <div class="container-fluid"> <div class="row"> <div class="col-xs-12"> <h1 class="text-center" style="font-size: 120px; font-weight: bold">GPAPES</h1> <h1 class="text-center">Grupo de Pesquisa em Acesso e Permanência na Educação Superior</h1> </div> </div> </div> </section> <section class="content-site" id="componentes" > <div class="container"> <div class="row"> <div class="col-xs-12"> <h1 class="text-center">Componentes do Grupo</h1> </div> </div> <div class="row"> <div class="col-sm-3"> <div class="thumbnail"> <img src="imagens/usuario.jpg"> <div class="caption text-center"> <p> <b>Nome:</b>Marcelo Rocha Meira<br> <b> Formação:</b> Licenciatura em Computação<br> <b>Vínculo:</b> Servidor Público (Professor)<br> <b>Instituição:</b> IFMT-Campus/Cáceres </p> </div> </div> </div> <div class="col-sm-3"> <div class="thumbnail"> <img src="imagens/usuario.jpg"> <div class="caption text-center"> <p> <b>Nome:</b>Marcelo Rocha Meira<br> <b> Formação:</b> Licenciatura em Computação<br> <b>Vínculo:</b> Servidor Público (Professor)<br> <b>Instituição:</b> IFMT-Campus/Cáceres </p> </div> </div> </div> <div class="col-sm-3"> <div class="thumbnail"> <img src="imagens/usuario.jpg"> <div class="caption text-center"> <p> <b>Nome:</b>Marcelo Rocha Meira<br> <b> Formação:</b> Licenciatura em Computação<br> <b>Vínculo:</b> Servidor Público (Professor)<br> <b>Instituição:</b> IFMT-Campus/Cáceres </p> </div> </div> </div> <div class="col-sm-3"> <div class="thumbnail"> <img src="imagens/usuario.jpg"> <div class="caption text-center"> <p> <b>Nome:</b>Marcelo Rocha Meira<br> <b> Formação:</b> Licenciatura em Computação<br> <b>Vínculo:</b> Servidor Público (Professor)<br> <b>Instituição:</b> IFMT-Campus/Cáceres </p> </div> </div> </div> </div> </div> </section> <div > <?php require './footer.php' ?> </div> </body> </html>