├── .gitignore ├── .htaccess ├── .vscode └── settings.json ├── public └── images │ ├── README.md │ ├── Happy kids.png │ ├── Peaceful sleep.png │ ├── Perfect place.png │ ├── The palm tree.png │ └── togetherness.png ├── composer.json ├── Navbar └── Navbar.pdf ├── assets └── img │ ├── pr.png │ ├── Donate Page Format │ ├── Donate Page.png │ └── Content For Donate Page.txt │ ├── Illustrations for Orphan Support │ ├── Image 1.jpg │ ├── Illustration 1.png │ ├── Illustration 2.png │ ├── Illustration 3.png │ ├── Illustration 4.png │ ├── Illustration 5.png │ ├── Illustration 6.png │ └── Illustration 7.png │ └── Captions for Home Page │ └── Captions for Home Page.txt ├── client ├── html │ ├── db.php │ ├── comment-list.php │ ├── comment-add.php │ ├── login.html │ ├── signup.html │ ├── index_comment.php │ └── orphansupport.sql └── assets │ ├── images │ ├── li.png │ ├── call.png │ ├── help.png │ ├── mail.png │ ├── favicon.png │ ├── help-2.png │ ├── insta.png │ ├── clients │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ └── 7.png │ ├── facebook.png │ ├── gallery │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ ├── 8.jpg │ │ ├── 9.jpg │ │ ├── 10.jpg │ │ ├── 11.jpg │ │ ├── 12.jpg │ │ ├── 13.jpg │ │ ├── 14.jpg │ │ └── 15.jpg │ ├── LOGO │ │ ├── logo-1.png │ │ ├── logo-10.png │ │ ├── logo-11.png │ │ ├── logo-12.png │ │ ├── logo-13.png │ │ ├── logo-14.png │ │ ├── logo-15.png │ │ ├── logo-16.png │ │ ├── logo-17.png │ │ ├── logo-18.png │ │ ├── logo-19.png │ │ ├── logo-2.png │ │ ├── logo-20.png │ │ ├── logo-3.png │ │ ├── logo-4.png │ │ ├── logo-5.png │ │ ├── logo-6.png │ │ ├── logo-7.png │ │ ├── logo-8.png │ │ └── logo-9.png │ ├── map-marker.png │ ├── resource │ │ ├── c.jpg │ │ ├── products │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ ├── 9.png │ │ │ └── product-single.jpg │ │ ├── cause-image-8.jpg │ │ ├── donor-thumb-1.jpg │ │ ├── donor-thumb-2.jpg │ │ ├── donor-thumb-3.jpg │ │ ├── donor-thumb-4.jpg │ │ ├── event-image-1.jpg │ │ ├── login_image.jpg │ │ ├── team-image-1.jpg │ │ ├── team-image-2.jpg │ │ ├── team-image-3.jpg │ │ ├── video-image-2.jpg │ │ ├── video-image-3.jpg │ │ ├── author-thumb-1.jpg │ │ ├── author-thumb-2.jpg │ │ ├── author-thumb-3.jpg │ │ ├── contact-image-1.jpg │ │ ├── contact-image-2.jpg │ │ ├── contact-image-3.jpg │ │ ├── featured-image-1.jpg │ │ ├── featured-image-13.jpg │ │ ├── featured-image-14.jpg │ │ ├── featured-image-15.jpg │ │ ├── featured-image-16.jpg │ │ ├── featured-image-17.jpg │ │ ├── featured-image-18.jpg │ │ ├── featured-image-2.jpg │ │ ├── featured-image-23.jpg │ │ ├── featured-image-3.jpg │ │ └── image-spacer-for-validation.png │ ├── twitter-sq.png │ ├── main-slider │ │ ├── 1.jpg │ │ ├── 10.jpg │ │ ├── 11.jpg │ │ ├── 12.jpg │ │ ├── 13.jpg │ │ ├── 14.jpg │ │ ├── 15.jpg │ │ ├── 16.jpg │ │ ├── 17.jpg │ │ ├── 18.jpg │ │ ├── 19.jpg │ │ ├── 2.jpg │ │ ├── 20.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ ├── 8.jpg │ │ └── 9.jpg │ ├── Blog-cards │ │ ├── card-7.jpg │ │ ├── card1.jpg │ │ ├── card2.jpg │ │ ├── card3.jpg │ │ ├── card4.jpg │ │ ├── card5.jpg │ │ └── card6.jpg │ ├── icons │ │ ├── icon-select.png │ │ ├── map-marker.png │ │ ├── preloader-2.svg │ │ ├── preloader-3.svg │ │ ├── preloader.svg │ │ └── image-bg.svg │ ├── Blog-gallery │ │ ├── blog1.jpg │ │ ├── blog2.jpg │ │ ├── blog3.jpg │ │ ├── blog4.jpg │ │ ├── blog5.jpg │ │ ├── blog6.jpg │ │ ├── blog7.jpg │ │ ├── blog8.jpg │ │ ├── blog-main.jpg │ │ ├── blog-main2.jpg │ │ └── blog-main3.jpg │ └── background │ │ ├── bg-banner-1.jpg │ │ ├── contact-us.jpg │ │ ├── what-we-do.jpg │ │ ├── fluid-image-1.jpg │ │ ├── subscribe-bg.jpg │ │ ├── what-we-do-2.jpg │ │ ├── call-to-action-1.jpg │ │ ├── call-to-action-2.jpg │ │ ├── rotten-curve-1.png │ │ ├── rotten-curve-2.png │ │ ├── rotten-curve-3.png │ │ ├── rotten-curve-4.png │ │ ├── rotten-curve-5.png │ │ ├── rotten-curve-6.png │ │ └── rotten-curve-7.png │ ├── fonts │ ├── Flaticon.eot │ ├── Flaticon.ttf │ ├── Flaticon.woff │ ├── Flaticon.woff2 │ ├── Flaticond41d.eot │ ├── fa-brands-400.eot │ ├── fa-brands-400.ttf │ ├── fa-solid-900.eot │ ├── fa-solid-900.ttf │ ├── fa-solid-900.woff │ ├── fa-brands-400.woff │ ├── fa-brands-400.woff2 │ ├── fa-regular-400.eot │ ├── fa-regular-400.ttf │ ├── fa-regular-400.woff │ ├── fa-solid-900.woff2 │ ├── fa-brands-400d41d.eot │ ├── fa-regular-400.woff2 │ ├── fa-regular-400d41d.eot │ └── fa-solid-900d41d.eot │ ├── css │ ├── images │ │ ├── ui-icons_444444_256x240.png │ │ ├── ui-icons_555555_256x240.png │ │ ├── ui-icons_777620_256x240.html │ │ └── ui-icons_cc0000_256x240.html │ ├── mCSB_buttons.html │ ├── owl.video.play.html │ ├── jquery.touchspin.css │ ├── login.css │ ├── owl.css │ ├── jquery.fancybox.min.css │ └── flaticon.css │ └── js │ ├── appear.js │ ├── wow.js │ ├── map-script.js │ └── script.js ├── Font Schemes ├── Font3.png └── Font.html ├── Color Schemes ├── First.png ├── Fourth.png └── scrollbar.css ├── login signup ├── logout.php ├── database_connection.php ├── testing.sql ├── index.php ├── login.php └── register.php ├── Mock Control Flow └── Orphan Support system control flow.pdf ├── donation.sql ├── config.php ├── etc └── nav.php ├── composer.lock ├── server ├── donations.php ├── about.php ├── blog.php ├── contact.php └── index.php ├── README.md ├── orphansupport.sql └── Contributing.md /.gitignore: -------------------------------------------------------------------------------- 1 | /vendor 2 | -------------------------------------------------------------------------------- /.htaccess: -------------------------------------------------------------------------------- 1 | AddType application/x-httpd-php .htm .html -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "liveServer.settings.port": 5501 3 | } -------------------------------------------------------------------------------- /public/images/README.md: -------------------------------------------------------------------------------- 1 | It contains all the illustrations needed for website mockup. 2 | -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "require": { 3 | "stripe/stripe-php": "^7.61" 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /Navbar/Navbar.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/Navbar/Navbar.pdf -------------------------------------------------------------------------------- /assets/img/pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/assets/img/pr.png -------------------------------------------------------------------------------- /client/html/db.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Font Schemes/Font3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/Font Schemes/Font3.png -------------------------------------------------------------------------------- /Color Schemes/First.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/Color Schemes/First.png -------------------------------------------------------------------------------- /Color Schemes/Fourth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/Color Schemes/Fourth.png -------------------------------------------------------------------------------- /client/assets/images/li.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/li.png -------------------------------------------------------------------------------- /client/assets/images/call.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/call.png -------------------------------------------------------------------------------- /client/assets/images/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/help.png -------------------------------------------------------------------------------- /client/assets/images/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/mail.png -------------------------------------------------------------------------------- /public/images/Happy kids.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/public/images/Happy kids.png -------------------------------------------------------------------------------- /client/assets/fonts/Flaticon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/Flaticon.eot -------------------------------------------------------------------------------- /client/assets/fonts/Flaticon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/Flaticon.ttf -------------------------------------------------------------------------------- /client/assets/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/favicon.png -------------------------------------------------------------------------------- /client/assets/images/help-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/help-2.png -------------------------------------------------------------------------------- /client/assets/images/insta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/insta.png -------------------------------------------------------------------------------- /public/images/Peaceful sleep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/public/images/Peaceful sleep.png -------------------------------------------------------------------------------- /public/images/Perfect place.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/public/images/Perfect place.png -------------------------------------------------------------------------------- /public/images/The palm tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/public/images/The palm tree.png -------------------------------------------------------------------------------- /public/images/togetherness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/public/images/togetherness.png -------------------------------------------------------------------------------- /client/assets/fonts/Flaticon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/Flaticon.woff -------------------------------------------------------------------------------- /client/assets/fonts/Flaticon.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/Flaticon.woff2 -------------------------------------------------------------------------------- /client/assets/images/clients/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/clients/4.png -------------------------------------------------------------------------------- /client/assets/images/clients/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/clients/5.png -------------------------------------------------------------------------------- /client/assets/images/clients/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/clients/6.png -------------------------------------------------------------------------------- /client/assets/images/clients/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/clients/7.png -------------------------------------------------------------------------------- /client/assets/images/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/facebook.png -------------------------------------------------------------------------------- /client/assets/images/gallery/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/gallery/1.jpg -------------------------------------------------------------------------------- /client/assets/images/gallery/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/gallery/2.jpg -------------------------------------------------------------------------------- /client/assets/images/gallery/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/gallery/3.jpg -------------------------------------------------------------------------------- /client/assets/images/gallery/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/gallery/4.jpg -------------------------------------------------------------------------------- /client/assets/images/gallery/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/gallery/5.jpg -------------------------------------------------------------------------------- /client/assets/images/gallery/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/gallery/6.jpg -------------------------------------------------------------------------------- /client/assets/images/gallery/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/gallery/7.jpg -------------------------------------------------------------------------------- /client/assets/images/gallery/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/gallery/8.jpg -------------------------------------------------------------------------------- /client/assets/images/gallery/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/gallery/9.jpg -------------------------------------------------------------------------------- /client/assets/fonts/Flaticond41d.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/Flaticond41d.eot -------------------------------------------------------------------------------- /client/assets/fonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/fa-brands-400.eot -------------------------------------------------------------------------------- /client/assets/fonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /client/assets/fonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/fa-solid-900.eot -------------------------------------------------------------------------------- /client/assets/fonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /client/assets/fonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/fa-solid-900.woff -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-1.png -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-10.png -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-11.png -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-12.png -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-13.png -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-14.png -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-15.png -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-16.png -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-17.png -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-18.png -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-19.png -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-2.png -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-20.png -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-3.png -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-4.png -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-5.png -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-6.png -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-7.png -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-8.png -------------------------------------------------------------------------------- /client/assets/images/LOGO/logo-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/LOGO/logo-9.png -------------------------------------------------------------------------------- /client/assets/images/gallery/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/gallery/10.jpg -------------------------------------------------------------------------------- /client/assets/images/gallery/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/gallery/11.jpg -------------------------------------------------------------------------------- /client/assets/images/gallery/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/gallery/12.jpg -------------------------------------------------------------------------------- /client/assets/images/gallery/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/gallery/13.jpg -------------------------------------------------------------------------------- /client/assets/images/gallery/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/gallery/14.jpg -------------------------------------------------------------------------------- /client/assets/images/gallery/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/gallery/15.jpg -------------------------------------------------------------------------------- /client/assets/images/map-marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/map-marker.png -------------------------------------------------------------------------------- /client/assets/images/resource/c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/c.jpg -------------------------------------------------------------------------------- /client/assets/images/twitter-sq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/twitter-sq.png -------------------------------------------------------------------------------- /login signup/logout.php: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /client/assets/fonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/fa-brands-400.woff -------------------------------------------------------------------------------- /client/assets/fonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /client/assets/fonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/fa-regular-400.eot -------------------------------------------------------------------------------- /client/assets/fonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /client/assets/fonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/fa-regular-400.woff -------------------------------------------------------------------------------- /client/assets/fonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /client/assets/images/main-slider/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/1.jpg -------------------------------------------------------------------------------- /client/assets/images/main-slider/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/10.jpg -------------------------------------------------------------------------------- /client/assets/images/main-slider/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/11.jpg -------------------------------------------------------------------------------- /client/assets/images/main-slider/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/12.jpg -------------------------------------------------------------------------------- /client/assets/images/main-slider/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/13.jpg -------------------------------------------------------------------------------- /client/assets/images/main-slider/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/14.jpg -------------------------------------------------------------------------------- /client/assets/images/main-slider/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/15.jpg -------------------------------------------------------------------------------- /client/assets/images/main-slider/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/16.jpg -------------------------------------------------------------------------------- /client/assets/images/main-slider/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/17.jpg -------------------------------------------------------------------------------- /client/assets/images/main-slider/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/18.jpg -------------------------------------------------------------------------------- /client/assets/images/main-slider/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/19.jpg -------------------------------------------------------------------------------- /client/assets/images/main-slider/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/2.jpg -------------------------------------------------------------------------------- /client/assets/images/main-slider/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/20.jpg -------------------------------------------------------------------------------- /client/assets/images/main-slider/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/3.jpg -------------------------------------------------------------------------------- /client/assets/images/main-slider/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/4.jpg -------------------------------------------------------------------------------- /client/assets/images/main-slider/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/5.jpg -------------------------------------------------------------------------------- /client/assets/images/main-slider/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/6.jpg -------------------------------------------------------------------------------- /client/assets/images/main-slider/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/7.jpg -------------------------------------------------------------------------------- /client/assets/images/main-slider/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/8.jpg -------------------------------------------------------------------------------- /client/assets/images/main-slider/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/main-slider/9.jpg -------------------------------------------------------------------------------- /client/assets/fonts/fa-brands-400d41d.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/fa-brands-400d41d.eot -------------------------------------------------------------------------------- /client/assets/fonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /client/assets/fonts/fa-regular-400d41d.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/fa-regular-400d41d.eot -------------------------------------------------------------------------------- /client/assets/fonts/fa-solid-900d41d.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/fonts/fa-solid-900d41d.eot -------------------------------------------------------------------------------- /client/assets/images/Blog-cards/card-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/Blog-cards/card-7.jpg -------------------------------------------------------------------------------- /client/assets/images/Blog-cards/card1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/Blog-cards/card1.jpg -------------------------------------------------------------------------------- /client/assets/images/Blog-cards/card2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/Blog-cards/card2.jpg -------------------------------------------------------------------------------- /client/assets/images/Blog-cards/card3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/Blog-cards/card3.jpg -------------------------------------------------------------------------------- /client/assets/images/Blog-cards/card4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/Blog-cards/card4.jpg -------------------------------------------------------------------------------- /client/assets/images/Blog-cards/card5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/Blog-cards/card5.jpg -------------------------------------------------------------------------------- /client/assets/images/Blog-cards/card6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/Blog-cards/card6.jpg -------------------------------------------------------------------------------- /client/assets/images/icons/icon-select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/icons/icon-select.png -------------------------------------------------------------------------------- /client/assets/images/icons/map-marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/icons/map-marker.png -------------------------------------------------------------------------------- /login signup/database_connection.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /client/assets/images/Blog-gallery/blog1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/Blog-gallery/blog1.jpg -------------------------------------------------------------------------------- /client/assets/images/Blog-gallery/blog2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/Blog-gallery/blog2.jpg -------------------------------------------------------------------------------- /client/assets/images/Blog-gallery/blog3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/Blog-gallery/blog3.jpg -------------------------------------------------------------------------------- /client/assets/images/Blog-gallery/blog4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/Blog-gallery/blog4.jpg -------------------------------------------------------------------------------- /client/assets/images/Blog-gallery/blog5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/Blog-gallery/blog5.jpg -------------------------------------------------------------------------------- /client/assets/images/Blog-gallery/blog6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/Blog-gallery/blog6.jpg -------------------------------------------------------------------------------- /client/assets/images/Blog-gallery/blog7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/Blog-gallery/blog7.jpg -------------------------------------------------------------------------------- /client/assets/images/Blog-gallery/blog8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/Blog-gallery/blog8.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/products/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/products/1.png -------------------------------------------------------------------------------- /client/assets/images/resource/products/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/products/2.png -------------------------------------------------------------------------------- /client/assets/images/resource/products/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/products/3.png -------------------------------------------------------------------------------- /client/assets/images/resource/products/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/products/4.png -------------------------------------------------------------------------------- /client/assets/images/resource/products/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/products/5.png -------------------------------------------------------------------------------- /client/assets/images/resource/products/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/products/6.png -------------------------------------------------------------------------------- /client/assets/images/resource/products/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/products/7.png -------------------------------------------------------------------------------- /client/assets/images/resource/products/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/products/8.png -------------------------------------------------------------------------------- /client/assets/images/resource/products/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/products/9.png -------------------------------------------------------------------------------- /assets/img/Donate Page Format/Donate Page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/assets/img/Donate Page Format/Donate Page.png -------------------------------------------------------------------------------- /client/assets/images/Blog-gallery/blog-main.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/Blog-gallery/blog-main.jpg -------------------------------------------------------------------------------- /client/assets/images/background/bg-banner-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/background/bg-banner-1.jpg -------------------------------------------------------------------------------- /client/assets/images/background/contact-us.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/background/contact-us.jpg -------------------------------------------------------------------------------- /client/assets/images/background/what-we-do.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/background/what-we-do.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/cause-image-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/cause-image-8.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/donor-thumb-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/donor-thumb-1.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/donor-thumb-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/donor-thumb-2.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/donor-thumb-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/donor-thumb-3.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/donor-thumb-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/donor-thumb-4.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/event-image-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/event-image-1.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/login_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/login_image.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/team-image-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/team-image-1.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/team-image-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/team-image-2.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/team-image-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/team-image-3.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/video-image-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/video-image-2.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/video-image-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/video-image-3.jpg -------------------------------------------------------------------------------- /client/assets/images/Blog-gallery/blog-main2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/Blog-gallery/blog-main2.jpg -------------------------------------------------------------------------------- /client/assets/images/Blog-gallery/blog-main3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/Blog-gallery/blog-main3.jpg -------------------------------------------------------------------------------- /client/assets/images/background/fluid-image-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/background/fluid-image-1.jpg -------------------------------------------------------------------------------- /client/assets/images/background/subscribe-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/background/subscribe-bg.jpg -------------------------------------------------------------------------------- /client/assets/images/background/what-we-do-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/background/what-we-do-2.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/author-thumb-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/author-thumb-1.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/author-thumb-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/author-thumb-2.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/author-thumb-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/author-thumb-3.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/contact-image-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/contact-image-1.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/contact-image-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/contact-image-2.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/contact-image-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/contact-image-3.jpg -------------------------------------------------------------------------------- /client/assets/css/images/ui-icons_444444_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/css/images/ui-icons_444444_256x240.png -------------------------------------------------------------------------------- /client/assets/css/images/ui-icons_555555_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/css/images/ui-icons_555555_256x240.png -------------------------------------------------------------------------------- /client/assets/images/background/call-to-action-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/background/call-to-action-1.jpg -------------------------------------------------------------------------------- /client/assets/images/background/call-to-action-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/background/call-to-action-2.jpg -------------------------------------------------------------------------------- /client/assets/images/background/rotten-curve-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/background/rotten-curve-1.png -------------------------------------------------------------------------------- /client/assets/images/background/rotten-curve-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/background/rotten-curve-2.png -------------------------------------------------------------------------------- /client/assets/images/background/rotten-curve-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/background/rotten-curve-3.png -------------------------------------------------------------------------------- /client/assets/images/background/rotten-curve-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/background/rotten-curve-4.png -------------------------------------------------------------------------------- /client/assets/images/background/rotten-curve-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/background/rotten-curve-5.png -------------------------------------------------------------------------------- /client/assets/images/background/rotten-curve-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/background/rotten-curve-6.png -------------------------------------------------------------------------------- /client/assets/images/background/rotten-curve-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/background/rotten-curve-7.png -------------------------------------------------------------------------------- /client/assets/images/resource/featured-image-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/featured-image-1.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/featured-image-13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/featured-image-13.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/featured-image-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/featured-image-14.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/featured-image-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/featured-image-15.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/featured-image-16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/featured-image-16.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/featured-image-17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/featured-image-17.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/featured-image-18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/featured-image-18.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/featured-image-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/featured-image-2.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/featured-image-23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/featured-image-23.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/featured-image-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/featured-image-3.jpg -------------------------------------------------------------------------------- /Mock Control Flow/Orphan Support system control flow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/Mock Control Flow/Orphan Support system control flow.pdf -------------------------------------------------------------------------------- /assets/img/Illustrations for Orphan Support/Image 1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/assets/img/Illustrations for Orphan Support/Image 1.jpg -------------------------------------------------------------------------------- /client/assets/images/resource/products/product-single.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/products/product-single.jpg -------------------------------------------------------------------------------- /assets/img/Illustrations for Orphan Support/Illustration 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/assets/img/Illustrations for Orphan Support/Illustration 1.png -------------------------------------------------------------------------------- /assets/img/Illustrations for Orphan Support/Illustration 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/assets/img/Illustrations for Orphan Support/Illustration 2.png -------------------------------------------------------------------------------- /assets/img/Illustrations for Orphan Support/Illustration 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/assets/img/Illustrations for Orphan Support/Illustration 3.png -------------------------------------------------------------------------------- /assets/img/Illustrations for Orphan Support/Illustration 4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/assets/img/Illustrations for Orphan Support/Illustration 4.png -------------------------------------------------------------------------------- /assets/img/Illustrations for Orphan Support/Illustration 5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/assets/img/Illustrations for Orphan Support/Illustration 5.png -------------------------------------------------------------------------------- /assets/img/Illustrations for Orphan Support/Illustration 6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/assets/img/Illustrations for Orphan Support/Illustration 6.png -------------------------------------------------------------------------------- /assets/img/Illustrations for Orphan Support/Illustration 7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/assets/img/Illustrations for Orphan Support/Illustration 7.png -------------------------------------------------------------------------------- /client/assets/images/resource/image-spacer-for-validation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanscript-tech/orphan_support-php/HEAD/client/assets/images/resource/image-spacer-for-validation.png -------------------------------------------------------------------------------- /assets/img/Captions for Home Page/Captions for Home Page.txt: -------------------------------------------------------------------------------- 1 | 2 | Captions: 3 | 4 | ~Adopt an abandoned child and give them the gift of life by making them your family. 5 | 6 | Captions: 7 | 8 | ~Adopt an abandoned child and give them the gift of life by making them your family. 9 | 10 | -------------------------------------------------------------------------------- /donation.sql: -------------------------------------------------------------------------------- 1 | 2 | 3 | CREATE TABLE `donation` ( 4 | `id` int(255) NOT NULL, 5 | `amount` int(255) NOT NULL 6 | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; 7 | 8 | -- 9 | -- Dumping data for table `donation` 10 | -- 11 | 12 | INSERT INTO `donation` (`id`, `amount`) VALUES 13 | (1,500),(2,5000),(3,100),(4,170),(5,1200),(6,130); 14 | 15 | 16 | -------------------------------------------------------------------------------- /client/assets/css/mCSB_buttons.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 404 Not Found 4 | 5 |

Not Found

6 |

The requested URL was not found on this server.

7 |

Additionally, a 404 Not Found 8 | error was encountered while trying to use an ErrorDocument to handle the request.

9 | 10 | -------------------------------------------------------------------------------- /client/assets/css/owl.video.play.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 404 Not Found 4 | 5 |

Not Found

6 |

The requested URL was not found on this server.

7 |

Additionally, a 404 Not Found 8 | error was encountered while trying to use an ErrorDocument to handle the request.

9 | 10 | -------------------------------------------------------------------------------- /client/assets/css/images/ui-icons_777620_256x240.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 404 Not Found 4 | 5 |

Not Found

6 |

The requested URL was not found on this server.

7 |

Additionally, a 404 Not Found 8 | error was encountered while trying to use an ErrorDocument to handle the request.

9 | 10 | -------------------------------------------------------------------------------- /client/assets/css/images/ui-icons_cc0000_256x240.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 404 Not Found 4 | 5 |

Not Found

6 |

The requested URL was not found on this server.

7 |

Additionally, a 404 Not Found 8 | error was encountered while trying to use an ErrorDocument to handle the request.

9 | 10 | -------------------------------------------------------------------------------- /Color Schemes/scrollbar.css: -------------------------------------------------------------------------------- 1 | /*for firefox*/ 2 | * { 3 | scrollbar-width: thick; 4 | scrollbar-color: #87a5c4 white; 5 | } 6 | /*for other browsers*/ 7 | *::-webkit-scrollbar { 8 | width: 12px; 9 | } 10 | *::-webkit-scrollbar-track { 11 | background: white; 12 | } 13 | ::-webkit-scrollbar-thumb{ 14 | background-color: #87a5c4; 15 | } 16 | ::-webkit-scrollbar-thumb:active { 17 | background:#c2dde6; 18 | } 19 | -------------------------------------------------------------------------------- /client/html/comment-list.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config.php: -------------------------------------------------------------------------------- 1 | connect_error) { 10 | //throw an error if generated while establishing the connection with the dataBase 11 | die('Connect Error: ' . $db->connect_error); 12 | } 13 | //echo "Welcome"; 14 | -------------------------------------------------------------------------------- /login signup/testing.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE IF NOT EXISTS `user_details` ( 2 | `user_id` int(11) NOT NULL, 3 | `user_email` varchar(200) NOT NULL, 4 | `user_password` varchar(200) NOT NULL, 5 | `user_name` varchar(200) NOT NULL 6 | ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; 7 | 8 | 9 | 10 | INSERT INTO `user_details` (`user_id`, `user_email`, `user_password`, `user_name`) VALUES 11 | (1, 'raj@gmail.com', 'Raj', 'Raj'), 12 | (2, 'hello@gmail.com', 'hello', 'hellophp') 13 | ; 14 | -------------------------------------------------------------------------------- /client/html/comment-add.php: -------------------------------------------------------------------------------- 1 | 17 | -------------------------------------------------------------------------------- /client/assets/images/icons/preloader-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /client/assets/images/icons/preloader-3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /client/assets/images/icons/preloader.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /client/assets/css/jquery.touchspin.css: -------------------------------------------------------------------------------- 1 | 2 | .bootstrap-touchspin .input-group-btn-vertical { 3 | position: relative; 4 | white-space: nowrap; 5 | width: 1%; 6 | vertical-align: middle; 7 | display: table-cell; 8 | } 9 | 10 | .bootstrap-touchspin .input-group-btn-vertical > .btn { 11 | display: block; 12 | float: none; 13 | width: 100%; 14 | max-width: 100%; 15 | padding: 8px 10px; 16 | margin-left: -1px; 17 | position: relative; 18 | } 19 | 20 | .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up { 21 | border-radius: 0; 22 | border-top-right-radius: 4px; 23 | } 24 | 25 | .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down { 26 | margin-top: -2px; 27 | border-radius: 0; 28 | border-bottom-right-radius: 4px; 29 | } 30 | 31 | .bootstrap-touchspin .input-group-btn-vertical i { 32 | position: absolute; 33 | top: 3px; 34 | left: 5px; 35 | font-size: 9px; 36 | font-weight: normal; 37 | } 38 | -------------------------------------------------------------------------------- /client/html/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | login 6 | 7 | 8 | 9 | 10 |
11 |

Login

12 |
13 |

14 |

15 |

16 | 20 |

21 |

22 |
23 |
24 | 25 |
26 |

Forgot your password? Click here to reset it.

27 |
28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /login signup/index.php: -------------------------------------------------------------------------------- 1 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 |
30 |

Welcome user...

31 |
32 |
33 | Logout 34 |
35 |
36 |
37 | 38 | -------------------------------------------------------------------------------- /assets/img/Donate Page Format/Content For Donate Page.txt: -------------------------------------------------------------------------------- 1 | 2 | There is no bigger suffering than being an Orphan. 3 | 4 | Imagine yourself as children wearing torn, untidy clothes loitering around the streets all day, 5 | begging and pleading for money and then returning to no specific place and most importantly to no one. 6 | No family to take your care, no person to share your grief and no support to provide you a healthy, growing environment. 7 | 8 | By adopting a child today, you can not only add happiness to your lives but can also provide the child with a new life. 9 | Un-biological or biological, the child you raise will always be your child and your family.  Adoption will also serve the society by returning them educated youth. 10 | 11 | There is no bigger suffering than being an Orphan. 12 | 13 | Imagine yourself as children wearing torn, untidy clothes loitering around the streets all day, 14 | begging and pleading for money and then returning to no specific place and most importantly to no one. 15 | No family to take your care, no person to share your grief and no support to provide you a healthy, growing environment. 16 | 17 | By adopting a child today, you can not only add happiness to your lives but can also provide the child with a new life. 18 | Un-biological or biological, the child you raise will always be your child and your family.  Adoption will also serve the society by returning them educated youth. 19 | 20 | -------------------------------------------------------------------------------- /etc/nav.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /client/html/signup.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Creative Colorlib SignUp Form 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 |

SignUp

16 |
17 |
18 |
19 | 20 | 21 | 22 | 23 |
24 | 28 |
29 |
30 | 31 |
32 |

Already have an Account? Login Now!

33 |
34 |
35 | 36 | 48 |
49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Font Schemes/Font.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Document 7 | 11 | 35 | 36 | 37 |

Welcome to my website

38 | 39 |

40 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt labore 41 | architecto, aspernatur adipisci tempora eum est sint fuga placeat 42 | ducimus. 43 |

44 |

45 | Molestias sequi, expedita possimus aliquid, officiis harum similique 46 | voluptate, maiores atque commodi rerum totam suscipit sunt 47 | doloremque assumenda corrupti porro. 48 |

49 |

50 | Amet iste animi fugiat doloremque sint dolore? Magni dolores 51 | temporibus commodi ea laboriosam quia velit tempore itaque ipsam? 52 | Mollitia, modi. 53 |

54 |

55 | Consequuntur, architecto? Id consectetur perspiciatis veniam 56 | asperiores dicta dolorem, soluta molestias nisi eius dolores quos 57 | consequuntur, ducimus odio? Repudiandae, velit? 58 |

59 |

60 | Hic dolore placeat, quisquam obcaecati dolorum maiores, vero 61 | accusantium quae beatae est quibusdam aliquam! Cumque, repellat 62 | iusto. Rerum, nemo sunt! 63 |

64 | 65 | 66 | 67 | 68 | -------------------------------------------------------------------------------- /login signup/login.php: -------------------------------------------------------------------------------- 1 | Both Fields are required"; 18 | } 19 | else 20 | { 21 | $q = mysqli_real_escape_string($conn,$_POST["user_email"]); 22 | $pass=mysqli_real_escape_string($conn,$_POST["user_password"]); 23 | $query = "SELECT * FROM user_details WHERE user_email='".$q."' and user_password='".$pass."' "; 24 | 25 | $result=mysqli_query($conn,$query); 26 | $user=mysqli_fetch_array($result); 27 | if($user){ 28 | setcookie("type", $q, time()+3600); 29 | header("location:index.php"); 30 | }else{ 31 | $message = "
invalid user
"; 32 | } 33 | } 34 | } 35 | 36 | 37 | ?> 38 | 39 | 40 | 41 | 42 | login-signup 43 | 44 | 45 | 46 | 47 | 55 | 56 | 57 |
58 |
59 | 60 |
61 | 62 |
Login
63 |
64 | 65 |
66 |
67 | 68 | 69 |
70 |
71 | 72 | 73 |
74 |
75 | 76 |
77 | 81 | 84 |
85 |
86 |
87 | 88 |
89 | 90 | 91 | -------------------------------------------------------------------------------- /client/assets/images/icons/image-bg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- 1 | { 2 | "_readme": [ 3 | "This file locks the dependencies of your project to a known state", 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 5 | "This file is @generated automatically" 6 | ], 7 | "content-hash": "a5a613898b1de4504d58c0d6501cbc22", 8 | "packages": [ 9 | { 10 | "name": "stripe/stripe-php", 11 | "version": "v7.61.0", 12 | "source": { 13 | "type": "git", 14 | "url": "https://github.com/stripe/stripe-php.git", 15 | "reference": "51c6cd18cb51740101c940a3fefc876ef7cd8cae" 16 | }, 17 | "dist": { 18 | "type": "zip", 19 | "url": "https://api.github.com/repos/stripe/stripe-php/zipball/51c6cd18cb51740101c940a3fefc876ef7cd8cae", 20 | "reference": "51c6cd18cb51740101c940a3fefc876ef7cd8cae", 21 | "shasum": "" 22 | }, 23 | "require": { 24 | "ext-curl": "*", 25 | "ext-json": "*", 26 | "ext-mbstring": "*", 27 | "php": ">=5.6.0" 28 | }, 29 | "require-dev": { 30 | "friendsofphp/php-cs-fixer": "2.16.1", 31 | "php-coveralls/php-coveralls": "^2.1", 32 | "phpunit/phpunit": "^5.7", 33 | "squizlabs/php_codesniffer": "^3.3", 34 | "symfony/process": "~3.4" 35 | }, 36 | "type": "library", 37 | "extra": { 38 | "branch-alias": { 39 | "dev-master": "2.0-dev" 40 | } 41 | }, 42 | "autoload": { 43 | "psr-4": { 44 | "Stripe\\": "lib/" 45 | } 46 | }, 47 | "notification-url": "https://packagist.org/downloads/", 48 | "license": [ 49 | "MIT" 50 | ], 51 | "authors": [ 52 | { 53 | "name": "Stripe and contributors", 54 | "homepage": "https://github.com/stripe/stripe-php/contributors" 55 | } 56 | ], 57 | "description": "Stripe PHP Library", 58 | "homepage": "https://stripe.com/", 59 | "keywords": [ 60 | "api", 61 | "payment processing", 62 | "stripe" 63 | ], 64 | "support": { 65 | "issues": "https://github.com/stripe/stripe-php/issues", 66 | "source": "https://github.com/stripe/stripe-php/tree/v7.61.0" 67 | }, 68 | "time": "2020-10-20T20:01:45+00:00" 69 | } 70 | ], 71 | "packages-dev": [], 72 | "aliases": [], 73 | "minimum-stability": "stable", 74 | "stability-flags": [], 75 | "prefer-stable": false, 76 | "prefer-lowest": false, 77 | "platform": [], 78 | "platform-dev": [], 79 | "plugin-api-version": "2.0.0" 80 | } 81 | -------------------------------------------------------------------------------- /server/donations.php: -------------------------------------------------------------------------------- 1 | $donaterName, 19 | 'donaterEmail' => $donaterEmail, 20 | 'donaterPhoneNumber' => $donaterPhoneNumber, 21 | 'donatedAmount' => $donatedAmount, 22 | // 'donatingIssue' => $donatingIssue, 23 | ]; 24 | 25 | handlePayment($data_to_insert); 26 | } 27 | 28 | //sanitize input 29 | function testInput($data) 30 | { 31 | $data = trim($data); 32 | $data = stripslashes($data); 33 | $data = htmlspecialchars($data); 34 | return $data; 35 | } 36 | 37 | function handlePayment($data) 38 | { 39 | include '../config.php'; 40 | 41 | $donaterName = $data['donaterName']; 42 | $donaterPhoneNumber = (int) $data['donaterPhoneNumber']; 43 | $donaterEmail = $data['donaterEmail']; 44 | $donatedAmount = (int) $data['donatedAmount'] * 100; 45 | $donatingIssue = 0; //$data['donatingIssue']; 46 | 47 | \Stripe\Stripe::setApiKey('sk_test_51HiN7yLWgkx67UK7J2imwlzneX4gGPpuVikcPXAQx2hLY2lqbLF01QjZHg7dbyuecXchchEsvQskKhkddFF4tNBW00ZFNo2tRJ'); 48 | 49 | $session = \Stripe\Checkout\Session::create([ 50 | 'payment_method_types' => ['card'], 51 | 'line_items' => [[ 52 | 'price_data' => [ 53 | 'currency' => 'usd', 54 | 'product_data' => [ 55 | 'name' => 'Donation', 56 | ], 57 | 'unit_amount' => $donatedAmount, 58 | ], 59 | 'quantity' => 1, 60 | ]], 61 | 'mode' => 'payment', 62 | 'success_url' => 'http://127.0.0.1/success', 63 | 'cancel_url' => 'http://127.0.0.1/cancel', 64 | ]); 65 | 66 | $sql = "INSERT INTO donateus (donaterName, 67 | donaterPhoneNumber, donaterEmail, status, 68 | stripeCheckoutSession, donatedAmount, donatingIssue ) 69 | VALUES ( ?, 70 | ? , ?, 'pending' , ? , 71 | ?, ? )"; 72 | 73 | $stmt = $db->prepare($sql); 74 | $stmt->bind_param("sissii", $donaterName, 75 | $donaterPhoneNumber, $donaterEmail, $session->id, 76 | $donatedAmount, $donatingIssue 77 | ); 78 | 79 | $stmt->execute(); 80 | 81 | // if ($db->query($sql) === true) { 82 | // echo "New record created successfully"; 83 | // } else { 84 | // echo "Error: " . $sql . "
" . $db->error; 85 | // } 86 | 87 | $db->close(); 88 | 89 | echo json_encode([ 90 | 'id' => $session->id, 91 | ]); 92 | } 93 | -------------------------------------------------------------------------------- /client/assets/css/login.css: -------------------------------------------------------------------------------- 1 | body { 2 | font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif; 3 | color: #404040; 4 | 5 | background-image:url("https://files.globalgiving.org/pfil/3419/pict_large.jpg?m=1249025181000"); 6 | background-size: cover; 7 | background-attachment: fixed; 8 | background-repeat: no-repeat; 9 | background-color: #00FF00; 10 | } 11 | 12 | 13 | .login { 14 | opacity: 95%; 15 | position: relative; 16 | margin-top: 200px ; 17 | margin-left: 570px; 18 | margin-right: 200px; 19 | padding: 20px 20px 20px; 20 | width: 310px; 21 | background: white; 22 | border-radius: 3px; 23 | -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3); 24 | box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3); 25 | } 26 | 27 | .login:before { 28 | content: ''; 29 | position: absolute; 30 | top: -8px; 31 | right: -8px; 32 | bottom: -8px; 33 | left: -8px; 34 | z-index: -1; 35 | background: rgba(0, 0, 0, 0.08); 36 | border-radius: 4px; 37 | } 38 | 39 | .login h1 { 40 | margin: -20px -20px 21px; 41 | line-height: 40px; 42 | font-size: 15px; 43 | font-weight: bold; 44 | color: #555; 45 | text-align: center; 46 | text-shadow: 0 1px white; 47 | background: #f3f3f3; 48 | border-bottom: 1px solid #cfcfcf; 49 | border-radius: 3px 3px 0 0; 50 | background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5); 51 | background-image: -moz-linear-gradient(top, whiteffd, #eef2f5); 52 | background-image: -o-linear-gradient(top, whiteffd, #eef2f5); 53 | background-image: linear-gradient(to bottom, whiteffd, #eef2f5); 54 | -webkit-box-shadow: 0 1px whitesmoke; 55 | box-shadow: 0 1px whitesmoke; 56 | } 57 | 58 | .login p { 59 | margin: 20px 0 0; 60 | } 61 | 62 | .login p:first-child { 63 | margin-top: 0; 64 | } 65 | 66 | .login input[type=text], .login input[type=password] { 67 | width: 278px; 68 | } 69 | 70 | .login p.remember_me { 71 | float: left; 72 | line-height: 31px; 73 | } 74 | 75 | .login p.remember_me label { 76 | font-size: 12px; 77 | color: #777; 78 | cursor: pointer; 79 | } 80 | 81 | .login p.remember_me input { 82 | position: relative; 83 | bottom: 1px; 84 | margin-right: 4px; 85 | vertical-align: middle; 86 | } 87 | 88 | .login p.submit { 89 | text-align: right; 90 | } 91 | 92 | .login-help { 93 | margin: 20px 0; 94 | font-size: 11px; 95 | color: white; 96 | text-align: center; 97 | text-shadow: 0 1px #2a85a1; 98 | } 99 | 100 | .login-help a { 101 | color: #cce7fa; 102 | text-decoration: none; 103 | } 104 | 105 | .login-help a:hover { 106 | text-decoration: underline; 107 | } 108 | 109 | :-moz-placeholder { 110 | color: #c9c9c9 !important; 111 | font-size: 13px; 112 | } 113 | 114 | ::-webkit-input-placeholder { 115 | color: #ccc; 116 | font-size: 13px; 117 | } 118 | 119 | input { 120 | font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif; 121 | font-size: 14px; 122 | } 123 | 124 | input[type=text], input[type=password] { 125 | margin: 5px; 126 | padding: 0 10px; 127 | width: 200px; 128 | height: 34px; 129 | color: #404040; 130 | background: white; 131 | border: 1px solid; 132 | border-color: #c4c4c4 #d1d1d1 #d4d4d4; 133 | border-radius: 2px; 134 | outline: 5px solid #eff4f7; 135 | -moz-outline-radius: 3px; 136 | -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12); 137 | box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12); 138 | } 139 | 140 | input[type=text]:focus, input[type=password]:focus { 141 | border-color: #7dc9e2; 142 | outline-color: #dceefc; 143 | outline-offset: 0; 144 | } 145 | 146 | input[type=submit] { 147 | padding: 0 18px; 148 | height: 29px; 149 | font-size: 12px; 150 | font-weight: bold; 151 | color: #527881; 152 | text-shadow: 0 1px #e3f1f1; 153 | background: #cde5ef; 154 | border: 1px solid; 155 | border-color: #b4ccce #b3c0c8 #9eb9c2; 156 | border-radius: 16px; 157 | outline: 0; 158 | -webkit-box-sizing: content-box; 159 | -moz-box-sizing: content-box; 160 | box-sizing: content-box; 161 | background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef); 162 | background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef); 163 | background-image: -o-linear-gradient(top, #edf5f8, #cde5ef); 164 | background-image: linear-gradient(to bottom, #edf5f8, #cde5ef); 165 | -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15); 166 | box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15); 167 | } 168 | 169 | input[type=submit]:active { 170 | background: #cde5ef; 171 | border-color: #9eb9c2 #b3c0c8 #b4ccce; 172 | -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2); 173 | box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2); 174 | } 175 | 176 | .lt-ie9 input[type=text], .lt-ie9 input[type=password] { 177 | line-height: 34px; 178 | } 179 | -------------------------------------------------------------------------------- /client/assets/js/appear.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery.appear 3 | * https://github.com/bas2k/jquery.appear/ 4 | * http://code.google.com/p/jquery-appear/ 5 | * http://bas2k.ru/ 6 | * 7 | * Copyright (c) 2009 Michael Hixson 8 | * Copyright (c) 2012-2014 Alexander Brovikov 9 | * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php) 10 | */ 11 | (function($) { 12 | $.fn.appear = function(fn, options) { 13 | 14 | var settings = $.extend({ 15 | 16 | //arbitrary data to pass to fn 17 | data: undefined, 18 | 19 | //call fn only on the first appear? 20 | one: true, 21 | 22 | // X & Y accuracy 23 | accX: 0, 24 | accY: 0 25 | 26 | }, options); 27 | 28 | return this.each(function() { 29 | 30 | var t = $(this); 31 | 32 | //whether the element is currently visible 33 | t.appeared = false; 34 | 35 | if (!fn) { 36 | 37 | //trigger the custom event 38 | t.trigger('appear', settings.data); 39 | return; 40 | } 41 | 42 | var w = $(window); 43 | 44 | //fires the appear event when appropriate 45 | var check = function() { 46 | 47 | //is the element hidden? 48 | if (!t.is(':visible')) { 49 | 50 | //it became hidden 51 | t.appeared = false; 52 | return; 53 | } 54 | 55 | //is the element inside the visible window? 56 | var a = w.scrollLeft(); 57 | var b = w.scrollTop(); 58 | var o = t.offset(); 59 | var x = o.left; 60 | var y = o.top; 61 | 62 | var ax = settings.accX; 63 | var ay = settings.accY; 64 | var th = t.height(); 65 | var wh = w.height(); 66 | var tw = t.width(); 67 | var ww = w.width(); 68 | 69 | if (y + th + ay >= b && 70 | y <= b + wh + ay && 71 | x + tw + ax >= a && 72 | x <= a + ww + ax) { 73 | 74 | //trigger the custom event 75 | if (!t.appeared) t.trigger('appear', settings.data); 76 | 77 | } else { 78 | 79 | //it scrolled out of view 80 | t.appeared = false; 81 | } 82 | }; 83 | 84 | //create a modified fn with some additional logic 85 | var modifiedFn = function() { 86 | 87 | //mark the element as visible 88 | t.appeared = true; 89 | 90 | //is this supposed to happen only once? 91 | if (settings.one) { 92 | 93 | //remove the check 94 | w.unbind('scroll', check); 95 | var i = $.inArray(check, $.fn.appear.checks); 96 | if (i >= 0) $.fn.appear.checks.splice(i, 1); 97 | } 98 | 99 | //trigger the original fn 100 | fn.apply(this, arguments); 101 | }; 102 | 103 | //bind the modified fn to the element 104 | if (settings.one) t.one('appear', settings.data, modifiedFn); 105 | else t.bind('appear', settings.data, modifiedFn); 106 | 107 | //check whenever the window scrolls 108 | w.scroll(check); 109 | 110 | //check whenever the dom changes 111 | $.fn.appear.checks.push(check); 112 | 113 | //check now 114 | (check)(); 115 | }); 116 | }; 117 | 118 | //keep a queue of appearance checks 119 | $.extend($.fn.appear, { 120 | 121 | checks: [], 122 | timeout: null, 123 | 124 | //process the queue 125 | checkAll: function() { 126 | var length = $.fn.appear.checks.length; 127 | if (length > 0) while (length--) ($.fn.appear.checks[length])(); 128 | }, 129 | 130 | //check the queue asynchronously 131 | run: function() { 132 | if ($.fn.appear.timeout) clearTimeout($.fn.appear.timeout); 133 | $.fn.appear.timeout = setTimeout($.fn.appear.checkAll, 20); 134 | } 135 | }); 136 | 137 | //run checks when these methods are called 138 | $.each(['append', 'prepend', 'after', 'before', 'attr', 139 | 'removeAttr', 'addClass', 'removeClass', 'toggleClass', 140 | 'remove', 'css', 'show', 'hide'], function(i, n) { 141 | var old = $.fn[n]; 142 | if (old) { 143 | $.fn[n] = function() { 144 | var r = old.apply(this, arguments); 145 | $.fn.appear.run(); 146 | return r; 147 | } 148 | } 149 | }); 150 | 151 | })(jQuery); 152 | -------------------------------------------------------------------------------- /client/assets/css/owl.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.3.4 3 | * Copyright 2013-2018 David Deutsch 4 | * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE 5 | */ 6 | /* 7 | * Owl Carousel - Core 8 | */ 9 | .owl-carousel { 10 | display: none; 11 | width: 100%; 12 | -webkit-tap-highlight-color: transparent; 13 | /* position relative and z-index fix webkit rendering fonts issue */ 14 | position: relative; 15 | z-index: 1; } 16 | .owl-carousel .owl-stage { 17 | position: relative; 18 | -ms-touch-action: pan-Y; 19 | touch-action: manipulation; 20 | -moz-backface-visibility: hidden; 21 | /* fix firefox animation glitch */ } 22 | .owl-carousel .owl-stage:after { 23 | content: "."; 24 | display: block; 25 | clear: both; 26 | visibility: hidden; 27 | line-height: 0; 28 | height: 0; } 29 | .owl-carousel .owl-stage-outer { 30 | position: relative; 31 | overflow: hidden; 32 | /* fix for flashing background */ 33 | -webkit-transform: translate3d(0px, 0px, 0px); } 34 | .owl-carousel .owl-wrapper, 35 | .owl-carousel .owl-item { 36 | -webkit-backface-visibility: hidden; 37 | -moz-backface-visibility: hidden; 38 | -ms-backface-visibility: hidden; 39 | -webkit-transform: translate3d(0, 0, 0); 40 | -moz-transform: translate3d(0, 0, 0); 41 | -ms-transform: translate3d(0, 0, 0); } 42 | .owl-carousel .owl-item { 43 | position: relative; 44 | min-height: 1px; 45 | float: left; 46 | -webkit-backface-visibility: hidden; 47 | -webkit-tap-highlight-color: transparent; 48 | -webkit-touch-callout: none; } 49 | .owl-carousel .owl-item img { 50 | display: block; 51 | width: 100%; } 52 | .owl-carousel .owl-nav.disabled, 53 | .owl-carousel .owl-dots.disabled { 54 | display: none; } 55 | .owl-carousel .owl-nav .owl-prev, 56 | .owl-carousel .owl-nav .owl-next, 57 | .owl-carousel .owl-dot { 58 | cursor: pointer; 59 | -webkit-user-select: none; 60 | -khtml-user-select: none; 61 | -moz-user-select: none; 62 | -ms-user-select: none; 63 | user-select: none; } 64 | .owl-carousel .owl-nav button.owl-prev, 65 | .owl-carousel .owl-nav button.owl-next, 66 | .owl-carousel button.owl-dot { 67 | background: none; 68 | color: inherit; 69 | border: none; 70 | padding: 0 !important; 71 | font: inherit; } 72 | .owl-carousel.owl-loaded { 73 | display: block; } 74 | .owl-carousel.owl-loading { 75 | opacity: 0; 76 | display: block; } 77 | .owl-carousel.owl-hidden { 78 | opacity: 0; } 79 | .owl-carousel.owl-refresh .owl-item { 80 | visibility: hidden; } 81 | .owl-carousel.owl-drag .owl-item { 82 | -ms-touch-action: pan-y; 83 | touch-action: pan-y; 84 | -webkit-user-select: none; 85 | -moz-user-select: none; 86 | -ms-user-select: none; 87 | user-select: none; } 88 | .owl-carousel.owl-grab { 89 | cursor: move; 90 | cursor: grab; } 91 | .owl-carousel.owl-rtl { 92 | direction: rtl; } 93 | .owl-carousel.owl-rtl .owl-item { 94 | float: right; } 95 | 96 | /* No Js */ 97 | .no-js .owl-carousel { 98 | display: block; } 99 | 100 | /* 101 | * Owl Carousel - Animate Plugin 102 | */ 103 | .owl-carousel .animated { 104 | animation-duration: 1000ms; 105 | animation-fill-mode: both; } 106 | 107 | .owl-carousel .owl-animated-in { 108 | z-index: 0; } 109 | 110 | .owl-carousel .owl-animated-out { 111 | z-index: 1; } 112 | 113 | .owl-carousel .fadeOut { 114 | animation-name: fadeOut; } 115 | 116 | @keyframes fadeOut { 117 | 0% { 118 | opacity: 1; } 119 | 100% { 120 | opacity: 0; } } 121 | 122 | /* 123 | * Owl Carousel - Auto Height Plugin 124 | */ 125 | .owl-height { 126 | transition: height 500ms ease-in-out; } 127 | 128 | /* 129 | * Owl Carousel - Lazy Load Plugin 130 | */ 131 | .owl-carousel .owl-item { 132 | /** 133 | This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong 134 | calculation of the height of the owl-item that breaks page layouts 135 | */ } 136 | .owl-carousel .owl-item .owl-lazy { 137 | opacity: 0; 138 | transition: opacity 400ms ease; } 139 | .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) { 140 | max-height: 0; } 141 | .owl-carousel .owl-item img.owl-lazy { 142 | transform-style: preserve-3d; } 143 | 144 | /* 145 | * Owl Carousel - Video Plugin 146 | */ 147 | .owl-carousel .owl-video-wrapper { 148 | position: relative; 149 | height: 100%; 150 | background: #000; } 151 | 152 | .owl-carousel .owl-video-play-icon { 153 | position: absolute; 154 | height: 80px; 155 | width: 80px; 156 | left: 50%; 157 | top: 50%; 158 | margin-left: -40px; 159 | margin-top: -40px; 160 | background: url("owl.video.play.html") no-repeat; 161 | cursor: pointer; 162 | z-index: 1; 163 | -webkit-backface-visibility: hidden; 164 | transition: transform 100ms ease; } 165 | 166 | .owl-carousel .owl-video-play-icon:hover { 167 | -ms-transform: scale(1.3, 1.3); 168 | transform: scale(1.3, 1.3); } 169 | 170 | .owl-carousel .owl-video-playing .owl-video-tn, 171 | .owl-carousel .owl-video-playing .owl-video-play-icon { 172 | display: none; } 173 | 174 | .owl-carousel .owl-video-tn { 175 | opacity: 0; 176 | height: 100%; 177 | background-position: center center; 178 | background-repeat: no-repeat; 179 | background-size: contain; 180 | transition: opacity 400ms ease; } 181 | 182 | .owl-carousel .owl-video-frame { 183 | position: relative; 184 | z-index: 1; 185 | height: 100%; 186 | width: 100%; } 187 | -------------------------------------------------------------------------------- /login signup/register.php: -------------------------------------------------------------------------------- 1 | All Fields are required"; 18 | } 19 | // receive all input values from the form 20 | $username = mysqli_real_escape_string($db, $_POST['user_name']); 21 | $email = mysqli_real_escape_string($db, $_POST['user_email']); 22 | $password_1 = mysqli_real_escape_string($db, $_POST['user_password']); 23 | $password_2 = mysqli_real_escape_string($db, $_POST['user_password1']); 24 | 25 | // form validation: ensure that the form is correctly filled ... 26 | 27 | // if (empty($username)) { 28 | // $message = "
name required
"; 29 | // } 30 | // if (empty($email)) { 31 | // $message = "
Email Id required
"; 32 | // } 33 | // if (empty($password_1)) { 34 | // $message = "
password is required
"; 35 | // } 36 | if ($password_1 != $password_2) { 37 | $message = "
Password must be same
"; 38 | } 39 | 40 | // first check the database to make sure 41 | // a user does not already exist with the same username and/or email 42 | $user_check_query = "SELECT * FROM user_details WHERE user_name='$username' OR user_email='$email' LIMIT 1"; 43 | $result = mysqli_query($db, $user_check_query); 44 | $user = mysqli_fetch_assoc($result); 45 | 46 | if ($user) { // if user exists 47 | if ($user['user_name'] === $username) { 48 | $message = "
Username already taken
"; 49 | $flag=1; 50 | } 51 | 52 | if ($user['user_email'] === $email) 53 | { 54 | $message = "
Email Already exists
"; 55 | $flag=1; 56 | } 57 | } 58 | $user_id=1; 59 | 60 | // Finally, register user if there are no errors in the form 61 | //means flag=0 62 | if ($flag == 0) { 63 | $password = ($user_password); 64 | 65 | $query = "INSERT INTO user_details (user_id, user_email, user_password,user_name) 66 | VALUES('$user_id', '$email', '$password_1,'$username')"; 67 | mysqli_query($db, $query); 68 | // $_SESSION['user_email'] = $username; 69 | // $_SESSION['success'] = "You are now logged in"; 70 | header('location: index.php'); 71 | } 72 | } 73 | ?> 74 | 75 | 76 | 77 | login-signup 78 | 79 | 80 | 81 | 82 | 90 | 91 | 92 |
93 |
94 | 95 |
96 | 97 |
Sign Up
98 |
99 | 100 | 101 |
102 |
103 | 104 | 105 |
106 |
107 | 108 | 109 |
110 |
111 | 112 | 113 |
114 |
115 | 116 | 117 |
118 |
119 | 120 | 121 |
122 | 126 | 127 |
128 |
129 |
130 | 131 |
132 | 133 | 134 | 161 | 162 | 163 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # orphan_support-php 🛰 2 | 3 | ***Where all NGOs can make their profile, and people can donate to/adopt children or abandoned parents, also people can put a report about an orphan child or abandoned parents.*** 4 | 5 | 6 | [![forthebadge](https://forthebadge.com/images/badges/built-by-developers.svg)](https://forthebadge.com) 7 | [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) 8 | [![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com) 9 | [![forthebadge](https://forthebadge.com/images/badges/built-with-swag.svg)](https://forthebadge.com) 10 | 11 | 12 | 13 | ## Autumn of Open Source AOS 2020 14 | 15 |

16 | 17 | Logo 18 | 19 | 20 | 21 | ## Brief 🎏 22 | This is a project based on the platform of web design which will be a website developed for the sake of children and old people which will help them to sustain their living in an orphanage. 23 | 24 | Autumn of Open Source, 2020, is an Open Source Program organized by [**Sanscript India**](https://sanscript.tech) to spread awareness and promote the culture of Open Source Projects development among beginners and youth. The program will continue for a month in which all participants will contribute to their level of expertise. There will be highly skilled and experienced **Project Leaders*** and **Mentors** who will guide participants to contribute to Open Source Projects. In the end, participants who have performed well will be announced as **winners**, and **rewards** will be distributed, including **internship** opportunities. 25 | 26 | 27 | 28 | 29 | 30 | ## Overview 🎃 31 | 32 | This project is mainly ensured to be built in an open source community to help the people of our country grow and develop themselves. 33 | 34 | 35 | ## Tech stacks used 🛴 36 | 37 | **PHP, HTML, CSS, JavaScript** 38 | 39 | ### This project is under AOS 2020 (Autumn open source program) under Sanscript, India.🎉🎊 40 | 41 | [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) 42 | 43 | 44 | 45 | ## How to start? 🎪 46 | 47 | Here's how you can kickstart your Open Source Journey, Good Luck! 48 |

49 | 50 |

51 | 52 | #### **Note** : If you don't have git on your machine, [install it](https://help.github.com/articles/set-up-git/). 53 | 54 | ## Fork this repository :fork_and_knife: 55 | 56 | Fork this repository by clicking on the Fork button on the top of this page. 57 | This will create a copy of this repository in your account. 58 |

59 | 60 |

61 | 62 | ## Clone the repository :busts_in_silhouette: 63 | 64 | Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the Code button and then click the _copy to clipboard_ :clipboard: icon. 65 |

66 | 67 |

68 | 69 | 70 | Open a terminal and run the following git command: 71 | 72 | ``` 73 | git clone "https://github.com//orphan_support-php.git" 74 | ``` 75 | replace by the your GitHub username. 76 | 77 | 78 | For example: 79 | 80 | ``` 81 | git clone https://github.com/sanscript-tech/orphan_support-php.git 82 | ``` 83 | 84 | 85 | 86 | 87 | ## Create a branch ⚓ 88 | 89 | Change to the repository directory on your computer (if you are not already there): 90 | 91 | ``` 92 | cd (filename) 93 | ``` 94 | 95 | Now create a branch using the `git checkout` command: 96 | 97 | ``` 98 | git checkout -b your-new-branch-name 99 | ``` 100 | 101 | For example: 102 | 103 | ``` 104 | git checkout -b dev_username 105 | ``` 106 | 107 | ## Make necessary changes and commit those changes 🚏 108 | 109 | Do the necessary changes. 110 | 111 | If you go to the project directory and execute the command `git status`, you'll see there are changes. 112 | 113 | Add those changes to the branch you just created using the `git add` command: 114 | 115 | ``` 116 | git add . 117 | ``` 118 | 119 | Now commit those changes using the `git commit` command: 120 | 121 | ``` 122 | git commit -m "" 123 | ``` 124 | 125 | replace `` with your message. 126 | 127 | ## Push changes to GitHub 🪂 128 | 129 | Push your changes using the command `git push`: 130 | 131 | ``` 132 | git push origin 133 | ``` 134 | 135 | replacing `` with the name of the branch you created earlier. 136 | 137 | ## Submit your changes for review 🚩 138 | 139 | If you go to your repository on GitHub, you'll see a `Compare & pull request` button. Click on that button. 140 |

141 | 142 |

143 | 144 | 145 | 146 |
Now submit the pull request. 147 |

148 | 149 |

150 | 151 | Soon we will be merging all your changes into the master branch of this project. You will get a notification email once the changes have been merged. 152 | 153 | ## Hoorayy!🎉 154 |

155 | 156 |

157 | 158 | You’ve successfully forked and contributed back to this repository. Go forth, and contribute some more! 159 | 160 | -------------------------------------------------------------------------------- /client/assets/js/wow.js: -------------------------------------------------------------------------------- 1 | /*! WOW - v1.0.1 - 2014-08-15 2 | * Copyright (c) 2014 Matthieu Aussaguel; Licensed MIT */(function(){var a,b,c,d=function(a,b){return function(){return a.apply(b,arguments)}},e=[].indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(b in this&&this[b]===a)return b;return-1};b=function(){function a(){}return a.prototype.extend=function(a,b){var c,d;for(c in b)d=b[c],null==a[c]&&(a[c]=d);return a},a.prototype.isMobile=function(a){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(a)},a}(),c=this.WeakMap||this.MozWeakMap||(c=function(){function a(){this.keys=[],this.values=[]}return a.prototype.get=function(a){var b,c,d,e,f;for(f=this.keys,b=d=0,e=f.length;e>d;b=++d)if(c=f[b],c===a)return this.values[b]},a.prototype.set=function(a,b){var c,d,e,f,g;for(g=this.keys,c=e=0,f=g.length;f>e;c=++e)if(d=g[c],d===a)return void(this.values[c]=b);return this.keys.push(a),this.values.push(b)},a}()),a=this.MutationObserver||this.WebkitMutationObserver||this.MozMutationObserver||(a=function(){function a(){console.warn("MutationObserver is not supported by your browser."),console.warn("WOW.js cannot detect dom mutations, please call .sync() after loading new content.")}return a.notSupported=!0,a.prototype.observe=function(){},a}()),this.WOW=function(){function f(a){null==a&&(a={}),this.scrollCallback=d(this.scrollCallback,this),this.scrollHandler=d(this.scrollHandler,this),this.start=d(this.start,this),this.scrolled=!0,this.config=this.util().extend(a,this.defaults),this.animationNameCache=new c}return f.prototype.defaults={boxClass:"wow",animateClass:"animated",offset:0,mobile:!0,live:!0},f.prototype.init=function(){var a;return this.element=window.document.documentElement,"interactive"===(a=document.readyState)||"complete"===a?this.start():document.addEventListener("DOMContentLoaded",this.start),this.finished=[]},f.prototype.start=function(){var b,c,d,e;if(this.stopped=!1,this.boxes=function(){var a,c,d,e;for(d=this.element.querySelectorAll("."+this.config.boxClass),e=[],a=0,c=d.length;c>a;a++)b=d[a],e.push(b);return e}.call(this),this.all=function(){var a,c,d,e;for(d=this.boxes,e=[],a=0,c=d.length;c>a;a++)b=d[a],e.push(b);return e}.call(this),this.boxes.length)if(this.disabled())this.resetStyle();else{for(e=this.boxes,c=0,d=e.length;d>c;c++)b=e[c],this.applyStyle(b,!0);window.addEventListener("scroll",this.scrollHandler,!1),window.addEventListener("resize",this.scrollHandler,!1),this.interval=setInterval(this.scrollCallback,50)}return this.config.live?new a(function(a){return function(b){var c,d,e,f,g;for(g=[],e=0,f=b.length;f>e;e++)d=b[e],g.push(function(){var a,b,e,f;for(e=d.addedNodes||[],f=[],a=0,b=e.length;b>a;a++)c=e[a],f.push(this.doSync(c));return f}.call(a));return g}}(this)).observe(document.body,{childList:!0,subtree:!0}):void 0},f.prototype.stop=function(){return this.stopped=!0,window.removeEventListener("scroll",this.scrollHandler,!1),window.removeEventListener("resize",this.scrollHandler,!1),null!=this.interval?clearInterval(this.interval):void 0},f.prototype.sync=function(){return a.notSupported?this.doSync(this.element):void 0},f.prototype.doSync=function(a){var b,c,d,f,g;if(!this.stopped){if(null==a&&(a=this.element),1!==a.nodeType)return;for(a=a.parentNode||a,f=a.querySelectorAll("."+this.config.boxClass),g=[],c=0,d=f.length;d>c;c++)b=f[c],e.call(this.all,b)<0?(this.applyStyle(b,!0),this.boxes.push(b),this.all.push(b),g.push(this.scrolled=!0)):g.push(void 0);return g}},f.prototype.show=function(a){return this.applyStyle(a),a.className=""+a.className+" "+this.config.animateClass},f.prototype.applyStyle=function(a,b){var c,d,e;return d=a.getAttribute("data-wow-duration"),c=a.getAttribute("data-wow-delay"),e=a.getAttribute("data-wow-iteration"),this.animate(function(f){return function(){return f.customStyle(a,b,d,c,e)}}(this))},f.prototype.animate=function(){return"requestAnimationFrame"in window?function(a){return window.requestAnimationFrame(a)}:function(a){return a()}}(),f.prototype.resetStyle=function(){var a,b,c,d,e;for(d=this.boxes,e=[],b=0,c=d.length;c>b;b++)a=d[b],e.push(a.setAttribute("style","visibility: visible;"));return e},f.prototype.customStyle=function(a,b,c,d,e){return b&&this.cacheAnimationName(a),a.style.visibility=b?"hidden":"visible",c&&this.vendorSet(a.style,{animationDuration:c}),d&&this.vendorSet(a.style,{animationDelay:d}),e&&this.vendorSet(a.style,{animationIterationCount:e}),this.vendorSet(a.style,{animationName:b?"none":this.cachedAnimationName(a)}),a},f.prototype.vendors=["moz","webkit"],f.prototype.vendorSet=function(a,b){var c,d,e,f;f=[];for(c in b)d=b[c],a[""+c]=d,f.push(function(){var b,f,g,h;for(g=this.vendors,h=[],b=0,f=g.length;f>b;b++)e=g[b],h.push(a[""+e+c.charAt(0).toUpperCase()+c.substr(1)]=d);return h}.call(this));return f},f.prototype.vendorCSS=function(a,b){var c,d,e,f,g,h;for(d=window.getComputedStyle(a),c=d.getPropertyCSSValue(b),h=this.vendors,f=0,g=h.length;g>f;f++)e=h[f],c=c||d.getPropertyCSSValue("-"+e+"-"+b);return c},f.prototype.animationName=function(a){var b;try{b=this.vendorCSS(a,"animation-name").cssText}catch(c){b=window.getComputedStyle(a).getPropertyValue("animation-name")}return"none"===b?"":b},f.prototype.cacheAnimationName=function(a){return this.animationNameCache.set(a,this.animationName(a))},f.prototype.cachedAnimationName=function(a){return this.animationNameCache.get(a)},f.prototype.scrollHandler=function(){return this.scrolled=!0},f.prototype.scrollCallback=function(){var a;return!this.scrolled||(this.scrolled=!1,this.boxes=function(){var b,c,d,e;for(d=this.boxes,e=[],b=0,c=d.length;c>b;b++)a=d[b],a&&(this.isVisible(a)?this.show(a):e.push(a));return e}.call(this),this.boxes.length||this.config.live)?void 0:this.stop()},f.prototype.offsetTop=function(a){for(var b;void 0===a.offsetTop;)a=a.parentNode;for(b=a.offsetTop;a=a.offsetParent;)b+=a.offsetTop;return b},f.prototype.isVisible=function(a){var b,c,d,e,f;return c=a.getAttribute("data-wow-offset")||this.config.offset,f=window.pageYOffset,e=f+Math.min(this.element.clientHeight,innerHeight)-c,d=this.offsetTop(a),b=d+a.clientHeight,e>=d&&b>=f},f.prototype.util=function(){return null!=this._util?this._util:this._util=new b},f.prototype.disabled=function(){return!this.config.mobile&&this.util().isMobile(navigator.userAgent)},f}()}).call(this); -------------------------------------------------------------------------------- /client/assets/js/map-script.js: -------------------------------------------------------------------------------- 1 | 2 | /* -------------------------------------------- 3 | Google Map 4 | -------------------------------------------- */ 5 | window.onload = MapLoadScript; 6 | function GmapInit() { 7 | Gmap = $('.map-canvas'); 8 | Gmap.each(function() { 9 | var $this = $(this), 10 | lat = '', 11 | lng = '', 12 | zoom = 12, 13 | scrollwheel = false, 14 | zoomcontrol = true, 15 | draggable = true, 16 | mapType = google.maps.MapTypeId.ROADMAP, 17 | title = '', 18 | contentString = '', 19 | theme_icon_path = $this.data('icon-path'), 20 | dataLat = $this.data('lat'), 21 | dataLng = $this.data('lng'), 22 | dataZoom = $this.data('zoom'), 23 | dataType = $this.data('type'), 24 | dataScrollwheel = $this.data('scrollwheel'), 25 | dataZoomcontrol = $this.data('zoomcontrol'), 26 | dataHue = $this.data('hue'), 27 | dataTitle = $this.data('title'), 28 | dataContent = $this.data('content'); 29 | 30 | if( dataZoom !== undefined && dataZoom !== false ) { 31 | zoom = parseFloat(dataZoom); 32 | } 33 | if( dataLat !== undefined && dataLat !== false ) { 34 | lat = parseFloat(dataLat); 35 | } 36 | if( dataLng !== undefined && dataLng !== false ) { 37 | lng = parseFloat(dataLng); 38 | } 39 | if( dataScrollwheel !== undefined && dataScrollwheel !== null ) { 40 | scrollwheel = dataScrollwheel; 41 | } 42 | if( dataZoomcontrol !== undefined && dataZoomcontrol !== null ) { 43 | zoomcontrol = dataZoomcontrol; 44 | } 45 | if( dataType !== undefined && dataType !== false ) { 46 | if( dataType == 'satellite' ) { 47 | mapType = google.maps.MapTypeId.SATELLITE; 48 | } else if( dataType == 'hybrid' ) { 49 | mapType = google.maps.MapTypeId.HYBRID; 50 | } else if( dataType == 'terrain' ) { 51 | mapType = google.maps.MapTypeId.TERRAIN; 52 | } 53 | } 54 | if( dataTitle !== undefined && dataTitle !== false ) { 55 | title = dataTitle; 56 | } 57 | if( navigator.userAgent.match(/iPad|iPhone|Android/i) ) { 58 | draggable = false; 59 | } 60 | 61 | var mapOptions = { 62 | zoom : zoom, 63 | scrollwheel : scrollwheel, 64 | zoomControl : zoomcontrol, 65 | draggable : draggable, 66 | center : new google.maps.LatLng(lat, lng), 67 | mapTypeId : mapType 68 | }; 69 | var map = new google.maps.Map($this[0], mapOptions); 70 | 71 | //var image = 'images/icons/map-marker.png'; 72 | var image = theme_icon_path; 73 | 74 | if( dataContent !== undefined && dataContent !== false ) { 75 | contentString = '
' + '
' + title + '
' + '
' + dataContent + '
' + '
'; 76 | } 77 | var infowindow = new google.maps.InfoWindow({ 78 | content: contentString 79 | }); 80 | 81 | var marker = new google.maps.Marker({ 82 | position : new google.maps.LatLng(lat, lng), 83 | map : map, 84 | icon : image, 85 | title : title 86 | }); 87 | if( dataContent !== undefined && dataContent !== false ) { 88 | google.maps.event.addListener(marker, 'click', function() { 89 | infowindow.open(map,marker); 90 | }); 91 | } 92 | 93 | if( dataHue !== undefined && dataHue !== false ) { 94 | var styles = [ 95 | { 96 | "featureType": "administrative", 97 | "elementType": "labels.text.fill", 98 | "stylers": [ 99 | { 100 | "color": "#444444" 101 | } 102 | ] 103 | }, 104 | { 105 | "featureType": "landscape", 106 | "elementType": "all", 107 | "stylers": [ 108 | { 109 | "color": "#fafafa" 110 | } 111 | ] 112 | }, 113 | { 114 | "featureType": "poi", 115 | "elementType": "all", 116 | "stylers": [ 117 | { 118 | "visibility": "off" 119 | } 120 | ] 121 | }, 122 | { 123 | "featureType": "road", 124 | "elementType": "all", 125 | "stylers": [ 126 | { 127 | "saturation": -100 128 | }, 129 | { 130 | "lightness": 45 131 | } 132 | ] 133 | }, 134 | { 135 | "featureType": "road.highway", 136 | "elementType": "all", 137 | "stylers": [ 138 | { 139 | "visibility": "simplified" 140 | } 141 | ] 142 | }, 143 | { 144 | "featureType": "road.arterial", 145 | "elementType": "labels.icon", 146 | "stylers": [ 147 | { 148 | "visibility": "off" 149 | } 150 | ] 151 | }, 152 | { 153 | "featureType": "transit", 154 | "elementType": "all", 155 | "stylers": [ 156 | { 157 | "visibility": "off" 158 | } 159 | ] 160 | }, 161 | { 162 | "featureType": "water", 163 | "elementType": "all", 164 | "stylers": [ 165 | { 166 | "color": "#f0ece7" 167 | }, 168 | { 169 | "visibility": "on" 170 | } 171 | ] 172 | } 173 | ]; 174 | map.setOptions({styles: styles}); 175 | } 176 | }); 177 | } 178 | 179 | function MapLoadScript() { 180 | var script = document.createElement('script'); 181 | script.type = 'text/javascript'; 182 | GmapInit(); 183 | document.body.appendChild(script); 184 | } -------------------------------------------------------------------------------- /server/about.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | About - Business Casual - Start Bootstrap Theme 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 30 | 31 | 32 | 33 | 34 | 35 |
Business Casual
36 |
3481 Melrose Place | Beverly Hills, CA 90210 | 123.456.7890
37 | 38 | 39 | 73 | 74 |
75 | 76 |
77 |
78 |
79 |
80 |

About 81 | business casual 82 |

83 |
84 |
85 |
86 | 87 |
88 |
89 |

This is a great place to introduce your company or project and describe what you do.

90 |

Lid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.

91 |

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.

92 |
93 |
94 |
95 |
96 | 97 |
98 |
99 |
100 |
101 |

Our 102 | Team 103 |

104 |
105 |
106 |
107 | 108 |

John Smith 109 | Job Title 110 |

111 |
112 |
113 | 114 |

John Smith 115 | Job Title 116 |

117 |
118 |
119 | 120 |

John Smith 121 | Job Title 122 |

123 |
124 |
125 |
126 |
127 | 128 |
129 | 130 | 131 |
132 |
133 |
134 |
135 |

Copyright © Your Website 2014

136 |
137 |
138 |
139 |
140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | -------------------------------------------------------------------------------- /server/blog.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Blog - Business Casual - Start Bootstrap Theme 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 30 | 31 | 32 | 33 | 34 | 35 |
Business Casual
36 |
3481 Melrose Place | Beverly Hills, CA 90210 | 123.456.7890
37 | 38 | 39 | 73 | 74 |
75 | 76 |
77 |
78 |
79 |
80 |

Company 81 | blog 82 |

83 |
84 |
85 |
86 | 87 |

Post Title 88 |
89 | October 13, 2013 90 |

91 |

Lid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.

92 | Read More 93 |
94 |
95 |
96 | 97 |

Post Title 98 |
99 | October 13, 2013 100 |

101 |

Lid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.

102 | Read More 103 |
104 |
105 |
106 | 107 |

Post Title 108 |
109 | October 13, 2013 110 |

111 |

Lid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.

112 | Read More 113 |
114 |
115 |
116 | 122 |
123 |
124 |
125 | 126 |
127 | 128 | 129 |
130 |
131 |
132 |
133 |

Copyright © Your Website 2014

134 |
135 |
136 |
137 |
138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | -------------------------------------------------------------------------------- /orphansupport.sql: -------------------------------------------------------------------------------- 1 | -- phpMyAdmin SQL Dump 2 | -- version 5.0.2 3 | -- https://www.phpmyadmin.net/ 4 | -- 5 | -- Host: 127.0.0.1 6 | -- Generation Time: Oct 29, 2020 at 04:14 AM 7 | -- Server version: 10.4.14-MariaDB 8 | -- PHP Version: 7.4.10 9 | 10 | SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; 11 | START TRANSACTION; 12 | SET time_zone = "+00:00"; 13 | 14 | 15 | /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; 16 | /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; 17 | /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; 18 | /*!40101 SET NAMES utf8mb4 */; 19 | 20 | -- 21 | -- Database: `orphansupport` 22 | -- 23 | 24 | -- -------------------------------------------------------- 25 | 26 | -- 27 | -- Table structure for table `blogs` 28 | -- 29 | 30 | CREATE TABLE `blogs` ( 31 | `id` int(255) NOT NULL, 32 | `blogDetails` varchar(255) NOT NULL, 33 | `writerName` varchar(255) NOT NULL, 34 | `writerEmail` varchar(255) NOT NULL 35 | ) ENGINE=InnoDB DEFAULT CHARSET=utf32; 36 | 37 | -- -------------------------------------------------------- 38 | 39 | -- 40 | -- Table structure for table `childrendetails` 41 | -- 42 | 43 | CREATE TABLE `childrendetails` ( 44 | `id` int(255) NOT NULL, 45 | `nickName` varchar(255) NOT NULL, 46 | `orphanageName` varchar(255) NOT NULL, 47 | `gender` varchar(20) NOT NULL, 48 | `orphanageId` int(255) NOT NULL, 49 | `orphanHistory` varchar(500) NOT NULL 50 | ) ENGINE=InnoDB DEFAULT CHARSET=utf32; 51 | 52 | -- -------------------------------------------------------- 53 | 54 | -- 55 | -- Table structure for table `donateus` 56 | -- 57 | 58 | CREATE TABLE `donateus` ( 59 | `id` int(255) NOT NULL, 60 | `donaterName` varchar(255) NOT NULL, 61 | `donaterPhoneNumber` int(255) NOT NULL, 62 | `donaterEmail` varchar(255) NOT NULL, 63 | `status` varchar(255) NOT NULL, 64 | `stripeCheckoutSession` varchar(255) NOT NULL, 65 | `donatedAmount` int(255) NOT NULL, 66 | `donatingIssue` int(255) NOT NULL 67 | ) ENGINE=InnoDB DEFAULT CHARSET=utf32; 68 | 69 | -- -------------------------------------------------------- 70 | 71 | -- 72 | -- Table structure for table `eventpage` 73 | -- 74 | 75 | CREATE TABLE `eventpage` ( 76 | `id` int(255) NOT NULL, 77 | `eventDetails` varchar(255) NOT NULL, 78 | `eventLocation` varchar(255) NOT NULL, 79 | `startTime` datetime(6) NOT NULL, 80 | `endTime` datetime(6) NOT NULL 81 | ) ENGINE=InnoDB DEFAULT CHARSET=utf32; 82 | 83 | -- -------------------------------------------------------- 84 | 85 | -- 86 | -- Table structure for table `orphanagedetails` 87 | -- 88 | 89 | CREATE TABLE `orphanagedetails` ( 90 | `id` int(255) NOT NULL, 91 | `orphanageName` varchar(255) NOT NULL, 92 | `orphanageAddress` varchar(500) NOT NULL, 93 | `city` varchar(50) NOT NULL, 94 | `state` varchar(50) NOT NULL, 95 | `emailId` varchar(255) NOT NULL, 96 | `contactDetails` int(30) NOT NULL, 97 | `password` varchar(255) NOT NULL 98 | ) ENGINE=InnoDB DEFAULT CHARSET=utf32; 99 | 100 | -- -------------------------------------------------------- 101 | 102 | -- 103 | -- Table structure for table `parentdetails` 104 | -- 105 | 106 | CREATE TABLE `parentdetails` ( 107 | `id` int(255) NOT NULL, 108 | `fatherName` varchar(255) NOT NULL, 109 | `fatherAge` int(20) NOT NULL, 110 | `motherName` varchar(255) NOT NULL, 111 | `motherAge` int(20) NOT NULL, 112 | `email` varchar(255) NOT NULL, 113 | `residentialAddress` varchar(1000) NOT NULL, 114 | `phoneNumber` int(30) NOT NULL, 115 | `optionalPhoneNumber` int(30) NOT NULL, 116 | `perAnnumIncome` int(255) NOT NULL, 117 | `purposeOfVisitingSite` varchar(500) NOT NULL, 118 | `password` varchar(255) NOT NULL 119 | ) ENGINE=InnoDB DEFAULT CHARSET=utf32; 120 | 121 | -- -------------------------------------------------------- 122 | 123 | -- 124 | -- Table structure for table `reportissue` 125 | -- 126 | 127 | CREATE TABLE `reportissue` ( 128 | `id` int(255) NOT NULL, 129 | `issueType` varchar(255) NOT NULL, 130 | `issueDetails` varchar(255) NOT NULL, 131 | `issueReporterName` varchar(255) NOT NULL, 132 | `date` date NOT NULL, 133 | `location` varchar(255) NOT NULL, 134 | `issueStatus` varchar(255) NOT NULL 135 | ) ENGINE=InnoDB DEFAULT CHARSET=utf32; 136 | 137 | -- -------------------------------------------------------- 138 | 139 | -- 140 | -- Table structure for table `visitordetails` 141 | -- 142 | 143 | CREATE TABLE `visitordetails` ( 144 | `id` int(255) NOT NULL, 145 | `name` varchar(255) NOT NULL, 146 | `emailId` varchar(255) NOT NULL, 147 | `contactNumber` int(30) NOT NULL, 148 | `age` int(20) NOT NULL, 149 | `purposeOfVisit` varchar(255) NOT NULL 150 | ) ENGINE=InnoDB DEFAULT CHARSET=utf32; 151 | 152 | -- 153 | -- Indexes for dumped tables 154 | -- 155 | 156 | -- 157 | -- Indexes for table `blogs` 158 | -- 159 | ALTER TABLE `blogs` 160 | ADD PRIMARY KEY (`id`); 161 | 162 | -- 163 | -- Indexes for table `childrendetails` 164 | -- 165 | ALTER TABLE `childrendetails` 166 | ADD PRIMARY KEY (`id`); 167 | 168 | -- 169 | -- Indexes for table `donateus` 170 | -- 171 | ALTER TABLE `donateus` 172 | ADD PRIMARY KEY (`id`); 173 | 174 | -- 175 | -- Indexes for table `eventpage` 176 | -- 177 | ALTER TABLE `eventpage` 178 | ADD PRIMARY KEY (`id`); 179 | 180 | -- 181 | -- Indexes for table `orphanagedetails` 182 | -- 183 | ALTER TABLE `orphanagedetails` 184 | ADD PRIMARY KEY (`id`); 185 | 186 | -- 187 | -- Indexes for table `parentdetails` 188 | -- 189 | ALTER TABLE `parentdetails` 190 | ADD PRIMARY KEY (`id`); 191 | 192 | -- 193 | -- Indexes for table `reportissue` 194 | -- 195 | ALTER TABLE `reportissue` 196 | ADD PRIMARY KEY (`id`); 197 | 198 | -- 199 | -- Indexes for table `visitordetails` 200 | -- 201 | ALTER TABLE `visitordetails` 202 | ADD PRIMARY KEY (`id`); 203 | 204 | -- 205 | -- AUTO_INCREMENT for dumped tables 206 | -- 207 | 208 | -- 209 | -- AUTO_INCREMENT for table `blogs` 210 | -- 211 | ALTER TABLE `blogs` 212 | MODIFY `id` int(255) NOT NULL AUTO_INCREMENT; 213 | 214 | -- 215 | -- AUTO_INCREMENT for table `childrendetails` 216 | -- 217 | ALTER TABLE `childrendetails` 218 | MODIFY `id` int(255) NOT NULL AUTO_INCREMENT; 219 | 220 | -- 221 | -- AUTO_INCREMENT for table `donateus` 222 | -- 223 | ALTER TABLE `donateus` 224 | MODIFY `id` int(255) NOT NULL AUTO_INCREMENT; 225 | 226 | -- 227 | -- AUTO_INCREMENT for table `eventpage` 228 | -- 229 | ALTER TABLE `eventpage` 230 | MODIFY `id` int(255) NOT NULL AUTO_INCREMENT; 231 | 232 | -- 233 | -- AUTO_INCREMENT for table `orphanagedetails` 234 | -- 235 | ALTER TABLE `orphanagedetails` 236 | MODIFY `id` int(255) NOT NULL AUTO_INCREMENT; 237 | 238 | -- 239 | -- AUTO_INCREMENT for table `parentdetails` 240 | -- 241 | ALTER TABLE `parentdetails` 242 | MODIFY `id` int(255) NOT NULL AUTO_INCREMENT; 243 | 244 | -- 245 | -- AUTO_INCREMENT for table `reportissue` 246 | -- 247 | ALTER TABLE `reportissue` 248 | MODIFY `id` int(255) NOT NULL AUTO_INCREMENT; 249 | 250 | -- 251 | -- AUTO_INCREMENT for table `visitordetails` 252 | -- 253 | ALTER TABLE `visitordetails` 254 | MODIFY `id` int(255) NOT NULL AUTO_INCREMENT; 255 | COMMIT; 256 | 257 | /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; 258 | /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; 259 | /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; 260 | -------------------------------------------------------------------------------- /client/html/index_comment.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 81 | Comment System using PHP and Ajax 82 | 83 | 84 | 85 | 86 |

Comment System using PHP and Ajax

87 |
88 |
89 |
90 | 93 |
94 |
95 | 97 |
98 |
99 |
Comments Added Successfully!
101 |
102 | 103 |
104 |
105 |
106 | 200 | 201 | 202 | -------------------------------------------------------------------------------- /server/contact.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Contact - Business Casual - Start Bootstrap Theme 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 30 | 31 | 32 | 33 | 34 | 35 |
Business Casual
36 |
3481 Melrose Place | Beverly Hills, CA 90210 | 123.456.7890
37 | 38 | 39 | 73 | 74 |
75 | 76 |
77 |
78 |
79 |
80 |

Contact 81 | business casual 82 |

83 |
84 |
85 |
86 | 87 | 88 |
89 |
90 |

Phone: 91 | 123.456.7890 92 |

93 |

Email: 94 | name@example.com 95 |

96 |

Address: 97 | 3481 Melrose Place 98 |
Beverly Hills, CA 90210
99 |

100 |
101 |
102 |
103 |
104 | 105 |
106 |
107 |
108 |
109 |

Contact 110 | form 111 |

112 |
113 |

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugiat, vitae, distinctio, possimus repudiandae cupiditate ipsum excepturi dicta neque eaque voluptates tempora veniam esse earum sapiente optio deleniti consequuntur eos voluptatem.

114 |
115 |
116 |
117 | 118 | 119 |
120 |
121 | 122 | 123 |
124 |
125 | 126 | 127 |
128 |
129 |
130 | 131 | 132 |
133 |
134 | 135 | 136 |
137 |
138 |
139 |
140 |
141 |
142 | 143 |
144 | 145 | 146 |
147 |
148 |
149 |
150 |

Copyright © Your Website 2014

151 |
152 |
153 |
154 |
155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | -------------------------------------------------------------------------------- /client/assets/js/script.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 3 | "use strict"; 4 | 5 | //Hide Loading Box (Preloader) 6 | function handlePreloader() { 7 | if($('.preloader').length){ 8 | $('body').addClass('page-loaded'); 9 | $('.preloader').delay(1500).fadeOut(0); 10 | } 11 | } 12 | 13 | //Update Header Style and Scroll to Top 14 | function headerStyle() { 15 | if($('.main-header').length){ 16 | var windowpos = $(window).scrollTop(); 17 | var siteHeader = $('.main-header'); 18 | var scrollLink = $('.scroll-to-top'); 19 | var sticky_header = $('.main-header .sticky-header'); 20 | if (windowpos > 100) { 21 | siteHeader.addClass('fixed-header'); 22 | sticky_header.addClass("animated slideInDown"); 23 | scrollLink.fadeIn(300); 24 | } else { 25 | siteHeader.removeClass('fixed-header'); 26 | sticky_header.removeClass("animated slideInDown"); 27 | scrollLink.fadeOut(300); 28 | } 29 | } 30 | } 31 | 32 | headerStyle(); 33 | 34 | //Submenu Dropdown Toggle 35 | if($('.main-header li.dropdown ul').length){ 36 | $('.main-header .navigation li.dropdown').append(''); 37 | 38 | } 39 | 40 | //Mobile Nav Hide Show 41 | if($('.mobile-menu').length){ 42 | 43 | $('.mobile-menu .menu-box').mCustomScrollbar(); 44 | 45 | var mobileMenuContent = $('.main-header .nav-outer .main-menu').html(); 46 | $('.mobile-menu .menu-box .menu-outer').append(mobileMenuContent); 47 | $('.sticky-header .main-menu').append(mobileMenuContent); 48 | 49 | //Dropdown Button 50 | $('.mobile-menu li.dropdown .dropdown-btn').on('click', function() { 51 | $(this).toggleClass('open'); 52 | $(this).prev('ul').slideToggle(500); 53 | }); 54 | //Menu Toggle Btn 55 | $('.mobile-nav-toggler').on('click', function() { 56 | $('body').addClass('mobile-menu-visible'); 57 | }); 58 | 59 | //Menu Toggle Btn 60 | $('.mobile-menu .menu-backdrop,.mobile-menu .close-btn').on('click', function() { 61 | $('body').removeClass('mobile-menu-visible'); 62 | }); 63 | } 64 | 65 | //Search Popup 66 | if($('#search-popup').length){ 67 | 68 | //Show Popup 69 | $('.search-toggler').on('click', function() { 70 | $('#search-popup').addClass('popup-visible'); 71 | }); 72 | $(document).keydown(function(e){ 73 | if(e.keyCode === 27) { 74 | $('#search-popup').removeClass('popup-visible'); 75 | } 76 | }); 77 | //Hide Popup 78 | $('.close-search,.search-popup .overlay-layer').on('click', function() { 79 | $('#search-popup').removeClass('popup-visible'); 80 | }); 81 | } 82 | 83 | 84 | 85 | // Lazyload Images 86 | if($('.lazy-image').length){ 87 | new LazyLoad({ 88 | elements_selector: ".lazy-image", 89 | load_delay: 0, 90 | threshold: 300 91 | }); 92 | } 93 | 94 | ///////////////////////////// 95 | //Universal Code for All Owl Carousel Sliders 96 | ///////////////////////////// 97 | 98 | if ($('.love-carousel').length) { 99 | $(".love-carousel").each(function (index) { 100 | var $owlAttr = {}, 101 | $extraAttr = $(this).data("options"); 102 | $.extend($owlAttr, $extraAttr); 103 | $(this).owlCarousel($owlAttr); 104 | }); 105 | } 106 | 107 | // Donation Progress Bar 108 | if ($('.count-bar').length) { 109 | $('.count-bar').appear(function(){ 110 | var el = $(this); 111 | var percent = el.data('percent'); 112 | $(el).css('width',percent).addClass('counted'); 113 | },{accY: -50}); 114 | 115 | } 116 | 117 | //Fact Counter + Text Count 118 | if($('.count-box').length){ 119 | $('.count-box').appear(function(){ 120 | 121 | var $t = $(this), 122 | n = $t.find(".count-text").attr("data-stop"), 123 | r = parseInt($t.find(".count-text").attr("data-speed"), 10); 124 | 125 | if (!$t.hasClass("counted")) { 126 | $t.addClass("counted"); 127 | $({ 128 | countNum: $t.find(".count-text").text() 129 | }).animate({ 130 | countNum: n 131 | }, { 132 | duration: r, 133 | easing: "linear", 134 | step: function() { 135 | $t.find(".count-text").text(Math.floor(this.countNum)); 136 | }, 137 | complete: function() { 138 | $t.find(".count-text").text(this.countNum); 139 | } 140 | }); 141 | } 142 | 143 | },{accY: 0}); 144 | } 145 | 146 | //MixitUp Gallery Filters 147 | if($('.filter-list').length){ 148 | $('.filter-list').mixItUp({}); 149 | } 150 | 151 | 152 | //Tabs Box 153 | if($('.tabs-box').length){ 154 | $('.tabs-box .tab-buttons .tab-btn').on('click', function(e) { 155 | e.preventDefault(); 156 | var target = $($(this).attr('data-tab')); 157 | 158 | if ($(target).is(':visible')){ 159 | return false; 160 | }else{ 161 | target.parents('.tabs-box').find('.tab-buttons').find('.tab-btn').removeClass('active-btn'); 162 | $(this).addClass('active-btn'); 163 | target.parents('.tabs-box').find('.tabs-content').find('.tab').fadeOut(0); 164 | target.parents('.tabs-box').find('.tabs-content').find('.tab').removeClass('active-tab'); 165 | $(target).fadeIn(300); 166 | $(target).addClass('active-tab'); 167 | } 168 | }); 169 | } 170 | 171 | //Accordion Box 172 | if($('.accordion-box').length){ 173 | $(".accordion-box").on('click', '.acc-btn', function() { 174 | 175 | var outerBox = $(this).parents('.accordion-box'); 176 | var target = $(this).parents('.accordion'); 177 | 178 | if($(this).hasClass('active')!==true){ 179 | $(outerBox).find('.accordion .acc-btn').removeClass('active'); 180 | } 181 | 182 | if ($(this).next('.acc-content').is(':visible')){ 183 | return false; 184 | }else{ 185 | $(this).addClass('active'); 186 | $(outerBox).children('.accordion').removeClass('active-block'); 187 | $(outerBox).find('.accordion').children('.acc-content').slideUp(300); 188 | target.addClass('active-block'); 189 | $(this).next('.acc-content').slideDown(300); 190 | } 191 | }); 192 | } 193 | 194 | //Price Range Slider 195 | if($('.price-range-slider').length){ 196 | $( ".price-range-slider" ).slider({ 197 | range: true, 198 | min: 0, 199 | max: 400, 200 | values: [ 50, 300 ], 201 | slide: function( event, ui ) { 202 | $( "input.property-amount" ).val( ui.values[ 0 ] + " - " + ui.values[ 1 ] ); 203 | } 204 | }); 205 | 206 | $( "input.property-amount" ).val( $( ".price-range-slider" ).slider( "values", 0 ) + " - $" + $( ".price-range-slider" ).slider( "values", 1 ) ); 207 | } 208 | 209 | //Custom Seclect Box 210 | if($('.custom-select-box').length){ 211 | $('.custom-select-box').selectmenu().selectmenu('menuWidget').addClass('overflow'); 212 | } 213 | 214 | //Jquery Spinner / Quantity Spinner 215 | if($('.quantity-spinner').length){ 216 | $("input.quantity-spinner").TouchSpin({ 217 | verticalbuttons: true 218 | }); 219 | } 220 | 221 | //LightBox / Fancybox 222 | if($('.lightbox-image').length) { 223 | $('.lightbox-image').fancybox({ 224 | openEffect : 'fade', 225 | closeEffect : 'fade', 226 | helpers : { 227 | media : {} 228 | } 229 | }); 230 | } 231 | 232 | //Contact Form Validation 233 | if($('#contact-form').length){ 234 | $('#contact-form').validate({ 235 | rules: { 236 | username: { 237 | required: true 238 | }, 239 | email: { 240 | required: true, 241 | email: true 242 | }, 243 | message: { 244 | required: true 245 | } 246 | } 247 | }); 248 | } 249 | 250 | // Scroll to a Specific Div 251 | if($('.scroll-to-target').length){ 252 | $(".scroll-to-target").on('click', function() { 253 | var target = $(this).attr('data-target'); 254 | // animate 255 | $('html, body').animate({ 256 | scrollTop: $(target).offset().top 257 | }, 1500); 258 | 259 | }); 260 | } 261 | 262 | // Elements Animation 263 | if($('.wow').length){ 264 | var wow = new WOW( 265 | { 266 | boxClass: 'wow', // animated element css class (default is wow) 267 | animateClass: 'animated', // animation css class (default is animated) 268 | offset: 0, // distance to the element when triggering the animation (default is 0) 269 | mobile: false, // trigger animations on mobile devices (default is true) 270 | live: true // act on asynchronously loaded content (default is true) 271 | } 272 | ); 273 | wow.init(); 274 | } 275 | 276 | 277 | /* ========================================================================== 278 | When document is Scrollig, do 279 | ========================================================================== */ 280 | 281 | $(window).on('scroll', function() { 282 | headerStyle(); 283 | }); 284 | 285 | /* ========================================================================== 286 | When document is loading, do 287 | ========================================================================== */ 288 | 289 | $(window).on('load', function() { 290 | handlePreloader(); 291 | }); 292 | 293 | })(window.jQuery); -------------------------------------------------------------------------------- /server/index.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Business Casual - Start Bootstrap Theme 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 30 | 31 | 32 | 33 | 34 | 35 |
Business Casual
36 |
3481 Melrose Place | Beverly Hills, CA 90210 | 123.456.7890
37 | 38 | 39 | 73 | 74 |
75 | 76 |
77 |
78 |
79 | 108 |

109 | Welcome to 110 |

111 |

Business Casual

112 |
113 |

114 | By 115 | Start Bootstrap 116 | 117 |

118 |
119 |
120 |
121 | 122 |
123 |
124 |
125 |
126 |

Build a website 127 | worth visiting 128 |

129 |
130 | 131 |
132 |

The boxes used in this template are nested inbetween a normal Bootstrap row and the start of your column layout. The boxes will be full-width boxes, so if you want to make them smaller then you will need to customize.

133 |

A huge thanks to Death to the Stock Photo for allowing us to use the beautiful photos that make this template really come to life. When using this template, make sure your photos are decent. Also make sure that the file size on your photos is kept to a minumum to keep load times to a minimum.

134 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc placerat diam quis nisl vestibulum dignissim. In hac habitasse platea dictumst. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

135 |
136 |
137 |
138 | 139 |
140 |
141 |
142 |
143 |

Beautiful boxes 144 | to showcase your content 145 |

146 |
147 |

Use as many boxes as you like, and put anything you want in them! They are great for just about anything, the sky's the limit!

148 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc placerat diam quis nisl vestibulum dignissim. In hac habitasse platea dictumst. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

149 |
150 |
151 |
152 | 153 |
154 | 155 | 156 |
157 |
158 |
159 |
160 |

Copyright © Your Website 2014

161 |
162 |
163 |
164 |
165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 178 | 179 | 180 | 181 | 182 | -------------------------------------------------------------------------------- /client/html/orphansupport.sql: -------------------------------------------------------------------------------- 1 | -- phpMyAdmin SQL Dump 2 | -- version 5.0.2 3 | -- https://www.phpmyadmin.net/ 4 | -- 5 | -- Host: localhost 6 | -- Generation Time: Nov 10, 2020 at 11:05 PM 7 | -- Server version: 10.4.14-MariaDB 8 | -- PHP Version: 7.2.33 9 | 10 | SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; 11 | START TRANSACTION; 12 | SET time_zone = "+00:00"; 13 | 14 | 15 | /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; 16 | /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; 17 | /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; 18 | /*!40101 SET NAMES utf8mb4 */; 19 | 20 | -- 21 | -- Database: `orphansupport` 22 | -- 23 | 24 | -- -------------------------------------------------------- 25 | 26 | -- 27 | -- Table structure for table `blogs` 28 | -- 29 | 30 | CREATE TABLE `blogs` ( 31 | `id` int(255) NOT NULL, 32 | `firstName` varchar(255) NOT NULL, 33 | `lastName` varchar(255) NOT NULL, 34 | `email` varchar(255) NOT NULL, 35 | `tags` varchar(255) NOT NULL, 36 | `title` varchar(255) NOT NULL, 37 | `blogArea` varchar(1500) NOT NULL 38 | ) ENGINE=InnoDB DEFAULT CHARSET=utf32; 39 | 40 | -- 41 | -- Dumping data for table `blogs` 42 | -- 43 | 44 | INSERT INTO `blogs` (`id`, `firstName`, `lastName`, `email`, `tags`, `title`, `blogArea`) VALUES 45 | (1, 'Debargha ', 'MUkherjee', 'debargham15@gmail.com', 'Children', 'test data', 'test data'), 46 | (2, 'Debargha ', 'MUkherjee', 'debargham15@gmail.com', 'Children', 'test data', 'test data'); 47 | 48 | -- -------------------------------------------------------- 49 | 50 | -- 51 | -- Table structure for table `childrendetails` 52 | -- 53 | 54 | CREATE TABLE `childrendetails` ( 55 | `id` int(255) NOT NULL, 56 | `nickName` varchar(255) NOT NULL, 57 | `orphanageName` varchar(255) NOT NULL, 58 | `gender` varchar(20) NOT NULL, 59 | `orphanageId` int(255) NOT NULL, 60 | `orphanHistory` varchar(500) NOT NULL 61 | ) ENGINE=InnoDB DEFAULT CHARSET=utf32; 62 | 63 | -- -------------------------------------------------------- 64 | 65 | -- 66 | -- Table structure for table `comment` 67 | -- 68 | 69 | CREATE TABLE `comment` ( 70 | `id` int(255) NOT NULL, 71 | `blogId` int(255) NOT NULL, 72 | `userName` varchar(255) NOT NULL, 73 | `email` varchar(255) NOT NULL, 74 | `msg` varchar(1000) NOT NULL 75 | ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; 76 | 77 | -- 78 | -- Dumping data for table `comment` 79 | -- 80 | 81 | INSERT INTO `comment` (`id`, `blogId`, `userName`, `email`, `msg`) VALUES 82 | (1, 2, 'debargha', 'debargham14@gmail.com', 'test data'), 83 | (2, 2, 'debargha', 'a@d.n', 'test data'), 84 | (3, 2, 'adrian', 'a@d.n', 'test data 2'), 85 | (4, 1, 'debargha', 'debargham14@gmail.com', 'test'), 86 | (5, 1, 'debargha', 'debargham14@gmail.com', 'test'), 87 | (6, 1, 'Doggo me', 'd@n.a', 'test'), 88 | (7, 1, 'adrian', 'a@d.n', 'test 4'); 89 | 90 | -- -------------------------------------------------------- 91 | 92 | -- 93 | -- Table structure for table `donateus` 94 | -- 95 | 96 | CREATE TABLE `donateus` ( 97 | `id` int(255) NOT NULL, 98 | `donaterName` varchar(255) NOT NULL, 99 | `donaterPhoneNumber` int(255) NOT NULL, 100 | `donaterEmail` varchar(255) NOT NULL, 101 | `status` varchar(255) NOT NULL, 102 | `stripeCheckoutSession` varchar(255) NOT NULL, 103 | `donatedAmount` int(255) NOT NULL, 104 | `donatingIssue` int(255) NOT NULL 105 | ) ENGINE=InnoDB DEFAULT CHARSET=utf32; 106 | 107 | -- -------------------------------------------------------- 108 | 109 | -- 110 | -- Table structure for table `eventpage` 111 | -- 112 | 113 | CREATE TABLE `eventpage` ( 114 | `id` int(255) NOT NULL, 115 | `eventDetails` varchar(255) NOT NULL, 116 | `eventLocation` varchar(255) NOT NULL, 117 | `startTime` datetime(6) NOT NULL, 118 | `endTime` datetime(6) NOT NULL 119 | ) ENGINE=InnoDB DEFAULT CHARSET=utf32; 120 | 121 | -- -------------------------------------------------------- 122 | 123 | -- 124 | -- Table structure for table `orphanagedetails` 125 | -- 126 | 127 | CREATE TABLE `orphanagedetails` ( 128 | `id` int(255) NOT NULL, 129 | `orphanageName` varchar(255) NOT NULL, 130 | `orphanageAddress` varchar(500) NOT NULL, 131 | `city` varchar(50) NOT NULL, 132 | `state` varchar(50) NOT NULL, 133 | `emailId` varchar(255) NOT NULL, 134 | `contactDetails` int(30) NOT NULL, 135 | `password` varchar(255) NOT NULL 136 | ) ENGINE=InnoDB DEFAULT CHARSET=utf32; 137 | 138 | -- -------------------------------------------------------- 139 | 140 | -- 141 | -- Table structure for table `parentdetails` 142 | -- 143 | 144 | CREATE TABLE `parentdetails` ( 145 | `id` int(255) NOT NULL, 146 | `fatherName` varchar(255) NOT NULL, 147 | `fatherAge` int(20) NOT NULL, 148 | `motherName` varchar(255) NOT NULL, 149 | `motherAge` int(20) NOT NULL, 150 | `email` varchar(255) NOT NULL, 151 | `residentialAddress` varchar(1000) NOT NULL, 152 | `phoneNumber` int(30) NOT NULL, 153 | `optionalPhoneNumber` int(30) NOT NULL, 154 | `perAnnumIncome` int(255) NOT NULL, 155 | `purposeOfVisitingSite` varchar(500) NOT NULL, 156 | `password` varchar(255) NOT NULL 157 | ) ENGINE=InnoDB DEFAULT CHARSET=utf32; 158 | 159 | -- -------------------------------------------------------- 160 | 161 | -- 162 | -- Table structure for table `reportissue` 163 | -- 164 | 165 | CREATE TABLE `reportissue` ( 166 | `id` int(255) NOT NULL, 167 | `issueType` varchar(255) NOT NULL, 168 | `issueDetails` varchar(255) NOT NULL, 169 | `issueReporterName` varchar(255) NOT NULL, 170 | `date` date NOT NULL, 171 | `location` varchar(255) NOT NULL, 172 | `issueStatus` varchar(255) NOT NULL 173 | ) ENGINE=InnoDB DEFAULT CHARSET=utf32; 174 | 175 | -- -------------------------------------------------------- 176 | 177 | -- 178 | -- Table structure for table `tbl_comment` 179 | -- 180 | 181 | CREATE TABLE `tbl_comment` ( 182 | `comment_id` int(255) NOT NULL, 183 | `parent_comment_id` int(255) NOT NULL, 184 | `comment` varchar(500) NOT NULL, 185 | `comment_sender_name` varchar(500) NOT NULL, 186 | `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() 187 | ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; 188 | 189 | -- 190 | -- Dumping data for table `tbl_comment` 191 | -- 192 | 193 | INSERT INTO `tbl_comment` (`comment_id`, `parent_comment_id`, `comment`, `comment_sender_name`, `date`) VALUES 194 | (23, 0, ' Nice Work', 'debargha', '2020-11-10 17:19:34'); 195 | 196 | -- -------------------------------------------------------- 197 | 198 | -- 199 | -- Table structure for table `visitordetails` 200 | -- 201 | 202 | CREATE TABLE `visitordetails` ( 203 | `id` int(255) NOT NULL, 204 | `name` varchar(255) NOT NULL, 205 | `emailId` varchar(255) NOT NULL, 206 | `contactNumber` int(30) NOT NULL, 207 | `age` int(20) NOT NULL, 208 | `purposeOfVisit` varchar(255) NOT NULL 209 | ) ENGINE=InnoDB DEFAULT CHARSET=utf32; 210 | 211 | -- 212 | -- Indexes for dumped tables 213 | -- 214 | 215 | -- 216 | -- Indexes for table `blogs` 217 | -- 218 | ALTER TABLE `blogs` 219 | ADD PRIMARY KEY (`id`); 220 | 221 | -- 222 | -- Indexes for table `childrendetails` 223 | -- 224 | ALTER TABLE `childrendetails` 225 | ADD PRIMARY KEY (`id`); 226 | 227 | -- 228 | -- Indexes for table `comment` 229 | -- 230 | ALTER TABLE `comment` 231 | ADD PRIMARY KEY (`id`); 232 | 233 | -- 234 | -- Indexes for table `donateus` 235 | -- 236 | ALTER TABLE `donateus` 237 | ADD PRIMARY KEY (`id`); 238 | 239 | -- 240 | -- Indexes for table `eventpage` 241 | -- 242 | ALTER TABLE `eventpage` 243 | ADD PRIMARY KEY (`id`); 244 | 245 | -- 246 | -- Indexes for table `orphanagedetails` 247 | -- 248 | ALTER TABLE `orphanagedetails` 249 | ADD PRIMARY KEY (`id`); 250 | 251 | -- 252 | -- Indexes for table `parentdetails` 253 | -- 254 | ALTER TABLE `parentdetails` 255 | ADD PRIMARY KEY (`id`); 256 | 257 | -- 258 | -- Indexes for table `reportissue` 259 | -- 260 | ALTER TABLE `reportissue` 261 | ADD PRIMARY KEY (`id`); 262 | 263 | -- 264 | -- Indexes for table `tbl_comment` 265 | -- 266 | ALTER TABLE `tbl_comment` 267 | ADD PRIMARY KEY (`comment_id`); 268 | 269 | -- 270 | -- Indexes for table `visitordetails` 271 | -- 272 | ALTER TABLE `visitordetails` 273 | ADD PRIMARY KEY (`id`); 274 | 275 | -- 276 | -- AUTO_INCREMENT for dumped tables 277 | -- 278 | 279 | -- 280 | -- AUTO_INCREMENT for table `blogs` 281 | -- 282 | ALTER TABLE `blogs` 283 | MODIFY `id` int(255) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; 284 | 285 | -- 286 | -- AUTO_INCREMENT for table `childrendetails` 287 | -- 288 | ALTER TABLE `childrendetails` 289 | MODIFY `id` int(255) NOT NULL AUTO_INCREMENT; 290 | 291 | -- 292 | -- AUTO_INCREMENT for table `comment` 293 | -- 294 | ALTER TABLE `comment` 295 | MODIFY `id` int(255) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; 296 | 297 | -- 298 | -- AUTO_INCREMENT for table `donateus` 299 | -- 300 | ALTER TABLE `donateus` 301 | MODIFY `id` int(255) NOT NULL AUTO_INCREMENT; 302 | 303 | -- 304 | -- AUTO_INCREMENT for table `eventpage` 305 | -- 306 | ALTER TABLE `eventpage` 307 | MODIFY `id` int(255) NOT NULL AUTO_INCREMENT; 308 | 309 | -- 310 | -- AUTO_INCREMENT for table `orphanagedetails` 311 | -- 312 | ALTER TABLE `orphanagedetails` 313 | MODIFY `id` int(255) NOT NULL AUTO_INCREMENT; 314 | 315 | -- 316 | -- AUTO_INCREMENT for table `parentdetails` 317 | -- 318 | ALTER TABLE `parentdetails` 319 | MODIFY `id` int(255) NOT NULL AUTO_INCREMENT; 320 | 321 | -- 322 | -- AUTO_INCREMENT for table `reportissue` 323 | -- 324 | ALTER TABLE `reportissue` 325 | MODIFY `id` int(255) NOT NULL AUTO_INCREMENT; 326 | 327 | -- 328 | -- AUTO_INCREMENT for table `tbl_comment` 329 | -- 330 | ALTER TABLE `tbl_comment` 331 | MODIFY `comment_id` int(255) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24; 332 | 333 | -- 334 | -- AUTO_INCREMENT for table `visitordetails` 335 | -- 336 | ALTER TABLE `visitordetails` 337 | MODIFY `id` int(255) NOT NULL AUTO_INCREMENT; 338 | COMMIT; 339 | 340 | /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; 341 | /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; 342 | /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; -------------------------------------------------------------------------------- /Contributing.md: -------------------------------------------------------------------------------- 1 | # Orphan Support (Web App) 2 | 3 | ***Where all NGO can make their profile, and people can donate/adopt children's or Abandoned parents, also people can put a report about any orphan child or Abandoned parents.*** 4 | 5 | --- 6 | ![GitHub custom open for collaboration](https://img.shields.io/badge/Open%20For-Collaboration-brightgreen?style=for-the-badge) 7 | 8 | ## Autumn of Open Source AOS 2020:rainbow: 9 | 10 |

11 | 12 | Logo 13 | 14 | 15 | 🎉***First off, thanks for taking the time out of your schedule and deciding to contribute here!*** 👍 16 | 17 | * This repository is open for all contributions, and is accepting contributions under under [AOS 2020 (Autumn of Open Source)](http://aos.sanscript.tech/) by [Sanscript, India](https://sanscript.tech/). Any kind of updation, addition, modification and other valuable contributions are welcome. 18 | 19 | * In case you're new to open source and contributing, be sure to read about [GitHub](https://guides.github.com/activities/hello-world/#:~:text=GitHub%20is%20a%20code%20hosting,%2C%20commits%2C%20and%20Pull%20Requests.), [GitHub Guide](https://guides.github.com/), [GitHub Open Source](https://github.com/open-source), and you are encouraged to check [OpenSource.Guide](http://opensource.guide/). 20 | 21 | * Please feel free to open new issues and pull requests, wherever needed. 22 | 23 | * Every contribution counts, and will go a long way towards betterment of the code and/or its related files. 24 | 25 | ## Assistance to get started:page_facing_up: 26 | 27 | If you're new to contributing and have no idea about working with repositories, be sure to check [GitHub docs to getting started](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github) from GitHub may also be helpful to refer. 28 | 29 | ## Essential Guidelines for contribution against Autumn of Open Source 2020::bookmark_tabs: 30 | 31 | Before you start off with the contribution, 32 | 33 | :bulb: Be sure to look into, and adhere to these points: 34 | 35 | * First comment on the opened issues on which you want to work as "Can I take up the work ?","I would like to work on this!",etc.:loudspeaker: 36 | 37 | * Wait for ***approval***. After it's assigned to you then move on further, fork the repository and clone it (if haven't yet done) and start your work according to the guidelines given in the [README.md](https://github.com/sanscript-tech/orphan_support-php/blob/main/README.md) of repository. 38 | 39 | ## Steps to Contribute in GitHub Repository:pushpin: 40 | 41 | ***If you don't have git on your machine, [install it](https://help.github.com/articles/set-up-git/).*** 42 | 43 | ### 1. Fork this repository 🚀 44 | 45 | * Fork this repository by clicking on the fork button on the top of this page. 46 |

47 | 48 | 49 | 50 | * This will create a copy of this repository in your account. 51 | 52 | ### 2. Clone the repository 🏁 53 | 54 | * Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the _copy to clipboard_ icon. 55 | 56 | * After cloning the repository, please read and understand what the existing code or document is meant for, before overwriting it with your changes. If you're unsure about any part, feel free to ask it in discussions, and we'd be happy to help. 57 |

58 | 59 | 60 | 61 | * Open a terminal and run the following git command: 62 | 63 | ``` 64 | git clone "url you just copied" 65 | ``` 66 | 67 | where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url. 68 | 69 | 70 | * For example: 71 | 72 | ``` 73 | git clone https://github.com/sanscript-tech/orphan_support-php.git 74 | ``` 75 | 76 | ### 3. Create a branch ⚓ 77 | 78 | * Change to the repository directory on your computer (if you are not already there): 79 | 80 | ``` 81 | cd (filename) 82 | ``` 83 | 84 | * Now create a branch using the `git checkout` command: 85 | 86 | ``` 87 | git checkout -b your-new-branch-name 88 | ``` 89 | 90 | * For example: 91 | 92 | ``` 93 | git checkout -b dev_username 94 | ``` 95 | 96 | ### 4. Make necessary changes and commit those changes 🚏 97 | 98 | * Do the necessary changes. 99 | 100 | * If you go to the project directory and execute the command `git status`, you'll see there are changes. 101 | 102 | * Add those changes to the branch you just created using the `git add` command: 103 | 104 |

105 | 106 | 107 | 108 | ``` 109 | git add . 110 | ``` 111 | 112 | * Now commit those changes using the `git commit` command: 113 | 114 |

115 | 116 | 117 | 118 | ``` 119 | git commit -m "(Add your message here)" 120 | ``` 121 | 122 | replacing `` with your message. 123 | 124 | ### 5. Push changes to GitHub 🪂 125 | 126 | * Push your changes using the command `git push`: 127 | 128 |

129 | 130 | 131 | 132 | ``` 133 | git push origin 134 | ``` 135 | 136 | replacing `` with the name of the branch you created earlier. 137 | 138 | ### 6. Submit your changes for review 🚩 139 | 140 | * If you go to your repository on GitHub, you'll see a `Compare & pull request` button. Click on that button. 141 | 142 |

143 | 144 | 145 | 146 | * Now submit the pull request. 147 | 148 |

149 | 150 | 151 | 152 | * Soon we will be merging all your changes into the master branch of this project. You will get a notification email once the changes have been merged. 153 | 154 | 155 | ## More Contribution Guidelines :guard::page_with_curl: 156 | 157 | 1. Issues will be assigned on a first come first serve basis. 158 | 2. Maximum two active issues can be assigned to a single individual. 159 | 3. Mention the essential details, like programmming language you want to work in, while asking for issues. 160 | 4. Make a separate branch for each issue, and use appropriate branch names for the same. 161 | 5. Write clean and easy to understand code. Avoid copy pasting code, we're strictly against plagiarism! 162 | 6. Provide comments wherever necessary. 163 | 7. Add a README.md to the folders included, explaining the working of the script. 164 | 8. Add an appropriate screenshot of output or demo in the README. 165 | 9. Add a "requirements.txt" file that enlists the program requirements, in case dependencies are required. 166 | 10. Perform a self-review before submitting the PR and wait for the mentors to review it and merge. 167 | 168 | ### :ribbon: **Please go through the following essential steps for successfully submitting a Pull Request here:** :rocket: 169 | 170 | 1. Star :star: (Optional, will help you stay up-to-date about the later changes in the base repository) and Fork this repository. :checkered_flag: 171 | 172 | 2. Clone it :globe_with_meridians: using command `git clone ` in your CLI. This will download and save a folder for your existing repository, locally in your machine. 173 | 174 | 3. Switch to a branch using `git checkout -b `, in which you are required to work (usually it is 'main' or 'master', but for our cases, it'll be "dev_username". In place of username, mention your GitHub username). Remember, do not directly checkout from 'master' branch of your forked repository. 175 | 176 | 4. Check existing files, and make your desired updations. 177 | 178 | 5. Open a command prompt/terminal :man_technologist: in the same directory and enter `git add .` or `git add -A`. This adds all the files for tracking and will be including them in the next commit. 179 | 180 | 6. Commit your changes :memo: with `git commit -m ""`. In place of message, put a valuable and meaningful message so that it is easier for us to understand the changes you have done. This commits your changes locally. 181 | 182 | 7. Use `git pull -u` or `git pull --set-upstream origin ` (The `-u` or `--set-upstream` flag only needs to be used in the first time. For later use, `git pull` can be used without any additional flags). This pulls any further changes from the server and ensures that the local branch is again up-to-date with the remote server. 183 | 184 | 8. Push your changes :arrow_up: to remote server using `git push` or `git push origin `. This pushes your changes to the repository. 185 | 186 | After following these steps in Git CLI (in order), you'll need to go to your GitHub repository in the website to initiate a new Pull Request. Now create a pull request by comparing 'dev_username' branch of your forked repository with 'master' branch of this upstream repository. :confetti_ball: 187 | 188 | ***:trophy: After this, project leaders and mentors will review the changes and will merge your PR if they are found good, otherwise we will suggest the required changes.*** 189 | 190 | ## Style Guides for Git Commit Messages:memo: 191 | 192 | #### Here's a list of some good to have points, that can add more value to your contribution logs. 193 | 194 | - Use the present tense (example: "Add feature" and not "Added feature") 195 | - Use the imperative mood (example: "Move item to...", instead of "Moves item to...") 196 | - Limit the first line (also called subject line) to 50 characters or less 197 | - Capitalize the subject line 198 | - Separate subject from body with a blank line 199 | - Do not end the subject line with a period 200 | - Wrap the body at 72 characters 201 | - Use the body to explain what, why, vs, and how 202 | - Reference issues and pull requests liberally after the first line 203 | 204 | For more detailed reference to the above points, refer here: [https://chris.beams.io/posts/git-commit/]. 205 | 206 | 207 | ### So, what are you waiting for? Begin contributing now! :fire: :rocket: 208 | 209 | #### All the Best!🥇 210 | -------------------------------------------------------------------------------- /client/assets/css/jquery.fancybox.min.css: -------------------------------------------------------------------------------- 1 | @charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}} -------------------------------------------------------------------------------- /client/assets/css/flaticon.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: "Flaticon"; 3 | src: url("../fonts/Flaticon.eot"); 4 | src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), 5 | url("../fonts/Flaticon.woff2") format("woff2"), 6 | url("../fonts/Flaticon.woff") format("woff"), 7 | url("../fonts/Flaticon.ttf") format("truetype"), 8 | url("../fonts/Flaticon.svg#Flaticon") format("svg"); 9 | font-weight: normal; 10 | font-style: normal; 11 | } 12 | 13 | @media screen and (-webkit-min-device-pixel-ratio:0) { 14 | @font-face { 15 | font-family: "Flaticon"; 16 | src: url("../fonts/Flaticon.svg#Flaticon") format("svg"); 17 | } 18 | } 19 | 20 | [class^="flaticon-"]:before, [class*=" flaticon-"]:before, 21 | [class^="flaticon-"]:after, [class*=" flaticon-"]:after { 22 | font-family: Flaticon; 23 | font-style: normal; 24 | } 25 | 26 | .flaticon-cell-phone:before { content: "\f100"; } 27 | .flaticon-play-button:before { content: "\f101"; } 28 | .flaticon-straight-quotes:before { content: "\f102"; } 29 | .flaticon-blocks-with-angled-cuts:before { content: "\f103"; } 30 | .flaticon-question-mark:before { content: "\f104"; } 31 | .flaticon-business:before { content: "\f105"; } 32 | .flaticon-technology:before { content: "\f106"; } 33 | .flaticon-arrows:before { content: "\f107"; } 34 | .flaticon-interface:before { content: "\f108"; } 35 | .flaticon-standing-up-man:before { content: "\f109"; } 36 | .flaticon-graph-line-screen:before { content: "\f10a"; } 37 | .flaticon-smartphone-call:before { content: "\f10b"; } 38 | .flaticon-electric-light-bulb:before { content: "\f10c"; } 39 | .flaticon-e-mail-envelope:before { content: "\f10d"; } 40 | .flaticon-tool:before { content: "\f10e"; } 41 | .flaticon-computer:before { content: "\f10f"; } 42 | .flaticon-paper-bag:before { content: "\f110"; } 43 | .flaticon-dollar-symbol:before { content: "\f111"; } 44 | .flaticon-chart-of-columns:before { content: "\f112"; } 45 | .flaticon-quotation-mark:before { content: "\f113"; } 46 | .flaticon-speech-bubble-outline-of-rectangular-shape:before { content: "\f114"; } 47 | .flaticon-circle:before { content: "\f115"; } 48 | .flaticon-telephone:before { content: "\f116"; } 49 | .flaticon-three:before { content: "\f117"; } 50 | .flaticon-symbol:before { content: "\f118"; } 51 | .flaticon-left-quote:before { content: "\f119"; } 52 | .flaticon-line:before { content: "\f11a"; } 53 | .flaticon-sign:before { content: "\f11b"; } 54 | .flaticon-delete:before { content: "\f11c"; } 55 | .flaticon-new-email-outline:before { content: "\f11d"; } 56 | .flaticon-menu-button:before { content: "\f11e"; } 57 | .flaticon-check-symbol:before { content: "\f11f"; } 58 | .flaticon-round:before { content: "\f120"; } 59 | .flaticon-arrows-1:before { content: "\f121"; } 60 | .flaticon-home-location-marker:before { content: "\f122"; } 61 | .flaticon-house-outline:before { content: "\f123"; } 62 | .flaticon-security-badge:before { content: "\f124"; } 63 | .flaticon-boat-anchor:before { content: "\f125"; } 64 | .flaticon-computer-screen:before { content: "\f126"; } 65 | .flaticon-clock:before { content: "\f127"; } 66 | .flaticon-woman-and-child-holding-hands:before { content: "\f128"; } 67 | .flaticon-lightbulb-idea:before { content: "\f129"; } 68 | .flaticon-home:before { content: "\f12a"; } 69 | .flaticon-arrows-2:before { content: "\f12b"; } 70 | .flaticon-delete-cross:before { content: "\f12c"; } 71 | .flaticon-location:before { content: "\f12d"; } 72 | .flaticon-cross:before { content: "\f12e"; } 73 | .flaticon-arrows-3:before { content: "\f12f"; } 74 | .flaticon-technology-1:before { content: "\f130"; } 75 | .flaticon-fax-with-phone:before { content: "\f131"; } 76 | .flaticon-boat-anchor-1:before { content: "\f132"; } 77 | .flaticon-24-hours-support:before { content: "\f133"; } 78 | .flaticon-interface-1:before { content: "\f134"; } 79 | .flaticon-interface-2:before { content: "\f135"; } 80 | .flaticon-three-stacks-of-coins:before { content: "\f136"; } 81 | .flaticon-photo:before { content: "\f137"; } 82 | .flaticon-phone-book:before { content: "\f138"; } 83 | .flaticon-social-media:before { content: "\f139"; } 84 | .flaticon-layers:before { content: "\f13a"; } 85 | .flaticon-pin:before { content: "\f13b"; } 86 | .flaticon-edit-document:before { content: "\f13c"; } 87 | .flaticon-people:before { content: "\f13d"; } 88 | .flaticon-quote:before { content: "\f13e"; } 89 | .flaticon-volunteer:before { content: "\f13f"; } 90 | .flaticon-support:before { content: "\f140"; } 91 | .flaticon-fax:before { content: "\f141"; } 92 | .flaticon-music:before { content: "\f142"; } 93 | .flaticon-music-1:before { content: "\f143"; } 94 | .flaticon-shape:before { content: "\f144"; } 95 | .flaticon-cogwheel:before { content: "\f145"; } 96 | .flaticon-heart:before { content: "\f146"; } 97 | .flaticon-arrows-4:before { content: "\f147"; } 98 | .flaticon-shapes:before { content: "\f148"; } 99 | .flaticon-home-1:before { content: "\f149"; } 100 | .flaticon-cross-1:before { content: "\f14a"; } 101 | .flaticon-line-1:before { content: "\f14b"; } 102 | .flaticon-right-arrow:before { content: "\f14c"; } 103 | .flaticon-arrows-5:before { content: "\f14d"; } 104 | .flaticon-play-button-1:before { content: "\f14e"; } 105 | .flaticon-home-2:before { content: "\f14f"; } 106 | .flaticon-time:before { content: "\f150"; } 107 | .flaticon-bullhorn:before { content: "\f151"; } 108 | .flaticon-technology-2:before { content: "\f152"; } 109 | .flaticon-food:before { content: "\f153"; } 110 | .flaticon-coin:before { content: "\f154"; } 111 | .flaticon-smartphone:before { content: "\f155"; } 112 | .flaticon-nature:before { content: "\f156"; } 113 | .flaticon-email:before { content: "\f157"; } 114 | .flaticon-light-bulb:before { content: "\f158"; } 115 | .flaticon-letter:before { content: "\f159"; } 116 | .flaticon-magnifying-glass:before { content: "\f15a"; } 117 | .flaticon-technology-3:before { content: "\f15b"; } 118 | .flaticon-search:before { content: "\f15c"; } 119 | .flaticon-rocket-launch:before { content: "\f15d"; } 120 | .flaticon-multimedia:before { content: "\f15e"; } 121 | .flaticon-support-1:before { content: "\f15f"; } 122 | .flaticon-search-1:before { content: "\f160"; } 123 | .flaticon-bag:before { content: "\f161"; } 124 | .flaticon-correct:before { content: "\f162"; } 125 | .flaticon-video-camera:before { content: "\f163"; } 126 | .flaticon-stats:before { content: "\f164"; } 127 | .flaticon-arrows-6:before { content: "\f165"; } 128 | .flaticon-arrows-7:before { content: "\f166"; } 129 | .flaticon-arrows-8:before { content: "\f167"; } 130 | .flaticon-arrows-9:before { content: "\f168"; } 131 | .flaticon-arrows-10:before { content: "\f169"; } 132 | .flaticon-menu:before { content: "\f16a"; } 133 | .flaticon-checked:before { content: "\f16b"; } 134 | .flaticon-line-2:before { content: "\f16c"; } 135 | .flaticon-truck:before { content: "\f16d"; } 136 | .flaticon-coin-1:before { content: "\f16e"; } 137 | .flaticon-headphones:before { content: "\f16f"; } 138 | .flaticon-shopping-bag:before { content: "\f170"; } 139 | .flaticon-money:before { content: "\f171"; } 140 | .flaticon-money-1:before { content: "\f172"; } 141 | .flaticon-garbage:before { content: "\f173"; } 142 | .flaticon-placeholder:before { content: "\f174"; } 143 | .flaticon-heart-1:before { content: "\f175"; } 144 | .flaticon-settings:before { content: "\f176"; } 145 | .flaticon-magnifying-glass-1:before { content: "\f177"; } 146 | .flaticon-link:before { content: "\f178"; } 147 | .flaticon-star:before { content: "\f179"; } 148 | .flaticon-tag:before { content: "\f17a"; } 149 | .flaticon-printer:before { content: "\f17b"; } 150 | .flaticon-share:before { content: "\f17c"; } 151 | .flaticon-house:before { content: "\f17d"; } 152 | .flaticon-phone-call:before { content: "\f17e"; } 153 | .flaticon-shopping-bag-1:before { content: "\f17f"; } 154 | .flaticon-envelope:before { content: "\f180"; } 155 | .flaticon-bars:before { content: "\f181"; } 156 | .flaticon-remove:before { content: "\f182"; } 157 | .flaticon-time-1:before { content: "\f183"; } 158 | .flaticon-check:before { content: "\f184"; } 159 | .flaticon-link-1:before { content: "\f185"; } 160 | .flaticon-check-1:before { content: "\f186"; } 161 | .flaticon-add:before { content: "\f187"; } 162 | .flaticon-wallet:before { content: "\f188"; } 163 | .flaticon-menu-1:before { content: "\f189"; } 164 | .flaticon-placeholder-1:before { content: "\f18a"; } 165 | .flaticon-home-3:before { content: "\f18b"; } 166 | .flaticon-phone-call-1:before { content: "\f18c"; } 167 | .flaticon-play-button-2:before { content: "\f18d"; } 168 | .flaticon-anchor:before { content: "\f18e"; } 169 | .flaticon-arrows-11:before { content: "\f18f"; } 170 | .flaticon-signs:before { content: "\f190"; } 171 | .flaticon-menu-2:before { content: "\f191"; } 172 | .flaticon-contact:before { content: "\f192"; } 173 | .flaticon-wallet-1:before { content: "\f193"; } 174 | .flaticon-arrows-12:before { content: "\f194"; } 175 | .flaticon-calendar:before { content: "\f195"; } 176 | .flaticon-picture:before { content: "\f196"; } 177 | .flaticon-picture-1:before { content: "\f197"; } 178 | .flaticon-play-button-3:before { content: "\f198"; } 179 | .flaticon-play-button-4:before { content: "\f199"; } 180 | .flaticon-success:before { content: "\f19a"; } 181 | .flaticon-add-1:before { content: "\f19b"; } 182 | .flaticon-clock-1:before { content: "\f19c"; } 183 | .flaticon-home-4:before { content: "\f19d"; } 184 | .flaticon-placeholder-2:before { content: "\f19e"; } 185 | .flaticon-users:before { content: "\f19f"; } 186 | .flaticon-users-1:before { content: "\f1a0"; } 187 | .flaticon-unlink:before { content: "\f1a1"; } 188 | .flaticon-layers-1:before { content: "\f1a2"; } 189 | .flaticon-idea:before { content: "\f1a3"; } 190 | .flaticon-interface-3:before { content: "\f1a4"; } 191 | .flaticon-up-arrow:before { content: "\f1a5"; } 192 | .flaticon-arrows-13:before { content: "\f1a6"; } 193 | .flaticon-arrows-14:before { content: "\f1a7"; } 194 | .flaticon-arrows-15:before { content: "\f1a8"; } 195 | .flaticon-close:before { content: "\f1a9"; } 196 | .flaticon-user:before { content: "\f1aa"; } 197 | .flaticon-bar-chart:before { content: "\f1ab"; } 198 | .flaticon-speech-bubble:before { content: "\f1ac"; } 199 | .flaticon-placeholder-3:before { content: "\f1ad"; } 200 | .flaticon-technology-4:before { content: "\f1ae"; } 201 | .flaticon-stick-man:before { content: "\f1af"; } 202 | .flaticon-technology-5:before { content: "\f1b0"; } 203 | .flaticon-link-2:before { content: "\f1b1"; } 204 | .flaticon-trophy:before { content: "\f1b2"; } 205 | .flaticon-open-book:before { content: "\f1b3"; } 206 | .flaticon-donation:before { content: "\f1b4"; } 207 | .flaticon-money-2:before { content: "\f1b5"; } 208 | .flaticon-drawing:before { content: "\f1b6"; } 209 | .flaticon-trophy-1:before { content: "\f1b7"; } 210 | .flaticon-layers-2:before { content: "\f1b8"; } 211 | .flaticon-envelope-1:before { content: "\f1b9"; } 212 | .flaticon-line-chart:before { content: "\f1ba"; } 213 | .flaticon-home-5:before { content: "\f1bb"; } 214 | .flaticon-play-button-5:before { content: "\f1bc"; } 215 | .flaticon-interface-4:before { content: "\f1bd"; } 216 | .flaticon-bar-chart-1:before { content: "\f1be"; } 217 | .flaticon-message:before { content: "\f1bf"; } 218 | .flaticon-care:before { content: "\f1c0"; } 219 | .flaticon-quality:before { content: "\f1c1"; } 220 | .flaticon-agenda:before { content: "\f1c2"; } 221 | .flaticon-shirt:before { content: "\f1c3"; } 222 | .flaticon-team:before { content: "\f1c4"; } 223 | .flaticon-maps-and-flags:before { content: "\f1c5"; } 224 | .flaticon-delete-1:before { content: "\f1c6"; } 225 | .flaticon-cancel:before { content: "\f1c7"; } 226 | .flaticon-logout:before { content: "\f1c8"; } 227 | .flaticon-line-chart-1:before { content: "\f1c9"; } 228 | .flaticon-menu-3:before { content: "\f1ca"; } 229 | .flaticon-like:before { content: "\f1cb"; } 230 | .flaticon-bar-chart-2:before { content: "\f1cc"; } 231 | .flaticon-money-3:before { content: "\f1cd"; } 232 | .flaticon-briefcase:before { content: "\f1ce"; } 233 | .flaticon-agenda-1:before { content: "\f1cf"; } 234 | .flaticon-technology-6:before { content: "\f1d0"; } 235 | .flaticon-arrows-16:before { content: "\f1d1"; } 236 | .flaticon-menu-4:before { content: "\f1d2"; } 237 | .flaticon-coins:before { content: "\f1d3"; } 238 | .flaticon-photo-1:before { content: "\f1d4"; } 239 | .flaticon-shield:before { content: "\f1d5"; } 240 | .flaticon-mail:before { content: "\f1d6"; } 241 | .flaticon-group:before { content: "\f1d7"; } 242 | .flaticon-collaboration:before { content: "\f1d8"; } 243 | .flaticon-fruit:before { content: "\f1d9"; } 244 | .flaticon-water:before { content: "\f1da"; } 245 | .flaticon-heart-2:before { content: "\f1db"; } 246 | .flaticon-first-aid-kit:before { content: "\f1dc"; } 247 | .flaticon-tshirt:before { content: "\f1dd"; } 248 | .flaticon-book:before { content: "\f1de"; } 249 | .flaticon-water-bottle:before { content: "\f1df"; } 250 | .flaticon-medicine:before { content: "\f1e0"; } 251 | .flaticon-hamburger:before { content: "\f1e1"; } 252 | .flaticon-donation-1:before { content: "\f1e2"; } 253 | .flaticon-adoption:before { content: "\f1e3"; } 254 | .flaticon-donation-2:before { content: "\f1e4"; } 255 | .flaticon-heart-3:before { content: "\f1e5"; } 256 | .flaticon-reading:before { content: "\f1e6"; } 257 | .flaticon-coin-2:before { content: "\f1e7"; } 258 | .flaticon-call:before { content: "\f1e8"; } 259 | .flaticon-email-1:before { content: "\f1e9"; } 260 | .flaticon-email-2:before { content: "\f1ea"; } 261 | .flaticon-instagram:before { content: "\f1eb"; } 262 | .flaticon-hand:before { content: "\f1ec"; } 263 | .flaticon-placeholder-4:before { content: "\f1ed"; } 264 | .flaticon-volunteer-1:before { content: "\f1ee"; } 265 | .flaticon-volunteer-2:before { content: "\f1ef"; } 266 | .flaticon-donation-3:before { content: "\f1f0"; } 267 | .flaticon-harvest:before { content: "\f1f1"; } 268 | .flaticon-marker:before { content: "\f1f2"; } 269 | .flaticon-medication:before { content: "\f1f3"; } 270 | .flaticon-heart-4:before { content: "\f1f4"; } 271 | .flaticon-charity:before { content: "\f1f5"; } 272 | .flaticon-tree:before { content: "\f1f6"; } 273 | .flaticon-architecture-and-city:before { content: "\f1f7"; } 274 | .flaticon-tree-1:before { content: "\f1f8"; } 275 | .flaticon-location-pin:before { content: "\f1f9"; } --------------------------------------------------------------------------------