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"
|
||||
],
|
||||
"license": "ISC",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:sharpshark28/roman-numeral-calculator.git"
|
||||
},
|
||||
"moduleType": [],
|
||||
"homepage": "",
|
||||
"private": true,
|
||||
|
|
|
@ -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…but…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">
|
||||
|
|
Loading…
Add table
Reference in a new issue