repo migration
This commit is contained in:
parent
9ae404e187
commit
d8e75b12f7
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2013-2020 Blackrock Digital LLC
|
||||
Copyright (c) 2013-2020 Start Bootstrap LLC
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
22
README.md
22
README.md
@ -4,17 +4,17 @@
|
||||
|
||||
## Preview
|
||||
|
||||
[![Agency Preview](https://startbootstrap.com/assets/img/screenshots/themes/agency.png)](https://blackrockdigital.github.io/startbootstrap-agency/)
|
||||
[![Agency Preview](https://startbootstrap.com/assets/img/screenshots/themes/agency.png)](https://startbootstrap.github.io/startbootstrap-agency/)
|
||||
|
||||
**[View Live Preview](https://blackrockdigital.github.io/startbootstrap-agency/)**
|
||||
**[View Live Preview](https://startbootstrap.github.io/startbootstrap-agency/)**
|
||||
|
||||
## Status
|
||||
|
||||
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/BlackrockDigital/startbootstrap-agency/master/LICENSE)
|
||||
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/StartBootstrap/startbootstrap-agency/master/LICENSE)
|
||||
[![npm version](https://img.shields.io/npm/v/startbootstrap-agency.svg)](https://www.npmjs.com/package/startbootstrap-agency)
|
||||
[![Build Status](https://travis-ci.org/BlackrockDigital/startbootstrap-agency.svg?branch=master)](https://travis-ci.org/BlackrockDigital/startbootstrap-agency)
|
||||
[![dependencies Status](https://david-dm.org/BlackrockDigital/startbootstrap-agency/status.svg)](https://david-dm.org/BlackrockDigital/startbootstrap-agency)
|
||||
[![devDependencies Status](https://david-dm.org/BlackrockDigital/startbootstrap-agency/dev-status.svg)](https://david-dm.org/BlackrockDigital/startbootstrap-agency?type=dev)
|
||||
[![Build Status](https://travis-ci.org/StartBootstrap/startbootstrap-agency.svg?branch=master)](https://travis-ci.org/StartBootstrap/startbootstrap-agency)
|
||||
[![dependencies Status](https://david-dm.org/StartBootstrap/startbootstrap-agency/status.svg)](https://david-dm.org/StartBootstrap/startbootstrap-agency)
|
||||
[![devDependencies Status](https://david-dm.org/StartBootstrap/startbootstrap-agency/dev-status.svg)](https://david-dm.org/StartBootstrap/startbootstrap-agency?type=dev)
|
||||
|
||||
## Download and Installation
|
||||
|
||||
@ -22,8 +22,8 @@ To begin using this template, choose one of the following options to get started
|
||||
|
||||
- [Download the latest release on Start Bootstrap](https://startbootstrap.com/themes/agency/)
|
||||
- Install using npm: `npm i startbootstrap-agency`
|
||||
- Clone the repo: `git clone https://github.com/BlackrockDigital/startbootstrap-agency.git`
|
||||
- [Fork, Clone, or Download on GitHub](https://github.com/BlackrockDigital/startbootstrap-agency)
|
||||
- Clone the repo: `git clone https://github.com/StartBootstrap/startbootstrap-agency.git`
|
||||
- [Fork, Clone, or Download on GitHub](https://github.com/StartBootstrap/startbootstrap-agency)
|
||||
|
||||
## Usage
|
||||
|
||||
@ -50,7 +50,7 @@ You must have npm installed in order to use this build environment.
|
||||
|
||||
## Bugs and Issues
|
||||
|
||||
Have a bug or an issue with this template? [Open a new issue](https://github.com/BlackrockDigital/startbootstrap-agency/issues) here on GitHub or leave a comment on the [theme overview page at Start Bootstrap](http://startbootstrap.com/themes/agency/).
|
||||
Have a bug or an issue with this template? [Open a new issue](https://github.com/StartBootstrap/startbootstrap-agency/issues) here on GitHub or leave a comment on the [theme overview page at Start Bootstrap](http://startbootstrap.com/themes/agency/).
|
||||
|
||||
## About
|
||||
|
||||
@ -59,7 +59,7 @@ Start Bootstrap is an open source library of free Bootstrap themes and templates
|
||||
- <https://startbootstrap.com>
|
||||
- <https://twitter.com/SBootstrap>
|
||||
|
||||
Start Bootstrap was created by and is maintained by **[David Miller](http://davidmiller.io/)**, Owner of [Blackrock Digital](http://blackrockdigital.io/).
|
||||
Start Bootstrap was created by and is maintained by **[David Miller](http://davidmiller.io/)**.
|
||||
|
||||
- <http://davidmiller.io>
|
||||
- <https://twitter.com/davidmillerskt>
|
||||
@ -69,4 +69,4 @@ Start Bootstrap is based on the [Bootstrap](https://getbootstrap.com/) framework
|
||||
|
||||
## Copyright and License
|
||||
|
||||
Copyright 2013-2020 Blackrock Digital LLC. Code released under the [MIT](https://github.com/BlackrockDigital/startbootstrap-agency/blob/gh-pages/LICENSE) license.
|
||||
Copyright 2013-2020 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-agency/blob/gh-pages/LICENSE) license.
|
||||
|
@ -23,7 +23,7 @@
|
||||
],
|
||||
"homepage": "https://startbootstrap.com/template-overviews/agency",
|
||||
"bugs": {
|
||||
"url": "https://github.com/BlackrockDigital/startbootstrap-agency/issues",
|
||||
"url": "https://github.com/StartBootstrap/startbootstrap-agency/issues",
|
||||
"email": "feedback@startbootstrap.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
@ -33,7 +33,7 @@
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/BlackrockDigital/startbootstrap-agency.git"
|
||||
"url": "https://github.com/StartBootstrap/startbootstrap-agency.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "4.5.0"
|
||||
|
Loading…
Reference in New Issue
Block a user