1
0
Fork 0

Added credits/header to page and repo to package.json

This commit is contained in:
Joe L. Wroten 2015-11-02 11:13:08 -06:00
parent 8ce0871e4e
commit 1c3b81e7b7
2 changed files with 7 additions and 3 deletions

View file

@ -6,6 +6,10 @@
"Joe L. Wroten"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "git@github.com:sharpshark28/roman-numeral-calculator.git"
},
"moduleType": [],
"homepage": "",
"private": true,

View file

@ -11,10 +11,10 @@
<body class="container">
<div class="row">
<header class="page-header col-md-12">
<h1>Example page header
<small>Subtext for header</small>
<h1>Roman Numeral Calculator
<small>It's like a calculator&#8230;but&#8230;more Roman!</small>
</h1>
<h6 class="text-muted">Stuff</h6>
<h5 class="text-muted">Powered by <a href="http://vuejs.org">Vue.js</a>, <a href="https://lodash.com/">Lodash</a>, <a href="http://getbootstrap.com/">Bootstrap</a>, and <a href="https://fezvrasta.github.io/bootstrap-material-design/">Bootstrap Material Design</a>.</h5>
</header>
</div>
<div class="row">