Skip to content

Instantly share code, notes, and snippets.

@willeswa
Last active June 2, 2018 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willeswa/93505f5840b01ef939b31a596508218b to your computer and use it in GitHub Desktop.
Save willeswa/93505f5840b01ef939b31a596508218b to your computer and use it in GitHub Desktop.
eKprEp
<html>
<head>
<title>The Image Gallery Project</title>
<link rel="stylesheet" type="text/css" href="proj.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-expand-sm navbar-dark bg-dark">
<a class="navbar-brand" href="#">Willies254</a>
<button class="navbar-toggler" data-toggle="collapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="#">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#">About Us</a></li>
<li class="nav-item"><a class="nav-link" href="#">Contact Us</a></li>
</ul>
</div>
</nav>
<div class="container">
<div class="jumbotron">
<h1>Mr. Cartman</h1>
<p>Southpark Elementary School Image Gallery</p>
</div>
<div class="row">
<div class="col-lg-4 col-sm-6">
<div class="img-thumbnail">
<img class="img-fluid" src="http://i.imgur.com/qK42fUu.jpg"/>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="img-thumbnail">
<img class="img-fluid" src="https://images.unsplash.com/photo-1435771112039-1e5b2bcad966?dpr=2&fit=crop&fm=jpg&h=825&q=50&w=1450"/>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="img-thumbnail">
<img class="img-fluid" src="https://images.unsplash.com/photo-1439524970634-649c37a69e5c?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&w=1450&h=825&fit=crop&s=bfda9916c885869b43b70738693428d9"/>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="img-thumbnail">
<img class="img-fluid" src="https://images.unsplash.com/photo-1444090542259-0af8fa96557e?dpr=2&fit=crop&fm=jpg&h=825&q=50&w=1450"/>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="img-thumbnail">
<img class="img-fluid" src="https://images.unsplash.com/photo-1442406964439-e46ab8eff7c4?dpr=2&fit=crop&fm=jpg&h=825&q=50&w=1450"/>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="img-thumbnail">
<img class="img-fluid" src="https://images.unsplash.com/photo-1434543177303-ef2cc7707e0d?dpr=2&fit=crop&fm=jpg&h=825&q=50&w=1450"/>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="img-thumbnail">
<img class="img-fluid" src="https://images.unsplash.com/photo-1436262513933-a0b06755c784?dpr=2&fit=crop&fm=jpg&h=825&q=50&w=1450"/>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="img-thumbnail">
<img class="img-fluid" src="https://images.unsplash.com/photo-1439396087961-98bc12c21176?dpr=2&fit=crop&fm=jpg&h=825&q=50&w=1450"/>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="img-thumbnail">
<img class="img-fluid" src="https://images.unsplash.com/photo-1439694458393-78ecf14da7f9?dpr=2&fit=crop&fm=jpg&h=825&q=50&w=1450"/>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment