updates index with style
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Rookie Badge Issuer",
|
"name": "Rookie Badge Issuer",
|
||||||
"description": "Issues great new Open Badges to self.",
|
"description": "Issues great new Open Badges to self.",
|
||||||
"image": "http://yoursite.com/rookie-badge-issuer.png",
|
"image": "http://gardient.github.io/rookie-badger/rookie-badge-issuer.png",
|
||||||
"criteria": "http://yoursite.com/rookie-badge-criteria.html",
|
"criteria": "http://gardient.github.io/rookie-badger/rookie-badge-criteria.html",
|
||||||
"issuer": "http://yoursite.com/badge-issuer.json"
|
"issuer": "http://gardient.github.io/rookie-badger/badge-issuer.json"
|
||||||
}
|
}
|
||||||
@@ -1,2 +1,35 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html></html>
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>Rookie badger</title>
|
||||||
|
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/cosmo/bootstrap.min.css" rel="stylesheet" integrity="sha384-h21C2fcDk/eFsW9sC9h0dhokq5pDinLNklTKoxIZRUn3+hvmgQSffLLQ4G4l2eEr"
|
||||||
|
crossorigin="anonymous">
|
||||||
|
<script src="//code.jquery.com/jquery.js"></script>
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
<style>
|
||||||
|
div.container{
|
||||||
|
padding-top: 25px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<a class="navbar-brand" href="#">Rookie badger</a>
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
<h1>Rookie badger</h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user