diff --git a/public/assets/images/person.png b/public/assets/images/person.png new file mode 100644 index 0000000..4180609 Binary files /dev/null and b/public/assets/images/person.png differ diff --git a/src/components/footer.astro b/src/components/footer.astro index 2964da7..643a424 100644 --- a/src/components/footer.astro +++ b/src/components/footer.astro @@ -17,9 +17,8 @@ import Logo from "../components/logo.astro"; - @@ -37,28 +36,25 @@ import Logo from "../components/logo.astro"; - 𝕏 + LinkedIn + + @@ -74,7 +70,6 @@ import Logo from "../components/logo.astro"; clip-rule="evenodd"> - diff --git a/src/components/home/projects.astro b/src/components/home/projects.astro index 61658ee..75ec302 100644 --- a/src/components/home/projects.astro +++ b/src/components/home/projects.astro @@ -26,12 +26,12 @@ import Project from "../project.astro"; image={project.image} url={project.url} /> - ) + ); }) }
-
diff --git a/src/components/home/writings.astro b/src/components/home/writings.astro index d3a3ccd..ab9adce 100644 --- a/src/components/home/writings.astro +++ b/src/components/home/writings.astro @@ -24,7 +24,7 @@ const feed = "https://feed.miantiao.me/";
-
diff --git a/src/components/posts-loop.astro b/src/components/posts-loop.astro index 6bdaa8b..e1b43f9 100644 --- a/src/components/posts-loop.astro +++ b/src/components/posts-loop.astro @@ -1,26 +1,22 @@ --- import posts from "../collections/content/post.json"; - const { count } = Astro.props; - const postsLoop = posts.slice(0, count); +--- { postsLoop.map((post) => ( -

- + {post.title} - +

{post.description || "No description available."} @@ -29,7 +25,6 @@ const postsLoop = posts.slice(0, count); Posted on {post.dateFormatted || "Date not available."}

-
- )); + + )) } ---- diff --git a/src/layouts/main.astro b/src/layouts/main.astro index 88f8ee8..ab6ca52 100644 --- a/src/layouts/main.astro +++ b/src/layouts/main.astro @@ -14,12 +14,12 @@ const { title } = Astro.props; @@ -29,7 +29,11 @@ const { title } = Astro.props; border-radius: 20px; } - + diff --git a/src/pages/about.astro b/src/pages/about.astro index 5b83da4..0013eea 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -69,11 +69,11 @@ import Layout from "../layouts/main.astro"; class="text-sm leading-6 text-gray-600 dark:text-neutral-400 sm:leading-7 lg:leading-8 sm:text-base lg:text-lg" > If you want to stay up to date with my work be sure to follow me on twitterConnect me on LinkedIn, or you can send me an email and I'll be sure to get back to you.

diff --git a/src/pages/index.astro b/src/pages/index.astro index 3450747..da60c83 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -38,7 +38,10 @@ import Layout from "../layouts/main.astro";
  • Android (Kotlin) Development (soon)
  • and more...
  • -