diff --git a/.gitignore b/.gitignore index 6c187836..c8d3e6c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,4 @@ # Adrian .vscode/ .idea/ -helpmehelpapplication/target -.target/ -.helpmehelpapplication\target/ .helpmehelpapplication\.idea/ diff --git a/helpmehelpapplication/target/classes/fxml/aboutPage.fxml b/helpmehelpapplication/target/classes/fxml/aboutPage.fxml new file mode 100644 index 00000000..1d6bbe4b --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/aboutPage.fxml @@ -0,0 +1,436 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/available_organizations.fxml b/helpmehelpapplication/target/classes/fxml/available_organizations.fxml new file mode 100644 index 00000000..bce73a20 --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/available_organizations.fxml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
diff --git a/helpmehelpapplication/target/classes/fxml/charityPage.fxml b/helpmehelpapplication/target/classes/fxml/charityPage.fxml new file mode 100644 index 00000000..8b7309f3 --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/charityPage.fxml @@ -0,0 +1,365 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/components/categoryTag.fxml b/helpmehelpapplication/target/classes/fxml/components/categoryTag.fxml new file mode 100644 index 00000000..3e509532 --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/components/categoryTag.fxml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/components/inboxCard.fxml b/helpmehelpapplication/target/classes/fxml/components/inboxCard.fxml new file mode 100644 index 00000000..112ef98f --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/components/inboxCard.fxml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/components/interestCard.fxml b/helpmehelpapplication/target/classes/fxml/components/interestCard.fxml new file mode 100644 index 00000000..5ffb4967 --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/components/interestCard.fxml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/components/navbar.fxml b/helpmehelpapplication/target/classes/fxml/components/navbar.fxml new file mode 100644 index 00000000..30cb898f --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/components/navbar.fxml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/components/organizationCard.fxml b/helpmehelpapplication/target/classes/fxml/components/organizationCard.fxml new file mode 100644 index 00000000..9076186d --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/components/organizationCard.fxml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/components/profileDonationCard.fxml b/helpmehelpapplication/target/classes/fxml/components/profileDonationCard.fxml new file mode 100644 index 00000000..7eb9f7e8 --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/components/profileDonationCard.fxml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/components/profileOrgDonationCard.fxml b/helpmehelpapplication/target/classes/fxml/components/profileOrgDonationCard.fxml new file mode 100644 index 00000000..948a86d9 --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/components/profileOrgDonationCard.fxml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/helpmehelpapplication/target/classes/fxml/creater_user_site.fxml b/helpmehelpapplication/target/classes/fxml/creater_user_site.fxml new file mode 100644 index 00000000..670c659d --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/creater_user_site.fxml @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/dashboard.fxml b/helpmehelpapplication/target/classes/fxml/dashboard.fxml new file mode 100644 index 00000000..b1b6bbec --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/dashboard.fxml @@ -0,0 +1,584 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/frontPage.fxml b/helpmehelpapplication/target/classes/fxml/frontPage.fxml new file mode 100644 index 00000000..a564a0b2 --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/frontPage.fxml @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +