Skip to content

Commit

Permalink
added Techlahoma Project to projects section
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualBlakeWillis committed Apr 16, 2024
1 parent 0f2c405 commit 7ff6779
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
Binary file added src/assets/Techlahoma-Project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import portfolio from './portfolio.png'
import linkedin from './linkedin-black.png'
import email from './send.png'
import githubBlack from './github-black.png'
import techlahomaProject from './Techlahoma-Project.png'


export {
Expand All @@ -21,6 +22,7 @@ export {
github,
linkedin,
email,
githubBlack
githubBlack,
techlahomaProject

}
13 changes: 7 additions & 6 deletions src/constants/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
bbbb, hogwartsMarketplace, portfolio,
linkedin, githubBlack, email
linkedin, githubBlack, email, techlahomaProject
} from '../assets'
const projects = [
{
Expand Down Expand Up @@ -45,13 +45,13 @@ const projects = [
},
],
image: bbbb,
repo: 'https://github.com/VirtualBlakeWillis/Bubble-Bass-s-Bubble-Buster',
demo: 'https://ethanwakeford.github.io/',
repo: 'https://github.com/douglahoma/techlahoma-private',
demo: 'https://github.com/douglahoma/techlahoma-private',
},
{
id: 'project-3',
name: 'My Portfolio',
description: 'This is a single-page portfolio website built with React.',
name: 'Techlahoma Event Attendee Check-In Platform',
description: 'A Web Application for attendees to check in to Techlahoma events.',
tags: [
{
name: 'nextjs',
Expand All @@ -66,10 +66,11 @@ const projects = [
color: 'pink-text-gradient',
},
],
image: portfolio,
image: techlahomaProject,
repo: 'https://github.com/VirtualBlakeWillis/Portfolio',
demo: 'https://github.com/VirtualBlakeWillis/Portfolio',
},

];

const links = [
Expand Down

0 comments on commit 7ff6779

Please sign in to comment.