Skip to content

Commit

Permalink
update: charityPage
Browse files Browse the repository at this point in the history
  • Loading branch information
cathrkri committed Mar 11, 2026
1 parent 57879bf commit 6a11481
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions helpmehelpapplication/src/main/resources/fxml/charityPage.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,14 @@

<children>

<ImageView fitHeight="58.0"
fitWidth="58.0"
<ImageView fitHeight="95.0"
fitWidth="95.0"
pickOnBounds="true"
preserveRatio="true"
GridPane.columnIndex="0"
GridPane.rowIndex="0">
GridPane.rowIndex="0"
translateX="-10">

<image>
<Image url="@../images/Logo.png" />
</image>
Expand Down Expand Up @@ -163,30 +165,32 @@
<GridPane prefWidth="300.0"
style="-fx-background-color: #F5F5F5;"
GridPane.columnIndex="0"
GridPane.rowIndex="0">
GridPane.rowIndex="0"
translateX="80"
translateY="150">

<children>
<VBox alignment="TOP_CENTER" spacing="28.0">
<VBox alignment="TOP_CENTER" spacing="15.0">
<padding>
<Insets top="160.0" />
</padding>

<children>
<Hyperlink text="Homepage">
<font>
<Font name="System Bold" size="18.0" />
<Font name="System Bold" size="20.0" />
</font>
</Hyperlink>

<Hyperlink text="Socials">
<font>
<Font name="System Bold" size="18.0" />
<Font name="System Bold" size="20.0" />
</font>
</Hyperlink>

<Hyperlink text="Verification Report">
<font>
<Font name="System Bold" size="18.0" />
<Font name="System Bold" size="20.0" />
</font>
</Hyperlink>

Expand Down Expand Up @@ -274,7 +278,9 @@

<StackPane prefHeight="80.0"
prefWidth="220.0"
GridPane.rowIndex="2">
GridPane.rowIndex="2"
translateX="-30">

<children>
<Rectangle arcHeight="30.0"
arcWidth="30.0"
Expand All @@ -283,6 +289,8 @@
stroke="#4F4F4F"
strokeType="INSIDE"
width="220.0" />


<Label text="[Category]">
<font>
<Font name="System Bold" size="18.0" />
Expand Down Expand Up @@ -350,8 +358,8 @@
<Label text="[Summary about the charity]"
wrapText="true"
maxWidth="720.0"
translateY="-115.0"
translateX="-85.0"
translateY="5.0"
translateX="85.0"
StackPane.alignment="TOP_LEFT">
<font>
<Font size="16.0" />
Expand Down

0 comments on commit 6a11481

Please sign in to comment.