Skip to content

Commit

Permalink
add images
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Jul 20, 2024
1 parent ce1dafe commit 2812ead
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/working-notes/todo3.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ load bookmarks readme.md on build, add galery component and mdx
write typography.mdx
------
// for release
fix button and tags sizes
fix button and tags sizes
define color themes
improve lighthouse, accessibility, aria attrs
write readme and credits, roadmap
Expand Down
Binary file added src/assets/images/all-images/city1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/all-images/electronics1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/all-images/electronics2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/all-images/electronics3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/all-images/fruits1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/all-images/lure3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/all-images/meadow1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/all-images/raft1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/all-images/reel1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/all-images/river10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/all-images/river6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/all-images/river7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/all-images/river9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/all-images/riverside5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions src/pages/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ title: 'About Me'
description: 'Lorem ipsum dolor sit amet'
---

import { Image } from 'astro:assets';

import { IMAGE_SIZES } from '../constants/image';
import Electronics1Image from '../assets/images/all-images/electronics1.jpg';

# About

## Subtitle
<Image {...IMAGE_SIZES.FIXED.MDX_SM} src={Electronics1Image} alt="Veronica transmitter board" />

Aliquip quis commodo proident et dolor irure irure tempor voluptate. Exercitation pariatur ipsum nulla nulla laboris velit cupidatat amet adipisicing consectetur quis quis irure. Quis ullamco sint cupidatat reprehenderit deserunt. Et sunt anim ex ipsum sit quis dolor excepteur mollit aute commodo veniam velit.


- This is list item
9 changes: 8 additions & 1 deletion src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: 'Home'
description: 'Lorem ipsum dolor sit amet'
---

# This is index page
import { Image } from 'astro:assets';

import { IMAGE_SIZES } from '../constants/image';
import River10Image from '../assets/images/all-images/river10.jpg';

# Hello visitor

<Image {...IMAGE_SIZES.FIXED.MDX_MD} src={River10Image} alt="Fishing spot" />

Irure non reprehenderit aute velit proident ad reprehenderit. Laborum quis ea tempor ullamco aute qui ad et qui ipsum est mollit eu. Aliquip non officia amet reprehenderit irure. Et voluptate ea veniam cillum dolor labore commodo culpa. Culpa eiusmod mollit sunt nisi dolor ullamco velit in aliquip et ea duis eu.

0 comments on commit 2812ead

Please sign in to comment.