Advertisement
fadlyshafa

Untitled

Aug 10th, 2019
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 5.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <head>
  4.         <meta charset="utf-8">
  5.         <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.         <meta name="viewport" content="width=device-width, initial-scale=1">
  7.          <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  8.  
  9.         <title>WebMag HTML Template</title>
  10.  
  11.         <!-- Google font -->
  12.         <link href="https://fonts.googleapis.com/css?family=Nunito+Sans:700%7CNunito:300,600" rel="stylesheet">
  13.  
  14.         <!-- Bootstrap -->
  15.         <link type="text/css" rel="stylesheet" href="{{ asset('webmag/css/bootstrap.min.css') }}"/>
  16.  
  17.         <!-- Font Awesome Icon -->
  18.         <link rel="stylesheet" href="{{ asset('webmag/css/font-awesome.min.css') }}">
  19.  
  20.         <!-- Custom stlylesheet -->
  21.         <link type="text/css" rel="stylesheet" href="{{ asset('webmag/css/style.css') }}"/>
  22.  
  23.         <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  24.         <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  25.         <!--[if lt IE 9]>
  26.           <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  27.           <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  28.         <![endif]-->
  29.  
  30.     </head>
  31.     <body>
  32.  
  33.         <!-- Header -->
  34.         <header id="header">
  35.             <!-- Nav -->
  36.             <div id="nav">
  37.                 <!-- Main Nav -->
  38.                 <div id="nav-fixed">
  39.                     <div class="container">
  40.                         <!-- logo -->
  41.                         <div class="nav-logo">
  42.                             <a href="index.html" class="logo"><img src="{{ asset('webmag/img/logo.png') }}" alt=""></a>
  43.                         </div>
  44.                         <!-- /logo -->
  45.  
  46.                         <!-- nav -->
  47.                         <ul class="nav-menu nav navbar-nav">
  48.                             <li><a href="category.html">News</a></li>
  49.                             <li><a href="category.html">Popular</a></li>
  50.                             <li class="cat-1"><a href="category.html">Web Design</a></li>
  51.                             <li class="cat-2"><a href="category.html">JavaScript</a></li>
  52.                             <li class="cat-3"><a href="category.html">Css</a></li>
  53.                             <li class="cat-4"><a href="category.html">Jquery</a></li>
  54.                         </ul>
  55.                         <!-- /nav -->
  56.  
  57.                         <!-- search & aside toggle -->
  58.                         <div class="nav-btns">
  59.                             <button class="aside-btn"><i class="fa fa-bars"></i></button>
  60.                             <button class="search-btn"><i class="fa fa-search"></i></button>
  61.                             <div class="search-form">
  62.                                 <input class="search-input" type="text" name="search" placeholder="Enter Your Search ...">
  63.                                 <button class="search-close"><i class="fa fa-times"></i></button>
  64.                             </div>
  65.                         </div>
  66.                         <!-- /search & aside toggle -->
  67.                     </div>
  68.                 </div>
  69.                 <!-- /Main Nav -->
  70.                 <!-- Aside Nav -->
  71.             </div>
  72.             <!-- /Nav -->
  73.         </header>
  74.         <!-- /Header -->
  75.  
  76.         <!-- section -->
  77.         <!-- /section -->
  78.        
  79.         <!-- section -->
  80.        
  81.         <!-- /section -->
  82.  
  83.         <!-- section -->
  84.         @yield('content')
  85.         <!-- /section -->
  86.  
  87.         <!-- Footer -->
  88.         <footer id="footer">
  89.             <!-- container -->
  90.             <div class="container">
  91.                 <!-- row -->
  92.                 <div class="row">
  93.                     <div class="col-md-5">
  94.                         <div class="footer-widget">
  95.                             <div class="footer-logo">
  96.                                 <a href="index.html" class="logo"><img src="{{ asset('webmag/img/logo.png') }}" alt=""></a>
  97.                             </div>
  98.                             <ul class="footer-nav">
  99.                                 <li><a href="#">Privacy Policy</a></li>
  100.                                 <li><a href="#">Advertisement</a></li>
  101.                             </ul>
  102.                             <div class="footer-copyright">
  103.                                 <span>&copy; <!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
  104. Copyright &copy;<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
  105. <!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></span>
  106.                             </div>
  107.                         </div>
  108.                     </div>
  109.  
  110.                     <div class="col-md-4">
  111.                         <div class="row">
  112.                             <div class="col-md-6">
  113.                                 <div class="footer-widget">
  114.                                     <h3 class="footer-title">About Us</h3>
  115.                                     <ul class="footer-links">
  116.                                         <li><a href="about.html">About Us</a></li>
  117.                                         <li><a href="#">Join Us</a></li>
  118.                                         <li><a href="contact.html">Contacts</a></li>
  119.                                     </ul>
  120.                                 </div>
  121.                             </div>
  122.                             <div class="col-md-6">
  123.                                 <div class="footer-widget">
  124.                                     <h3 class="footer-title">Catagories</h3>
  125.                                     <ul class="footer-links">
  126.                                         <li><a href="category.html">Web Design</a></li>
  127.                                         <li><a href="category.html">JavaScript</a></li>
  128.                                         <li><a href="category.html">Css</a></li>
  129.                                         <li><a href="category.html">Jquery</a></li>
  130.                                     </ul>
  131.                                 </div>
  132.                             </div>
  133.                         </div>
  134.                     </div>
  135.  
  136.                     <div class="col-md-3">
  137.                         <div class="footer-widget">
  138.                             <h3 class="footer-title">Join our Newsletter</h3>
  139.                             <div class="footer-newsletter">
  140.                                 <form>
  141.                                     <input class="input" type="email" name="newsletter" placeholder="Enter your email">
  142.                                     <button class="newsletter-btn"><i class="fa fa-paper-plane"></i></button>
  143.                                 </form>
  144.                             </div>
  145.                             <ul class="footer-social">
  146.                                 <li><a href="#"><i class="fa fa-facebook"></i></a></li>
  147.                                 <li><a href="#"><i class="fa fa-twitter"></i></a></li>
  148.                                 <li><a href="#"><i class="fa fa-google-plus"></i></a></li>
  149.                                 <li><a href="#"><i class="fa fa-pinterest"></i></a></li>
  150.                             </ul>
  151.                         </div>
  152.                     </div>
  153.  
  154.                 </div>
  155.                 <!-- /row -->
  156.             </div>
  157.             <!-- /container -->
  158.         </footer>
  159.         <!-- /Footer -->
  160.  
  161.         <!-- jQuery Plugins -->
  162.         <script src="{{ asset('webmag/js/jquery.min.js') }}"></script>
  163.         <script src="{{ asset('webmag/js/bootstrap.min.js') }}"></script>
  164.         <script src="{{ asset('webmag/js/main.js') }}"></script>
  165.  
  166.     </body>
  167. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement