Advertisement
rasyid03

webdemo

May 30th, 2023
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 9.84 KB | Source Code | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.   <head>
  4.     <title>Sidak</title>
  5.     <meta charset="utf-8">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7.    
  8.     <link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900" rel="stylesheet">
  9.  
  10.     <link rel="stylesheet" href="assets\webutama/css/open-iconic-bootstrap.min.css">
  11.     <link rel="stylesheet" href="assets\webutama/css/animate.css">
  12.    
  13.     <link rel="stylesheet" href="assets\webutama/css/owl.carousel.min.css">
  14.     <link rel="stylesheet" href="assets\webutama/css/owl.theme.default.min.css">
  15.     <link rel="stylesheet" href="assets\webutama/css/magnific-popup.css">
  16.  
  17.     <link rel="stylesheet" href="assets\webutama/css/aos.css">
  18.  
  19.     <link rel="stylesheet" href="assets\webutama/css/ionicons.min.css">
  20.  
  21.     <link rel="stylesheet" href="assets\webutama/css/bootstrap-datepicker.css">
  22.     <link rel="stylesheet" href="assets\webutama/css/jquery.timepicker.css">
  23.  
  24.    
  25.     <link rel="stylesheet" href="assets\webutama/css/flaticon.css">
  26.     <link rel="stylesheet" href="assets\webutama/css/icomoon.css">
  27.     <link rel="stylesheet" href="assets\webutama/css/style.css">
  28.   </head>
  29.   <body>
  30.    
  31.       <nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-dark" id="ftco-navbar">
  32.         <div class="container">
  33.           <a class="navbar-brand" href="index.html">Aplikasi Rt Rw</a>
  34.           <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
  35.             <span class="oi oi-menu"></span> Menu
  36.           </button>
  37.  
  38.           <div class="collapse navbar-collapse" id="ftco-nav">
  39.             <ul class="navbar-nav ml-auto">
  40.                 <li class="nav-item active"><a href="home.php" class="nav-link">Home</a></li>
  41.                
  42.                 <li class="nav-item"><a href="#pengumuman" class="nav-link">Pengumuman</a></li>
  43.                 <li class="nav-item"><a href="#siskam" class="nav-link">Jadwal Siskamling</a></li>
  44.                 <li class="nav-item"><a href="#pendatang" class="nav-link">Pendatang</a></li>
  45.               <li class="nav-item"><a href="contact.html" class="nav-link">Contact</a></li>
  46.               <li class="nav-item"><a href="#about" class="nav-link">About</a></li>
  47.               <a href="login.php">
  48.   <button type="button" class="btn btn-primary">login</button>
  49. </a>
  50.  
  51.             </ul>
  52.           </div>
  53.         </div>
  54.       </nav>
  55.     <!-- END nav -->
  56.    
  57.     <section class="home-slider js-fullheight owl-carousel bg-white">
  58.       <div class="slider-item js-fullheight">
  59.         <div class="overlay"></div>
  60.         <div class="container">
  61.           <div class="row d-md-flex no-gutters slider-text js-fullheight align-items-center justify-content-end" data-scrollax-parent="true">
  62.             <div class="one-third order-md-last img js-fullheight" style="background-image:url(https://cdn.discordapp.com/attachments/1111680511266533547/1112647642409877574/gambar_3.jpg);">
  63.                 <h3 class="vr">Tentang Kami</h3>
  64.             </div>
  65.               <div class="one-forth d-flex js-fullheight align-items-center ftco-animate" data-scrollax=" properties: { translateY: '70%' }">
  66.                 <div class="text">
  67.                     <h1 class="mb-4">Selamat Datang<br>Di Aplikasi Rt Rw</h1>
  68.                     <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Magnam, tenetur nesciunt? Dolorem nostrum tenetur repellat commodi iusto! Iusto aspernatur, suscipit sint dolorum distinctio aut modi repellendus illum voluptatem quo ipsum!</p>
  69.                    
  70.                 </div>
  71.               </div>
  72.             </div>
  73.         </div>
  74.       </div>
  75.  
  76.      
  77.      
  78.     </section>
  79.     <div id="siskam" class="card card-info">
  80.     <div class="card-header">
  81.         <h3 class="card-title">
  82.             <i class="fa fa-table text-"></i> Jadwal siskamling</h3>
  83.  
  84.     </div>
  85.     <table id="example1" class="table table-bordered table-striped">
  86.     <thead>
  87.         <tr>
  88.            
  89.             <th>Hari</th>
  90.             <th>Nama</th>
  91.             <th>Jaga</th>
  92.         </tr>
  93.     </thead>
  94.     <tbody>
  95.        
  96.     </tbody>
  97.     <tfoot>
  98.        
  99.     </tfoot>
  100. </table>
  101. <script>
  102.     function printTable() {
  103.         var printContents = document.getElementById("example1").outerHTML;
  104.         var originalContents = document.body.innerHTML;
  105.         document.body.innerHTML = printContents;
  106.         window.print();
  107.         document.body.innerHTML = originalContents;
  108.     }
  109. </script>
  110. <div class="card card-info">
  111.     <div class="card-header">
  112.         <h3 class="card-title">
  113.             <i class="fa fa-table"></i> Data Pendatang</h3>
  114.     </div>
  115.     <!-- /.card-header -->
  116.     <div class="card-body">
  117.         <div class="table-responsive">
  118.             <br>
  119.             <table id="example1" class="table table-bordered table-striped">
  120.                 <thead>
  121.                     <tr>
  122.                        
  123.                         <th>Nama</th>
  124.                         <th>Jekel</th>
  125.                         <th>Tanggal</th>
  126.                         <th>Pelapor</th>
  127.                     </tr>
  128.                 </thead>
  129.                 <tbody>
  130.  
  131.                    
  132.                 </tbody>
  133.                 </tfoot>
  134.             </table>
  135.         </div>
  136.     </div>
  137.  
  138.        
  139.         <section id="about" class="ftco-section ftc-no-pb">
  140.             <div class="container" >
  141.                 <div class="row no-gutters">
  142.                     <div class="col-md-5 p-md-5 img img-2" style="background-image: url(images/bg_3.jpg);">
  143.                     </div>
  144.                     <div class="col-md-7 wrap-about pb-md-5 ftco-animate">
  145.               <div class="heading-section mb-5 pl-md-5">
  146.                 <div class="pl-md-5 ml-md-5">
  147.                     <span class="subheading subheading-with-line"><small class="pr-2 bg-white">About</small></span>
  148.                     <h2 class="mb-4">We are the best Interior, Exterior &amp; Architecture Firm</h2>
  149.                 </div>
  150.               </div>
  151.               <div class="pl-md-5 ml-md-5 mb-5">
  152.                             <p>On her way she met a copy. The copy warned the Little Blind Text, that where it came from it would have been rewritten a thousand times and everything that was left from its origin would be the word "and" and the Little Blind Text should turn around and return to its own, safe country. But nothing the copy said could convince her and so it didn’t take long until a few insidious Copy Writers ambushed her, made her drunk with Longe and Parole and dragged her into their agency, where they abused her for their.</p>
  153.                             <p>When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek, then she continued her way.</p>
  154.                             <p><a href="#" class="btn-custom">Learn More <span class="ion-ios-arrow-forward"></span></a></p>
  155.                         </div>
  156.                     </div>
  157.                 </div>
  158.             </div>
  159.         </section>
  160.  
  161.        
  162.  
  163.  
  164.        
  165.  
  166.         <section id="pengumuman" class="ftco-section testimony-section bg-light">
  167.   <div class="container">
  168.     <div class="row justify-content-center mb-5 pb-3">
  169.       <div class="col-md-7 heading-section ftco-animate">
  170.         <span class="subheading subheading-with-line"><small class="pr-2 bg-light">Pengumuman</small></span>
  171.         <h2 class="mb-4">Pengumuman !</h2>
  172.        
  173.       </div>
  174.     </div>
  175.   </div>
  176. </section>
  177.  
  178.  
  179.     <footer class="ftco-footer ftco-bg-dark ftco-section">
  180.           <div class="col-md">
  181.             <div class="ftco-footer-widget mb-4 ml-md-4">
  182.               <h2 class="ftco-heading-2">Links</h2>
  183.               <ul class="list-unstyled">
  184.                 <li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Home</a></li>
  185.                 <li><a href="#"><span class="icon-long-arrow-right mr-2"></span>About</a></li>
  186.                 <li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Services</a></li>
  187.                 <li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Projects</a></li>
  188.                 <li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Contact</a></li>
  189.               </ul>
  190.             </div>
  191.           </div>
  192.         </div>
  193.         <div class="row">
  194.           <div class="col-md-12 text-center">
  195.  
  196.             <p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
  197.  Copyright &copy;<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="icon-heart" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
  198.  <!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
  199.           </div>
  200.         </div>
  201.       </div>
  202.     </footer>
  203.    
  204.  
  205.  
  206.   <!-- loader -->
  207.   <div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#F96D00"/></svg></div>
  208.  
  209.  
  210.   <script src="assets\webutama/js/jquery.min.js"></script>
  211.   <script src="assets\webutama/js/jquery-migrate-3.0.1.min.js"></script>
  212.   <script src="assets\webutama/js/popper.min.js"></script>
  213.   <script src="assets\webutama/js/bootstrap.min.js"></script>
  214.   <script src="assets\webutama/js/jquery.easing.1.3.js"></script>
  215.   <script src="assets\webutama/js/jquery.waypoints.min.js"></script>
  216.   <script src="assets\webutama/js/jquery.stellar.min.js"></script>
  217.   <script src="assets\webutama/js/owl.carousel.min.js"></script>
  218.   <script src="assets\webutama/js/jquery.magnific-popup.min.js"></script>
  219.   <script src="assets\webutama/js/aos.js"></script>
  220.   <script src="assets\webutama/js/jquery.animateNumber.min.js"></script>
  221.   <script src="assets\webutama/js/bootstrap-datepicker.js"></script>
  222.   <script src="assets\webutama/js/jquery.timepicker.min.js"></script>
  223.   <script src="assets\webutama/js/scrollax.min.js"></script>
  224.   <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&sensor=false"></script>
  225.   <script src="assets\webutama/js/google-map.js"></script>
  226.   <script src="assets\webutama/js/main.js"></script>
  227.    
  228.   </body>
  229. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement