├── src-29-12-2024 ├── user │ ├── file.jpg │ ├── mini.php │ ├── sa.png │ ├── bernard.jpeg │ ├── best.phtml │ ├── download.jpg │ ├── mary.webp │ ├── report.php │ ├── smile.jpg │ ├── House 1 inside 2.avif │ ├── WhatsApp Image 2024-12-12 at 02.14.54.jpeg │ ├── owl-low-poly-artwork-amoled-black-background-neon-1920x1080-5101 (1).png │ ├── a.jpg │ ├── gr7.png │ ├── prof.jpg │ ├── agent1.jpg │ ├── usric.png │ ├── user-a-min.png │ ├── usersys-min.png │ ├── avatarm2-min.jpg │ ├── avatarm7-min.jpg │ ├── user-profile-min.png │ └── user-default-3-min.png ├── upload │ └── logo.jpeg ├── config.ini ├── logo.jpeg ├── Table Schema.png ├── images │ ├── favicon.ico │ ├── banner │ │ └── bg.jpg │ └── logo │ │ └── logo.jpeg ├── property │ ├── Pic 4.jpg │ ├── Front2.jpg │ ├── kitchen.jpg │ ├── getStarted.jpg │ ├── Crop600x400.jpeg │ ├── Front_House.JPG │ ├── devon units.png │ ├── Pasted image (4).png │ ├── house-4028391_1280.jpg │ ├── property-10256427-26481163_dhd.jpg │ ├── WhatsApp Image 2024-12-15 at 15.57.17.jpeg │ ├── WhatsApp Image 2024-12-15 at 15.57.30.jpeg │ └── full-shot-roommates-kitchen_23-2149485639.jpg ├── fonts │ └── flaticon │ │ ├── Flaticon.html │ │ ├── Flaticon-2.html │ │ ├── Flaticon-3.html │ │ ├── Flaticon-4.html │ │ └── Flaticond41d.html ├── webfonts │ ├── fa-brands-400.html │ ├── fa-brands-401.html │ ├── fa-brands-402.html │ ├── fa-brands-403.html │ ├── fa-regular-400.html │ ├── fa-regular-401.html │ ├── fa-regular-402.html │ ├── fa-regular-403.html │ ├── fa-solid-900.html │ ├── fa-solid-901.html │ ├── fa-solid-902.html │ ├── fa-solid-903.html │ ├── fa-solid-900d41d.html │ ├── fa-brands-400d41d.html │ └── fa-regular-400d41d.html ├── js │ ├── tinymce │ │ ├── plugins │ │ │ ├── help │ │ │ │ └── img │ │ │ │ │ └── logo.png │ │ │ ├── emoticons │ │ │ │ └── img │ │ │ │ │ ├── smiley-cool.gif │ │ │ │ │ ├── smiley-cry.gif │ │ │ │ │ ├── smiley-kiss.gif │ │ │ │ │ ├── smiley-wink.gif │ │ │ │ │ ├── smiley-yell.gif │ │ │ │ │ ├── smiley-frown.gif │ │ │ │ │ ├── smiley-sealed.gif │ │ │ │ │ ├── smiley-smile.gif │ │ │ │ │ ├── smiley-innocent.gif │ │ │ │ │ ├── smiley-laughing.gif │ │ │ │ │ ├── smiley-surprised.gif │ │ │ │ │ ├── smiley-undecided.gif │ │ │ │ │ ├── smiley-embarassed.gif │ │ │ │ │ ├── smiley-money-mouth.gif │ │ │ │ │ ├── smiley-tongue-out.gif │ │ │ │ │ └── smiley-foot-in-mouth.gif │ │ │ └── codesample │ │ │ │ └── css │ │ │ │ └── prism.css │ │ ├── skins │ │ │ └── lightgray │ │ │ │ ├── img │ │ │ │ ├── trans.gif │ │ │ │ ├── anchor.gif │ │ │ │ ├── loader.gif │ │ │ │ └── object.gif │ │ │ │ ├── fonts │ │ │ │ ├── tinymce.eot │ │ │ │ ├── tinymce.ttf │ │ │ │ ├── tinymce.woff │ │ │ │ ├── tinymce-small.eot │ │ │ │ ├── tinymce-small.ttf │ │ │ │ ├── tinymce-mobile.woff │ │ │ │ └── tinymce-small.woff │ │ │ │ └── content.mobile.min.css │ │ └── init-tinymce.min.js │ ├── jquery.dependClass-0.1.js │ └── tmpl.js ├── onchain helios market smart contract.drawio.png ├── cardano property solutions illustraion diagrams 26-12-2024.pdf ├── logout.php ├── breadcrumbs.php ├── scripts │ ├── scriptForLockingPropertyRegistryOfficeNFT.js │ ├── scriptForLockingPropertyThreadNFT.js │ └── scriptForLockingPropertyReferenceNFT.js ├── lower.php ├── state-delete.php ├── contact-delete.php ├── admin-delete.php ├── property-delete.php ├── feedback-delete.php ├── city-delete.php ├── include │ ├── lower.php │ └── breadcrumbs.php ├── css │ └── color.css ├── upper.php ├── user-delete.php ├── about-delete.php ├── user-agent-delete.php ├── about-add.php ├── feedback-edit.php ├── about-view.php └── feedback-view.php ├── src ├── admin │ ├── property │ │ └── readme.md │ ├── upload │ │ └── readme.md │ ├── user │ │ └── readme.md │ ├── logo.jpeg │ ├── assets │ │ ├── img │ │ │ ├── logo.jpeg │ │ │ └── profiles │ │ │ │ └── avatar-01.png │ │ ├── fonts │ │ │ ├── feathericon.eot │ │ │ ├── feathericon.ttf │ │ │ ├── feathericon.woff │ │ │ ├── feathericond41d.eot │ │ │ ├── MaterialIcons-Regular.eot │ │ │ ├── MaterialIcons-Regular.ttf │ │ │ ├── MaterialIcons-Regular.woff │ │ │ ├── fontawesome-webfont3e6e.eot │ │ │ ├── fontawesome-webfont3e6e.ttf │ │ │ ├── fontawesome-webfontd41d.eot │ │ │ └── fontawesome-webfont3e6e.woff │ │ ├── plugins │ │ │ ├── light-gallery │ │ │ │ ├── fonts │ │ │ │ │ ├── lgd41d.eot │ │ │ │ │ ├── lgd641.eot │ │ │ │ │ ├── lgd641.ttf │ │ │ │ │ └── lgd641.woff │ │ │ │ └── img │ │ │ │ │ ├── loading.gif │ │ │ │ │ ├── video-play.png │ │ │ │ │ ├── vimeo-play.png │ │ │ │ │ └── youtube-play.png │ │ │ ├── tinymce │ │ │ │ ├── plugins │ │ │ │ │ ├── help │ │ │ │ │ │ └── img │ │ │ │ │ │ │ └── logo.png │ │ │ │ │ └── emoticons │ │ │ │ │ │ └── img │ │ │ │ │ │ ├── smiley-cool.gif │ │ │ │ │ │ ├── smiley-cry.gif │ │ │ │ │ │ ├── smiley-kiss.gif │ │ │ │ │ │ ├── smiley-wink.gif │ │ │ │ │ │ ├── smiley-yell.gif │ │ │ │ │ │ ├── smiley-frown.gif │ │ │ │ │ │ ├── smiley-sealed.gif │ │ │ │ │ │ ├── smiley-smile.gif │ │ │ │ │ │ ├── smiley-innocent.gif │ │ │ │ │ │ ├── smiley-laughing.gif │ │ │ │ │ │ ├── smiley-surprised.gif │ │ │ │ │ │ ├── smiley-undecided.gif │ │ │ │ │ │ ├── smiley-embarassed.gif │ │ │ │ │ │ ├── smiley-money-mouth.gif │ │ │ │ │ │ ├── smiley-tongue-out.gif │ │ │ │ │ │ └── smiley-foot-in-mouth.gif │ │ │ │ ├── skins │ │ │ │ │ └── lightgray │ │ │ │ │ │ ├── img │ │ │ │ │ │ ├── anchor.gif │ │ │ │ │ │ ├── loader.gif │ │ │ │ │ │ ├── object.gif │ │ │ │ │ │ └── trans.gif │ │ │ │ │ │ ├── fonts │ │ │ │ │ │ ├── tinymce.eot │ │ │ │ │ │ ├── tinymce.ttf │ │ │ │ │ │ ├── tinymce.woff │ │ │ │ │ │ ├── tinymce-small.eot │ │ │ │ │ │ ├── tinymce-small.ttf │ │ │ │ │ │ ├── tinymce-small.woff │ │ │ │ │ │ └── tinymce-mobile.woff │ │ │ │ │ │ └── content.mobile.min.css │ │ │ │ └── init-tinymce.min.js │ │ │ ├── morris │ │ │ │ └── morris.css │ │ │ └── datatables │ │ │ │ ├── buttons.bootstrap4.min.js │ │ │ │ ├── responsive.bootstrap4.min.js │ │ │ │ ├── dataTables.bootstrap4.min.js │ │ │ │ └── buttons.print.min.js │ │ └── js │ │ │ ├── form-validation.js │ │ │ ├── mask.js │ │ │ ├── jvectormap.js │ │ │ └── chart.morris.js │ ├── js │ │ ├── tinymce │ │ │ ├── plugins │ │ │ │ ├── help │ │ │ │ │ └── img │ │ │ │ │ │ └── logo.png │ │ │ │ ├── emoticons │ │ │ │ │ └── img │ │ │ │ │ │ ├── smiley-cool.gif │ │ │ │ │ │ ├── smiley-cry.gif │ │ │ │ │ │ ├── smiley-kiss.gif │ │ │ │ │ │ ├── smiley-wink.gif │ │ │ │ │ │ ├── smiley-yell.gif │ │ │ │ │ │ ├── smiley-frown.gif │ │ │ │ │ │ ├── smiley-sealed.gif │ │ │ │ │ │ ├── smiley-smile.gif │ │ │ │ │ │ ├── smiley-innocent.gif │ │ │ │ │ │ ├── smiley-laughing.gif │ │ │ │ │ │ ├── smiley-surprised.gif │ │ │ │ │ │ ├── smiley-undecided.gif │ │ │ │ │ │ ├── smiley-embarassed.gif │ │ │ │ │ │ ├── smiley-money-mouth.gif │ │ │ │ │ │ ├── smiley-tongue-out.gif │ │ │ │ │ │ └── smiley-foot-in-mouth.gif │ │ │ │ └── codesample │ │ │ │ │ └── css │ │ │ │ │ └── prism.css │ │ │ ├── skins │ │ │ │ └── lightgray │ │ │ │ │ ├── img │ │ │ │ │ ├── trans.gif │ │ │ │ │ ├── anchor.gif │ │ │ │ │ ├── loader.gif │ │ │ │ │ └── object.gif │ │ │ │ │ ├── fonts │ │ │ │ │ ├── tinymce.eot │ │ │ │ │ ├── tinymce.ttf │ │ │ │ │ ├── tinymce.woff │ │ │ │ │ ├── tinymce-small.eot │ │ │ │ │ ├── tinymce-small.ttf │ │ │ │ │ ├── tinymce-mobile.woff │ │ │ │ │ └── tinymce-small.woff │ │ │ │ │ └── content.mobile.min.css │ │ │ └── init-tinymce.min.js │ │ ├── jquery.dependClass-0.1.js │ │ └── tmpl.js │ ├── config │ │ └── config.php │ ├── include │ │ ├── lower.php │ │ ├── breadcrumbs.php │ │ └── upper.php │ ├── logout.php │ ├── breadcrumbs.php │ ├── lower.php │ ├── state-delete.php │ ├── contact-delete.php │ ├── admin-delete.php │ ├── property-delete.php │ ├── feedback-delete.php │ ├── city-delete.php │ ├── css │ │ └── color.css │ ├── upper.php │ ├── user-delete.php │ ├── about-delete.php │ ├── user-agent-delete.php │ ├── about-add.php │ ├── feedback-edit.php │ ├── about-view.php │ └── feedback-view.php ├── frontend │ ├── favicon.ico │ ├── images │ │ ├── 01.jpg │ │ ├── banner │ │ │ ├── bg.jpg │ │ │ └── rshmpg.jpg │ │ ├── main-bg.jpg │ │ ├── settings.png │ │ ├── breadcromb.jpg │ │ ├── logo │ │ │ └── logo.jpeg │ │ ├── thumbnail4 │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ ├── 3.jpg │ │ │ └── 4.jpg │ │ └── house-floor-plan.png │ ├── favicon │ │ ├── favicon.ico │ │ ├── apple-icon.png │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── favicon-96x96.png │ │ ├── ms-icon-70x70.png │ │ ├── ms-icon-144x144.png │ │ ├── ms-icon-150x150.png │ │ ├── ms-icon-310x310.png │ │ ├── android-icon-36x36.png │ │ ├── android-icon-48x48.png │ │ ├── android-icon-72x72.png │ │ ├── android-icon-96x96.png │ │ ├── apple-icon-114x114.png │ │ ├── apple-icon-120x120.png │ │ ├── apple-icon-144x144.png │ │ ├── apple-icon-152x152.png │ │ ├── apple-icon-180x180.png │ │ ├── apple-icon-57x57.png │ │ ├── apple-icon-60x60.png │ │ ├── apple-icon-72x72.png │ │ ├── apple-icon-76x76.png │ │ ├── android-icon-144x144.png │ │ ├── android-icon-192x192.png │ │ ├── apple-icon-precomposed.png │ │ ├── browserconfig.xml │ │ └── manifest.json │ ├── webfonts │ │ ├── fa-brands-400.html │ │ ├── fa-brands-401.html │ │ ├── fa-brands-402.html │ │ ├── fa-brands-403.html │ │ ├── fa-solid-900.html │ │ ├── fa-solid-901.html │ │ ├── fa-solid-902.html │ │ ├── fa-solid-903.html │ │ ├── fa-regular-400.html │ │ ├── fa-regular-401.html │ │ ├── fa-regular-402.html │ │ ├── fa-regular-403.html │ │ ├── fa-solid-900d41d.html │ │ ├── fa-brands-400d41d.html │ │ └── fa-regular-400d41d.html │ ├── fonts │ │ └── flaticon │ │ │ ├── Flaticon-2.html │ │ │ ├── Flaticon-3.html │ │ │ ├── Flaticon-4.html │ │ │ ├── Flaticon.html │ │ │ └── Flaticond41d.html │ ├── js │ │ ├── tinymce │ │ │ ├── plugins │ │ │ │ ├── help │ │ │ │ │ └── img │ │ │ │ │ │ └── logo.png │ │ │ │ └── emoticons │ │ │ │ │ └── img │ │ │ │ │ ├── smiley-cry.gif │ │ │ │ │ ├── smiley-cool.gif │ │ │ │ │ ├── smiley-frown.gif │ │ │ │ │ ├── smiley-kiss.gif │ │ │ │ │ ├── smiley-sealed.gif │ │ │ │ │ ├── smiley-smile.gif │ │ │ │ │ ├── smiley-wink.gif │ │ │ │ │ ├── smiley-yell.gif │ │ │ │ │ ├── smiley-innocent.gif │ │ │ │ │ ├── smiley-laughing.gif │ │ │ │ │ ├── smiley-embarassed.gif │ │ │ │ │ ├── smiley-money-mouth.gif │ │ │ │ │ ├── smiley-surprised.gif │ │ │ │ │ ├── smiley-tongue-out.gif │ │ │ │ │ ├── smiley-undecided.gif │ │ │ │ │ └── smiley-foot-in-mouth.gif │ │ │ ├── skins │ │ │ │ └── lightgray │ │ │ │ │ ├── img │ │ │ │ │ ├── trans.gif │ │ │ │ │ ├── anchor.gif │ │ │ │ │ ├── loader.gif │ │ │ │ │ └── object.gif │ │ │ │ │ ├── fonts │ │ │ │ │ ├── tinymce.eot │ │ │ │ │ ├── tinymce.ttf │ │ │ │ │ ├── tinymce.woff │ │ │ │ │ ├── tinymce-small.eot │ │ │ │ │ ├── tinymce-small.ttf │ │ │ │ │ ├── tinymce-mobile.woff │ │ │ │ │ └── tinymce-small.woff │ │ │ │ │ └── content.mobile.min.css │ │ │ └── init-tinymce.min.js │ │ ├── jquery.dependClass-0.1.js │ │ └── tmpl.js │ ├── config │ │ └── config.php │ ├── logout.php │ ├── submit-property-delete.php │ ├── include │ │ ├── lower.php │ │ └── breadcrumbs.php │ ├── css │ │ └── color.css │ ├── messages.php │ ├── about.php │ └── services.php └── backend │ └── Cardano Property Solutions Database Prototype.pdf ├── dApp Back End design 28-04-2024.pdf ├── dApp Front End design 28-04-2024.pdf ├── Cardano Property Solutions Database Prototype.pdf ├── dApp Back End design Systems Interactions Diagram.pdf ├── close-out-report-and-video ├── Close Out Report : Catalyst 1100070.pdf ├── Cardanno Property Industry Solutions 1100070 v3.pdf ├── Cardanno Property Industry Solutions 1100070 v4.pdf └── Cardanno Property Industry Solutions 1100070 v5.pdf └── LICENSE /src-29-12-2024/user/file.jpg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src-29-12-2024/user/mini.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src-29-12-2024/user/sa.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/admin/property/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/admin/upload/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/admin/user/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src-29-12-2024/upload/logo.jpeg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src-29-12-2024/user/bernard.jpeg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src-29-12-2024/user/best.phtml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src-29-12-2024/user/download.jpg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src-29-12-2024/user/mary.webp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src-29-12-2024/user/report.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src-29-12-2024/user/smile.jpg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src-29-12-2024/config.ini: -------------------------------------------------------------------------------- 1 | name<||>james 2 | -------------------------------------------------------------------------------- /src-29-12-2024/user/House 1 inside 2.avif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src-29-12-2024/user/WhatsApp Image 2024-12-12 at 02.14.54.jpeg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src-29-12-2024/user/owl-low-poly-artwork-amoled-black-background-neon-1920x1080-5101 (1).png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/admin/logo.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/logo.jpeg -------------------------------------------------------------------------------- /src-29-12-2024/logo.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/logo.jpeg -------------------------------------------------------------------------------- /src-29-12-2024/user/a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/user/a.jpg -------------------------------------------------------------------------------- /src/frontend/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon.ico -------------------------------------------------------------------------------- /src-29-12-2024/user/gr7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/user/gr7.png -------------------------------------------------------------------------------- /src-29-12-2024/user/prof.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/user/prof.jpg -------------------------------------------------------------------------------- /src/frontend/images/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/images/01.jpg -------------------------------------------------------------------------------- /src-29-12-2024/user/agent1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/user/agent1.jpg -------------------------------------------------------------------------------- /src-29-12-2024/user/usric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/user/usric.png -------------------------------------------------------------------------------- /src/admin/assets/img/logo.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/img/logo.jpeg -------------------------------------------------------------------------------- /src-29-12-2024/Table Schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/Table Schema.png -------------------------------------------------------------------------------- /src-29-12-2024/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/images/favicon.ico -------------------------------------------------------------------------------- /src-29-12-2024/property/Pic 4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/property/Pic 4.jpg -------------------------------------------------------------------------------- /src/frontend/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/favicon.ico -------------------------------------------------------------------------------- /src/frontend/images/banner/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/images/banner/bg.jpg -------------------------------------------------------------------------------- /src/frontend/images/main-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/images/main-bg.jpg -------------------------------------------------------------------------------- /src/frontend/images/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/images/settings.png -------------------------------------------------------------------------------- /dApp Back End design 28-04-2024.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/dApp Back End design 28-04-2024.pdf -------------------------------------------------------------------------------- /src-29-12-2024/images/banner/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/images/banner/bg.jpg -------------------------------------------------------------------------------- /src-29-12-2024/property/Front2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/property/Front2.jpg -------------------------------------------------------------------------------- /src-29-12-2024/property/kitchen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/property/kitchen.jpg -------------------------------------------------------------------------------- /src-29-12-2024/user/user-a-min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/user/user-a-min.png -------------------------------------------------------------------------------- /src-29-12-2024/user/usersys-min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/user/usersys-min.png -------------------------------------------------------------------------------- /src/frontend/favicon/apple-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/apple-icon.png -------------------------------------------------------------------------------- /src/frontend/images/breadcromb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/images/breadcromb.jpg -------------------------------------------------------------------------------- /src/frontend/images/logo/logo.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/images/logo/logo.jpeg -------------------------------------------------------------------------------- /dApp Front End design 28-04-2024.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/dApp Front End design 28-04-2024.pdf -------------------------------------------------------------------------------- /src-29-12-2024/images/logo/logo.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/images/logo/logo.jpeg -------------------------------------------------------------------------------- /src-29-12-2024/property/getStarted.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/property/getStarted.jpg -------------------------------------------------------------------------------- /src-29-12-2024/user/avatarm2-min.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/user/avatarm2-min.jpg -------------------------------------------------------------------------------- /src-29-12-2024/user/avatarm7-min.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/user/avatarm7-min.jpg -------------------------------------------------------------------------------- /src/admin/assets/fonts/feathericon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/fonts/feathericon.eot -------------------------------------------------------------------------------- /src/admin/assets/fonts/feathericon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/fonts/feathericon.ttf -------------------------------------------------------------------------------- /src/frontend/favicon/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/favicon-16x16.png -------------------------------------------------------------------------------- /src/frontend/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /src/frontend/favicon/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/favicon-96x96.png -------------------------------------------------------------------------------- /src/frontend/favicon/ms-icon-70x70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/ms-icon-70x70.png -------------------------------------------------------------------------------- /src/frontend/images/banner/rshmpg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/images/banner/rshmpg.jpg -------------------------------------------------------------------------------- /src/frontend/images/thumbnail4/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/images/thumbnail4/1.jpg -------------------------------------------------------------------------------- /src/frontend/images/thumbnail4/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/images/thumbnail4/2.jpg -------------------------------------------------------------------------------- /src/frontend/images/thumbnail4/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/images/thumbnail4/3.jpg -------------------------------------------------------------------------------- /src/frontend/images/thumbnail4/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/images/thumbnail4/4.jpg -------------------------------------------------------------------------------- /src-29-12-2024/property/Crop600x400.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/property/Crop600x400.jpeg -------------------------------------------------------------------------------- /src-29-12-2024/property/Front_House.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/property/Front_House.JPG -------------------------------------------------------------------------------- /src-29-12-2024/property/devon units.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/property/devon units.png -------------------------------------------------------------------------------- /src-29-12-2024/user/user-profile-min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/user/user-profile-min.png -------------------------------------------------------------------------------- /src/admin/assets/fonts/feathericon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/fonts/feathericon.woff -------------------------------------------------------------------------------- /src/frontend/favicon/ms-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/ms-icon-144x144.png -------------------------------------------------------------------------------- /src/frontend/favicon/ms-icon-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/ms-icon-150x150.png -------------------------------------------------------------------------------- /src/frontend/favicon/ms-icon-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/ms-icon-310x310.png -------------------------------------------------------------------------------- /src/frontend/images/house-floor-plan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/images/house-floor-plan.png -------------------------------------------------------------------------------- /src/frontend/webfonts/fa-brands-400.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/webfonts/fa-brands-400.html -------------------------------------------------------------------------------- /src/frontend/webfonts/fa-brands-401.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/webfonts/fa-brands-401.html -------------------------------------------------------------------------------- /src/frontend/webfonts/fa-brands-402.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/webfonts/fa-brands-402.html -------------------------------------------------------------------------------- /src/frontend/webfonts/fa-brands-403.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/webfonts/fa-brands-403.html -------------------------------------------------------------------------------- /src/frontend/webfonts/fa-solid-900.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/webfonts/fa-solid-900.html -------------------------------------------------------------------------------- /src/frontend/webfonts/fa-solid-901.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/webfonts/fa-solid-901.html -------------------------------------------------------------------------------- /src/frontend/webfonts/fa-solid-902.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/webfonts/fa-solid-902.html -------------------------------------------------------------------------------- /src/frontend/webfonts/fa-solid-903.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/webfonts/fa-solid-903.html -------------------------------------------------------------------------------- /src-29-12-2024/fonts/flaticon/Flaticon.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/fonts/flaticon/Flaticon.html -------------------------------------------------------------------------------- /src-29-12-2024/user/user-default-3-min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/user/user-default-3-min.png -------------------------------------------------------------------------------- /src-29-12-2024/webfonts/fa-brands-400.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/webfonts/fa-brands-400.html -------------------------------------------------------------------------------- /src-29-12-2024/webfonts/fa-brands-401.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/webfonts/fa-brands-401.html -------------------------------------------------------------------------------- /src-29-12-2024/webfonts/fa-brands-402.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/webfonts/fa-brands-402.html -------------------------------------------------------------------------------- /src-29-12-2024/webfonts/fa-brands-403.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/webfonts/fa-brands-403.html -------------------------------------------------------------------------------- /src-29-12-2024/webfonts/fa-regular-400.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/webfonts/fa-regular-400.html -------------------------------------------------------------------------------- /src-29-12-2024/webfonts/fa-regular-401.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/webfonts/fa-regular-401.html -------------------------------------------------------------------------------- /src-29-12-2024/webfonts/fa-regular-402.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/webfonts/fa-regular-402.html -------------------------------------------------------------------------------- /src-29-12-2024/webfonts/fa-regular-403.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/webfonts/fa-regular-403.html -------------------------------------------------------------------------------- /src-29-12-2024/webfonts/fa-solid-900.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/webfonts/fa-solid-900.html -------------------------------------------------------------------------------- /src-29-12-2024/webfonts/fa-solid-901.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/webfonts/fa-solid-901.html -------------------------------------------------------------------------------- /src-29-12-2024/webfonts/fa-solid-902.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/webfonts/fa-solid-902.html -------------------------------------------------------------------------------- /src-29-12-2024/webfonts/fa-solid-903.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/webfonts/fa-solid-903.html -------------------------------------------------------------------------------- /src/admin/assets/fonts/feathericond41d.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/fonts/feathericond41d.eot -------------------------------------------------------------------------------- /src/admin/assets/img/profiles/avatar-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/img/profiles/avatar-01.png -------------------------------------------------------------------------------- /src/frontend/favicon/android-icon-36x36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/android-icon-36x36.png -------------------------------------------------------------------------------- /src/frontend/favicon/android-icon-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/android-icon-48x48.png -------------------------------------------------------------------------------- /src/frontend/favicon/android-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/android-icon-72x72.png -------------------------------------------------------------------------------- /src/frontend/favicon/android-icon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/android-icon-96x96.png -------------------------------------------------------------------------------- /src/frontend/favicon/apple-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/apple-icon-114x114.png -------------------------------------------------------------------------------- /src/frontend/favicon/apple-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/apple-icon-120x120.png -------------------------------------------------------------------------------- /src/frontend/favicon/apple-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/apple-icon-144x144.png -------------------------------------------------------------------------------- /src/frontend/favicon/apple-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/apple-icon-152x152.png -------------------------------------------------------------------------------- /src/frontend/favicon/apple-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/apple-icon-180x180.png -------------------------------------------------------------------------------- /src/frontend/favicon/apple-icon-57x57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/apple-icon-57x57.png -------------------------------------------------------------------------------- /src/frontend/favicon/apple-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/apple-icon-60x60.png -------------------------------------------------------------------------------- /src/frontend/favicon/apple-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/apple-icon-72x72.png -------------------------------------------------------------------------------- /src/frontend/favicon/apple-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/apple-icon-76x76.png -------------------------------------------------------------------------------- /src/frontend/fonts/flaticon/Flaticon-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/fonts/flaticon/Flaticon-2.html -------------------------------------------------------------------------------- /src/frontend/fonts/flaticon/Flaticon-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/fonts/flaticon/Flaticon-3.html -------------------------------------------------------------------------------- /src/frontend/fonts/flaticon/Flaticon-4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/fonts/flaticon/Flaticon-4.html -------------------------------------------------------------------------------- /src/frontend/fonts/flaticon/Flaticon.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/fonts/flaticon/Flaticon.html -------------------------------------------------------------------------------- /src/frontend/webfonts/fa-regular-400.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/webfonts/fa-regular-400.html -------------------------------------------------------------------------------- /src/frontend/webfonts/fa-regular-401.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/webfonts/fa-regular-401.html -------------------------------------------------------------------------------- /src/frontend/webfonts/fa-regular-402.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/webfonts/fa-regular-402.html -------------------------------------------------------------------------------- /src/frontend/webfonts/fa-regular-403.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/webfonts/fa-regular-403.html -------------------------------------------------------------------------------- /src/frontend/webfonts/fa-solid-900d41d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/webfonts/fa-solid-900d41d.html -------------------------------------------------------------------------------- /src-29-12-2024/fonts/flaticon/Flaticon-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/fonts/flaticon/Flaticon-2.html -------------------------------------------------------------------------------- /src-29-12-2024/fonts/flaticon/Flaticon-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/fonts/flaticon/Flaticon-3.html -------------------------------------------------------------------------------- /src-29-12-2024/fonts/flaticon/Flaticon-4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/fonts/flaticon/Flaticon-4.html -------------------------------------------------------------------------------- /src-29-12-2024/property/Pasted image (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/property/Pasted image (4).png -------------------------------------------------------------------------------- /src-29-12-2024/webfonts/fa-solid-900d41d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/webfonts/fa-solid-900d41d.html -------------------------------------------------------------------------------- /src/frontend/favicon/android-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/android-icon-144x144.png -------------------------------------------------------------------------------- /src/frontend/favicon/android-icon-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/android-icon-192x192.png -------------------------------------------------------------------------------- /src/frontend/fonts/flaticon/Flaticond41d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/fonts/flaticon/Flaticond41d.html -------------------------------------------------------------------------------- /src/frontend/webfonts/fa-brands-400d41d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/webfonts/fa-brands-400d41d.html -------------------------------------------------------------------------------- /src/frontend/webfonts/fa-regular-400d41d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/webfonts/fa-regular-400d41d.html -------------------------------------------------------------------------------- /src-29-12-2024/fonts/flaticon/Flaticond41d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/fonts/flaticon/Flaticond41d.html -------------------------------------------------------------------------------- /src-29-12-2024/property/house-4028391_1280.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/property/house-4028391_1280.jpg -------------------------------------------------------------------------------- /src-29-12-2024/webfonts/fa-brands-400d41d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/webfonts/fa-brands-400d41d.html -------------------------------------------------------------------------------- /src-29-12-2024/webfonts/fa-regular-400d41d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/webfonts/fa-regular-400d41d.html -------------------------------------------------------------------------------- /src/admin/assets/fonts/MaterialIcons-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/fonts/MaterialIcons-Regular.eot -------------------------------------------------------------------------------- /src/admin/assets/fonts/MaterialIcons-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/fonts/MaterialIcons-Regular.ttf -------------------------------------------------------------------------------- /src/admin/js/tinymce/plugins/help/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/plugins/help/img/logo.png -------------------------------------------------------------------------------- /src/frontend/favicon/apple-icon-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/favicon/apple-icon-precomposed.png -------------------------------------------------------------------------------- /Cardano Property Solutions Database Prototype.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/Cardano Property Solutions Database Prototype.pdf -------------------------------------------------------------------------------- /src/admin/assets/fonts/MaterialIcons-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/fonts/MaterialIcons-Regular.woff -------------------------------------------------------------------------------- /src/admin/assets/fonts/fontawesome-webfont3e6e.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/fonts/fontawesome-webfont3e6e.eot -------------------------------------------------------------------------------- /src/admin/assets/fonts/fontawesome-webfont3e6e.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/fonts/fontawesome-webfont3e6e.ttf -------------------------------------------------------------------------------- /src/admin/assets/fonts/fontawesome-webfontd41d.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/fonts/fontawesome-webfontd41d.eot -------------------------------------------------------------------------------- /src/admin/js/tinymce/skins/lightgray/img/trans.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/skins/lightgray/img/trans.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/plugins/help/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/plugins/help/img/logo.png -------------------------------------------------------------------------------- /dApp Back End design Systems Interactions Diagram.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/dApp Back End design Systems Interactions Diagram.pdf -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/plugins/help/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/plugins/help/img/logo.png -------------------------------------------------------------------------------- /src/admin/assets/fonts/fontawesome-webfont3e6e.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/fonts/fontawesome-webfont3e6e.woff -------------------------------------------------------------------------------- /src/admin/js/tinymce/skins/lightgray/img/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/skins/lightgray/img/anchor.gif -------------------------------------------------------------------------------- /src/admin/js/tinymce/skins/lightgray/img/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/skins/lightgray/img/loader.gif -------------------------------------------------------------------------------- /src/admin/js/tinymce/skins/lightgray/img/object.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/skins/lightgray/img/object.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/skins/lightgray/img/trans.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/skins/lightgray/img/trans.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/skins/lightgray/img/trans.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/skins/lightgray/img/trans.gif -------------------------------------------------------------------------------- /src/admin/assets/plugins/light-gallery/fonts/lgd41d.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/light-gallery/fonts/lgd41d.eot -------------------------------------------------------------------------------- /src/admin/assets/plugins/light-gallery/fonts/lgd641.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/light-gallery/fonts/lgd641.eot -------------------------------------------------------------------------------- /src/admin/assets/plugins/light-gallery/fonts/lgd641.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/light-gallery/fonts/lgd641.ttf -------------------------------------------------------------------------------- /src/admin/assets/plugins/light-gallery/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/light-gallery/img/loading.gif -------------------------------------------------------------------------------- /src/admin/js/tinymce/skins/lightgray/fonts/tinymce.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/skins/lightgray/fonts/tinymce.eot -------------------------------------------------------------------------------- /src/admin/js/tinymce/skins/lightgray/fonts/tinymce.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/skins/lightgray/fonts/tinymce.ttf -------------------------------------------------------------------------------- /src/admin/js/tinymce/skins/lightgray/fonts/tinymce.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/skins/lightgray/fonts/tinymce.woff -------------------------------------------------------------------------------- /src/frontend/js/tinymce/skins/lightgray/img/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/skins/lightgray/img/anchor.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/skins/lightgray/img/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/skins/lightgray/img/loader.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/skins/lightgray/img/object.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/skins/lightgray/img/object.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/skins/lightgray/img/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/skins/lightgray/img/anchor.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/skins/lightgray/img/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/skins/lightgray/img/loader.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/skins/lightgray/img/object.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/skins/lightgray/img/object.gif -------------------------------------------------------------------------------- /src-29-12-2024/property/property-10256427-26481163_dhd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/property/property-10256427-26481163_dhd.jpg -------------------------------------------------------------------------------- /src/admin/assets/plugins/light-gallery/fonts/lgd641.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/light-gallery/fonts/lgd641.woff -------------------------------------------------------------------------------- /src/admin/assets/plugins/light-gallery/img/video-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/light-gallery/img/video-play.png -------------------------------------------------------------------------------- /src/admin/assets/plugins/light-gallery/img/vimeo-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/light-gallery/img/vimeo-play.png -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/plugins/help/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/plugins/help/img/logo.png -------------------------------------------------------------------------------- /src/admin/js/tinymce/plugins/emoticons/img/smiley-cool.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/plugins/emoticons/img/smiley-cool.gif -------------------------------------------------------------------------------- /src/admin/js/tinymce/plugins/emoticons/img/smiley-cry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/plugins/emoticons/img/smiley-cry.gif -------------------------------------------------------------------------------- /src/admin/js/tinymce/plugins/emoticons/img/smiley-kiss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/plugins/emoticons/img/smiley-kiss.gif -------------------------------------------------------------------------------- /src/admin/js/tinymce/plugins/emoticons/img/smiley-wink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/plugins/emoticons/img/smiley-wink.gif -------------------------------------------------------------------------------- /src/admin/js/tinymce/plugins/emoticons/img/smiley-yell.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/plugins/emoticons/img/smiley-yell.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/skins/lightgray/fonts/tinymce.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/skins/lightgray/fonts/tinymce.eot -------------------------------------------------------------------------------- /src/frontend/js/tinymce/skins/lightgray/fonts/tinymce.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/skins/lightgray/fonts/tinymce.ttf -------------------------------------------------------------------------------- /src/frontend/js/tinymce/skins/lightgray/fonts/tinymce.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/skins/lightgray/fonts/tinymce.woff -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/skins/lightgray/fonts/tinymce.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/skins/lightgray/fonts/tinymce.eot -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/skins/lightgray/fonts/tinymce.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/skins/lightgray/fonts/tinymce.ttf -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/skins/lightgray/fonts/tinymce.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/skins/lightgray/fonts/tinymce.woff -------------------------------------------------------------------------------- /src/admin/assets/plugins/light-gallery/img/youtube-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/light-gallery/img/youtube-play.png -------------------------------------------------------------------------------- /src/admin/js/tinymce/plugins/emoticons/img/smiley-frown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/plugins/emoticons/img/smiley-frown.gif -------------------------------------------------------------------------------- /src/admin/js/tinymce/plugins/emoticons/img/smiley-sealed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/plugins/emoticons/img/smiley-sealed.gif -------------------------------------------------------------------------------- /src/admin/js/tinymce/plugins/emoticons/img/smiley-smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/plugins/emoticons/img/smiley-smile.gif -------------------------------------------------------------------------------- /src/admin/js/tinymce/skins/lightgray/fonts/tinymce-small.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/skins/lightgray/fonts/tinymce-small.eot -------------------------------------------------------------------------------- /src/admin/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf -------------------------------------------------------------------------------- /src/frontend/js/tinymce/plugins/emoticons/img/smiley-cry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/plugins/emoticons/img/smiley-cry.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-cool.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-cool.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-cry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-cry.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-kiss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-kiss.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-wink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-wink.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-yell.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-yell.gif -------------------------------------------------------------------------------- /src-29-12-2024/onchain helios market smart contract.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/onchain helios market smart contract.drawio.png -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/skins/lightgray/img/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/skins/lightgray/img/anchor.gif -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/skins/lightgray/img/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/skins/lightgray/img/loader.gif -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/skins/lightgray/img/object.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/skins/lightgray/img/object.gif -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/skins/lightgray/img/trans.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/skins/lightgray/img/trans.gif -------------------------------------------------------------------------------- /src/admin/js/tinymce/plugins/emoticons/img/smiley-innocent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/plugins/emoticons/img/smiley-innocent.gif -------------------------------------------------------------------------------- /src/admin/js/tinymce/plugins/emoticons/img/smiley-laughing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/plugins/emoticons/img/smiley-laughing.gif -------------------------------------------------------------------------------- /src/admin/js/tinymce/plugins/emoticons/img/smiley-surprised.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/plugins/emoticons/img/smiley-surprised.gif -------------------------------------------------------------------------------- /src/admin/js/tinymce/plugins/emoticons/img/smiley-undecided.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/plugins/emoticons/img/smiley-undecided.gif -------------------------------------------------------------------------------- /src/admin/js/tinymce/skins/lightgray/fonts/tinymce-mobile.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/skins/lightgray/fonts/tinymce-mobile.woff -------------------------------------------------------------------------------- /src/admin/js/tinymce/skins/lightgray/fonts/tinymce-small.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/skins/lightgray/fonts/tinymce-small.woff -------------------------------------------------------------------------------- /src/backend/Cardano Property Solutions Database Prototype.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/backend/Cardano Property Solutions Database Prototype.pdf -------------------------------------------------------------------------------- /src/frontend/js/tinymce/plugins/emoticons/img/smiley-cool.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/plugins/emoticons/img/smiley-cool.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/plugins/emoticons/img/smiley-frown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/plugins/emoticons/img/smiley-frown.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/plugins/emoticons/img/smiley-kiss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/plugins/emoticons/img/smiley-kiss.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/plugins/emoticons/img/smiley-sealed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/plugins/emoticons/img/smiley-sealed.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/plugins/emoticons/img/smiley-smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/plugins/emoticons/img/smiley-smile.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/plugins/emoticons/img/smiley-wink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/plugins/emoticons/img/smiley-wink.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/plugins/emoticons/img/smiley-yell.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/plugins/emoticons/img/smiley-yell.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/skins/lightgray/fonts/tinymce-small.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/skins/lightgray/fonts/tinymce-small.eot -------------------------------------------------------------------------------- /src/frontend/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-frown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-frown.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-sealed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-sealed.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-smile.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/skins/lightgray/fonts/tinymce-small.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/skins/lightgray/fonts/tinymce-small.eot -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf -------------------------------------------------------------------------------- /src/admin/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif -------------------------------------------------------------------------------- /src/admin/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif -------------------------------------------------------------------------------- /src/admin/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/plugins/emoticons/img/smiley-innocent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/plugins/emoticons/img/smiley-innocent.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/plugins/emoticons/img/smiley-laughing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/plugins/emoticons/img/smiley-laughing.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/skins/lightgray/fonts/tinymce-mobile.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/skins/lightgray/fonts/tinymce-mobile.woff -------------------------------------------------------------------------------- /src/frontend/js/tinymce/skins/lightgray/fonts/tinymce-small.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/skins/lightgray/fonts/tinymce-small.woff -------------------------------------------------------------------------------- /close-out-report-and-video/Close Out Report : Catalyst 1100070.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/close-out-report-and-video/Close Out Report : Catalyst 1100070.pdf -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-innocent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-innocent.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-laughing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-laughing.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-surprised.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-surprised.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-undecided.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-undecided.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/skins/lightgray/fonts/tinymce-mobile.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/skins/lightgray/fonts/tinymce-mobile.woff -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/skins/lightgray/fonts/tinymce-small.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/skins/lightgray/fonts/tinymce-small.woff -------------------------------------------------------------------------------- /src-29-12-2024/property/WhatsApp Image 2024-12-15 at 15.57.17.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/property/WhatsApp Image 2024-12-15 at 15.57.17.jpeg -------------------------------------------------------------------------------- /src-29-12-2024/property/WhatsApp Image 2024-12-15 at 15.57.30.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/property/WhatsApp Image 2024-12-15 at 15.57.30.jpeg -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/skins/lightgray/fonts/tinymce.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/skins/lightgray/fonts/tinymce.eot -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/skins/lightgray/fonts/tinymce.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/skins/lightgray/fonts/tinymce.ttf -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/skins/lightgray/fonts/tinymce.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/skins/lightgray/fonts/tinymce.woff -------------------------------------------------------------------------------- /src/admin/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/plugins/emoticons/img/smiley-surprised.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/plugins/emoticons/img/smiley-surprised.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/plugins/emoticons/img/smiley-undecided.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/plugins/emoticons/img/smiley-undecided.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif -------------------------------------------------------------------------------- /src-29-12-2024/property/full-shot-roommates-kitchen_23-2149485639.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/property/full-shot-roommates-kitchen_23-2149485639.jpg -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-cool.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-cool.gif -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-cry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-cry.gif -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-kiss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-kiss.gif -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-wink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-wink.gif -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-yell.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-yell.gif -------------------------------------------------------------------------------- /src/frontend/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/frontend/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-frown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-frown.gif -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-sealed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-sealed.gif -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-smile.gif -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/skins/lightgray/fonts/tinymce-small.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/skins/lightgray/fonts/tinymce-small.eot -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/skins/lightgray/fonts/tinymce-small.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/skins/lightgray/fonts/tinymce-small.ttf -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/skins/lightgray/fonts/tinymce-small.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/skins/lightgray/fonts/tinymce-small.woff -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-innocent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-innocent.gif -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-laughing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-laughing.gif -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-surprised.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-surprised.gif -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-undecided.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-undecided.gif -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/skins/lightgray/fonts/tinymce-mobile.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/skins/lightgray/fonts/tinymce-mobile.woff -------------------------------------------------------------------------------- /close-out-report-and-video/Cardanno Property Industry Solutions 1100070 v3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/close-out-report-and-video/Cardanno Property Industry Solutions 1100070 v3.pdf -------------------------------------------------------------------------------- /close-out-report-and-video/Cardanno Property Industry Solutions 1100070 v4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/close-out-report-and-video/Cardanno Property Industry Solutions 1100070 v4.pdf -------------------------------------------------------------------------------- /close-out-report-and-video/Cardanno Property Industry Solutions 1100070 v5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/close-out-report-and-video/Cardanno Property Industry Solutions 1100070 v5.pdf -------------------------------------------------------------------------------- /src-29-12-2024/cardano property solutions illustraion diagrams 26-12-2024.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src-29-12-2024/cardano property solutions illustraion diagrams 26-12-2024.pdf -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-embarassed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-embarassed.gif -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-money-mouth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-money-mouth.gif -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-tongue-out.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-tongue-out.gif -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wimsio/cardanopropertysolutions/HEAD/src/admin/assets/plugins/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif -------------------------------------------------------------------------------- /src/admin/config/config.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/frontend/config/config.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/admin/js/tinymce/skins/lightgray/content.mobile.min.css: -------------------------------------------------------------------------------- 1 | .tinymce-mobile-unfocused-selections .tinymce-mobile-unfocused-selection{position:absolute;display:inline-block;background-color:green;opacity:.5}body{-webkit-text-size-adjust:none}body img{max-width:96vw}body table img{max-width:95%} -------------------------------------------------------------------------------- /src-29-12-2024/js/tinymce/skins/lightgray/content.mobile.min.css: -------------------------------------------------------------------------------- 1 | .tinymce-mobile-unfocused-selections .tinymce-mobile-unfocused-selection{position:absolute;display:inline-block;background-color:green;opacity:.5}body{-webkit-text-size-adjust:none}body img{max-width:96vw}body table img{max-width:95%} -------------------------------------------------------------------------------- /src/frontend/js/tinymce/skins/lightgray/content.mobile.min.css: -------------------------------------------------------------------------------- 1 | .tinymce-mobile-unfocused-selections .tinymce-mobile-unfocused-selection{position:absolute;display:inline-block;background-color:green;opacity:.5}body{-webkit-text-size-adjust:none}body img{max-width:96vw}body table img{max-width:95%} -------------------------------------------------------------------------------- /src/admin/assets/plugins/tinymce/skins/lightgray/content.mobile.min.css: -------------------------------------------------------------------------------- 1 | .tinymce-mobile-unfocused-selections .tinymce-mobile-unfocused-selection{position:absolute;display:inline-block;background-color:green;opacity:.5}body{-webkit-text-size-adjust:none}body img{max-width:96vw}body table img{max-width:95%} -------------------------------------------------------------------------------- /src/frontend/favicon/browserconfig.xml: -------------------------------------------------------------------------------- 1 | 2 | #ffffff -------------------------------------------------------------------------------- /src/admin/assets/plugins/morris/morris.css: -------------------------------------------------------------------------------- 1 | .morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0} 2 | .morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0} 3 | -------------------------------------------------------------------------------- /src/admin/include/lower.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /src/admin/assets/js/form-validation.js: -------------------------------------------------------------------------------- 1 | 2 | // Example starter JavaScript for disabling form submissions if there are invalid fields 3 | (function() { 4 | 'use strict'; 5 | window.addEventListener('load', function() { 6 | // Fetch all the forms we want to apply custom Bootstrap validation styles to 7 | var forms = document.getElementsByClassName('needs-validation'); 8 | // Loop over them and prevent submission 9 | var validation = Array.prototype.filter.call(forms, function(form) { 10 | form.addEventListener('submit', function(event) { 11 | if (form.checkValidity() === false) { 12 | event.preventDefault(); 13 | event.stopPropagation(); 14 | } 15 | form.classList.add('was-validated'); 16 | }, false); 17 | }); 18 | }, false); 19 | })(); -------------------------------------------------------------------------------- /src/frontend/favicon/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "App", 3 | "icons": [ 4 | { 5 | "src": "\/android-icon-36x36.png", 6 | "sizes": "36x36", 7 | "type": "image\/png", 8 | "density": "0.75" 9 | }, 10 | { 11 | "src": "\/android-icon-48x48.png", 12 | "sizes": "48x48", 13 | "type": "image\/png", 14 | "density": "1.0" 15 | }, 16 | { 17 | "src": "\/android-icon-72x72.png", 18 | "sizes": "72x72", 19 | "type": "image\/png", 20 | "density": "1.5" 21 | }, 22 | { 23 | "src": "\/android-icon-96x96.png", 24 | "sizes": "96x96", 25 | "type": "image\/png", 26 | "density": "2.0" 27 | }, 28 | { 29 | "src": "\/android-icon-144x144.png", 30 | "sizes": "144x144", 31 | "type": "image\/png", 32 | "density": "3.0" 33 | }, 34 | { 35 | "src": "\/android-icon-192x192.png", 36 | "sizes": "192x192", 37 | "type": "image\/png", 38 | "density": "4.0" 39 | } 40 | ] 41 | } -------------------------------------------------------------------------------- /src/admin/include/breadcrumbs.php: -------------------------------------------------------------------------------- 1 | 6 |
7 |
8 |
9 |

10 | 11 |

12 |
13 |
14 | 22 |
23 |
24 |
25 | '; 26 | } 27 | ?> -------------------------------------------------------------------------------- /src/admin/assets/js/mask.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | 'use strict'; 3 | 4 | $.mask.definitions['~'] = '[+-]'; 5 | $('#date').mask('99/99/9999'); 6 | $('#phone').mask('(999) 999-9999'); 7 | $('#phoneExt').mask('(999) 999-9999? x99999'); 8 | $('#iphone').mask('+33 999 999 999'); 9 | $('#tin').mask('99-9999999'); 10 | $('#ccn').mask('9999 9999 9999 9999'); 11 | $('#ssn').mask('999-99-9999'); 12 | $('#currency').mask('999,999,999.99'); 13 | $('#product').mask('a*-999-a999', { 14 | placeholder: ' ' 15 | }); 16 | $('#eyescript').mask('~9.99 ~9.99 999'); 17 | $('#po').mask('PO: aaa-999-***'); 18 | $('#pct').mask('99%'); 19 | $('#phoneAutoclearFalse').mask('(999) 999-9999', { 20 | autoclear: false 21 | }); 22 | $('#phoneExtAutoclearFalse').mask('(999) 999-9999? x99999', { 23 | autoclear: false 24 | }); 25 | $('input').blur(function () { 26 | $('#info').html('Unmasked value: ' + $(this).mask()); 27 | }).dblclick(function () { 28 | $(this).unmask(); 29 | }); 30 | })(jQuery); -------------------------------------------------------------------------------- /src/frontend/logout.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/admin/assets/plugins/datatables/buttons.bootstrap4.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | Bootstrap integration for DataTables' Buttons 3 | ©2016 SpryMedia Ltd - datatables.net/license 4 | */ 5 | (function(b){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs4","datatables.net-buttons"],function(a){return b(a,window,document)}):"object"===typeof exports?module.exports=function(a,c){a||(a=window);if(!c||!c.fn.dataTable)c=require("datatables.net-bs4")(a,c).$;c.fn.dataTable.Buttons||require("datatables.net-buttons")(a,c);return b(c,a,a.document)}:b(jQuery,window,document)})(function(b){var a=b.fn.dataTable;b.extend(!0,a.Buttons.defaults,{dom:{container:{className:"dt-buttons btn-group"}, 6 | button:{className:"btn btn-secondary"},collection:{tag:"div",className:"dt-button-collection dropdown-menu",button:{tag:"a",className:"dt-button dropdown-item",active:"active",disabled:"disabled"}}},buttonCreated:function(a,d){return a.buttons?b('
').append(d):d}});a.ext.buttons.collection.className+=" dropdown-toggle";a.ext.buttons.collection.rightAlignClassName="dropdown-menu-right";return a.Buttons}); 7 | -------------------------------------------------------------------------------- /src/admin/logout.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src-29-12-2024/logout.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 Women In Move Solutions (Pty) Ltd 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /src/admin/assets/js/jvectormap.js: -------------------------------------------------------------------------------- 1 | !function($) { 2 | "use strict"; 3 | 4 | $('#world_map').vectorMap({ 5 | map: 'world_mill', 6 | scaleColors : ['#03a9f4', '#03a9f4'], 7 | normalizeFunction : 'polynomial', 8 | hoverOpacity : 0.7, 9 | hoverColor : false, 10 | regionStyle : { 11 | initial : { 12 | fill : '#2962ff' 13 | } 14 | }, 15 | backgroundColor : 'transparent' 16 | }); 17 | 18 | $('#usa').vectorMap({ 19 | map: 'us_aea', 20 | backgroundColor: 'transparent', 21 | regionStyle: { 22 | initial: { 23 | fill: '#2962ff' 24 | } 25 | } 26 | }); 27 | $('#india').vectorMap({ 28 | map : 'in_mill', 29 | backgroundColor : 'transparent', 30 | regionStyle : { 31 | initial : { 32 | fill : '#2962ff' 33 | } 34 | } 35 | }); 36 | $('#uk').vectorMap({map: 'uk_countries_mill',backgroundColor: 'transparent', 37 | regionStyle: { 38 | initial: { 39 | fill: '#2962ff' 40 | } 41 | }}); 42 | $('#russia').vectorMap({ 43 | map: 'ru_mill', 44 | backgroundColor: 'transparent', 45 | regionStyle: { 46 | initial: { 47 | fill: '#2962ff' 48 | } 49 | }}); 50 | 51 | }(window.jQuery) 52 | -------------------------------------------------------------------------------- /src/admin/breadcrumbs.php: -------------------------------------------------------------------------------- 1 |
16 | '; 26 | } 27 | ?> -------------------------------------------------------------------------------- /src-29-12-2024/breadcrumbs.php: -------------------------------------------------------------------------------- 1 |
16 | '; 26 | } 27 | ?> -------------------------------------------------------------------------------- /src/admin/assets/plugins/datatables/responsive.bootstrap4.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | Bootstrap 4 integration for DataTables' Responsive 3 | ©2016 SpryMedia Ltd - datatables.net/license 4 | */ 5 | (function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs4","datatables.net-responsive"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);if(!b||!b.fn.dataTable)b=require("datatables.net-bs4")(a,b).$;b.fn.dataTable.Responsive||require("datatables.net-responsive")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c){var a=c.fn.dataTable,b=a.Responsive.display,g=b.modal,e=c(''; 36 | } 37 | ?> -------------------------------------------------------------------------------- /src/frontend/include/breadcrumbs.php: -------------------------------------------------------------------------------- 1 | 16 |
17 |
18 |
19 |

20 | 21 |

22 |
23 |
24 | 32 |
33 |
34 |
35 |
'; 36 | } 37 | ?> -------------------------------------------------------------------------------- /src/admin/upper.php: -------------------------------------------------------------------------------- 1 | 26 | 27 | 28 | 29 | 30 | 31 | Cardano Property Solutions 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | '; 42 | 43 | include("header.php"); 44 | ?> -------------------------------------------------------------------------------- /src-29-12-2024/upper.php: -------------------------------------------------------------------------------- 1 | 26 | 27 | 28 | 29 | 30 | 31 | Cardano Property Solutions 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | '; 42 | 43 | include("header.php"); 44 | ?> -------------------------------------------------------------------------------- /src/admin/user-delete.php: -------------------------------------------------------------------------------- 1 | User Deleted

"; 40 | 41 | header("Location:user-list.php?msg=$msg"); 42 | } 43 | else 44 | { 45 | $msg="

User not Deleted

"; 46 | 47 | header("Location:user-list.php?msg=$msg"); 48 | } 49 | 50 | mysqli_close($con); 51 | } 52 | catch(Exception $e) 53 | { 54 | var_dump($e); 55 | } 56 | ?> 57 | -------------------------------------------------------------------------------- /src-29-12-2024/user-delete.php: -------------------------------------------------------------------------------- 1 | User Deleted

"; 40 | 41 | header("Location:user-list.php?msg=$msg"); 42 | } 43 | else 44 | { 45 | $msg="

User not Deleted

"; 46 | 47 | header("Location:user-list.php?msg=$msg"); 48 | } 49 | 50 | mysqli_close($con); 51 | } 52 | catch(Exception $e) 53 | { 54 | var_dump($e); 55 | } 56 | ?> 57 | -------------------------------------------------------------------------------- /src/admin/about-delete.php: -------------------------------------------------------------------------------- 1 | About Deleted

"; 38 | 39 | header("Location:aboutview.php?msg=$msg"); 40 | } 41 | else 42 | { 43 | $msg="

About not Deleted

"; 44 | 45 | header("Location:aboutview.php?msg=$msg"); 46 | } 47 | 48 | mysqli_close($con); 49 | } 50 | catch(Exception $e) 51 | { 52 | var_dump($e); 53 | } 54 | 55 | ?> 56 | -------------------------------------------------------------------------------- /src-29-12-2024/about-delete.php: -------------------------------------------------------------------------------- 1 | About Deleted

"; 38 | 39 | header("Location:aboutview.php?msg=$msg"); 40 | } 41 | else 42 | { 43 | $msg="

About not Deleted

"; 44 | 45 | header("Location:aboutview.php?msg=$msg"); 46 | } 47 | 48 | mysqli_close($con); 49 | } 50 | catch(Exception $e) 51 | { 52 | var_dump($e); 53 | } 54 | 55 | ?> 56 | -------------------------------------------------------------------------------- /src/admin/user-agent-delete.php: -------------------------------------------------------------------------------- 1 | team Deleted

"; 40 | 41 | header("Location:user-agent.php?msg=$msg"); 42 | } 43 | else 44 | { 45 | $msg="

Agent not Deleted

"; 46 | 47 | header("Location:user-agent.php?msg=$msg"); 48 | } 49 | 50 | mysqli_close($con); 51 | } 52 | catch(Exception $e) 53 | { 54 | var_dump($e); 55 | } 56 | ?> 57 | -------------------------------------------------------------------------------- /src-29-12-2024/user-agent-delete.php: -------------------------------------------------------------------------------- 1 | team Deleted

"; 40 | 41 | header("Location:user-agent.php?msg=$msg"); 42 | } 43 | else 44 | { 45 | $msg="

Agent not Deleted

"; 46 | 47 | header("Location:user-agent.php?msg=$msg"); 48 | } 49 | 50 | mysqli_close($con); 51 | } 52 | catch(Exception $e) 53 | { 54 | var_dump($e); 55 | } 56 | ?> 57 | -------------------------------------------------------------------------------- /src/frontend/messages.php: -------------------------------------------------------------------------------- 1 | Message Successfully Sent!

"; 40 | } 41 | else{ 42 | $error = "

Message sending failed, sorry.

"; 43 | } 44 | } 45 | else 46 | { 47 | $error = "

Please Fill all the fields

"; 48 | } 49 | 50 | echo $msg.$error; 51 | 52 | } 53 | catch(Exception $e) 54 | { 55 | var_dump($e); 56 | } 57 | 58 | ?> -------------------------------------------------------------------------------- /src/admin/assets/plugins/datatables/dataTables.bootstrap4.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | DataTables Bootstrap 4 integration 3 | ©2011-2017 SpryMedia Ltd - datatables.net/license 4 | */ 5 | (function(b){"function"===typeof define&&define.amd?define(["jquery","datatables.net"],function(a){return b(a,window,document)}):"object"===typeof exports?module.exports=function(a,d){a||(a=window);if(!d||!d.fn.dataTable)d=require("datatables.net")(a,d).$;return b(d,a,a.document)}:b(jQuery,window,document)})(function(b,a,d,m){var f=b.fn.dataTable;b.extend(!0,f.defaults,{dom:"<'row'<'col-sm-12 col-md-6'l><'col-sm-12 col-md-6'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>", 6 | renderer:"bootstrap"});b.extend(f.ext.classes,{sWrapper:"dataTables_wrapper dt-bootstrap4",sFilterInput:"form-control form-control-sm",sLengthSelect:"custom-select custom-select-sm form-control form-control-sm",sProcessing:"dataTables_processing card",sPageButton:"paginate_button page-item"});f.ext.renderer.pageButton.bootstrap=function(a,h,r,s,j,n){var o=new f.Api(a),t=a.oClasses,k=a.oLanguage.oPaginate,u=a.oLanguage.oAria.paginate||{},e,g,p=0,q=function(d,f){var l,h,i,c,m=function(a){a.preventDefault(); 7 | !b(a.currentTarget).hasClass("disabled")&&o.page()!=a.data.action&&o.page(a.data.action).draw("page")};l=0;for(h=f.length;l", 8 | {"class":t.sPageButton+" "+g,id:0===r&&"string"===typeof c?a.sTableId+"_"+c:null}).append(b("",{href:"#","aria-controls":a.sTableId,"aria-label":u[c],"data-dt-idx":p,tabindex:a.iTabIndex,"class":"page-link"}).html(e)).appendTo(d),a.oApi._fnBindAction(i,{action:c},m),p++)}},i;try{i=b(h).find(d.activeElement).data("dt-idx")}catch(v){}q(b(h).empty().html('