diff --git a/src/config.tsx b/src/config.tsx index 490daeb..b260b63 100644 --- a/src/config.tsx +++ b/src/config.tsx @@ -3,9 +3,6 @@ import { ReactComponent as LinkedInIcon } from './assets/linkedin.svg'; import { ReactComponent as EmailIcon } from './assets/email.svg'; import { ReactComponent as Logo } from './assets/logo.svg'; import Profile from './pages/profile.md' -import Experience from './pages/experience.md' -import Projects from './pages/projects.md' -import Sources from './pages/projects.md' import ReactMarkdown from 'react-markdown'; const markdown = (contents: string) => (<>); @@ -31,9 +28,6 @@ const config = { ], pages: [ () => markdown(Profile), - () => markdown(Experience), - () => markdown(Projects), - () => markdown(Sources), ] }; diff --git a/src/pages/profile.md b/src/pages/profile.md deleted file mode 100644 index 08b268f..0000000 --- a/src/pages/profile.md +++ /dev/null @@ -1,9 +0,0 @@ -# Profile - -¡Hola! - -I am a seasoned software engineer hailing from the vibrant city of Bristol, with a lifelong passion for technology and programming that dates back to my early years ([Visual Basic 6](https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-basic-6/visual-basic-6.0-documentation) - get to know). - -I have amassed a wealth of experience and knowledge in the dynamic landscape of Web2, contributing to a variety of projects and honing my skills over the years. However, despite my proficiency in the Web2 space, I find myself yearning for a more fulfilling and cutting-edge environment. - -In the pursuit of professional satisfaction and a desire to be at the forefront of technological innovation, I am currently steering my career towards the [Web3](https://ethereum.org/en/web3/) space. Fueled by an insatiable curiosity and an eagerness to embrace the decentralized future, I am enthusiastic about diving into the realms of cryptocurrency, blockchain, and the broader Web3 ecosystem. diff --git a/src/pages/projects.md b/src/pages/projects.md deleted file mode 100644 index 9fa5ef1..0000000 --- a/src/pages/projects.md +++ /dev/null @@ -1,32 +0,0 @@ -# Projects - -I have projects to keep me busy, and to keep me learning about a range of interest. I have a few projects that I am working on, and a few that I have worked on. I am always looking for new projects to work on, and I am always looking for new people to work with. [Hit Me Up](mailto:peter@smiths.im) for a collab. - -## La colectiva (aka DAO) - -- Core founder: facilitating proposals, agendas, discussions. -- Ownership: not only for pushing forward proposals, but also implementing any actions that are required. - -## Artist - -- Mediums: Painting, pastels, pencils, digital -- Styles: Abstract (predominantly) -- Quotes: "I do arts sometimes" - -## Gettin' my hands dirty - -- Mechanic - rebuilding a boat engine -- Qualified welder -- Gardener - -## Philanthropy - -### Hawkspring - -[Website](https://hawkspring.org.uk/) - -I have been overseeing/facilitating the integration of emerging technologies into this charity setting, to benefit their funding efforts (+ assisting their funding efforts). - -### Village Shop - -Working with a local village shop, that is fully community driven, to get the sense of community everyone needs. Working the till, wholesaler trips, egg requests, done a little bit of everything in my time. (not sharing establishment for anonymity reasons) diff --git a/src/pages/sources.md b/src/pages/sources.md index dafa034..d4f83fd 100644 --- a/src/pages/sources.md +++ b/src/pages/sources.md @@ -1,3 +1,7 @@ # Sources -[Shubham Dhage | 3D Artist](https://unsplash.com/@theshubhamdhage) \ No newline at end of file +[Shubham Dhage | 3D Artist](https://unsplash.com/@theshubhamdhage) + +- [./assets/shubham-dhage-pringle-layers.jpg](../assets/shubham-dhage-pringle-layers.jpg) +- [./assets/shubham-dhage-sphere-center.jpg](../assets/shubham-dhage-sphere-center.jpg) +- [./assets/shubham-dhage-sphere-offset-left.jpg](../assets/shubham-dhage-sphere-offset-left.jpg) \ No newline at end of file