Skip to content

Commit 7cbcc3a

Browse files
committed
Initial commit
0 parents  commit 7cbcc3a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+16496
-0
lines changed

.editorconfig

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Editor configuration, see https://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
indent_style = space
7+
indent_size = 4
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
max_line_length = off
13+
trim_trailing_whitespace = false

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
.DS_Store

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2013-2021 Start Bootstrap LLC
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

+84
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
# [Start Bootstrap - Agency](https://startbootstrap.com/theme/agency)
2+
3+
[Agency](https://startbootstrap.com/theme/agency) is a one page, agency portfolio theme built with [Bootstrap](https://getbootstrap.com/) created by [Start Bootstrap](https://startbootstrap.com/). This theme features several content sections, a responsive portfolio grid, modal windows for each portfolio item, and a working PHP based contact form.
4+
5+
## Preview
6+
7+
[![Agency Preview](https://assets.startbootstrap.com/img/screenshots/themes/agency.png)](https://startbootstrap.github.io/startbootstrap-agency/)
8+
9+
**[View Live Preview](https://startbootstrap.github.io/startbootstrap-agency/)**
10+
11+
## Status
12+
13+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/StartBootstrap/startbootstrap-agency/master/LICENSE)
14+
[![npm version](https://img.shields.io/npm/v/startbootstrap-agency.svg)](https://www.npmjs.com/package/startbootstrap-agency)
15+
[![dependencies Status](https://david-dm.org/StartBootstrap/startbootstrap-agency/status.svg)](https://david-dm.org/StartBootstrap/startbootstrap-agency)
16+
[![devDependencies Status](https://david-dm.org/StartBootstrap/startbootstrap-agency/dev-status.svg)](https://david-dm.org/StartBootstrap/startbootstrap-agency?type=dev)
17+
18+
## Download and Installation
19+
20+
To begin using this template, choose one of the following options to get started:
21+
22+
- [Download the latest release on Start Bootstrap](https://startbootstrap.com/theme/agency)
23+
- Install using npm: `npm i startbootstrap-agency`
24+
- Clone the repo: `git clone https://github.com/StartBootstrap/startbootstrap-agency.git`
25+
- [Fork, Clone, or Download on GitHub](https://github.com/StartBootstrap/startbootstrap-agency)
26+
27+
## Usage
28+
29+
### Basic Usage
30+
31+
After downloading, simply edit the HTML and CSS files included with `dist` directory. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the `index.html` file in your web browser.
32+
33+
### Advanced Usage
34+
35+
Clone the source files of the theme and navigate into the theme's root directory. Run `npm install` and then run `npm start` which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the `package.json` file to see which scripts are included.
36+
37+
#### npm Scripts
38+
39+
- `npm run build` builds the project - this builds assets, HTML, JS, and CSS into `dist`
40+
- `npm run build:assets` copies the files in the `src/assets/` directory into `dist`
41+
- `npm run build:pug` compiles the Pug located in the `src/pug/` directory into `dist`
42+
- `npm run build:scripts` brings the `src/js/scripts.js` file into `dist`
43+
- `npm run build:scss` compiles the SCSS files located in the `src/scss/` directory into `dist`
44+
- `npm run clean` deletes the `dist` directory to prepare for rebuilding the project
45+
- `npm run start:debug` runs the project in debug mode
46+
- `npm start` or `npm run start` runs the project, launches a live preview in your default browser, and watches for changes made to files in `src`
47+
48+
You must have npm installed in order to use this build environment.
49+
50+
### Contact Form
51+
52+
The contact form available with this theme is prebuilt to use [SB Forms](https://startbootstrap.com/solution/contact-forms).
53+
SB Forms is a simple form solution for adding functional forms to your theme. Since this theme is prebuilt using our
54+
SB Forms markup, all you need to do is sign up for [SB Forms on Start Bootstrap](https://startbootstrap.com/solution/contact-forms).
55+
56+
After signing up you will need to set the domain name your form will be used on, and you will then see your
57+
access key. Copy this and paste it into the `data-sb-form-api-token='API_TOKEN'` data attribute in place of
58+
`API_TOKEN`. That's it! Your forms will be up and running!
59+
60+
If you aren't using SB Forms, simply delete the custom data attributes from the form, and remove the link above the
61+
closing `</body>` tag to SB Forms.
62+
63+
## Bugs and Issues
64+
65+
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](https://startbootstrap.com/theme/agency).
66+
67+
## About
68+
69+
Start Bootstrap is an open source library of free Bootstrap themes and templates. All of the free themes and templates on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
70+
71+
- <https://startbootstrap.com>
72+
- <https://twitter.com/SBootstrap>
73+
74+
Start Bootstrap was created by and is maintained by **[David Miller](https://davidmiller.io/)**.
75+
76+
- <https://davidmiller.io>
77+
- <https://twitter.com/davidmillerhere>
78+
- <https://github.com/davidtmiller>
79+
80+
Start Bootstrap is based on the [Bootstrap](https://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).
81+
82+
## Copyright and License
83+
84+
Copyright 2013-2021 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE) license.

dist/assets/favicon.ico

22.9 KB
Binary file not shown.

dist/assets/img/about/1.jpg

19.2 KB
Loading

dist/assets/img/about/2.jpg

9.95 KB
Loading

dist/assets/img/about/3.jpg

17.6 KB
Loading

dist/assets/img/about/4.jpg

15.8 KB
Loading

dist/assets/img/close-icon.svg

+1
Loading

dist/assets/img/header-bg.jpg

233 KB
Loading

dist/assets/img/logos/facebook.svg

+34
Loading

dist/assets/img/logos/google.svg

+35
Loading

dist/assets/img/logos/ibm.svg

+24
Loading

dist/assets/img/logos/microsoft.svg

+42
Loading

dist/assets/img/map-image.png

356 KB
Loading

0 commit comments

Comments
 (0)