Skip to content

Commit

Permalink
Merge pull request #17 from baekteun/15-web-portfoilo-append
Browse files Browse the repository at this point in the history
🔀 :: 웹 포트폴리오 앱 추가
  • Loading branch information
baekteun authored Feb 15, 2023
2 parents b2ec26b + c9e50bc commit b6fa203
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Sources/App/Entity/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ extension Project {
grig,
moiza,
gcms,
webPortfoilo,
gauth,
justMemo
]
Expand Down Expand Up @@ -296,3 +297,27 @@ private let justMemo = Project(
]
)
)
private let webPortfoilo = Project(
id: "WEBPORTFOILO",
name: "Portfoilo Website",
links: [
.init(name: "Github", url: "https://github.com/baekteun/Portfoilo"),
.init(name: "WebSite", url: "https://baegteun.com")
],
bannerURL: "https://user-images.githubusercontent.com/74440939/219048677-32145ade-1ea7-446b-bfd6-2dd4348d6e65.png",
role: "Web Developer",
period: "2023.02. ~ 릴리즈",
projectInfo: .init(
summary: "",
experiences: [
"SwifWeb을 사용하여 Swift코드만 작성해 웹페이지 구축",
"wasm에 대한 미약한 공부",
"css에 대한 간접적인 학습"
],
stack: [
"SwifWeb",
"SwiftWasm",
"JavaScriptKit"
]
)
)
1 change: 1 addition & 0 deletions Sources/App/ViewControllers/Portfoilo/Entity/AppItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ let appItems: [AppItem] = [
.init(id: "GRIG", name: "GRIG", imgPath: "images/app/grig.png"),
.init(id: "MOIZA", name: "모이자!", imgPath: "images/app/moiza.png"),
.init(id: "GCMS", name: "GCMS", imgPath: "images/app/gcms.png"),
.init(id: "WEBPORTFOILO", name: "Portfoilo", imgPath: "images/app/portfoilo.jpeg"),
.init(id: "GAUTH", name: "GAuth", imgPath: "images/app/gauth.svg"),
.init(id: "JUSTMEMO", name: "그저 메모", imgPath: "images/app/justmemo.png")
]
Expand Down
Binary file added Sources/App/images/app/portfoilo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b6fa203

Please sign in to comment.