목록PROJECT/WEB (25)
whatisthis?
사실 지난번에 기획했었던 rainy-player. 너무 UI가 유치하고 (...) 맘에 들지 않아서 초반에 다시 갈아 엎었던 프로젝트이다. 처음 기획안 그리고 제작 과정(?) 은 링크 참조! Rainy player 나는 평소에 잠이 오지 않으면 비소리를 듣고는 한다. 그래서 내가 좋아하는 빗소리를 틀어주는 rain sound player app을 만들면 좋겠다고 생각했고, 기획을 하기 시작했다. 처음 기획안 위와 같이 나무가 보이고, 빗소리를 들을때마다 나무가 점점 자라도록 하는 컨셉으로 구상했었다. 그런데, 뭔가 심심한 느낌이 들고 디자인이 중요한 것 같아서 기능을 이것저것 고민하게 되었다. 그래서 탄생한 새로운 버전! NEW! Rainy Player 빗소리 플레이어인 것은 동일하지만, UI가 조금 더..
For You 인테리어 사무 정보 관리 사이트 project ▪ 풀스택 프로젝트 (Server-side, DB, Front-end) ▪ 기획안 ✅ 프로젝트를 시작하며 기획 + 대략의 구성 + 개발스택 고민을 하다보니 벌써 2-3주가 지나갔다. 처음엔 프론트엔드만 담당하는 줄 알았던 프로젝트가 디자인툴도 부족한 실력이지만 다루게 되고, 프론트 말고 서버사이드나 DB쪽 지식도 알게 되었다. 특히 node.js는 백엔드쪽이라고 단정짓고 쳐다도 안보던 아이였는데, 리액트를 접하면서 참 npm과 친해진 것 같다 :) 아직은 배우던 걸로 구현을 하겠지만, 점점 찾아보다보니 next.js와 typescript 같은 신기술(?)이 탐나기 시작했다. 또, css도 지금은 그냥 module.css를 목표로 하지만, 나중에..
GitHub - thisisyjin/Bootstrap-prac: Practice BootStrap Grid System+ Page Layout (HTML/CSS) Practice BootStrap Grid System+ Page Layout (HTML/CSS) - GitHub - thisisyjin/Bootstrap-prac: Practice BootStrap Grid System+ Page Layout (HTML/CSS) github.com Project. 반응형 페이지 제작기간 : 1일 Design, Assetst REF : 포스팅 하단 참조 - Bootstrap Grid System + CSS MediaQuery 연습용 - Page-Layout 연습용 🔻 gh-pages로 구현해봄. Final Pr..
(7) Footer Section 📌 HTML + CSS 작성 - html 마크업 구성 매우 간단! col-12 짜리 세개만들기. index.html Terms Privacy License style.css /* Footer Page */ .footer { padding: 24px 0; } .footer-link { margin-bottom: 8px; } .footer-link:last-child { margin-bottom: 0; } .footer-link a { font-size: 14px; line-height: 1.71428571; letter-spacing: -0.01em; color: #807f81; } +) media query (Desktop) /* footer */ .footer-link..
(6) Subscription Section 📌 HTML + CSS 작성 - html 마크업 구성 이번에는 section 말고 aside로 감싸주자. 디자인시안을 보면, image부분과 나머지 title+p+form 부분으로 나눠지고, col-12(col-md-5)와 col-12(col-md-7)로 나눈다. row를 나누는 기준은 ??? - 줄바꿈 하면 row 따로 적기. 이번엔 같은줄에 있으므로 row>col+col index.html Stay with us Subscribe to our email newsletter to stay up to date on the latest updates Get started Cancel any time. Check out Terms of Use. 나중에 input을..
(5) Curriculum Section 📌 HTML + CSS 작성 - html 마크업 구성 desktop에서는 이미지가 등장함. row는 두줄로, col-12(col-md-6) 두개씩 구성함. Curriculum Dive into the web development Dive into the software development environment and the basics of computing, networks, and data structures. Apply now Real-World Projects. Solve challenges that professional engineers face as you work individually and in teams with designers. Instr..
(4) Program Section 📌 HTML + CSS 작성 - html 마크업 구성 지난 포스팅에서 만든 strong+h1+p 구성이 한개의 row였다면 새로운 row를 만들어주고, col-12를 총 3개 만들어 col-md-4 로 지정해준다. 지금까지 section.program 의 구성을 살펴보면 다음과 같다. section > container > row > col-12 (col-md-10) > row > col-12 (col-md-4) * 3 index.html Full-Time On Campus Full-Time Remote Part-Time Flex style.css /* Program Page */ .program-card { display: block; text-align: cente..
(4) Program Section 📌 HTML + CSS 작성 - html 마크업 구성 디자인을 보니 제목+본문 부분은 col-12 에서 col-10으로 줄어들고, 아래 이미지 세개는 모바일일때는 col-12 세개이고, 데스크탑일땐 col-md-4 가 되도록 설정. - 추후에 마크업할 부분인 Curriculum 부분과 Program 부분이 매우 비슷하다. >> strong, heading, p부분을 모듈화해서 사용하자! Program Frontend Dev. Immersive Course Your best course for career transformation in front-end developement. This full-time bootcamp features expert instruction..
(3) Service Section 📌 HTML + CSS 작성 - html 마크업 구성 이번에는 desktop에서 (>=768px) col-6이 두개가 되므로 col-12 두개를 만들어야한다. [구조] container > row > col-12 * 2 여기서, col-12 는 둘다 col-md-6이라는 속성을 가져야 한다. 🔻 bootStrap Breakpoint를 보면 md = medium = 768이상. Master the Fundamentals while Exploring new Tech We teach cutting-edge tech Full Stack Javascript as well as Computer Science fundamentals. Develop Production Level W..
(2) landing page 📌 HTML + CSS 작성 - 내가 직접 코딩해본 것 🔻 index.html Change your carrer, Change your life Get ahead with expert-led training in frontend development Apply now Learn more style.css /* Landing Page */ .landing { width: 100%; height: 100vh; display: flex; flex-direction: column; justify-content: center; text-align: center; background-color: #fdded8; } .landing-title { color: #2b292d; font-s..