Projects/미니프로젝트 - 소개위드미 (team)
-
2) 코딩위드미 , 날짜추가/파일나누기 (코딩정리)★Projects/미니프로젝트 - 소개위드미 (team) 2023. 5. 21. 20:52
파일따로분리. static 폴더 안에 css 폴더와 js 폴더를 따로 만들고, css폴더에는 index.css파일을 생성하고, js폴더에는 delete.js, index.js, post,js, put.js 4개의 파일을 생성. 그리고 나머지는 원래 처럼 templates폴더안에 index.html 파일 만들고, python -m venv venv하고 appy 파일 만듦. 그리고 pip install app.py 해야함. css index.css * { font-family: 'Gowun Dodum', sans-serif; } .title { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-..
-
1) 코딩위드미 홈페이지 제작, 마크다운문법Projects/미니프로젝트 - 소개위드미 (team) 2023. 5. 18. 14:22
https://github.com/sangwoorhie/codingwithme GitHub - sangwoorhie/codingwithme Contribute to sangwoorhie/codingwithme development by creating an account on GitHub. github.com 드디어 우리 조 코딩위드미 깃헙 레포지토리 주소를 배포했다. 아래는 io주소 https://sangwoorhie.github.io/codingwithme/ 깃헙에서 팀원 repository에 추가하기 repository 주인 : Settings > Collaborators > Add people > input email 팀원 : check email > Accepted 마크다운 문법 : 깃헙에서 코..