From 6e60750fb5004c4409ab26c9ee034b180beeb3d0 Mon Sep 17 00:00:00 2001 From: Alex Johnson Date: Tue, 22 Nov 2016 14:11:31 -0500 Subject: [PATCH 1/5] Update readme with more details --- README.md | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e954c8f..5d0cd9b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,47 @@ # nightpro-widget-sample-site -Nightpro Sample Venue Website for displaying available widgets + +> Nightpro Sample Venue Website for displaying available widgets + +by [NightPro](http://nightpro.co) for professional venue management software and [Tablelist](https://www.tablelist.com). + +# Live Preview + +See [NightPro's Widgets Live HERE](https://tablelist.github.io/nightpro-widget-sample-site/) + +## Getting Started + +These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. + +### Prerequisities + +Development tools that you will need installed on your local computer: + +* [Node Package Manager (npm)](http://blog.npmjs.org/post/85484771375/how-to-install-npm) +* [Gulp](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md) + +### Installing + +```sh +# Install Node dependencies +$ npm install +``` + +### Running Web Server + +Once you have installed local development tools, and downloaded the project dependencies, start a local web server with: + +``` sh +$ gulp server +``` + +Your local web server should now be running at ``localhost:9090`` + +## Deployment + +The ``gh-pages`` branch will automatically be available at [https://tablelist.github.io/nightpro-widget-sample-site/](https://tablelist.github.io/nightpro-widget-sample-site/) + +### Versioning + +We use [SemVer](http://semver.org/) for versioning. Please remember to update ``package.json`` + + From ac8be873d1900004a1324a632dbd51838a61688e Mon Sep 17 00:00:00 2001 From: Alex Johnson Date: Tue, 22 Nov 2016 14:15:02 -0500 Subject: [PATCH 2/5] Updated instructions --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5d0cd9b..68403db 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# nightpro-widget-sample-site +# NightPro Widget Sample Website -> Nightpro Sample Venue Website for displaying available widgets +> Nightpro Sample Venue Website for displaying available widgets. Empower venue partners to preview our available plugins for website integration. by [NightPro](http://nightpro.co) for professional venue management software and [Tablelist](https://www.tablelist.com). @@ -31,14 +31,15 @@ $ npm install Once you have installed local development tools, and downloaded the project dependencies, start a local web server with: ``` sh +# Start Local HTTP Server $ gulp server ``` -Your local web server should now be running at ``localhost:9090`` +Your local web server should now be running at ``localhost:1111/index.html`` -## Deployment +### Deployment -The ``gh-pages`` branch will automatically be available at [https://tablelist.github.io/nightpro-widget-sample-site/](https://tablelist.github.io/nightpro-widget-sample-site/) +The ``master`` branch will automatically be available on GitHub Pages: [https://tablelist.github.io/nightpro-widget-sample-site/](https://tablelist.github.io/nightpro-widget-sample-site/) ### Versioning From 3a713c93124c7bb8cc86806925c3cbd563fe7642 Mon Sep 17 00:00:00 2001 From: Alex Johnson Date: Tue, 22 Nov 2016 14:19:40 -0500 Subject: [PATCH 3/5] Minor text edits --- README.md | 17 ++++++++--------- package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 68403db..95fd963 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,22 @@ -# NightPro Widget Sample Website +# NightPro Integration Sample Website -> Nightpro Sample Venue Website for displaying available widgets. Empower venue partners to preview our available plugins for website integration. +> Empower venue partners to preview our available plugins for realtime website integrations. -by [NightPro](http://nightpro.co) for professional venue management software and [Tablelist](https://www.tablelist.com). +by [NightPro](http://nightpro.co), a [Tablelist](https://www.tablelist.com) product. -# Live Preview +### Live Preview -See [NightPro's Widgets Live HERE](https://tablelist.github.io/nightpro-widget-sample-site/) +See a live preview [HERE](https://tablelist.github.io/nightpro-widget-sample-site/) ## Getting Started -These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. +Download the repository from [GitHub](https://github.com/tablelist/nightpro-widget-sample-site), and follow the instructions below to set up a local instance for development & testing. ### Prerequisities -Development tools that you will need installed on your local computer: +Development tools that you will need locally: * [Node Package Manager (npm)](http://blog.npmjs.org/post/85484771375/how-to-install-npm) -* [Gulp](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md) ### Installing @@ -39,7 +38,7 @@ Your local web server should now be running at ``localhost:1111/index.html`` ### Deployment -The ``master`` branch will automatically be available on GitHub Pages: [https://tablelist.github.io/nightpro-widget-sample-site/](https://tablelist.github.io/nightpro-widget-sample-site/) +The ``master`` branch will automatically be available on [GitHub Pages](https://tablelist.github.io/nightpro-widget-sample-site/). ### Versioning diff --git a/package.json b/package.json index 9b7120b..fec451e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tablelist/nightpro-widget-sample-site", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "index.js", "scripts": { From 20c40464e2f20774a6b99f0621fff0a9b0580427 Mon Sep 17 00:00:00 2001 From: Alex Johnson Date: Tue, 22 Nov 2016 14:27:12 -0500 Subject: [PATCH 4/5] Remove bower.json --- bower.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index 94c8074..0000000 --- a/bower.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "@tablelist/nightpro-widget-sample-site", - "description": "", - "main": "index.js", - "authors": [ - "Tim Officer " - ], - "license": "ISC", - "homepage": "https://github.com/tablelist/nightpro-widget-sample-site", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ], - "dependencies": {} -} From 68f05da4fd03cec12ca2bfb5afd69332a30126e1 Mon Sep 17 00:00:00 2001 From: Alex Johnson Date: Tue, 22 Nov 2016 14:39:47 -0500 Subject: [PATCH 5/5] Add Buy Now button to footer. Temp /tablelist.html. Cleanup hover effects --- config/expressConfig.js | 1 + index.html | 14 +++++- src/css/main.css | 18 +++++-- tablelist.html | 108 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 135 insertions(+), 6 deletions(-) create mode 100644 tablelist.html diff --git a/config/expressConfig.js b/config/expressConfig.js index 5d652e5..68912f7 100644 --- a/config/expressConfig.js +++ b/config/expressConfig.js @@ -8,6 +8,7 @@ app.use('/index.html', express.static('./index.html')); app.use('/event-detail.html', express.static('./event-detail.html')); app.use('/events.html', express.static('./events.html')); app.use('/reservations.html', express.static('./reservations.html')); +app.use('/tablelist.html', express.static('./tablelist.html')); app.use('/src', express.static('./src')); module.exports = app; diff --git a/index.html b/index.html index 7ccd274..64d84a4 100644 --- a/index.html +++ b/index.html @@ -127,7 +127,12 @@

Table Reservations

@@ -136,7 +141,12 @@

Table Reservations

Other

  • - + + NightPro.co + +
  • +
  • + Tablelist.com
  • diff --git a/src/css/main.css b/src/css/main.css index 7308f21..9e4f03c 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -1,6 +1,5 @@ body { background: #191919 url("../images/bg-repeat.png"); - /*background-size: cover;*/ background-position: center; background-repeat: repeat; font-family: 'Raleway', sans-serif; @@ -26,8 +25,12 @@ body { height: 60px; padding: 18px 15px 24px; text-transform: uppercase; + color: #fff; + opacity: .5; + -webkit-transition: opacity .5s; + transition: opacity .5s; } -#header .navbar-brand:hover>img { +#header .navbar-brand:hover { opacity: 1; } #header .navbar-brand>img { @@ -36,14 +39,21 @@ body { margin-left: 5px; position: relative; top: -2px; - opacity: .5; } #header .navbar-nav>li>a { padding-top: 18px; padding-bottom: 18px; + color: #fff; + opacity: .8; + -webkit-transition: opacity .5s; + transition: opacity .5s; + border-bottom: 2px solid #000; +} +#header .navbar-nav>li>a:hover { + opacity: 1; } #header .navbar-nav>li>a.active { - color: white; + border-bottom: 2px solid #bf00ff; } #footer { margin-top: 50px; diff --git a/tablelist.html b/tablelist.html new file mode 100644 index 0000000..f684d5d --- /dev/null +++ b/tablelist.html @@ -0,0 +1,108 @@ + + + + + NightPro + + + + + + + + + + + + + + + +
    +
    +

    Buy Now

    +

    + About Tablelist Widget... +

    + +
    +
    + + + +