|
81 | 81 | <ColumnDefinition Width="*"/>
|
82 | 82 | </Grid.ColumnDefinitions>
|
83 | 83 | <Grid>
|
84 |
| - <Image Source="bitcoin.jpg}" Aspect="AspectFill" WidthRequest="{OnPlatform MacCatalyst=200, Default=160}"/> |
| 84 | + <Image Source="bitcoin.jpg" Aspect="AspectFill" WidthRequest="{OnPlatform MacCatalyst=200, Default=160}"/> |
85 | 85 | <Grid Background="#b03f2b" Padding="20" Opacity="0.9">
|
86 | 86 | <Grid.RowDefinitions>
|
87 | 87 | <RowDefinition Height=".2*"/>
|
|
117 | 117 | <ColumnDefinition Width="*"/>
|
118 | 118 | </Grid.ColumnDefinitions>
|
119 | 119 | <Grid>
|
120 |
| - <Image Source="building.jpg}" Aspect="AspectFill" WidthRequest="{OnPlatform MacCatalyst=200, Default=160}"/> |
| 120 | + <Image Source="building.jpg" Aspect="AspectFill" WidthRequest="{OnPlatform MacCatalyst=200, Default=160}"/> |
121 | 121 | <Grid Background="#343434" Padding="20" Opacity="0.9">
|
122 | 122 | <Grid.RowDefinitions>
|
123 | 123 | <RowDefinition Height=".2*"/>
|
|
153 | 153 | <ColumnDefinition Width="*"/>
|
154 | 154 | </Grid.ColumnDefinitions>
|
155 | 155 | <Grid>
|
156 |
| - <Image Source="hexagon.jpg}" Aspect="AspectFill" WidthRequest="{OnPlatform MacCatalyst=200, Default=160}"/> |
| 156 | + <Image Source="hexagon.jpg" Aspect="AspectFill" WidthRequest="{OnPlatform MacCatalyst=200, Default=160}"/> |
157 | 157 | <Grid Background="#3081D0" Padding="20" Opacity="0.9">
|
158 | 158 | <Grid.RowDefinitions>
|
159 | 159 | <RowDefinition Height=".2*"/>
|
|
189 | 189 | <ColumnDefinition Width="*"/>
|
190 | 190 | </Grid.ColumnDefinitions>
|
191 | 191 | <Grid>
|
192 |
| - <Image Source="coins.jpg}" Aspect="AspectFill" WidthRequest="{OnPlatform MacCatalyst=200, Default=160}"/> |
| 192 | + <Image Source="coins.jpg" Aspect="AspectFill" WidthRequest="{OnPlatform MacCatalyst=200, Default=160}"/> |
193 | 193 | <Grid Background="#265073" Padding="20" Opacity="0.9">
|
194 | 194 | <Grid.RowDefinitions>
|
195 | 195 | <RowDefinition Height=".2*"/>
|
|
0 commit comments