From 40ef7008f8f4f442cef6831df8d0f19e12816877 Mon Sep 17 00:00:00 2001 From: Kyle Gothman Date: Mon, 24 Apr 2023 15:11:22 -0500 Subject: [PATCH] Adding my name and information to the job board --- Submissions/@kylegothman.json | 16 ++++++++++++++++ Submissions/kylegothman.json | 18 ++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 Submissions/@kylegothman.json create mode 100644 Submissions/kylegothman.json diff --git a/Submissions/@kylegothman.json b/Submissions/@kylegothman.json new file mode 100644 index 000000000..56ded6073 --- /dev/null +++ b/Submissions/@kylegothman.json @@ -0,0 +1,16 @@ +{ + "name": "Kyle Gothman", + "img": "https://avatars.githubusercontent.com/u/3959032?v=4", + "email": "kyle.gothman@gmail.com", + "links": { + "website": "https://kylegothman.github.io/goth-os/", + "linkedin": "https://www.linkedin.com/in/kylegothman/", + "github": "https://github.com/kylegothman" + }, + "jobTitle": "Software Engineer", + "location": { + "city": "Dallas", + "state": "TX", + "country": "USA" + } +} \ No newline at end of file diff --git a/Submissions/kylegothman.json b/Submissions/kylegothman.json new file mode 100644 index 000000000..b72a80e2b --- /dev/null +++ b/Submissions/kylegothman.json @@ -0,0 +1,18 @@ +```json +{ + "name": "Kyle Gothman", + "img": "https://github.com/kylegothman.png", + "email": "kyle.gothman@gmail.com", + "links": { + "website": "[YOUR_WEBSITE_URL]", + "linkedin": "https://www.https://www.linkedin.com/in/kylegothman/", + "github": "https://github.com/kylegothman" + }, + "jobTitle": "Full Stack Python Developer", + "location": { + "city": "Dallas", + "state": "TX", + "country": "United States" + } +} +``` \ No newline at end of file