Added credits/header to page and repo to package.json
This commit is contained in:
parent
8ce0871e4e
commit
1c3b81e7b7
2 changed files with 7 additions and 3 deletions
|
@ -6,6 +6,10 @@
|
||||||
"Joe L. Wroten"
|
"Joe L. Wroten"
|
||||||
],
|
],
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git@github.com:sharpshark28/roman-numeral-calculator.git"
|
||||||
|
},
|
||||||
"moduleType": [],
|
"moduleType": [],
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|
|
@ -11,10 +11,10 @@
|
||||||
<body class="container">
|
<body class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<header class="page-header col-md-12">
|
<header class="page-header col-md-12">
|
||||||
<h1>Example page header
|
<h1>Roman Numeral Calculator
|
||||||
<small>Subtext for header</small>
|
<small>It's like a calculator…but…more Roman!</small>
|
||||||
</h1>
|
</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>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
Loading…
Add table
Reference in a new issue