Created
June 28, 2017 05:25
-
-
Save chintamanand/e95f197467120b7133a44b9b6a8cabeb to your computer and use it in GitHub Desktop.
Skillfair // source https://jsbin.com/zivokex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Skillfair</title> | |
<meta charset="utf-8"/> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> | |
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,700' rel='stylesheet' type='text/css'> | |
<link rel="stylesheet" type="text/css" href="main.css"> | |
</head> | |
<body> | |
<header class="container"> | |
<div class="row"> | |
<h1 class="col-sm-4">skillfair</h1> | |
<nav class="col-sm-8 text-right"> | |
<p>newest</p> | |
<p>cataloge</p> | |
<p>contact</p> | |
</nav> | |
</div> | |
</header> | |
<section class="jumbotron"> | |
<div class="container"> | |
<div class="row text-center"> | |
<h2>Homemade Goods</h2> | |
<h3>This Year's Best</h3> | |
<a class="btn btn-primary" href=" " role="button">see all</a> | |
</div> | |
</div> | |
</section> | |
<section class="container"> | |
<div class="row "> | |
<figure class="col-sm-6"> | |
<p> Kitchen </p> | |
<img src="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-4/kitchen.jpg"> | |
</figure> | |
<figure class="col-sm-6"> | |
<p>woodwork</p> | |
<img src="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-4/woodwork.jpg"> | |
</figure> | |
</div> | |
<div class="row"> | |
<figure class="col-sm-6"> | |
<p>gifts</p> | |
<img src="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-4/gifts.jpg"> | |
</figure> | |
<figure class="col-sm-6"> | |
<p>antiques</p> | |
<img src="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-4/antique.jpg"> | |
</figure> | |
</div> | |
</section> | |
<footer class="container"> | |
<div class="row"> | |
<p class="col-sm-4">©2016 Skillfair</p> | |
<ul class="col-sm-8"> | |
<li class="col-sm-1"> <img src="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-4/twitter.svg"></li> | |
<li class="col-sm-1"> <img src="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-4/medium.svg"></li> | |
<li class="col-sm-1"><img src="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-4/instagram.svg"></li> | |
<li class="col-sm-1"> | |
<img src="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-4/facebook.svg"> | |
</li> | |
</ul> | |
</div> | |
</footer> | |
<script id="jsbin-source-html" type="text/html"><!DOCTYPE html> | |
<html> | |
<head> | |
<title>Skillfair</title> | |
<meta charset="utf-8"/> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> | |
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,700' rel='stylesheet' type='text/css'> | |
<link rel="stylesheet" type="text/css" href="main.css"> | |
</head> | |
<body> | |
<header class="container"> | |
<div class="row"> | |
<h1 class="col-sm-4">skillfair</h1> | |
<nav class="col-sm-8 text-right"> | |
<p>newest</p> | |
<p>cataloge</p> | |
<p>contact</p> | |
</nav> | |
</div> | |
</header> | |
<section class="jumbotron"> | |
<div class="container"> | |
<div class="row text-center"> | |
<h2>Homemade Goods</h2> | |
<h3>This Year's Best</h3> | |
<a class="btn btn-primary" href=" " role="button">see all</a> | |
</div> | |
</div> | |
</section> | |
<section class="container"> | |
<div class="row "> | |
<figure class="col-sm-6"> | |
<p> Kitchen </p> | |
<img src="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-4/kitchen.jpg"> | |
</figure> | |
<figure class="col-sm-6"> | |
<p>woodwork</p> | |
<img src="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-4/woodwork.jpg"> | |
</figure> | |
</div> | |
<div class="row"> | |
<figure class="col-sm-6"> | |
<p>gifts</p> | |
<img src="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-4/gifts.jpg"> | |
</figure> | |
<figure class="col-sm-6"> | |
<p>antiques</p> | |
<img src="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-4/antique.jpg"> | |
</figure> | |
</div> | |
</section> | |
<footer class="container"> | |
<div class="row"> | |
<p class="col-sm-4">©2016 Skillfair</p> | |
<ul class="col-sm-8"> | |
<li class="col-sm-1"> <img src="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-4/twitter.svg"></li> | |
<li class="col-sm-1"> <img src="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-4/medium.svg"></li> | |
<li class="col-sm-1"><img src="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-4/instagram.svg"></li> | |
<li class="col-sm-1"> | |
<img src="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-4/facebook.svg"> | |
</li> | |
</ul> | |
</div> | |
</footer> | |
</body> | |
</html> | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment