├── .github ├── ISSUE_TEMPLATE │ ├── bug.yml │ └── config.yml ├── PULL_REQUEST_TEMPLATE.md └── workflows │ └── greetings.yml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── DESIGN.md ├── Frontend ├── .gitignore ├── README.md ├── eslint.config.js ├── index.html ├── package-lock.json ├── package.json ├── public │ ├── Arrow-know-more.png │ ├── BACKGROUND-DARK-MOBILE.svg │ ├── BACKGROUND-DARK.svg │ ├── BACKGROUND-MOBILE.svg │ ├── BACKGROUND.svg │ ├── BACKGROUNDSIGNUP.svg │ ├── Character.svg │ ├── DarkIcon.svg │ ├── DownloadButton-white.svg │ ├── DownloadButton.svg │ ├── FAVICON.png │ ├── Heart-filled.svg │ ├── Heart.svg │ ├── HighriseDemoBold.otf │ ├── LightIcon.svg │ ├── Logo-white.svg │ ├── Logo.svg │ ├── LogoSmall.png │ ├── ProfileIcon.svg │ ├── Save-filled.svg │ ├── Save.svg │ ├── SearchIcon.svg │ ├── Vector.svg │ ├── core-values.jpg │ ├── discord-icon.png │ ├── github-icon.png │ ├── inspiration.jpg │ ├── letsworktogether.png │ ├── linkedin-icon.png │ ├── milestone.jpg │ └── mission.jpg ├── src │ ├── App.css │ ├── App.jsx │ ├── Components │ │ ├── AboutModule │ │ │ ├── Aboutus.jsx │ │ │ └── Aboutus.module.css │ │ ├── CommonModule │ │ │ ├── FooterModule │ │ │ │ ├── Footer.jsx │ │ │ │ └── Footer.module.css │ │ │ ├── NavBarModule │ │ │ │ ├── Logo.jsx │ │ │ │ ├── NavBar.jsx │ │ │ │ └── NavBar.module.css │ │ │ ├── PopupModule │ │ │ │ ├── Popup.jsx │ │ │ │ └── Popup.module.css │ │ │ ├── SignUpModule │ │ │ │ ├── SignUp.jsx │ │ │ │ └── SignUp.module.css │ │ │ └── ToastModule │ │ │ │ ├── Toast.jsx │ │ │ │ └── Toast.module.css │ │ ├── ErrorModule │ │ │ ├── Error404.jsx │ │ │ ├── Error404.module.css │ │ │ └── Error404Assests │ │ │ │ ├── Arrow.svg │ │ │ │ ├── Circle.svg │ │ │ │ ├── Square.svg │ │ │ │ └── Triangle.svg │ │ ├── GalleryModule │ │ │ ├── DesktopSection │ │ │ │ ├── Desktop.jsx │ │ │ │ ├── Desktop.module.css │ │ │ │ ├── DesktopAssets │ │ │ │ │ ├── img_1.png │ │ │ │ │ ├── img_2.png │ │ │ │ │ ├── img_3.png │ │ │ │ │ └── img_4.png │ │ │ │ └── ImgCardsDesktop │ │ │ │ │ ├── ImgCard.jsx │ │ │ │ │ └── ImgCard.module.css │ │ │ ├── Gallery.jsx │ │ │ ├── Gallery.module.css │ │ │ ├── MobileSection │ │ │ │ ├── ImgCardsMobile │ │ │ │ │ ├── ImgCard.jsx │ │ │ │ │ └── ImgCard.module.css │ │ │ │ ├── Mobile.jsx │ │ │ │ ├── Mobile.module.css │ │ │ │ └── MobileAssets │ │ │ │ │ ├── mobile_wallpaper1.png │ │ │ │ │ ├── mobile_wallpaper10.png │ │ │ │ │ ├── mobile_wallpaper2.png │ │ │ │ │ ├── mobile_wallpaper3.png │ │ │ │ │ ├── mobile_wallpaper4.png │ │ │ │ │ ├── mobile_wallpaper5.png │ │ │ │ │ ├── mobile_wallpaper6.png │ │ │ │ │ ├── mobile_wallpaper7.png │ │ │ │ │ ├── mobile_wallpaper8.png │ │ │ │ │ └── mobile_wallpaper9.png │ │ │ ├── SideBarModule │ │ │ │ ├── SideBar.jsx │ │ │ │ ├── SideBar.module.css │ │ │ │ └── img │ │ │ │ │ ├── Desktop.svg │ │ │ │ │ ├── Mobile.svg │ │ │ │ │ └── Tablet.svg │ │ │ └── TabletSection │ │ │ │ ├── ImgCardsTablet │ │ │ │ ├── ImgCard.jsx │ │ │ │ └── ImgCard.module.css │ │ │ │ ├── Tablet.jsx │ │ │ │ ├── Tablet.module.css │ │ │ │ └── TabletAssets │ │ │ │ ├── tablet_wallpaper1.png │ │ │ │ ├── tablet_wallpaper2.png │ │ │ │ ├── tablet_wallpaper3.png │ │ │ │ ├── tablet_wallpaper4.png │ │ │ │ ├── tablet_wallpaper5.png │ │ │ │ └── tablet_wallpaper6.png │ │ ├── HomeModule │ │ │ ├── Home.jsx │ │ │ └── Home.module.css │ │ ├── ProfileModule │ │ │ ├── Profile.jsx │ │ │ └── Profile.module.css │ │ ├── ThemeModule │ │ │ ├── ThemeToggle.jsx │ │ │ └── ThemeToggle.module.css │ │ └── UploadModule │ │ │ ├── Upload.jsx │ │ │ └── Upload.module.css │ ├── assets │ │ └── fonts │ │ │ └── Ungai.ttf │ ├── hooks │ │ └── useGoogleAnalytics.js │ ├── index.css │ ├── main.jsx │ └── utils │ │ └── analytics.js ├── vercel.json └── vite.config.js ├── LICENSE ├── README.md ├── WEBSITE BANNER.png ├── Wallpapers ├── Desktop │ ├── Dinesh_RollsRoyce.png │ ├── Dinesh_Supercar.png │ ├── Sudipta_Sunset.jpg │ ├── Sudipta_serenity.jpg │ ├── harsh_dawn.png │ ├── harsh_lavendersky.png │ ├── harsh_pastelvalley.png │ ├── harsh_spacecity..png │ └── harsh_sunnygarden.png ├── Mobile │ ├── Arushi_74.jpg │ ├── Arushi_Design.jpg │ ├── Dinesh_Supercar2.png │ ├── Dinesh_Supercars3.png │ └── Sudipta_butterfly.jpg ├── Tablet │ ├── Dinesh_RollsRoyce2.png │ ├── Dinesh_Supercar4.png │ ├── Sudipta_cityView.jpg │ └── Sudipta_geese.jpg └── WALLPAPER.md ├── cloudflared.exe └── devtunnel.exe /.github/ISSUE_TEMPLATE/bug.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/.github/ISSUE_TEMPLATE/bug.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.github/workflows/greetings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/.github/workflows/greetings.yml -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /DESIGN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/DESIGN.md -------------------------------------------------------------------------------- /Frontend/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/.gitignore -------------------------------------------------------------------------------- /Frontend/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/README.md -------------------------------------------------------------------------------- /Frontend/eslint.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/eslint.config.js -------------------------------------------------------------------------------- /Frontend/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/index.html -------------------------------------------------------------------------------- /Frontend/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/package-lock.json -------------------------------------------------------------------------------- /Frontend/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/package.json -------------------------------------------------------------------------------- /Frontend/public/Arrow-know-more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/Arrow-know-more.png -------------------------------------------------------------------------------- /Frontend/public/BACKGROUND-DARK-MOBILE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/BACKGROUND-DARK-MOBILE.svg -------------------------------------------------------------------------------- /Frontend/public/BACKGROUND-DARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/BACKGROUND-DARK.svg -------------------------------------------------------------------------------- /Frontend/public/BACKGROUND-MOBILE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/BACKGROUND-MOBILE.svg -------------------------------------------------------------------------------- /Frontend/public/BACKGROUND.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/BACKGROUND.svg -------------------------------------------------------------------------------- /Frontend/public/BACKGROUNDSIGNUP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/BACKGROUNDSIGNUP.svg -------------------------------------------------------------------------------- /Frontend/public/Character.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/Character.svg -------------------------------------------------------------------------------- /Frontend/public/DarkIcon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/DarkIcon.svg -------------------------------------------------------------------------------- /Frontend/public/DownloadButton-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/DownloadButton-white.svg -------------------------------------------------------------------------------- /Frontend/public/DownloadButton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/DownloadButton.svg -------------------------------------------------------------------------------- /Frontend/public/FAVICON.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/FAVICON.png -------------------------------------------------------------------------------- /Frontend/public/Heart-filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/Heart-filled.svg -------------------------------------------------------------------------------- /Frontend/public/Heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/Heart.svg -------------------------------------------------------------------------------- /Frontend/public/HighriseDemoBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/HighriseDemoBold.otf -------------------------------------------------------------------------------- /Frontend/public/LightIcon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/LightIcon.svg -------------------------------------------------------------------------------- /Frontend/public/Logo-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/Logo-white.svg -------------------------------------------------------------------------------- /Frontend/public/Logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/Logo.svg -------------------------------------------------------------------------------- /Frontend/public/LogoSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/LogoSmall.png -------------------------------------------------------------------------------- /Frontend/public/ProfileIcon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/ProfileIcon.svg -------------------------------------------------------------------------------- /Frontend/public/Save-filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/Save-filled.svg -------------------------------------------------------------------------------- /Frontend/public/Save.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/Save.svg -------------------------------------------------------------------------------- /Frontend/public/SearchIcon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/SearchIcon.svg -------------------------------------------------------------------------------- /Frontend/public/Vector.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/Vector.svg -------------------------------------------------------------------------------- /Frontend/public/core-values.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/core-values.jpg -------------------------------------------------------------------------------- /Frontend/public/discord-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/discord-icon.png -------------------------------------------------------------------------------- /Frontend/public/github-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/github-icon.png -------------------------------------------------------------------------------- /Frontend/public/inspiration.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/inspiration.jpg -------------------------------------------------------------------------------- /Frontend/public/letsworktogether.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/letsworktogether.png -------------------------------------------------------------------------------- /Frontend/public/linkedin-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/linkedin-icon.png -------------------------------------------------------------------------------- /Frontend/public/milestone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/milestone.jpg -------------------------------------------------------------------------------- /Frontend/public/mission.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/public/mission.jpg -------------------------------------------------------------------------------- /Frontend/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/App.css -------------------------------------------------------------------------------- /Frontend/src/App.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/App.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/AboutModule/Aboutus.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/AboutModule/Aboutus.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/AboutModule/Aboutus.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/AboutModule/Aboutus.module.css -------------------------------------------------------------------------------- /Frontend/src/Components/CommonModule/FooterModule/Footer.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/CommonModule/FooterModule/Footer.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/CommonModule/FooterModule/Footer.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/CommonModule/FooterModule/Footer.module.css -------------------------------------------------------------------------------- /Frontend/src/Components/CommonModule/NavBarModule/Logo.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/CommonModule/NavBarModule/Logo.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/CommonModule/NavBarModule/NavBar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/CommonModule/NavBarModule/NavBar.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/CommonModule/NavBarModule/NavBar.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/CommonModule/NavBarModule/NavBar.module.css -------------------------------------------------------------------------------- /Frontend/src/Components/CommonModule/PopupModule/Popup.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/CommonModule/PopupModule/Popup.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/CommonModule/PopupModule/Popup.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/CommonModule/PopupModule/Popup.module.css -------------------------------------------------------------------------------- /Frontend/src/Components/CommonModule/SignUpModule/SignUp.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/CommonModule/SignUpModule/SignUp.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/CommonModule/SignUpModule/SignUp.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/CommonModule/SignUpModule/SignUp.module.css -------------------------------------------------------------------------------- /Frontend/src/Components/CommonModule/ToastModule/Toast.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/CommonModule/ToastModule/Toast.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/CommonModule/ToastModule/Toast.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/CommonModule/ToastModule/Toast.module.css -------------------------------------------------------------------------------- /Frontend/src/Components/ErrorModule/Error404.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/ErrorModule/Error404.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/ErrorModule/Error404.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/ErrorModule/Error404.module.css -------------------------------------------------------------------------------- /Frontend/src/Components/ErrorModule/Error404Assests/Arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/ErrorModule/Error404Assests/Arrow.svg -------------------------------------------------------------------------------- /Frontend/src/Components/ErrorModule/Error404Assests/Circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/ErrorModule/Error404Assests/Circle.svg -------------------------------------------------------------------------------- /Frontend/src/Components/ErrorModule/Error404Assests/Square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/ErrorModule/Error404Assests/Square.svg -------------------------------------------------------------------------------- /Frontend/src/Components/ErrorModule/Error404Assests/Triangle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/ErrorModule/Error404Assests/Triangle.svg -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/DesktopSection/Desktop.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/DesktopSection/Desktop.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/DesktopSection/Desktop.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/DesktopSection/Desktop.module.css -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/DesktopSection/DesktopAssets/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/DesktopSection/DesktopAssets/img_1.png -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/DesktopSection/DesktopAssets/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/DesktopSection/DesktopAssets/img_2.png -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/DesktopSection/DesktopAssets/img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/DesktopSection/DesktopAssets/img_3.png -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/DesktopSection/DesktopAssets/img_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/DesktopSection/DesktopAssets/img_4.png -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/DesktopSection/ImgCardsDesktop/ImgCard.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/DesktopSection/ImgCardsDesktop/ImgCard.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/DesktopSection/ImgCardsDesktop/ImgCard.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/DesktopSection/ImgCardsDesktop/ImgCard.module.css -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/Gallery.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/Gallery.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/Gallery.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/Gallery.module.css -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/MobileSection/ImgCardsMobile/ImgCard.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/MobileSection/ImgCardsMobile/ImgCard.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/MobileSection/ImgCardsMobile/ImgCard.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/MobileSection/ImgCardsMobile/ImgCard.module.css -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/MobileSection/Mobile.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/MobileSection/Mobile.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/MobileSection/Mobile.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/MobileSection/Mobile.module.css -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper1.png -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper10.png -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper2.png -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper3.png -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper4.png -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper5.png -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper6.png -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper7.png -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper8.png -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/MobileSection/MobileAssets/mobile_wallpaper9.png -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/SideBarModule/SideBar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/SideBarModule/SideBar.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/SideBarModule/SideBar.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/SideBarModule/SideBar.module.css -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/SideBarModule/img/Desktop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/SideBarModule/img/Desktop.svg -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/SideBarModule/img/Mobile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/SideBarModule/img/Mobile.svg -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/SideBarModule/img/Tablet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/SideBarModule/img/Tablet.svg -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/TabletSection/ImgCardsTablet/ImgCard.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/TabletSection/ImgCardsTablet/ImgCard.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/TabletSection/ImgCardsTablet/ImgCard.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/TabletSection/ImgCardsTablet/ImgCard.module.css -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/TabletSection/Tablet.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/TabletSection/Tablet.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/TabletSection/Tablet.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/TabletSection/Tablet.module.css -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/TabletSection/TabletAssets/tablet_wallpaper1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/TabletSection/TabletAssets/tablet_wallpaper1.png -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/TabletSection/TabletAssets/tablet_wallpaper2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/TabletSection/TabletAssets/tablet_wallpaper2.png -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/TabletSection/TabletAssets/tablet_wallpaper3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/TabletSection/TabletAssets/tablet_wallpaper3.png -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/TabletSection/TabletAssets/tablet_wallpaper4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/TabletSection/TabletAssets/tablet_wallpaper4.png -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/TabletSection/TabletAssets/tablet_wallpaper5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/TabletSection/TabletAssets/tablet_wallpaper5.png -------------------------------------------------------------------------------- /Frontend/src/Components/GalleryModule/TabletSection/TabletAssets/tablet_wallpaper6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/GalleryModule/TabletSection/TabletAssets/tablet_wallpaper6.png -------------------------------------------------------------------------------- /Frontend/src/Components/HomeModule/Home.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/HomeModule/Home.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/HomeModule/Home.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/HomeModule/Home.module.css -------------------------------------------------------------------------------- /Frontend/src/Components/ProfileModule/Profile.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/ProfileModule/Profile.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/ProfileModule/Profile.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/ProfileModule/Profile.module.css -------------------------------------------------------------------------------- /Frontend/src/Components/ThemeModule/ThemeToggle.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/ThemeModule/ThemeToggle.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/ThemeModule/ThemeToggle.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/ThemeModule/ThemeToggle.module.css -------------------------------------------------------------------------------- /Frontend/src/Components/UploadModule/Upload.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/UploadModule/Upload.jsx -------------------------------------------------------------------------------- /Frontend/src/Components/UploadModule/Upload.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/Components/UploadModule/Upload.module.css -------------------------------------------------------------------------------- /Frontend/src/assets/fonts/Ungai.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/assets/fonts/Ungai.ttf -------------------------------------------------------------------------------- /Frontend/src/hooks/useGoogleAnalytics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/hooks/useGoogleAnalytics.js -------------------------------------------------------------------------------- /Frontend/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/index.css -------------------------------------------------------------------------------- /Frontend/src/main.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/main.jsx -------------------------------------------------------------------------------- /Frontend/src/utils/analytics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/src/utils/analytics.js -------------------------------------------------------------------------------- /Frontend/vercel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/vercel.json -------------------------------------------------------------------------------- /Frontend/vite.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Frontend/vite.config.js -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/README.md -------------------------------------------------------------------------------- /WEBSITE BANNER.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/WEBSITE BANNER.png -------------------------------------------------------------------------------- /Wallpapers/Desktop/Dinesh_RollsRoyce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Wallpapers/Desktop/Dinesh_RollsRoyce.png -------------------------------------------------------------------------------- /Wallpapers/Desktop/Dinesh_Supercar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Wallpapers/Desktop/Dinesh_Supercar.png -------------------------------------------------------------------------------- /Wallpapers/Desktop/Sudipta_Sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Wallpapers/Desktop/Sudipta_Sunset.jpg -------------------------------------------------------------------------------- /Wallpapers/Desktop/Sudipta_serenity.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Wallpapers/Desktop/Sudipta_serenity.jpg -------------------------------------------------------------------------------- /Wallpapers/Desktop/harsh_dawn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Wallpapers/Desktop/harsh_dawn.png -------------------------------------------------------------------------------- /Wallpapers/Desktop/harsh_lavendersky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Wallpapers/Desktop/harsh_lavendersky.png -------------------------------------------------------------------------------- /Wallpapers/Desktop/harsh_pastelvalley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Wallpapers/Desktop/harsh_pastelvalley.png -------------------------------------------------------------------------------- /Wallpapers/Desktop/harsh_spacecity..png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Wallpapers/Desktop/harsh_spacecity..png -------------------------------------------------------------------------------- /Wallpapers/Desktop/harsh_sunnygarden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Wallpapers/Desktop/harsh_sunnygarden.png -------------------------------------------------------------------------------- /Wallpapers/Mobile/Arushi_74.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Wallpapers/Mobile/Arushi_74.jpg -------------------------------------------------------------------------------- /Wallpapers/Mobile/Arushi_Design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Wallpapers/Mobile/Arushi_Design.jpg -------------------------------------------------------------------------------- /Wallpapers/Mobile/Dinesh_Supercar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Wallpapers/Mobile/Dinesh_Supercar2.png -------------------------------------------------------------------------------- /Wallpapers/Mobile/Dinesh_Supercars3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Wallpapers/Mobile/Dinesh_Supercars3.png -------------------------------------------------------------------------------- /Wallpapers/Mobile/Sudipta_butterfly.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Wallpapers/Mobile/Sudipta_butterfly.jpg -------------------------------------------------------------------------------- /Wallpapers/Tablet/Dinesh_RollsRoyce2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Wallpapers/Tablet/Dinesh_RollsRoyce2.png -------------------------------------------------------------------------------- /Wallpapers/Tablet/Dinesh_Supercar4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Wallpapers/Tablet/Dinesh_Supercar4.png -------------------------------------------------------------------------------- /Wallpapers/Tablet/Sudipta_cityView.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Wallpapers/Tablet/Sudipta_cityView.jpg -------------------------------------------------------------------------------- /Wallpapers/Tablet/Sudipta_geese.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Wallpapers/Tablet/Sudipta_geese.jpg -------------------------------------------------------------------------------- /Wallpapers/WALLPAPER.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/Wallpapers/WALLPAPER.md -------------------------------------------------------------------------------- /cloudflared.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/cloudflared.exe -------------------------------------------------------------------------------- /devtunnel.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WallGodds/WallGodds-Web/HEAD/devtunnel.exe --------------------------------------------------------------------------------