we provide smart business solutions
34 |grow your business with us best business solutions
35 |├── README.md ├── font ├── Jost-Medium.ttf ├── Jost-Regular.ttf └── Jost-SemiBold.ttf ├── img ├── background.png ├── cross.png ├── logo.png ├── mainimg.png ├── menu.png └── object.png ├── index.html ├── jquery.js └── style.css /README.md: -------------------------------------------------------------------------------- 1 |  2 | # Digital-Agency 3 | Stunning Responsive Fully animated Digital Landing Page website using HTML - CSS & JS. 4 | -------------------------------------------------------------------------------- /font/Jost-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeaashu/Digital-Agency/ec63234481fc6db610384fe621b620c897345372/font/Jost-Medium.ttf -------------------------------------------------------------------------------- /font/Jost-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeaashu/Digital-Agency/ec63234481fc6db610384fe621b620c897345372/font/Jost-Regular.ttf -------------------------------------------------------------------------------- /font/Jost-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeaashu/Digital-Agency/ec63234481fc6db610384fe621b620c897345372/font/Jost-SemiBold.ttf -------------------------------------------------------------------------------- /img/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeaashu/Digital-Agency/ec63234481fc6db610384fe621b620c897345372/img/background.png -------------------------------------------------------------------------------- /img/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeaashu/Digital-Agency/ec63234481fc6db610384fe621b620c897345372/img/cross.png -------------------------------------------------------------------------------- /img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeaashu/Digital-Agency/ec63234481fc6db610384fe621b620c897345372/img/logo.png -------------------------------------------------------------------------------- /img/mainimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeaashu/Digital-Agency/ec63234481fc6db610384fe621b620c897345372/img/mainimg.png -------------------------------------------------------------------------------- /img/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeaashu/Digital-Agency/ec63234481fc6db610384fe621b620c897345372/img/menu.png -------------------------------------------------------------------------------- /img/object.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeaashu/Digital-Agency/ec63234481fc6db610384fe621b620c897345372/img/object.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 |grow your business with us best business solutions
35 |