Skip to content

Commit

Permalink
start
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanzander committed Nov 17, 2017
1 parent a80c1fd commit 5c6027d
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 77 deletions.
13 changes: 9 additions & 4 deletions client/main.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
<html>

<head>
<meta charset="utf-8">
<title>Pup</title>
<meta name="description" content="A description for the application.">
<meta name="viewport" content="initial-scale=1, minimal-ui, maximum-scale=1, minimum-scale=1" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ControlCloud</title>
<meta name="description" content="Invoice Management in the Cloud">
<link rel="shortcut icon" type="image/png" href="/favicon.png?v1" sizes="16x16 32x32 64x64">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-precomposed.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.1/css/bulma.min.css">
</head>

<body>
<div id="react-root"></div>
</body>

</html>
4 changes: 2 additions & 2 deletions imports/ui/components/DocumentEditor/DocumentEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ class DocumentEditor extends React.Component {
},
messages: {
title: {
required: 'Need a title in here, Seuss.',
required: 'Need a title in here, please.',
},
body: {
required: 'This thneeds a body, please.',
required: 'This needs a body, please.',
},
},
submitHandler() { component.handleSubmit(); },
Expand Down
2 changes: 1 addition & 1 deletion imports/ui/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const copyrightYear = () => {
const Footer = () => (
<div className="Footer">
<Grid>
<p className="pull-left">&copy; {copyrightYear()} Application Name</p>
<p className="pull-left">&copy; {copyrightYear()} ControlCloud</p>
<ul className="pull-right">
<li><Link to="/terms">Terms<span className="hidden-xs"> of Service</span></Link></li>
<li><Link to="/privacy">Privacy<span className="hidden-xs"> Policy</span></Link></li>
Expand Down
91 changes: 21 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"bcrypt": "^1.0.3",
"commonmark": "^0.28.1",
"core-js": "^2.5.1",
"es5-shim": "^4.5.9",
"fs": "0.0.1-security",
"handlebars": "^4.0.10",
"html-pdf": "^2.2.0",
Expand Down

0 comments on commit 5c6027d

Please sign in to comment.