commit 1301779bf78b9056676df6349d1ee6a71bb0cb33 Author: louiscklaw Date: Sat Feb 1 01:56:32 2025 +0800 update, diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d54c38a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,31 @@ +*.mp4 filter=lfs diff=lfs merge=lfs +*.zip filter=lfs diff=lfs merge=lfs +*.7z filter=lfs diff=lfs merge=lfs +*.tar.gz filter=lfs diff=lfs merge=lfs +*.jpg filter=lfs diff=lfs merge=lfs +*.png filter=lfs diff=lfs merge=lfs +*.avif filter=lfs diff=lfs merge=lfs +*.webm filter=lfs diff=lfs merge=lfs +*.mkv filter=lfs diff=lfs merge=lfs + +# Documents +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain + +*.gif filter=lfs diff=lfs merge=lfs +*.GIF filter=lfs diff=lfs merge=lfs +*.bmp filter=lfs diff=lfs merge=lfs +*.BMP filter=lfs diff=lfs merge=lfs +*.tiff filter=lfs diff=lfs merge=lfs +*.TIFF filter=lfs diff=lfs merge=lfs +*.wav filter=lfs diff=lfs merge=lfs +*.WAV filter=lfs diff=lfs merge=lfs +*.log filter=lfs diff=lfs merge=lfs diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..67a5a14 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/~*.* \ No newline at end of file diff --git a/gitUpdate.bat b/gitUpdate.bat new file mode 100644 index 0000000..0932069 --- /dev/null +++ b/gitUpdate.bat @@ -0,0 +1,7 @@ +git status . + +@pause + +git add . +git commit -m"update 3524sbcweujf," +start git push \ No newline at end of file diff --git a/gitUpdate.sh b/gitUpdate.sh new file mode 100755 index 0000000..c96734f --- /dev/null +++ b/gitUpdate.sh @@ -0,0 +1,16 @@ +#!/usr/bin/env bash + +set -ex + +git config --global http.version HTTP/1.1 +git config --global lfs.allowincompletepush true +git config --global lfs.locksverify true +git config --global http.postBuffer 5368709120 + +git add . + +git commit -m 'update,' + +git push + +echo "done" diff --git a/history.md b/history.md new file mode 100644 index 0000000..cc9a44d --- /dev/null +++ b/history.md @@ -0,0 +1,11 @@ +對唔住,要你等。初步我會咁報價 + +## App Concept (HKD500) + +## Prototype & User Journey (App flow) (HKD900) + +## User Experience Design (HKD400) + +## Visual Language (HKD200) + +## App Presentation (做唔到) diff --git a/job1/-_Glassmorphism_Design_Style.pdf b/job1/-_Glassmorphism_Design_Style.pdf new file mode 100644 index 0000000..239341e Binary files /dev/null and b/job1/-_Glassmorphism_Design_Style.pdf differ diff --git a/job1/-_Neumorphic_Design.pdf b/job1/-_Neumorphic_Design.pdf new file mode 100644 index 0000000..defeeab Binary files /dev/null and b/job1/-_Neumorphic_Design.pdf differ diff --git a/job1/Project.pdf b/job1/Project.pdf new file mode 100644 index 0000000..c8e03eb Binary files /dev/null and b/job1/Project.pdf differ diff --git a/job1/notes.md b/job1/notes.md new file mode 100644 index 0000000..e9711fb --- /dev/null +++ b/job1/notes.md @@ -0,0 +1,45 @@ +# Your new idea should be presented as a Design Progress + + ## App Concept (300) + - Inspiration, Problem Definition + - State the idea or the app you going to redesign. + - Research, clarify and identify the problem + - Focus on the 1 or few plain point of the problem + - Generate and evaluate ideas for improvements + - Value Proposition + - Identify 3 highlight features of your app + + ## User Experience Design (300) + - Identify Target Audience + - User Persona + - Wireframes + + ## Visual Language (150) + - Style Tile + + ## Prototype & User Journey (App flow) (850) + - 1 App Icon (50) + - =>10 In-app Icons (200) + - =>10 Screen Mock Ups (Discuss with your instructor) (100 -> 60 x 10) + + ## App Presentation (X) + - Introduction Video + - App Store Promotion Materials: + - App Name, + - App Icon, + - Subtitle, + - Descriptions, + - Screenshots + - In-class Demonstration + +Submission +• In-class Demonstration +- 10-min +• Digital files to Moodle, a *.zip file contains: +‣ Project file of all your design +- Both project file and exported *.jpg / *.png +‣ Design Progress +- *.pdf, both the presentation file and document format +‣ All Promotional Materials + +# Reference link diff --git a/package.json b/package.json new file mode 100644 index 0000000..2511e0f --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "3524sbcweujf", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "gitUpdate": "git add . && git commit -m\"update 3524sbcweujf,\" && git push" + }, + "keywords": [], + "author": "", + "license": "ISC" +} diff --git a/update.bat b/update.bat new file mode 100644 index 0000000..8cdb257 --- /dev/null +++ b/update.bat @@ -0,0 +1,4 @@ +git pull +git add . +git commit -m"update .vscode," +start git push