Skip to content

Commit

Permalink
changed projects order
Browse files Browse the repository at this point in the history
  • Loading branch information
lilianzlettuce committed Nov 2, 2023
1 parent 45b8ce9 commit 2d44de0
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 39 deletions.
34 changes: 17 additions & 17 deletions project.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var projects = [{
img: '/img/atrophypic1.png',
link: 'https://lilianzlettuce.github.io/ad417/',
categories: ['dev', 'design'],
descrip: 'Interactive VR environment simulating the decay of the self.'
descrip: 'Interactive VR environment simulating the decay of the self. Accessible online via web.'
}, {
title: 'Purdue Hackers Landing Page',
img: '/img/phpic2.png',
Expand Down Expand Up @@ -65,17 +65,29 @@ var projects = [{
date: 'July 2020',
descrip: 'Browser-based version of the classic 2048 game built with Javascript and HTML/CSS to include original styling and various themes.'
}, {
title: 'Tetris',
img: '/img/tetrispic2.png',
link: 'https://lilianzlettuce.github.io/tetris',
title: 'Escape Room',
img: '/img/escaperoompic1.png',
link: 'https://lilianzlettuce.github.io/escapeRoom',
categories: ['dev', 'design'],
descrip: 'Tetris remade.'
descrip: 'Online escape room featuring the nonsensical \"logic\" puzzles of my deranged high-schooler mind.'
}, {
title: 'Space Guy',
img: '/img/spaceguypic2.png',
link: '',
categories: ['dev', 'design'],
descrip: '2D space-themed platformer created with a team of 5 using Unity.'
}, {
title: 'Wooden Toy',
img: '/img/wooden-toy.png',
link: '',
categories: ['dev', 'design'],
descrip: 'Pacman themed wooden toy with laser-cut interactive parts. Designed and modeled with Autodesk Inventor.'
}, {
title: 'Tetris',
img: '/img/tetrispic2.png',
link: 'https://lilianzlettuce.github.io/tetris',
categories: ['dev', 'design'],
descrip: 'Tetris remade.'
}, {
title: 'Veracity',
img: '/img/veracitypic3.png',
Expand All @@ -88,18 +100,6 @@ var projects = [{
link: '',
categories: ['dev', 'design'],
descrip: 'Design for a sleep tracking web app.'
}, {
title: 'Escape Room',
img: '/img/escaperoompic1.png',
link: 'https://lilianzlettuce.github.io/escapeRoom',
categories: ['dev', 'design'],
descrip: 'Online escape room featuring the nonsensical \"logic\" puzzles of my deranged high-schooler mind.'
}, {
title: 'Wooden Toy',
img: '/img/wooden-toy.png',
link: '',
categories: ['dev', 'design'],
descrip: 'Pacman themed wooden toy with laser-cut interactive parts. Designed and modeled with Autodesk Inventor.'
}];

var Project = function (_React$Component) {
Expand Down
38 changes: 19 additions & 19 deletions react_src/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const projects = [
img: '/img/atrophypic1.png',
link: 'https://lilianzlettuce.github.io/ad417/',
categories: ['dev', 'design'],
descrip: 'Interactive VR environment simulating the decay of the self.',
descrip: 'Interactive VR environment simulating the decay of the self. Accessible online via web.',
},
{
title: 'Purdue Hackers Landing Page',
Expand Down Expand Up @@ -66,11 +66,11 @@ const projects = [
descrip: 'Browser-based version of the classic 2048 game built with Javascript and HTML/CSS to include original styling and various themes.',
},
{
title: 'Tetris',
img: '/img/tetrispic2.png',
link: 'https://lilianzlettuce.github.io/tetris',
title: 'Escape Room',
img: '/img/escaperoompic1.png',
link: 'https://lilianzlettuce.github.io/escapeRoom',
categories: ['dev', 'design'],
descrip: 'Tetris remade.',
descrip: 'Online escape room featuring the nonsensical \"logic\" puzzles of my deranged high-schooler mind.',
},
{
title: 'Space Guy',
Expand All @@ -79,6 +79,20 @@ const projects = [
categories: ['dev', 'design'],
descrip: '2D space-themed platformer created with a team of 5 using Unity.',
},
{
title: 'Wooden Toy',
img: '/img/wooden-toy.png',
link: '',
categories: ['dev', 'design'],
descrip: 'Pacman themed wooden toy with laser-cut interactive parts. Designed and modeled with Autodesk Inventor.',
},
{
title: 'Tetris',
img: '/img/tetrispic2.png',
link: 'https://lilianzlettuce.github.io/tetris',
categories: ['dev', 'design'],
descrip: 'Tetris remade.',
},
{
title: 'Veracity',
img: '/img/veracitypic3.png',
Expand All @@ -93,20 +107,6 @@ const projects = [
categories: ['dev', 'design'],
descrip: 'Design for a sleep tracking web app.',
},
{
title: 'Escape Room',
img: '/img/escaperoompic1.png',
link: 'https://lilianzlettuce.github.io/escapeRoom',
categories: ['dev', 'design'],
descrip: 'Online escape room featuring the nonsensical \"logic\" puzzles of my deranged high-schooler mind.',
},
{
title: 'Wooden Toy',
img: '/img/wooden-toy.png',
link: '',
categories: ['dev', 'design'],
descrip: 'Pacman themed wooden toy with laser-cut interactive parts. Designed and modeled with Autodesk Inventor.',
},
/*{
title: 'Weather App',
img: '/img/weatherpic1.png',
Expand Down
5 changes: 2 additions & 3 deletions work-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ img {
}

.project-descrip {
/*font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 1.6rem;
font-weight: 300;*/
padding: 0;
margin: 0;
}

0 comments on commit 2d44de0

Please sign in to comment.