From 3de8b8ca83d3e16c4f1f7f8d83c973484f01b937 Mon Sep 17 00:00:00 2001 From: Clint Plummer Date: Sat, 11 May 2024 14:54:10 +1000 Subject: [PATCH] minor cleanups --- resume/resume.clintp.json | 2 +- src/layouts/Layout.astro | 24 ++++++++++++++++++++++++ src/pages/index.mdx | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/resume/resume.clintp.json b/resume/resume.clintp.json index 3774efd..cb24473 100644 --- a/resume/resume.clintp.json +++ b/resume/resume.clintp.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/schema.json", "basics": { "name": "Clint Plummer", - "label": "Engineering Manager", + "label": "Engineering Leader", "image": "https://gravatar.com/avatar/47dcd08e87e97b88d915d83ec373da74?s=200", "email": "hello@clintp.xyz", "phone": "", diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index a240644..f1daefd 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -4,6 +4,18 @@ // } const { title, description } = Astro.props['content']; + +import { Image } from 'astro:assets'; +import resume from '../../resume/resume.clintp.json'; + +// import logo's into a hash +import logoGithub from '../images/logo-social-github.svg'; +import logoLinkedin from '../images/logo-social-linkedin.svg'; + +const logos = { + github: logoGithub, + linkedin: logoLinkedin, +}; --- @@ -24,6 +36,18 @@ const { title, description } = Astro.props['content'];

$ ./clintp.xyz

+
+ { resume.basics.profiles.map((profile) => ( + + { + + ))} +
diff --git a/src/pages/index.mdx b/src/pages/index.mdx index b304958..51215ac 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -39,7 +39,7 @@ If you haven't hit max geek yet the following are also available I can be reached at [hello@clintp.xyz](mailto:hello@clintp.xyz) ## Some of my Projects -In my freetime I like to work on open source projects amongst other things, here are some notable ones I created +In my freetime I like to work on [open source](https://github.com/yuhonas) projects amongst other things, here are some notable ones I created { resume.projects.map((project) => (