Skip to content

Commit b575e52

Browse files
committed
Initial Release
1 parent 61dea8e commit b575e52

File tree

2,750 files changed

+438281
-3
lines changed

Some content is hidden

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

2,750 files changed

+438281
-3
lines changed

README.md

Lines changed: 136 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,137 @@
1-
# Docs UI Kit
2-
Docs UI Kit - A beautiful Open Source Bootstrap 4 UI Kit!
1+
# [Doc UI Kit](https://htmlstream.com/preview/docs-ui-kit/) :raised_hands:
32

4-
Coming soon...
3+
[![Docs UI Kit - A beautiful Open Source Bootstrap 4 UI Kit](https://htmlstream.com/preview/docs-ui-kit/docs-ui-kit-thumbnail.jpg)](https://htmlstream.com/preview/docs-ui-kit/)
4+
5+
Docs UI Kit is beautiful Open Source Bootstrap 4 UI Kit under MIT license.
6+
The UI Kit comes with 10 beautiful complete and functional pages including lots of reusable and customizable UI Blocks. Every component crafted with love to speed up your workflow.
7+
8+
9+
### What’s Included
10+
11+
The download package includes .zip folder, please unzip the compressed folder and you’ll find the following directories and files including all raw source files:
12+
13+
```
14+
docs-ui-kit/
15+
├── assets/
16+
│ ├── css/
17+
│ │ ├── theme.css
18+
│ ├── img/
19+
│ │ ├── modals/
20+
│ │ ├── popovers/
21+
│ │ ├── ...
22+
│ ├── img-temp/
23+
│ │ ├── 100x100/
24+
│ │ ├── 1920x1280/
25+
│ │ ├── ...
26+
│ ├── include/
27+
│ │ ├── json/
28+
│ │ │ ├── autocomplete-data-for-documentation-search.json
29+
│ │ ├── scss/
30+
│ │ │ ├── docs/
31+
│ │ │ │ ├── accordion/
32+
│ │ │ │ ├── anchor/
33+
│ │ │ │ ├── ...
34+
│ │ │ | ├── vendor/
35+
│ │ │ ├── _user.scss
36+
│ │ │ ├── _user-variables.scss
37+
│ │ │ ├── theme.scss
38+
│ ├── js/
39+
│ │ ├── main.js
40+
│ │ ├── ...
41+
│ ├── svg/
42+
│ │ ├── promo-bg.svg
43+
│ ├── vendor/
44+
│ │ ├── bootstrap/
45+
│ │ │ ├── scss/
46+
│ │ │ ├── js/
47+
│ │ │ ├── css/
48+
│ │ ├── ...
49+
├── documentation/
50+
│ ├── assets/
51+
│ │ ├── ...
52+
│ ├── base/
53+
│ │ ├── *.html
54+
│ │ ├── ...
55+
│ ├── components/
56+
│ │ ├── *.html
57+
│ │ ├── ...
58+
│ ├── getting-started/
59+
│ │ ├── *.html
60+
│ │ ├── ...
61+
│ ├── libraries/
62+
│ │ ├── *.html
63+
│ │ ├── ...
64+
│ └── others/
65+
│ │ ├── *.html
66+
│ │ ├── ...
67+
│ ├── index.html
68+
├── index.html
69+
├── doc-1.html
70+
├── doc-2.html
71+
└── ...
72+
73+
```
74+
75+
76+
### Core Features
77+
78+
- Moden Design
79+
- Fully Responsive
80+
- SASS
81+
- BEM
82+
- Gulp
83+
- Custom Scrollbar
84+
- Fixed Sidebar
85+
- Quality code
86+
- Free Logo & Images
87+
- Font Awesome Icons
88+
- and many others..
89+
90+
91+
### Online Documentation
92+
93+
Docs UI Kit comes with quick to start documentation, here is a link to [online documentation](https://htmlstream.com/preview/docs-ui-kit/documentation/)
94+
95+
96+
### Built by Htmlstream
97+
98+
Docs Ui Kit is built by the team that has customers in the background such us Stanford University, The University of Maryland, University of Victoria and many more Governments, Corporate Agencies.
99+
100+
Our soical network profiles:
101+
102+
- [Twitter](https://twitter.com/htmlstream)
103+
- [Facebook](https://www.facebook.com/)
104+
- [Dribbble](https://dribbble.com/htmlstream)
105+
- [Instagram](https://www.instagram.com/htmlstream/)
106+
107+
108+
### Credits
109+
110+
First, let us take this opportunity to thank all the creative minds for their great products and hard work. All used third party libraries are located in `assets/vendor/..` and image sources in `assets/img-temp/..`
111+
112+
Name | URL
113+
------------ | -------------
114+
Bootstrap | https://getbootstrap.com
115+
Font Awesome | https://fontawesome.com
116+
Feather | https://feathericons.com/
117+
jQuery | http://jquery.com
118+
jQuery Migrate | https://plugins.jquery.com/migrate/
119+
jQuery UI | https://github.com/jquery/jquery-ui/
120+
Malihu Custom Scrollbar | https://github.com/malihu/malihu-custom-scrollbar-plugin
121+
Popper.js | https://popper.js.org
122+
PrismJS | https://prismjs.com/index.html
123+
Sticky Sidebar | https://abouolia.github.io/sticky-sidebar/
124+
125+
126+
127+
#### Fonts & Images
128+
129+
- Google Fonts: http://www.google.com/fonts
130+
- Unsplash Beautiful free photos: http://unsplash.com
131+
132+
133+
### Licensed under MIT
134+
135+
Docs UI Kit is Open Source project and licensed under MIT for better Web.
136+
137+
![MIT License](https://img.shields.io/cocoapods/l/AFNetworking.svg?style=for-the-badge)

0 commit comments

Comments
 (0)