Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 3.7 KB

File metadata and controls

62 lines (40 loc) · 3.7 KB

Agency is a one page agency portfolio theme for Bootstrap created by Start Bootstrap. This theme features several content sections, a responsive portfolio grid with hover effects, full page portfolio item modals, a responsive timeline, and a working PHP contact form.

Getting Started

Several options are available to get started quickly:

Developing Using Source Files

To use the source files, you will need to have npm installed globally along with Gulp.js. To start:

  • Run npm install in the root directory
  • Run gulp dev and edit the files as needed

If you need to update the plugins included with this template, simply run the following tasks:

  • First run npm update to update the dependencies
  • Then run gulp copy to copy the new versions to their proper destinations

Bugs and Issues

Have a bug or an issue with this template? Open a new issue here on GitHub or leave a comment on the template overview page at Start Bootstrap.

Creator

Start Bootstrap was created by and is maintained by David Miller, Owner of Blackrock Digital.

Start Bootstrap is based on the Bootstrap framework created by Mark Otto and Jacob Thorton.

Copyright and License

Copyright 2013-2016 Blackrock Digital LLC. Code released under the MIT license.

IC

Bootstrap de Iglesia Cristiana

This Node.js sample application uses the Express framework and Bootstrap to build a simple, scalable customer signup form that is deployed to AWS Elastic Beanstalk. The application stores data in Amazon DynamoDB and publishes notifications to the Amazon Simple Notification Service (SNS) when a customer fills out the form.

Themes

The code includes several Bootstrap themes from bootswatch.com. You can dynamically change the active theme by setting the THEME environment variable in the Elastic Beanstalk Management Console:

Installed themes include:

app_config.json

The application stores connection info in a JSON file, app_config.json. The key-value pairs are as follows:

  • AWS_REGION: the AWS region code, e.g. 'us-west-2'
  • STARTUP_SIGNUP_TABLE: the name of the DynamoDB table where the app stores signup data (e.g. 'my-ddb-table')
  • NEW_SIGNUP_TOPIC: The ARN of the SNS topic that the app uses to send notifications (e.g. 'arn:aws:sns:us-west-2:123456789012:my-supercool-app')

Currently, the values are set to empty strings. You'll need to enter appropriate values for your environment.