Skip to content

Commit 57b939e

Browse files
committed
updated images and text
1 parent 14fc791 commit 57b939e

18 files changed

Lines changed: 29 additions & 20 deletions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.1",
55
"scripts": {
6-
"dev": "astro dev",
6+
"dev": "astro dev --open",
77
"start": "astro dev",
88
"build": "astro check && astro build",
99
"preview": "astro preview",
Binary file not shown.

public/work/gem-race.png

-904 KB
Binary file not shown.

public/work/gem-race.webp

770 KB
Loading

public/work/motorola.png

-192 KB
Binary file not shown.

public/work/motorola.webp

275 KB
Loading

public/work/turbo-tuner.png

-94.7 KB
Binary file not shown.

public/work/turbo-tuner.webp

65.3 KB
Loading

src/components/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { SITE_TITLE } from '@/consts';
1919
<!-- <div class="text-xs tracking-wide opacity-60">{SITE_DESCRIPTION}</div> -->
2020
</div>
2121
<ul class="flex flex-wrap justify-center sm:ms-auto lg:mb-0">
22-
<HeaderLink href="/">3D Art</HeaderLink>
22+
<HeaderLink href="/">3D</HeaderLink>
2323
<HeaderLink href="/frontend">Front End</HeaderLink>
2424
<HeaderLink href="/about">About</HeaderLink>
2525
<HeaderLink href="/resume">Resume</HeaderLink>

src/components/mdx/Image.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ type Props = HTMLAttributes<'img'>;
66
const props = Astro.props;
77
---
88

9-
<img {...props} class="w-full rounded-lg" />
9+
<img {...props} class="w-full rounded-lg border dark:border-white/10" />

0 commit comments

Comments
 (0)