Skip to content

Commit 4dce399

Browse files
committed
commit inicial
0 parents  commit 4dce399

10 files changed

Lines changed: 283 additions & 0 deletions

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Fatec Bootstrap #
2+
3+
* [Website](http://fateclab.github.io/fatec-bootstrap/)
4+
* [GitHub Fatec Bootstrap](https://github.com/fateclab/fatec-bootstrap)
5+
6+
## History ##
7+
8+
Fatec Bootstrap was originally developed by [Adam Macias](http://www.adammacias.com.br) for all Fatecs of Brazil, to help developers in the front end or back end.
9+
10+
## Estruture ##
11+
12+
```
13+
bootstrap/
14+
├── css/
15+
│ ├── fatec-bootstrap.css
16+
│ └── fatec-bootstrap.min.css
17+
├── js/
18+
│ ├── fatec-bootstrap.js
19+
│ └── fatec-bootstrap.min.js
20+
└── fonts/
21+
└── bootstrap/
22+
├── glyphicons-halflings-regular.eot
23+
├── glyphicons-halflings-regular.svg
24+
├── glyphicons-halflings-regular.ttf
25+
└── glyphicons-halflings-regular.woff
26+
```
27+
28+
## Copyright and Licensed ##
29+
30+
Code licensed under MIT, documentation under CC BY 3.0.

dist/css/editor-style.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/fatec-bootstrap.css

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/fatec-bootstrap.min.css

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
19.8 KB
Binary file not shown.

dist/fonts/bootstrap/glyphicons-halflings-regular.svg

Lines changed: 229 additions & 0 deletions
Loading
40.3 KB
Binary file not shown.
22.7 KB
Binary file not shown.

dist/js/fatec-bootstrap.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/fatec-bootstrap.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)