Skip to content

Commit

Permalink
feat: edit target and fix some error
Browse files Browse the repository at this point in the history
- master to main

fix: error
- DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

- twbs/bootstrap#40621 (comment)

fix: does not have an alt attribute

feat: edit image route

feat: revert to master branch in ci

feat: edit git ignore
  • Loading branch information
seod0209 committed Aug 1, 2024
1 parent 7025d94 commit 5332826
Show file tree
Hide file tree
Showing 23 changed files with 22,259 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CI"
on:
push:
branches:
- "master"
- "main"
- "hotfix/**"
paths-ignore:
- ".github/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CodeQL"

on:
push:
branches: ["master"]
branches: ["main"]
paths: ["_javascript/**/*.js"]
pull_request:
paths: ["_javascript/**/*.js"]
Expand Down
64 changes: 0 additions & 64 deletions .github/workflows/jekyll.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/style-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Style Lint"

on:
push:
branches: ["master", "hotfix/**"]
branches: ["main", "hotfix/**"]
paths: ["_sass/**/*.scss"]
pull_request:
paths: ["_sass/**/*.scss"]
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ package-lock.json

# Misc
_sass/dist
assets/js/dist
# assets/js/dist
2 changes: 1 addition & 1 deletion _posts/2023-06-13-React-Native-각-OS-화면비율.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: [google analytics, react native, side project]
# Problem

iOS화면만 보고 개발했을 때 AOS의 화면이 와장창..
<image src="https://velog.velcdn.com/images/seod0209/post/95b77fb0-e5ad-435d-b8e2-930250c11441/image.png" width="50%" height="auto"/>
<image src="https://velog.velcdn.com/images/seod0209/post/95b77fb0-e5ad-435d-b8e2-930250c11441/image.png" width="50%" height="auto" alt="aos_ui"/>


# Improvement
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-02-25-첫-오픈소스-Contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:
{: .prompt-warning }

오랜만에 블로그를 작성하려하는데
<image src="https://velog.velcdn.com/images/seod0209/post/22253406-7576-4bb5-a54c-7847a5cc1454/image.jpg" width="30%" height="auto"/>
<image src="https://velog.velcdn.com/images/seod0209/post/22253406-7576-4bb5-a54c-7847a5cc1454/image.jpg" width="30%" height="auto" alt="error_img"/>
에..? upstream/master로 chirpy theme repository를 업데이트 후 conflict 대잔치..

그러던 중 plugin관련 라이브러리가 deprecated되었다는 경고를 보게되었다.
Expand Down
16 changes: 8 additions & 8 deletions _posts/2024-07-11-Zippu.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ image:
- 프레임워크: React Native, React, React Qeury , Recoil , Emotion , Next.js
- CI/CD: Firebase Distribution , GitAction을 통한 Codpush배포로 추가 심사없이 앱 업데이트 가능

<image src="https://velog.velcdn.com/images/seod0209/post/d0ac3d5d-cde8-44af-97ca-f9acb317ed25/image.png" width="30%" height="auto"/>
<image src="https://velog.velcdn.com/images/seod0209/post/d0ac3d5d-cde8-44af-97ca-f9acb317ed25/image.png" width="30%" height="auto" alt="deploy"/>
- 특이사항
- DomainLayer에 있는 Model을 Entity로 생각.
- [InversifyJS](https://github.com/inversify/InversifyJS) 사용으로 생성자 주입으로 객체간의 의존관계를 설정.
Expand Down Expand Up @@ -88,13 +88,13 @@ image:
### Kanban Board

- Task관리: not started → In Progress → Done)
<image src="https://velog.velcdn.com/images/seod0209/post/1ab0a564-811b-44c2-9675-3f0ace72cbf2/image.png" width="80%" height="auto"/>
<image src="https://velog.velcdn.com/images/seod0209/post/1ab0a564-811b-44c2-9675-3f0ace72cbf2/image.png" alt="task" width="80%" height="auto"/>


### Docs

- 각 파트별 협업방식, 아키텍쳐, 컨벤션(pr, git, naming), 추가 기술 조사 등에 대한 문서 정리.
<image src="https://velog.velcdn.com/images/seod0209/post/8cb44efe-04cc-4160-8dce-c066982b6511/image.png" width="100%" height="auto"/>
<image src="https://velog.velcdn.com/images/seod0209/post/8cb44efe-04cc-4160-8dce-c066982b6511/image.png" alt="notion" width="100%" height="auto"/>


### 역할 분담
Expand All @@ -115,17 +115,17 @@ image:


#### 🌸<span style="color:purple">로그인, 회원가입 및 권한 설정</span> &nbsp;&nbsp;🌸<span style="color:purple">그룹, 멤버 목록과 지각순위</span>
<image src="https://velog.velcdn.com/images/seod0209/post/c7d2602e-8f50-4566-b92c-6219f0951942/image.gif" width="30%" height="auto" /> <image src="https://velog.velcdn.com/images/seod0209/post/b7ee4e7d-e08d-4e54-8e05-e7e8e618e0b6/image.gif" width="30%" height="auto"/>
<image src="https://velog.velcdn.com/images/seod0209/post/c7d2602e-8f50-4566-b92c-6219f0951942/image.gif" width="30%" height="auto" alt="login" /> <image src="https://velog.velcdn.com/images/seod0209/post/b7ee4e7d-e08d-4e54-8e05-e7e8e618e0b6/image.gif" width="30%" height="auto" alt="list"/>


#### 🌸<span style="color:purple"> 그룹 생성</span> &nbsp;&nbsp; &nbsp;&nbsp; 🌸<span style="color:purple"> 약속 생성</span>
<image src="https://velog.velcdn.com/images/seod0209/post/f49ef500-5fd5-45c3-97e0-54a9e035fb68/image.gif" width="30%" height="auto"/><image src="https://velog.velcdn.com/images/seod0209/post/53d819df-7242-4ce1-8b7e-6845058afbc0/image.gif" width="30%" height="auto" />
<image src="https://velog.velcdn.com/images/seod0209/post/f49ef500-5fd5-45c3-97e0-54a9e035fb68/image.gif" width="30%" height="auto" alt="make_group" /><image src="https://velog.velcdn.com/images/seod0209/post/53d819df-7242-4ce1-8b7e-6845058afbc0/image.gif" width="30%" height="auto" alt="make_plan" />

#### 🌸<span style="color:purple"> 임박한 약속 과 약속 상세 </span> &nbsp;&nbsp; &nbsp;&nbsp; 🌸<span style="color:purple"> 약속 30분 전 구성원 위치공유 </span>
<image src="https://velog.velcdn.com/images/seod0209/post/913ac174-c60b-4766-bd72-d050b3196309/image.gif" width="30%" height="auto" /><image src="https://velog.velcdn.com/images/seod0209/post/1a18d040-576d-41ff-a291-9f06e0ed018b/image.png" width="30%" height="auto" />
<image src="https://velog.velcdn.com/images/seod0209/post/913ac174-c60b-4766-bd72-d050b3196309/image.gif" width="30%" height="auto" alt="alert" /><image src="https://velog.velcdn.com/images/seod0209/post/1a18d040-576d-41ff-a291-9f06e0ed018b/image.png" width="30%" height="auto" alt="plan_detail" />

#### 🌸<span style="color:purple"> 프로필 수정 </span>
<image src="https://velog.velcdn.com/images/seod0209/post/56331846-61c8-4a6b-8e66-cea27c5a1139/image.gif" width="30%" height="auto" />
<image src="https://velog.velcdn.com/images/seod0209/post/56331846-61c8-4a6b-8e66-cea27c5a1139/image.gif" width="30%" height="auto" alt="profile" />



Expand Down Expand Up @@ -156,7 +156,7 @@ image:
Web 개발할때는 브라우저마다 UI가 다르게 나타날 수 있으니 디자인 QA를 넘기기전 모든 웹브라우저를 켜서 확인하고 넘기면서,, 여기선 왜그랬나 싶다.

개발할 때 Xcode로 IOS만 보고 개발했다. 그래서 각 OS가 추구하는 정책이 다른것과 UI를 나타내는 단위가 달랐다. 또한 정책에 있어서도 두 OS는 너무나도 달랐다. AOS의 경우 카카오, 애플 소셜로그인 이외에도 비회원으로 이용할 수 있는 방법이 필요했다
<image src="https://velog.velcdn.com/images/seod0209/post/5e6683f7-4c64-4c30-8736-da68bdfe74c5/image.png" width="40%" height="auto" />
<image src="https://velog.velcdn.com/images/seod0209/post/5e6683f7-4c64-4c30-8736-da68bdfe74c5/image.png" width="40%" height="auto" alt="error_ui" />


### :: 우리..욕심 부리지 말자고 웃으면서 얘기했잖아요 ㅋㅋㅋㅋ
Expand Down
25 changes: 16 additions & 9 deletions assets/img/favicons/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
---
layout: compress
---

{% assign favicon_path = "/assets/img/favicons" | relative_url %}

{
"name": "",
"short_name": "",
"name": "{{ site.title }}",
"short_name": "{{ site.title }}",
"description": "{{ site.description }}",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "{{ favicon_path }}/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"src": "{{ favicon_path }}/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
}],
"start_url": "{{ '/index.html' | relative_url }}",
"theme_color": "#2a1e6b",
"background_color": "#ffffff",
"display": "standalone"
}
"display": "fullscreen"
}
Loading

0 comments on commit 5332826

Please sign in to comment.