├── README.md ├── images ├── behance-logo.png ├── bg-shape.svg ├── close-icon.svg ├── dribbble-logo.png ├── instagram-logo.png ├── photo.png └── search-icon.svg ├── index.html ├── main.js └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Godsont/Modern-Homepage-from-Figma-Design/HEAD/README.md -------------------------------------------------------------------------------- /images/behance-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Godsont/Modern-Homepage-from-Figma-Design/HEAD/images/behance-logo.png -------------------------------------------------------------------------------- /images/bg-shape.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Godsont/Modern-Homepage-from-Figma-Design/HEAD/images/bg-shape.svg -------------------------------------------------------------------------------- /images/close-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Godsont/Modern-Homepage-from-Figma-Design/HEAD/images/close-icon.svg -------------------------------------------------------------------------------- /images/dribbble-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Godsont/Modern-Homepage-from-Figma-Design/HEAD/images/dribbble-logo.png -------------------------------------------------------------------------------- /images/instagram-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Godsont/Modern-Homepage-from-Figma-Design/HEAD/images/instagram-logo.png -------------------------------------------------------------------------------- /images/photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Godsont/Modern-Homepage-from-Figma-Design/HEAD/images/photo.png -------------------------------------------------------------------------------- /images/search-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Godsont/Modern-Homepage-from-Figma-Design/HEAD/images/search-icon.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Godsont/Modern-Homepage-from-Figma-Design/HEAD/index.html -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Godsont/Modern-Homepage-from-Figma-Design/HEAD/main.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Godsont/Modern-Homepage-from-Figma-Design/HEAD/style.css --------------------------------------------------------------------------------