Add interface portfolio

This commit is contained in:
Joshua Goins 2022-12-13 16:36:46 -05:00
parent ad66c6ab1e
commit 7e3dd6c040
9 changed files with 62 additions and 0 deletions

BIN
assets/int/Dashboard.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

BIN
assets/int/HomePage.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
assets/int/ProductPage.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
assets/int/Scanner.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

View file

@ -0,0 +1,8 @@
---
title: "Interface Portfolio"
layout: "gallery"
json: "int"
thumbnails: false
---
This is my collection of projects made in my User Interface Design class!

54
data/int.json Normal file
View file

@ -0,0 +1,54 @@
{
"categories": [
{
"name": "Assignments",
"description": "These are interfaces designed with a specific goal in mind for each assignment.",
"years": [
{
"year": "Assignment 2",
"pieces": [
{
"title": "Redesigned Interface",
"filename": "assg2redesign.webp"
}
]
},
{
"year": "Assignment 4",
"pieces": [
{
"title": "Home Page",
"filename": "HomePage.webp"
},
{
"title": "Product Page",
"filename": "ProductPage.webp"
},
{
"title": "Shopping Cart Page",
"filename": "ShoppingCartPage.webp"
}
]
},
{
"year": "Assignment 8",
"pieces": [
{
"title": "Login Page",
"filename": "Signup-Login.webp"
},
{
"title": "Dashboard",
"filename": "Dashboard.webp"
},
{
"title": "Scanner",
"filename": "Scanner.webp"
}
]
}
]
}
]
}