Advertisement
SenpaiZero

Layout B

Mar 27th, 2024
568
0
112 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.97 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4.     <head>
  5.         <title></title>
  6.         <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
  7.         <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
  8.         <style>
  9.             * {
  10.                 color: rgb(68, 68, 68);
  11.             }
  12.             body {
  13.                 background-color: sandybrown;
  14.             }
  15.  
  16.             .custom-navbar-bg {
  17.                 background-color: rgb(82, 82, 82);
  18.             }
  19.  
  20.             .custom-navbar-txt-color {
  21.                 color: aliceblue;
  22.             }
  23.             .footer {
  24.                 padding-top: 30px;
  25.                 background-color: rgb(255, 153, 63);
  26.             }
  27.  
  28.             .header {
  29.                 background-color: rgb(255, 153, 63);
  30.             }
  31.  
  32.             .image {
  33.                 margin-top: 20px;
  34.                 width: 256px;
  35.                 height: 256px;
  36.                 border: 4px solid rgb(200, 113, 113);
  37.                 border-radius: 8px;
  38.                 object-fit: cover;
  39.             }
  40.            
  41.         </style>
  42.     </head>
  43.     <body>
  44.         <!--Navigation-->
  45.         <div class="container-fluid">
  46.             <div class="row flex-nowrap">
  47.                 <div class="col-auto col-md-3 col-xl-2 px-sm-2 px-0 custom-navbar-bg">
  48.                     <div class="d-flex flex-column align-items-center align-items-sm-start px-3 pt-2 text-white min-vh-100">
  49.                         <a class="d-flex align-items-center pb-3 mb-md-0 me-md-auto text-white text-decoration-none">
  50.                             <span class="fs-5 d-none d-sm-inline custom-navbar-txt-color">04 Activity 1</span>
  51.                         </a>
  52.                         <ul class="nav nav-pills flex-column mb-sm-auto mb-0 align-items-center align-items-sm-start" id="menu">
  53.                             <li class="nav-item">
  54.                                 <a href="#" class="nav-link align-middle px-0">
  55.                                     <i class="fs-4 bi-house"></i> <span class="ms-1 d-none d-sm-inline custom-navbar-txt-color">Home</span>
  56.                                 </a>
  57.                             </li>
  58.                             <li>
  59.                                 <a href="#" class="nav-link px-0 align-middle">
  60.                                     <i class="fs-4 bi-table"></i> <span class="ms-1 d-none d-sm-inline custom-navbar-txt-color">About</span></a>
  61.                             </li>
  62.                             <li>
  63.                                 <a href="#" class="nav-link px-0 align-middle">
  64.                                     <i class="fs-4 bi-people"></i> <span class="ms-1 d-none d-sm-inline custom-navbar-txt-color">Store</span> </a>
  65.                             </li>
  66.                             <li>
  67.                                 <a href="#" class="nav-link px-0 align-middle">
  68.                                     <i class="fs-4 bi-people"></i> <span class="ms-1 d-none d-sm-inline custom-navbar-txt-color">More Articles</span> </a>
  69.                             </li>
  70.                         </ul>
  71.                         <hr>
  72.                     </div>
  73.                 </div>
  74.                 <!--Header-->
  75.                 <div class="col py-3">
  76.                     <header class="text-center header">
  77.                         <h1>MADE FOR LAYOUT B</h1>
  78.                     </header>
  79.         <!--Section/Article-->
  80.         <div class="container text-center">
  81.             <div class="row text-center fs-1">
  82.                 <div class="col">
  83.                     How artificial intelligence is transforming the world
  84.                 </div>
  85.             </div>
  86.             <div class="row">
  87.               <section class="col">
  88.                 The potential of Artificial Intelligence (AI) and robots to reshape our future has attracted vast interest among
  89.                 the public, government and academia in the last few years. As in every other sector of life, higher education
  90.                 (HE) will be affected, perhaps in a profound way (Bates et al., 2020; DeMartini and Benussi, 2017). HE will have
  91.                 to adapt to educate people to operate in a new economy and potentially for a different way of life. AI and robotics
  92.                 are also likely to change how education itself works, altering what learning is like, the role of teachers.
  93.                 <br><img class="image" src="https://sdtimes.com/wp-content/uploads/2016/06/0622.sdt-openai.jpeg" class="img-fluid rounded mx-auto d-block">
  94.               </section>
  95.               <section class="col">
  96.                 Artificial intelligence algorithms are designed to make decisions, often using real-time data. They are unlike
  97.                 passive machines that are capable only of mechanical or predetermined responses. Using sensors, digital data,
  98.                 or remote inputs, they combine information from a variety of different sources, analyze the material instantly,
  99.                 and act on the insights derived from those data. With massive improvements in storage systems, processing speeds,
  100.                 and analytic techniques, they are capable of tremendous sophistication in analysis and decisionmaking.
  101.                 <br><img class="image" src="https://imageio.forbes.com/specials-images/imageserve/5eda41e0b6ac5c00060e2821/Network-forming-AI-robot-face/960x0.jpg" class="img-fluid rounded mx-auto d-block">
  102.               </section>
  103.             </div>
  104.           </div>
  105.           <!--Footer-->
  106.           <div class="container">
  107.             <footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
  108.               <p class="col-md-4 mb-0 text-body-secondary">Santos, Ygi Martin <br>BSIT 3A</p>
  109.          
  110.               <a href="/" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none">
  111.                 <svg class="bi me-2" width="40" height="32"><use xlink:href="#bootstrap"/></svg>
  112.               </a>
  113.          
  114.               <ul class="nav col-md-4 justify-content-end">
  115.                 <li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Home</a></li>
  116.                 <li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Features</a></li>
  117.                 <li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Pricing</a></li>
  118.                 <li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">FAQs</a></li>
  119.                 <li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">About</a></li>
  120.               </ul>
  121.             </footer>
  122.           </div>
  123.         </div>
  124.             </div>
  125.         </div>
  126.  
  127.          
  128.     </body>
  129. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement