Skip to content

Commit c616ac5

Browse files
author
dpackdev
committed
initial release - 1.0.0 version
0 parents  commit c616ac5

File tree

346 files changed

+153013
-0
lines changed

Some content is hidden

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

346 files changed

+153013
-0
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Node
2+
node_modules
3+
test/results
4+
test/coverage
5+
6+
#IDE
7+
.idea
8+
9+
## OS X
10+
.DS_Store
11+
._*
12+
.Spotlight-V100
13+
.Trashes

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## [1.0.0] 18 June 2019
4+
5+
### Original Release

ISSUES_TEMPLATE.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Prerequisites
2+
3+
Please answer the following questions for yourself before submitting an issue.
4+
5+
- [ ] I am running the latest version
6+
- [ ] I checked the documentation and found no answer
7+
- [ ] I checked to make sure that this issue has not already been filed
8+
- [ ] I'm reporting the issue to the correct repository (for multi-repository projects)
9+
10+
# Expected Behavior
11+
12+
Please describe the behavior you are expecting
13+
14+
# Current Behavior
15+
16+
What is the current behavior?
17+
18+
# Failure Information (for bugs)
19+
20+
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
21+
22+
## Steps to Reproduce
23+
24+
Please provide detailed steps for reproducing the issue.
25+
26+
1. step 1
27+
2. step 2
28+
3. you get it...
29+
30+
## Context
31+
32+
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
33+
34+
* Device:
35+
* Operating System:
36+
* Browser and Version:
37+
38+
## Failure Logs
39+
40+
Please include any relevant log snippets or files here.

LICENSE.md

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

README.md

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
<p align="center">
2+
<a href="https://uifort.com" rel="noopener">
3+
<img width=256px height=256px src="https://demo.uifort.com/ui-fort-logo.png" alt="UiFort">
4+
</a>
5+
</p>
6+
<h1 align="center">
7+
<a href="https://uifort.com/free-ui-kits/bamburgh-ui-kit-free.html" rel="noopener">Bamburgh UI Kit FREE</a>
8+
<br>
9+
<a href="https://twitter.com/intent/tweet?url=https://uifort.com/free-ui-kits/bamburgh-ui-kit-free.html&text=Bamburgh%20is%20a%20FREE%20Bootstrap%204%20UI%20Kit%20that%20is%20perfect%20for%20building%20highly%20customised%20presentation%20websites%20and%20application%20dashboards.">
10+
<img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social" />
11+
</a>
12+
<a href="https://twitter.com/designrevision">
13+
<img src="https://img.shields.io/twitter/follow/uifort1.svg?style=social&label=Follow" />
14+
</a>
15+
</h1>
16+
<div align="center">
17+
18+
![version](https://img.shields.io/badge/version-1.0.0-blue.svg)
19+
[![Status](https://img.shields.io/badge/status-active-success.svg)]()
20+
[![GitHub Issues open](https://img.shields.io/github/issues/uifort/bamburgh-ui-kit-free.svg)](https://github.com/uifort/bamburgh-ui-kit-free/issues)
21+
[![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/uifort/bamburgh-ui-kit-free.svg?maxAge=2592000)](https://github.com/creativetimofficial/material-kit-react/issues?q=is%3Aissue+is%3Aclosed)
22+
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/uifort/bamburgh-ui-kit-free.svg)](https://github.com/uifort/bamburgh-ui-kit-free/pulls)
23+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)
24+
25+
</div>
26+
<h4 align="center">Bamburgh is a FREE Bootstrap 4 UI Kit that is perfect for building highly customised presentation websites and application dashboards.</h4>
27+
<br />
28+
29+
<p align="center">
30+
<img src="https://uifort.com/assets/img/products/bamburgh-ui-kit-free.jpg" alt="Bamburgh UI Kit Free">
31+
</p>
32+
<br/>
33+
34+
---
35+
36+
### Versions
37+
38+
Bamburgh UI Kit will be soon available for React, Vue, Angular.
39+
40+
---
41+
42+
### Documentation
43+
44+
Documentation is available here: [Bamburgh UI Kit Free Documentation](https://demo.uifort.com/bamburgh-ui-kit-free-docs/)
45+
46+
---
47+
48+
### Live Preview
49+
50+
You can view a live preview here: [Bamburgh UI Kit Free Demo](https://demo.uifort.com/bamburgh-ui-kit-free/)
51+
52+
---
53+
54+
### PRO Version
55+
56+
There is also a PRO version available which contains more components, more features and also presentation blocks which will help you build not only web application dashboards, but also presentation websites.
57+
58+
You can ready more about the PRO version here: [Bamburgh UI Kit PRO](https://uifort.com/pro-ui-kits/bamburgh-ui-kit-pro.html)
59+
PRO Version Live Preview is available at: [Bamburgh UI Kit PRO Demo](https://demo.uifort.com/bamburgh-ui-kit-pro/)
60+
61+
---
62+
63+
### Browser Support
64+
65+
We're supporting the last two versions of the following browsers:
66+
67+
<img src="https://demo.uifort.com/github-assets/browsers/chrome.png" width="64" height="64"> <img src="https://demo.uifort.com/github-assets/browsers/firefox.png" width="64" height="64"> <img src="https://demo.uifort.com/github-assets/browsers/edge.png" width="64" height="64"> <img src="https://demo.uifort.com/github-assets/browsers/safari.png" width="64" height="64"> <img src="https://demo.uifort.com/github-assets/browsers/opera.png" width="64" height="64">
68+
69+
---
70+
71+
### Support or Questions
72+
73+
You can contact us either via our contact page ([UiFort Contact](https://uifort.com/contact.html)) or you could chat with us using the integrated chat widget from our live previews or homepage.
74+
75+
#### Issue Reporting
76+
77+
We use GitHub Issues as the official bug tracker for all our products. Here are some advices for anyone who wants to report an issue:
78+
79+
1. Make sure that you are using the latest version of this product. To do that you could check the [CHANGELOG](../CHANGELOG.md).
80+
2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
81+
3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
82+
83+
---
84+
85+
### Social Media
86+
87+
Stay in touch with the UiFort team to find out when we release new articles, UI Kits or Admin Dashboard Templates.
88+
89+
We send out discount coupons from time to time to our subscribers.
90+
91+
Twitter: <https://twitter.com/UiFort>
92+
93+
Facebook: <https://www.facebook.com/UiFort>
94+
95+
Dribbble: <https://dribbble.com/UiFort>
96+
97+
Github: <https://github.com/uifort>

0 commit comments

Comments
 (0)