-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b52be8
commit b6016ab
Showing
1 changed file
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
# easythingzV2 | ||
This project is a simple website design using HTML CSS and JS | ||
# Digital Agency | ||
|
||
This is a simple website design made with HTML CSS and JS. | ||
This project also makes use of some css and javascript libraries. | ||
|
||
## CSS File | ||
The CSS file of this project style.css is made up of variables, global classes and custom | ||
styles. The global classes created here are implemented multiple times in our html markup | ||
|
||
### Animate css | ||
Animate is a css library that specialises in animations. In this project animate is used | ||
for some animative functionalites | ||
|
||
### Masonry js | ||
This is a js library for creating masonry grids. it is quite easy to use and linked through | ||
the cdn | ||
|
||
### Rellax js | ||
Rellax js is used to implement some animative scroll effects in the project. it is also linked | ||
through the cdn. | ||
|