Add interface portfolio
BIN
assets/int/Dashboard.webp
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
assets/int/HomePage.webp
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
assets/int/ProductPage.webp
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
assets/int/Scanner.webp
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
assets/int/ShoppingCartPage.webp
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
assets/int/Signup-Login.webp
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
assets/int/assg2redesign.webp
Normal file
After Width: | Height: | Size: 7.6 KiB |
8
content/interface-portfolio/index.md
Normal 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
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|