Skip to content

Commit

Permalink
correct picture for weather sim.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergGamerdingerEKUT committed Apr 24, 2024
1 parent be37ad4 commit 1c22a4a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ const metadata = {

<Layout metadata={metadata}>
<!-- Hero Widget ******************* -->
<Content
<Hero
image={{ src: '~/assets/images/scope_bright.png', alt: 'scope-logo', width:'2500', height:'500'}}
></Content>
></Hero>

<Hero

Expand Down Expand Up @@ -148,8 +148,7 @@ const metadata = {
]}
image={{
src: '~/assets/images/SensorSetup_rotated.jpg',
alt: 'Colorful Image',
heigth: '2179', width: '3414'
alt: 'Colorful Image'
}}
>
<Fragment slot="content">
Expand Down Expand Up @@ -234,7 +233,7 @@ const metadata = {
},
]}
image={{
src: '~/assets/images/Cities_scenarios.png',
src: '~/assets/images/Weather-sim.png',
alt: 'scenarios',

}}
Expand Down

0 comments on commit 1c22a4a

Please sign in to comment.