Test: Difference between revisions

From Now That's What I Call Music Wiki
No edit summary
No edit summary
Line 1: Line 1:
<!DOCTYPE html>
<html lang="en">
<head>
<head>
  <title>Bootstrap Example</title>
<title>Bootstrap Example</title>
  <meta charset="utf-8">
<meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
  <style>
<style>
    /* Remove the navbar's default margin-bottom and rounded borders */  
/* Remove the navbar's default margin-bottom and rounded borders */  
    .navbar {
.navbar {
      margin-bottom: 0;
margin-bottom: 0;
      border-radius: 0;
border-radius: 0;
    }
}
   
    /* Add a gray background color and some padding to the footer */
/* Add a gray background color and some padding to the footer */
    footer {
footer {
      background-color: #f2f2f2;
background-color: #f2f2f2;
      padding: 25px;
padding: 25px;
    }
}
  </style>
</style>
</head>
</head>
<body>
<body>


<nav class="navbar navbar-inverse">
<nav class="navbar navbar-inverse">
  <div class="container-fluid">
<div class="container-fluid">
    <div class="navbar-header">
<div class="navbar-header">
      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
        <span class="icon-bar"></span>
<span class="icon-bar"></span>
        <span class="icon-bar"></span>
<span class="icon-bar"></span>
        <span class="icon-bar"></span>                      
<span class="icon-bar"></span>  
      </button>
</button>
      <a class="navbar-brand" href="#">Portfolio</a>
<a class="navbar-brand" href="#">Portfolio</a>
    </div>
</div>
    <div class="collapse navbar-collapse" id="myNavbar">
<div class="collapse navbar-collapse" id="myNavbar">
      <ul class="nav navbar-nav">
<ul class="nav navbar-nav">
        <li class="active"><a href="#">Home</a></li>
<li class="active"><a href="#">Home</a></li>
        <li><a href="#">About</a></li>
<li><a href="#">About</a></li>
        <li><a href="#">Gallery</a></li>
<li><a href="#">Gallery</a></li>
        <li><a href="#">Contact</a></li>
<li><a href="#">Contact</a></li>
      </ul>
</ul>
      <ul class="nav navbar-nav navbar-right">
<ul class="nav navbar-nav navbar-right">
        <li><a href="#"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
<li><a href="#"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
      </ul>
</ul>
    </div>
</div>
  </div>
</div>
</nav>
</nav>


<div class="jumbotron">
<div class="jumbotron">
  <div class="container text-center">
<div class="container text-center">
    <h1>My Portfolio</h1>    
<h1>My Portfolio</h1>  
    <p>Some text that represents "Me"...</p>
<p>Some text that represents "Me"...</p>
  </div>
</div>
</div>
<div class="container-fluid bg-3 text-center">
<h3>Some of my Work</h3><br>
<div class="row">
<div class="col-sm-3">
<p>Some text..</p>
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
</div>
<div class="col-sm-3">
<p>Some text..</p>
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
</div>
<div class="col-sm-3">
<p>Some text..</p>
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
</div>
<div class="col-sm-3">
<p>Some text..</p>
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
</div>
</div>
</div>
 
<div class="container-fluid bg-3 text-center">   
  <h3>Some of my Work</h3><br>
  <div class="row">
    <div class="col-sm-3">
      <p>Some text..</p>
      <img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
    </div>
    <div class="col-sm-3">
      <p>Some text..</p>
      <img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
    </div>
    <div class="col-sm-3">
      <p>Some text..</p>
      <img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
    </div>
    <div class="col-sm-3">
      <p>Some text..</p>
      <img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
    </div>
  </div>
</div><br>
</div><br>


<div class="container-fluid bg-3 text-center">  
<div class="container-fluid bg-3 text-center">  
  <div class="row">
<div class="row">
    <div class="col-sm-3">
<div class="col-sm-3">
      <p>Some text..</p>
<p>Some text..</p>
      <img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
    </div>
</div>
    <div class="col-sm-3">  
<div class="col-sm-3">  
      <p>Some text..</p>
<p>Some text..</p>
      <img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
    </div>
</div>
    <div class="col-sm-3">  
<div class="col-sm-3">  
      <p>Some text..</p>
<p>Some text..</p>
      <img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
    </div>
</div>
    <div class="col-sm-3">
<div class="col-sm-3">
      <p>Some text..</p>
<p>Some text..</p>
      <img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
    </div>
</div>
  </div>
</div>
</div><br><br>
</div>
 
<footer class="container-fluid text-center">
  <p>Footer Text</p>
</footer>
 
</body>
</html>

Revision as of 20:23, 4 August 2022

<head> <title>Bootstrap Example</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> <style>

/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
margin-bottom: 0;
border-radius: 0;
}

/* Add a gray background color and some padding to the footer */
footer {
background-color: #f2f2f2;
padding: 25px;
}

</style> </head> <body>

<nav class="navbar navbar-inverse">

</nav>

My Portfolio

Some text that represents "Me"...

Some of my Work


Some text..

<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">

Some text..

<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">

Some text..

<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">

Some text..

<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">


Some text..

<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">

Some text..

<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">

Some text..

<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">

Some text..

<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">