Redirecting Loader ('-' * 18) Animated loader when redirecting a user to another page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // NOTE: this adds a filename and line number to winston's output | |
| // Example output: 'info (routes/index.js:34) GET 200 /index' | |
| var winston = require('winston') | |
| var path = require('path') | |
| var PROJECT_ROOT = path.join(__dirname, '..') | |
| var logger = new winston.logger({... | |
| }) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <!-- Twitter bootstrap --> | |
| <link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css" rel="stylesheet"> | |
| <!-- apiCheck is used by formly to validate its api --> | |
| <script src="http://npmcdn.com/api-check@latest/dist/api-check.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <!-- Twitter bootstrap --> | |
| <link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css" rel="stylesheet"> | |
| <!-- apiCheck is used by formly to validate its api --> | |
| <script src="http://npmcdn.com/api-check@latest/dist/api-check.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <!-- Twitter bootstrap --> | |
| <link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css" rel="stylesheet"> | |
| <!-- apiCheck is used by formly to validate its api --> | |
| <script src="http://npmcdn.com/api-check@latest/dist/api-check.js"></script> | |
| <!-- This is the latest version of angular (at the time this template was created) --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <!-- Twitter bootstrap --> | |
| <link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css" rel="stylesheet"> | |
| <!-- apiCheck is used by formly to validate its api --> | |
| <script src="http://npmcdn.com/api-check@latest/dist/api-check.js"></script> | |
| <!-- This is the latest version of angular (at the time this template was created) --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <!-- Twitter bootstrap --> | |
| <link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.css" rel="stylesheet"> | |
| <!-- apiCheck is used by formly to validate its api --> | |
| <script src="http://rawgit.com/kentcdodds/api-check/latest/dist/api-check.js"></script> | |
| <!-- This is the latest version of angular (at the time this template was created) --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <!-- Twitter bootstrap --> | |
| <link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css" rel="stylesheet"> | |
| <!-- apiCheck is used by formly to validate its api --> | |
| <script src="http://npmcdn.com/api-check@latest/dist/api-check.js"></script> |
CSS Mars Landing ('-' * 16) A little animation of a spaceship landing on what may not have been an uninhabited planet.
A Pen by Mathew Gitchell on CodePen.
NewerOlder