https://github.com/agbortoko/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.
https://github.com/agbortoko/digital_agency
css css-grid html javascript masonry-grid masonry-js masonry-layout rellax-js rellaxjs
Last synced: 4 months ago
JSON representation
This is a simple website design made with HTML CSS and JS. This project also makes use of some css and javascript libraries.
- Host: GitHub
- URL: https://github.com/agbortoko/digital_agency
- Owner: Agbortoko
- Created: 2022-08-14T16:27:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T17:03:26.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T16:13:33.409Z (7 months ago)
- Topics: css, css-grid, html, javascript, masonry-grid, masonry-js, masonry-layout, rellax-js, rellaxjs
- Language: HTML
- Homepage: https://agbortoko.github.io/digital_agency/
- Size: 7.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.