more content files

This commit is contained in:
adrianj12 2024-08-04 03:37:44 +01:00
parent 895240dc20
commit 28b0bdcd91
11 changed files with 76 additions and 3 deletions

24
content/contact.md Normal file
View File

@ -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"
---

View File

@ -1,6 +1,6 @@
---
title: 'Experience'
date: 2023-10-24
date: 2024-08-01
type: landing
design:

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@ -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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -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
---

View File

@ -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
---