https://github.com/leadcodedev/ice-framework
https://github.com/leadcodedev/ice-framework
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leadcodedev/ice-framework
- Owner: LeadcodeDev
- Created: 2019-01-11T17:51:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T08:05:52.000Z (about 7 years ago)
- Last Synced: 2025-06-20T08:06:40.178Z (9 months ago)
- Language: CSS
- Size: 786 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ice-Framework
ICE is a framework developed for the purpose of having a lighter alternative to large frameworks.
You will find the basic elements (typology, layouts, animations ...) and various components such as a slider, cards, jumbotron ...
## Installing
Afin d'utiliser le framework ICE, veuillez ajouter dans votre page le code suivant :
```html
```
## The framework structure
Soon
## Components
### Menu
If you would create a new menu, you can use this code in your html page. Don't forget to include js file in your
```html
```
### Slider
For the moment, you can't show many images (soon ?). In this area, you can add a text here with "display-$your_position"
```html
```
### Jumbotron
Initially, the jumbotron is used to create a visible area when loading the page in which you want to indicate important information.
Be aware, however, that no child element of jumbotron-container is required.
In this way, you can better modulate your element.
>NOTE : If you add more jumbotrons, they will be alternated left and right.
```html
I'm a title
I'm a short describe
I'm a content to my jumbotron
If you want to add a button link
```
## Built With
* [SASS](https://sass-lang.com/) - The css compiler
## Authors
* **Freeze** - *Initial work* - [read more](https://github.com/Freeze455)