An open API service indexing awesome lists of open source software.

https://github.com/leadcodedev/ice-framework


https://github.com/leadcodedev/ice-framework

Last synced: 9 months ago
JSON representation

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





display center

display bottom right

display bottom left

display top left

display top right



```

### 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)