diff --git a/app.js b/app.js
index e97a0d4..848d7b0 100644
--- a/app.js
+++ b/app.js
@@ -31,11 +31,12 @@ expressapp.get('/create', (req, res) => {
res.render('create.html');
});
+
expressapp.get('/profile', (req, res) => {
res.render('profile.html');
});
-expressapp.listen(8080, () => {
+expressapp.listen(80, () => {
//console.log(`App listening on port ${PORT}`);
console.log('Press Ctrl+C to quit.');
});
@@ -160,9 +161,11 @@ app.use(txVoteHandler);
app.use(txDistributeHandler);
app.use(txSendHandler);
+/*
app.listen(3000).then(function(appInfo) {
console.log(appInfo);
})
+*/
/**
* doesn't do anything other than verify signature.
diff --git a/public/README.md b/public/README.md
deleted file mode 100644
index 1ee6371..0000000
--- a/public/README.md
+++ /dev/null
@@ -1,170 +0,0 @@
-# [Material Kit](https://demos.creative-tim.com/material-kit/index.html) [](https://twitter.com/home?status=Material%20Kit%20is%20a%20Free%20Bootstrap%204%20UI%20Kit%20%E2%9D%A4%EF%B8%8F%0Ahttps%3A//demos.creative-tim.com/material-kit/index.html%20%23bootstrap%20%23material%20%23design%20%23uikit%20%23freebie%20%20via%20%40CreativeTim)
-
-
-   [](https://github.com/creativetimofficial/material-kit/issues?q=is%3Aopen+is%3Aissue) [](https://github.com/creativetimofficial/material-kit/issues?q=is%3Aissue+is%3Aclosed) [](https://gitter.im/creative-tim-general/Lobby) [](https://discord.gg/E4aHAQy)
-
-
-
-
-Material Kit is a Free Bootstrap 4 UI Kit with a fresh, new design inspired by Google's material design. You asked for it, so we built it. It's a great pleasure to introduce to you the material concepts in an easy to use and beautiful set of components. Along with the restyling of the Bootstrap elements, you will find three fully-coded example pages, to help you design your next project.
-
-Material Kit makes use of light, surface and movement. It uses a deliberate color choice, edge-to-edge imagery and large scale typography. The general layout resembles sheets of paper following multiple different layers, so that the depth and order is obvious. The navigation stays mainly on the left and the actions on the right.
-
-This new design has elements that have been the result of research regarding ink and paper and the way objects and materials interact in real life. The result is a beautiful and consistent set of elements that can get you started with your next project. Material Kit is a great tool if you are looking to create a web presence for your Android application and need to be consistent, leaving the impression of visually similar elements. It is also a great resource in its own right, looking gorgeous and helping you build your web pages.
-
-Material Kit is based on the Github Repo from Fezvrasta who did an amazing job creating the backbone for the material effects, animations and transitions. Big thanks to his team for their forward thinking efforts.
-
-
-## Table of Contents
-
-* [Versions](#versions)
-* [Demo](#demo)
-* [Quick Start](#quick-start)
-* [Documentation](#documentation)
-* [File Structure](#file-structure)
-* [Browser Support](#browser-support)
-* [Resources](#resources)
-* [Reporting Issues](#reporting-issues)
-* [Technical Support or Questions](#technical-support-or-questions)
-* [Licensing](#licensing)
-* [Useful Links](#useful-links)
-
-
-
-## Versions
-
-[
](https://www.creative-tim.com/product/material-kit)[
](https://www.creative-tim.com/product/material-kit-react)
-
-
-| HTML | React |
-| --- | --- |
-| [](https://www.creative-tim.com/product/material-kit) | [](https://www.creative-tim.com/product/material-kit-react)
-
-
-
-## Demo
-
-- [Index Page](https://demos.creative-tim.com/material-kit/index.html)
-- [Buttons Section](https://demos.creative-tim.com/material-kit/index.html#buttons)
-- [Navigation Section](https://demos.creative-tim.com/material-kit/index.html#navigation)
-- [Notifications Section](https://demos.creative-tim.com/material-kit/index.html#notifications)
-- [User profile page](https://demos.creative-tim.com/material-kit/examples/profile-page.html)
-- [Landing page](https://demos.creative-tim.com/material-kit/examples/landing-page.html)
-
-[View More](https://demos.creative-tim.com/material-kit/index.html).
-
-
-## Quick start
-
-- `npm i material-kit`
-- [Download from Github](https://github.com/creativetimofficial/material-kit/archive/master.zip).
-- [Download from Creative Tim](https://www.creative-tim.com/product/material-kit).
-- Install with [Bower](https://bower.io/): ```bower install material-kit```.
-- Clone the repo: `git clone https://github.com/creativetimofficial/material-kit.git`.
-
-
-## Documentation
-The documentation for the Material Kit is hosted at our [website](https://demos.creative-tim.com/material-kit/docs/2.0/getting-started/introduction.html).
-
-
-## File Structure
-Within the download you'll find the following directories and files:
-
-```
-material-kit/
-├── CHANGELOG.md
-├── LICENSE.md
-├── README.md
-├── assets
-│ ├── assets-for-demo
-│ ├── css
-│ │ ├── material-kit.css
-│ │ ├── material-kit.css.map
-│ │ └── material-kit.min.css
-│ ├── img
-│ ├── js
-│ │ ├── bootstrap-material-design.js
-│ │ ├── bootstrap-material-design.min.js
-│ │ ├── core
-│ │ │ ├── jquery.min.js
-│ │ │ └── popper.min.js
-│ │ ├── material-kit.js
-│ │ ├── material-kit.min.js
-│ │ └── plugins
-│ │ ├── bootstrap-datetimepicker.min.js
-│ │ ├── jasny-bootstrap.min.js
-│ │ ├── moment.min.js
-│ │ └── nouislider.min.js
-│ └── scss
-│ ├── bootstrap
-│ ├── core
-│ ├── material-kit.scss
-│ └── plugins
-├── bower.json
-├── docs
-│ └── documentation.html
-├── examples
-│ ├── landing-page.html
-│ ├── profile-page.html
-│ └── signup-page.html
-└── index.html
-```
-
-
-## Browser Support
-
-At present, we officially aim to support the last two versions of the following browsers:
-
-
-
-
-
-## Resources
-- Demo:
-- Download Page:
-- Documentation:
-- License Agreement:
-- Support:
-- Issues: [Github Issues Page](https://github.com/creativetimofficial/material-kit/issues)
-## Reporting Issues
-
-We use GitHub Issues as the official bug tracker for the Material Dashboard. Here are some advices for our users that want to report an issue:
-
-1. Make sure that you are using the latest version of the Material Dashboard. Check the CHANGELOG from your dashboard on our [website](https://www.creative-tim.com/).
-2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
-3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
-
-
-## Technical Support or Questions
-
-If you have questions or need help integrating the product please [contact us](https://www.creative-tim.com/contact-us) instead of opening an issue.
-
-
-
-## Licensing
-
-- Copyright 2018 Creative Tim (https://www.creative-tim.com/)
-
-- Licensed under MIT (https://github.com/creativetimofficial/material-kit/blob/master/LICENSE.md)
-
-
-
-## Useful Links
-
-- [More products](https://www.creative-tim.com/bootstrap-themes) from Creative Tim
-- [Tutorials](https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w)
-- [Freebies](https://www.creative-tim.com/bootstrap-themes/free) from Creative Tim
-- [Affiliate Program](https://www.creative-tim.com/affiliates/new) (earn money)
-
-##### Social Media
-
-Twitter:
-
-Facebook:
-
-Dribbble:
-
-Google+:
-
-Instagram:
-