Skip to content

Commit

Permalink
updated resume
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualBlakeWillis committed Apr 30, 2024
1 parent a71051a commit d6f6fe3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 44 deletions.
23 changes: 22 additions & 1 deletion build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.d4bd75a5.js"></script><link href="/static/css/main.309b8942.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Blake Willis, Full Stack Developer Portfolio"
/>
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<title>Blake Willis, Full Stack Developer</title>
<script defer="defer" src="/static/js/main.d4bd75a5.js"></script>
<link href="/static/css/main.309b8942.css" rel="stylesheet" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
44 changes: 1 addition & 43 deletions src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,6 @@ const projects = [
id: 'project-1',
name: 'Hogwarts Marketplace',
description: 'A full stack e-commerce web app.',
tags: [
{
name: 'react',
color: 'blue-text-gradient',
},
{
name: 'mongodb',
color: 'green-text-gradient',
},
{
name: 'tailwind',
color: 'pink-text-gradient',
},
],
image: hogwartsMarketplace,
repo: 'https://github.com/VirtualBlakeWillis/hogwarts-black-market',
demo: 'https://github.com/VirtualBlakeWillis/hogwarts-black-market',
Expand All @@ -30,20 +16,6 @@ const projects = [
name: 'Bubble Bass Bubble Buster',
description:
'A front end 2d platformer game. Built for a 5 day hack sprint',
tags: [
{
name: 'react',
color: 'blue-text-gradient',
},
{
name: 'restapi',
color: 'green-text-gradient',
},
{
name: 'scss',
color: 'pink-text-gradient',
},
],
image: bbbb,
repo: 'https://github.com/douglahoma/techlahoma-private',
demo: 'https://github.com/douglahoma/techlahoma-private',
Expand All @@ -52,20 +24,6 @@ const projects = [
id: 'project-3',
name: 'Techlahoma Event Attendee Check-In Platform',
description: 'A Web Application for attendees to check in to Techlahoma events.',
tags: [
{
name: 'nextjs',
color: 'blue-text-gradient',
},
{
name: 'supabase',
color: 'green-text-gradient',
},
{
name: 'css',
color: 'pink-text-gradient',
},
],
image: techlahomaProject,
repo: 'https://github.com/VirtualBlakeWillis/Portfolio',
demo: 'https://github.com/VirtualBlakeWillis/Portfolio',
Expand All @@ -82,7 +40,7 @@ const links = [
{
id: 'links-2',
name: "Resume",
url: "https://drive.google.com/file/d/1eUREV5VvpJrcyNhFArX0gPG0jxTwWuVk/view?usp=sharing"
url: "https://drive.google.com/file/d/17JyDGDuO9z9RyuMq3faqlPK-6D4HnXes/view?usp=drive_link"
}
]

Expand Down

0 comments on commit d6f6fe3

Please sign in to comment.