Advertisement
SenpaiZero

Layout A

Mar 27th, 2024
688
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.96 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(255, 188, 130);
  18.             }
  19.  
  20.             .footer {
  21.                 margin-top: 30px;
  22.                 background-color: rgb(255, 153, 63);
  23.             }
  24.  
  25.             .header {
  26.                 background-color: rgb(255, 153, 63);
  27.             }
  28.  
  29.             .image {
  30.                 margin-top: 20px;
  31.                 width: 256px;
  32.                 height: 256px;
  33.                 border: 4px solid rgb(200, 113, 113);
  34.                 border-radius: 8px;
  35.                 object-fit: cover;
  36.             }
  37.         </style>
  38.     </head>
  39.     <body>
  40.         <!--Header-->
  41.         <header class="text-center header">
  42.             <h1>MADE FOR LAYOUT A</h1>
  43.         </header>
  44.         <!--Navigation-->
  45.         <nav class="navbar navbar-expand-lg custom-navbar-bg" >
  46.             <div class="container-fluid">
  47.               <a class="navbar-brand" href="#">04 Activity 1</a>
  48.               <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
  49.                 <span class="navbar-toggler-icon"></span>
  50.               </button>
  51.               <div class="collapse navbar-collapse" id="navbarSupportedContent">
  52.                 <ul class="navbar-nav me-auto mb-2 mb-lg-0">
  53.                   <li class="nav-item">
  54.                     <a class="nav-link active" aria-current="page" href="#">Home</a>
  55.                   </li>
  56.                   <li class="nav-item">
  57.                     <a class="nav-link" href="#">About</a>
  58.                   </li>
  59.                   <li class="nav-item">
  60.                     <a class="nav-link" href="#">Store</a>
  61.                   </li>
  62.                   <li class="nav-item">
  63.                     <a class="nav-link" href="#">More articles</a>
  64.                   </li>
  65.                 </ul>
  66.               </div>
  67.             </div>
  68.           </nav>
  69.  
  70.         <!--Section/Article-->
  71.         <div class="container text-center">
  72.             <div class="row text-center fs-1">
  73.                 <div class="col">
  74.                     How artificial intelligence is transforming the world
  75.                 </div>
  76.             </div>
  77.             <div class="row">
  78.               <section class="col">
  79.                 The potential of Artificial Intelligence (AI) and robots to reshape our future has attracted vast interest among
  80.                 the public, government and academia in the last few years. As in every other sector of life, higher education
  81.                 (HE) will be affected, perhaps in a profound way (Bates et al., 2020; DeMartini and Benussi, 2017). HE will have
  82.                 to adapt to educate people to operate in a new economy and potentially for a different way of life. AI and robotics
  83.                 are also likely to change how education itself works, altering what learning is like, the role of teachers.
  84.                 <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">
  85.               </section>
  86.               <section class="col">
  87.                 Artificial intelligence algorithms are designed to make decisions, often using real-time data. They are unlike
  88.                 passive machines that are capable only of mechanical or predetermined responses. Using sensors, digital data,
  89.                 or remote inputs, they combine information from a variety of different sources, analyze the material instantly,
  90.                 and act on the insights derived from those data. With massive improvements in storage systems, processing speeds,
  91.                 and analytic techniques, they are capable of tremendous sophistication in analysis and decisionmaking.
  92.                 <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">
  93.               </section>
  94.               <section class="col">
  95.                 AI has received increased attention from the information systems research community in recent years.
  96.                 There is a growing concern that research on AI could experience a lack of cumulative building
  97.                 of knowledge, which has overshadowed IS research previously. The search strategy resulted in
  98.                 1877 studies, of which 98 were identified as primary studies and a synthesise of key themes that are pertinent
  99.                 to this study is presented. This study makes important contributions, namely an identification
  100.                 of the current reported business value and contributions of AI.
  101.                 <br><img class="image" src="https://apacsagepub-perspectivesblog.com/wp-content/uploads/2023/03/Academic-Publishers-and-the-Challenges-of-AI.png" class="img-fluid rounded mx-auto d-block">
  102.               </section>
  103.             </div>
  104.           </div>
  105.  
  106.           <!--Footer-->
  107.           <footer class="card text-center footer">
  108.             <div class="card-title">
  109.             </div>
  110.             <div class="card-text" style="margin-bottom: 50px;">
  111.                 SANTOS, YGI MARTIN B. <br>
  112.                 BSIT 3A
  113.             </div>
  114.           </footer>
  115.     </body>
  116. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement