diff --git a/content/contact.md b/content/contact.md new file mode 100644 index 0000000..fdfb227 --- /dev/null +++ b/content/contact.md @@ -0,0 +1,24 @@ +--- +title: 'Contact me' +date: 2024-08-03 +type: landing + +sections: + - block: cta-button-list + content: + # Need a custom icon? + # Add an SVG image to the `assets/media/icons/` folder and reference it in the `icon` field below + buttons: + - text: Connect with me on LinkedIn + icon: brands/linkedin + url: https://linkedin.com/in/adrian-abeyta + - text: Follow me on Mastodon + icon: brands/mastodon + url: https://emacs.ch/@databased + - text: See my projects on GitHub + icon: brands/github + url: https://github.com/adrianj12 + - text: Email me + icon: inbox-arrow-down + url: "mailto: adrian@adrianabeyta.com" +--- diff --git a/content/experience.md b/content/experience.md index bffef75..c0c61e5 100644 --- a/content/experience.md +++ b/content/experience.md @@ -1,6 +1,6 @@ --- title: 'Experience' -date: 2023-10-24 +date: 2024-08-01 type: landing design: diff --git a/content/other-projects/homebox/featured.png b/content/other-projects/homebox/featured.png new file mode 100644 index 0000000..556920a Binary files /dev/null and b/content/other-projects/homebox/featured.png differ diff --git a/content/other-projects/homebox/index.md b/content/other-projects/homebox/index.md new file mode 100644 index 0000000..953c21f --- /dev/null +++ b/content/other-projects/homebox/index.md @@ -0,0 +1,14 @@ +--- +title: Homebox +external_link: https://github.com/sysadminsmedia/homebox +date: 2024-08-01 +tags: + - Go + - Vue + - Typescript + - Javascript + - CSS + - HTML +--- + +An inventory management system for home users, with a Vue-powered web UI. diff --git a/content/project/algos/featured.png b/content/project/algos/featured.png new file mode 100644 index 0000000..69f67b1 Binary files /dev/null and b/content/project/algos/featured.png differ diff --git a/content/project/algos/index.md b/content/project/algos/index.md new file mode 100644 index 0000000..c3887d1 --- /dev/null +++ b/content/project/algos/index.md @@ -0,0 +1,12 @@ +--- +title: Modified Algorithms +date: 2023-12-06 +external_link: https://github.com/adrianj12/cs361-final-project +tags: + - Java + - JavaFX + - Markdown + - UNM +--- + +Comparing the performance of 3 different sorting algorithms that are slightly modified from their classic implementations. diff --git a/content/project/simulation/featured.png b/content/project/simulation/featured.png new file mode 100644 index 0000000..69f67b1 Binary files /dev/null and b/content/project/simulation/featured.png differ diff --git a/content/project/simulation/index.md b/content/project/simulation/index.md new file mode 100644 index 0000000..ef38f9b --- /dev/null +++ b/content/project/simulation/index.md @@ -0,0 +1,12 @@ +--- +title: Disease Simulation +date: 2022-11-18 +external_link: https://github.com/adrianj12/cs351-disease-simulation +tags: + - Java + - JavaFX + - Markdown + - UNM +--- + +This is a simple disease simulation application intended to model the spread of a contagious disease. diff --git a/content/project/tiles/featured.png b/content/project/tiles/featured.png new file mode 100644 index 0000000..cdee2f8 Binary files /dev/null and b/content/project/tiles/featured.png differ diff --git a/content/project/tiles/index.md b/content/project/tiles/index.md index 531706c..2b54405 100644 --- a/content/project/tiles/index.md +++ b/content/project/tiles/index.md @@ -3,8 +3,8 @@ title: NY Times Tiles Game Clone date: 2022-01-01 external_link: https://github.com/adrianj12/tiles-game tags: - - Java - JavaFX + - Java - Markdown - UNM --- diff --git a/content/projects.md b/content/projects.md index aa4f970..de00e57 100644 --- a/content/projects.md +++ b/content/projects.md @@ -12,7 +12,7 @@ sections: - block: collection content: title: Latest Projects - text: Here are some of the projects that have recently caught my interest. + text: Projects that I created by myself or with a team. filters: folders: - project @@ -20,4 +20,15 @@ sections: view: article-grid fill_image: false columns: 3 + - block: collection + content: + title: Interesting Projects + text: Public projects that have caught my interest and I have contributed or plan to contribute to. + filters: + folders: + - other-projects + design: + view: article-grid + fill_image: false + columns: 2 ---