Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.80 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>
  4. Reshad test
  5. </title>
  6. <link href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
  7. <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
  8.  
  9. </head>
  10. <style>
  11. .navbar {
  12. border-radius:0px;
  13. }
  14. </style>
  15. <body>
  16.  
  17.  
  18. <nav class="navbar navbar-default">
  19.   <div class="container-fluid">
  20.     <div class="navbar-header">
  21.       <a class="navbar-brand" href="#">
  22.       <img src='http://placehold.it/1200x250' width='100px'>
  23.       </a>
  24.     </div>
  25.     <ul class="nav navbar-nav">
  26.       <li class="active"><a href="#">Home</a></li>
  27.       <li><a href="#">Page 1</a></li>
  28.       <li><a href="#">Page 2</a></li>
  29.       <li><a href="#">Page 3</a></li>
  30.     </ul>
  31.    
  32.      <ul class="nav navbar-nav navbar-right">
  33.       <li><a href="#"><span class="glyphicon glyphicon-user"></span> Sign Up</a></li>
  34.       <li><a href="#"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
  35.     </ul>
  36.    
  37.     <form class="navbar-form navbar-right" action="/action_page.php">
  38.       <div class="form-group">
  39.         <input type="text" class="form-control" placeholder="Search">
  40.       </div>
  41.       <button type="submit" class="btn btn-default">Submit</button>
  42.     </form>
  43.    
  44.   </div>
  45. </nav>
  46.  
  47.  
  48. <div class='content'>
  49.  
  50.     <!-- sol -->
  51.     <div class='col-lg-2' >
  52.  
  53. <ul class="list-group">
  54.   <li class="list-group-item">First item</li>
  55.   <li class="list-group-item">Second item</li>
  56.   <li class="list-group-item">Third item</li>
  57. </ul>
  58.    
  59.     </div>
  60.         <!-- sol -->
  61.    
  62.     <!-- content -->
  63.     <div class='col-lg-8' >
  64.     <img src='http://placehold.it/1200x250' class='img-responsive' >
  65.    
  66.     <style>
  67.     .news-header {
  68.     background-color:#2c3e50;
  69.     padding:10px;
  70.     color:#3498db;
  71.     }  
  72.     .news-addons {
  73.     <!-- background-color:blue; -->
  74.     padding:10px;
  75.     <!-- color:#000; -->
  76.    
  77.     }
  78.     </style>
  79.     <h2 class='news-header'> "Digital Girls” – Milli Təlim Proqramı” layihəsinə start verilib </h2>
  80.     <P class='news-addons'>
  81.     Tarix: 2/19/2020 <i class='fa fa-calendar'></i>
  82.     Baxilib: 15 <i class='fa fa-eye'></i>
  83.     </P>
  84.    
  85.     Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  86.    
  87.     </div>
  88.     <!-- content -->   
  89.    
  90.     <!-- sag -->
  91.     <div class='col-lg-2' >
  92.     Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  93.     </div>
  94.     <!-- sag -->   
  95.  
  96. </div>
  97.  
  98. </body>
  99. <script
  100.  src="http://code.jquery.com/jquery-3.4.1.min.js"
  101.  integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
  102.  crossorigin="anonymous"></script>
  103. <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
  104. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement