feat: add ci
This commit is contained in:
@ -7,22 +7,22 @@ comments: true
|
||||
---
|
||||
|
||||
import Image from "@components/Image.astro";
|
||||
import MAX_7053 from "./images/MAX_7053.jpg";
|
||||
import MAX_7054 from "./images/MAX_7054.jpg";
|
||||
import MAX_7055_Panorama from "./images/MAX_7055-Panorama.jpg";
|
||||
import MAX_7076_Panorama from "./images/MAX_7076-Panorama.jpg";
|
||||
|
||||
Best images from a short trip to liguria in italy
|
||||
|
||||
This image took way to long, had to do several attempts because its really hard to get focus and exposure right when you use self-timer. But i think in the end it payed off :)
|
||||
import MAX_7053 from "./images/MAX_7053.jpg";
|
||||
<Image src={ MAX_7053 }>
|
||||
<Image src={MAX_7053} alt=""/>
|
||||
|
||||
Liminal spaces anyone?
|
||||
import MAX_7054 from "./images/MAX_7054.jpg";
|
||||
<Image src={ MAX_7054 }>
|
||||
<Image src={MAX_7054} alt=""/>
|
||||
|
||||
I had one day with a bit of rain, but that was actually really nice because i never saw this part of the coast in fog.
|
||||
import MAX_7055_Panorama from "./images/MAX_7055-Panorama.jpg";
|
||||
<Image src={ MAX_7055_Panorama }>
|
||||
<Image src={MAX_7055_Panorama} alt=""/>
|
||||
|
||||
Sestri Levante is just nice to look at.
|
||||
import MAX_7076_Panorama from "./images/MAX_7076-Panorama.jpg";
|
||||
<Image src={ MAX_7076_Panorama }>
|
||||
<Image src={MAX_7076_Panorama} alt=""/>
|
||||
|
||||
|
Reference in New Issue
Block a user