https://getbootstrap.com/docs/5.3/getting-started/introduction/
Get started with Bootstrap
Bootstrap is a powerful, feature-packed frontend toolkit. Build anything—from prototype to production—in minutes.
getbootstrap.com
Jumbotron 추가하기
출처 : 스파르타 코딩클럽
출처 : 스파르타 코딩클럽
출처 : 스파르타 코딩클럽
배경 코드
https://occ-0-1123-1217.1.nflxso.net/dnm/api/v6/6AYY37jfdO6hpXcMjf9Yu5cnmO0/AAAABeIfo7VL_VDyKnljV66IkR-4XLb6xpZqhpLSo3JUtbivnEW4s60PD27muH1mdaANM_8rGpgbm6L2oDgA_iELHZLZ2IQjG5lvp5d2.jpg?r=e6e.jpg
Headers 추가하기
Headers 클릭
출처 : 스파르타 코딩클럽
오른쪽 마우스 누르고 검사하여 복사하기
출처 : 스파르타코딩클럽
배경 색 넣기
body {
background-color : black ;
}
이름 수정하기
< ul class = "nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0" >
< li >< a href = "#" class = "nav-link px-2 text-danger" > 스파르타플릭스 </ a ></ li >
< li >< a href = "#" class = "nav-link px-2 text-white" > 홈 </ a ></ li >
< li >< a href = "#" class = "nav-link px-2 text-white" > 시리즈 </ a ></ li >
< li >< a href = "#" class = "nav-link px-2 text-white" > 영화 </ a ></ li >
< li >< a href = "#" class = "nav-link px-2 text-white" > 내가 찜한 콘텐츠 </ a ></ li >
</ ul >
sign up 버튼 색 바꾸기
< div class = "text-end" >
< button type = "button" class = "btn btn-outline-light me-2" > Login </ button >
< button type = "button" class = "btn btn-danger" > Sign-up </ button >
</ div >
완성 코드
<! DOCTYPE html >
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > 스파르타플릭스 </ title >
integrity = "sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin = "anonymous" >
< style >
* {
* {
font-family : 'Hahmlet' , serif ;
}
}
.main {
color : white ;
background-position : center ;
background-size : cover ;
}
body {
background-color : black ;
}
</ style >
</ head >
< body >
< header class = "p-3 text-bg-dark" >
< div class = "container" >
< div class = "d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start" >
< a href = "/" class = "d-flex align-items-center mb-2 mb-lg-0 text-white text-decoration-none" >
< svg class = "bi me-2" width = "40" height = "32" role = "img" aria-label = "Bootstrap" >
< use xlink:href = "#bootstrap" ></ use >
</ svg >
</ a >
< ul class = "nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0" >
< li >< a href = "#" class = "nav-link px-2 text-danger" > 스파르타플릭스 </ a ></ li >
< li >< a href = "#" class = "nav-link px-2 text-white" > 홈 </ a ></ li >
< li >< a href = "#" class = "nav-link px-2 text-white" > 시리즈 </ a ></ li >
< li >< a href = "#" class = "nav-link px-2 text-white" > 영화 </ a ></ li >
< li >< a href = "#" class = "nav-link px-2 text-white" > 내가 찜한 콘텐츠 </ a ></ li >
</ ul >
< form class = "col-12 col-lg-auto mb-3 mb-lg-0 me-lg-3" role = "search" >
< input type = "search" class = "form-control form-control-dark text-bg-dark" placeholder = "Search..."
aria-label = "Search" >
</ form >
< div class = "text-end" >
< button type = "button" class = "btn btn-outline-light me-2" > Login </ button >
< button type = "button" class = "btn btn-danger" > Sign-up </ button >
</ div >
</ div >
</ div >
</ header >
< div class = "main" >
< div class = "p-5 mb-4 bg-body-tertiary rounded-3" >
< div class = "container-fluid py-5" >
< h1 class = "display-5 fw-bold" > 킹덤 </ h1 >
< p class = "col-md-8 fs-4" > 병든 왕을 둘러싸고 흉흉한 소문이 떠돈다. 어둠에 뒤덮인 조선, 기이한 역병에 신음하는 산하. 정체 모를 악에 맞서 백성을 구원할 희망은 오직
세자뿐이다. </ p >
< button type = "button" class = "btn btn-outline-light" > 영화 기록하기 </ button >
< button type = "button" class = "btn btn-outline-light" > 상세정보 </ button >
</ div >
</ div >
</ div >
</ body >
</ html >
카드추가하기
https://getbootstrap.com/docs/5.3/components/card/
Cards
Bootstrap’s cards provide a flexible and extensible content container with multiple variants and options.
getbootstrap.com
<div class="row row-cols-1 row-cols-md-4 g-4"> <div class="col"> <div class="card h-100"> <img src="..." class="card-img-top" alt="..."> <div class="card-body"> <h5 class="card-title">Card title</h5> <p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> </div> </div> </div> <div class="col"> <div class="card h-100"> <img src="..." class="card-img-top" alt="..."> <div class="card-body"> <h5 class="card-title">Card title</h5> <p class="card-text">This is a short card.</p> </div> </div> </div> <div class="col"> <div class="card h-100"> <img src="..." class="card-img-top" alt="..."> <div class="card-body"> <h5 class="card-title">Card title</h5> <p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content.</p> </div> </div> </div> <div class="col"> <div class="card h-100"> <img src="..." class="card-img-top" alt="..."> <div class="card-body"> <h5 class="card-title">Card title</h5> <p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> </div> </div> </div> </div>
이미지 넣고 개수 조절하기
카드 내용 변경 및 별점넣기
< div class = "col" >
< div class = "card h-100" >
class = "card-img-top" alt = "..." >
< div class = "card-body" >
< h5 class = "card-title" > 영화 제목 </ h5 >
< p class = "card-text" > ⭐⭐⭐ </ p >
< p class = "card-text" > 영화 코멘트 </ p >
</ div >
</ div >
</ div >
카드 복사 후 붙여넣기
< div class = "row row-cols-1 row-cols-md-4 g-4" >
< div class = "col" >
< div class = "card h-100" >
class = "card-img-top" alt = "..." >
< div class = "card-body" >
< h5 class = "card-title" > 영화 제목 </ h5 >
< p class = "card-text" > ⭐⭐⭐ </ p >
< p class = "card-text" > 영화 코멘트 </ p >
</ div >
</ div >
</ div >
< div class = "col" >
< div class = "card h-100" >
class = "card-img-top" alt = "..." >
< div class = "card-body" >
< h5 class = "card-title" > 영화 제목 </ h5 >
< p class = "card-text" > ⭐⭐⭐ </ p >
< p class = "card-text" > 영화 코멘트 </ p >
</ div >
</ div >
</ div >
< div class = "col" >
< div class = "card h-100" >
class = "card-img-top" alt = "..." >
< div class = "card-body" >
< h5 class = "card-title" > 영화 제목 </ h5 >
< p class = "card-text" > ⭐⭐⭐ </ p >
< p class = "card-text" > 영화 코멘트 </ p >
</ div >
</ div >
</ div >
< div class = "col" >
< div class = "card h-100" >
class = "card-img-top" alt = "..." >
< div class = "card-body" >
< h5 class = "card-title" > 영화 제목 </ h5 >
< p class = "card-text" > ⭐⭐⭐ </ p >
< p class = "card-text" > 영화 코멘트 </ p >
</ div >
</ div >
</ div >
</ div >
.mycards {
width : 1200px ;
margin : 20px auto 0px auto ;
}
포스팅 박스 만들기
부트스트랩
https://getbootstrap.com/docs/5.3/forms/floating-labels/
Floating labels
Create beautifully simple form labels that float over your input fields.
getbootstrap.com
< div class = "mypostingbox" >
< div class = "form-floating mb-3" >
< input type = "email" class = "form-control" id = "floatingInput" placeholder = "영화 이미지 주소" >
< label for = "floatingInput" > 영화 이미지 주소 </ label >
</ div >
< div class = "form-floating mb-3" >
< input type = "email" class = "form-control" id = "floatingInput" placeholder = "영화 제목" >
< label for = "floatingInput" > 영화 제목 </ label >
</ div >
< div class = "form-floating mb-3" >
< input type = "email" class = "form-control" id = "floatingInput" placeholder = "추천 이유" >
< label for = "floatingInput" > 추천 이유 </ label >
</ div >
</ div >
부트스트랩 Input group에 Custom Select 에서 표시된곳 복사
카드 사이에 넣어주기
< div class = "input-group mb-3" >
< label class = "input-group-text" for = "inputGroupSelect01" > 별점 </ label >
< select class = "form-select" id = "inputGroupSelect01" >
< option selected > 별점 선택 </ option >
< option value = "1" > ⭐ </ option >
< option value = "2" > ⭐⭐ </ option >
< option value = "3" > ⭐⭐⭐ </ option >
< option value = "4" > ⭐⭐⭐⭐ </ option >
< option value = "5" > ⭐⭐⭐⭐⭐ </ option >
</ select >
</ div >
추천 이유 밑에 넣어준다.
< button type = "button" class = "btn btn-danger" > 기록하기 </ button >
.mypostingbox {
width : 500px ;
margin : 20px auto 0px auto ;
border : 1px solid white ;
padding : 20px ;
border-radius : 5px ;
}
포스팅박스 색깔 넣기
.form-floating > input {
background-color : transparent ;
color : white ;
}
.form-floating > label {
color : white ;
}
</ style >
포스팅박스 안에 별점 라벨 바꾸기
.input-group > label {
background-color : transparent ;
color : white ;
}
마이포스팅 박스 안에 기록하기 버튼 크기 조절하기
.mypostingbox > button {
width : 100% ;
}
완성코드
<! DOCTYPE html >
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > 스파르타플릭스 </ title >
integrity = "sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin = "anonymous" >
< style >
* {
* {
font-family : 'Hahmlet' , serif ;
}
}
.main {
color : white ;
background-position : center ;
background-size : cover ;
}
body {
background-color : black ;
}
.mycards {
width : 1200px ;
margin : 20px auto 0px auto ;
}
.mypostingbox {
width : 500px ;
margin : 20px auto 0px auto ;
border : 1px solid white ;
padding : 20px ;
border-radius : 5px ;
}
.form-floating > input {
background-color : transparent ;
color : white ;
}
.form-floating > label {
color : white ;
}
.input-group > label {
background-color : transparent ;
color : white ;
}
.mypostingbox > button {
width : 100% ;
}
</ style >
</ head >
< body >
< header class = "p-3 text-bg-dark" >
< div class = "container" >
< div class = "d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start" >
< a href = "/" class = "d-flex align-items-center mb-2 mb-lg-0 text-white text-decoration-none" >
< svg class = "bi me-2" width = "40" height = "32" role = "img" aria-label = "Bootstrap" >
< use xlink:href = "#bootstrap" ></ use >
</ svg >
</ a >
< ul class = "nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0" >
< li >< a href = "#" class = "nav-link px-2 text-danger" > 스파르타플릭스 </ a ></ li >
< li >< a href = "#" class = "nav-link px-2 text-white" > 홈 </ a ></ li >
< li >< a href = "#" class = "nav-link px-2 text-white" > 시리즈 </ a ></ li >
< li >< a href = "#" class = "nav-link px-2 text-white" > 영화 </ a ></ li >
< li >< a href = "#" class = "nav-link px-2 text-white" > 내가 찜한 콘텐츠 </ a ></ li >
</ ul >
< form class = "col-12 col-lg-auto mb-3 mb-lg-0 me-lg-3" role = "search" >
< input type = "search" class = "form-control form-control-dark text-bg-dark" placeholder = "Search..."
aria-label = "Search" >
</ form >
< div class = "text-end" >
< button type = "button" class = "btn btn-outline-light me-2" > Login </ button >
< button type = "button" class = "btn btn-danger" > Sign-up </ button >
</ div >
</ div >
</ div >
</ header >
< div class = "main" >
< div class = "p-5 mb-4 bg-body-tertiary rounded-3" >
< div class = "container-fluid py-5" >
< h1 class = "display-5 fw-bold" > 킹덤 </ h1 >
< p class = "col-md-8 fs-4" > 병든 왕을 둘러싸고 흉흉한 소문이 떠돈다. 어둠에 뒤덮인 조선, 기이한 역병에 신음하는 산하. 정체 모를 악에 맞서 백성을 구원할 희망은 오직
세자뿐이다. </ p >
< button type = "button" class = "btn btn-outline-light" > 영화 기록하기 </ button >
< button type = "button" class = "btn btn-outline-light" > 상세정보 </ button >
</ div >
</ div >
</ div >
< div class = "mypostingbox" >
< div class = "form-floating mb-3" >
< input type = "email" class = "form-control" id = "floatingInput" placeholder = "영화 이미지 주소" >
< label for = "floatingInput" > 영화 이미지 주소 </ label >
</ div >
< div class = "form-floating mb-3" >
< input type = "email" class = "form-control" id = "floatingInput" placeholder = "영화 제목" >
< label for = "floatingInput" > 영화 제목 </ label >
</ div >
< div class = "input-group mb-3" >
< label class = "input-group-text" for = "inputGroupSelect01" > 별점 </ label >
< select class = "form-select" id = "inputGroupSelect01" >
< option selected > 별점 선택 </ option >
< option value = "1" > ⭐ </ option >
< option value = "2" > ⭐⭐ </ option >
< option value = "3" > ⭐⭐⭐ </ option >
< option value = "4" > ⭐⭐⭐⭐ </ option >
< option value = "5" > ⭐⭐⭐⭐⭐ </ option >
</ select >
</ div >
< div class = "form-floating mb-3" >
< input type = "email" class = "form-control" id = "floatingInput" placeholder = "추천 이유" >
< label for = "floatingInput" > 추천 이유 </ label >
</ div >
< button type = "button" class = "btn btn-danger" > 기록하기 </ button >
</ div >
< div class = "mycards" >
< div class = "row row-cols-1 row-cols-md-4 g-4" >
< div class = "col" >
< div class = "card h-100" >
class = "card-img-top" alt = "..." >
< div class = "card-body" >
< h5 class = "card-title" > 영화 제목 </ h5 >
< p class = "card-text" > ⭐⭐⭐ </ p >
< p class = "card-text" > 영화 코멘트 </ p >
</ div >
</ div >
</ div >
< div class = "col" >
< div class = "card h-100" >
class = "card-img-top" alt = "..." >
< div class = "card-body" >
< h5 class = "card-title" > 영화 제목 </ h5 >
< p class = "card-text" > ⭐⭐⭐ </ p >
< p class = "card-text" > 영화 코멘트 </ p >
</ div >
</ div >
</ div >
< div class = "col" >
< div class = "card h-100" >
class = "card-img-top" alt = "..." >
< div class = "card-body" >
< h5 class = "card-title" > 영화 제목 </ h5 >
< p class = "card-text" > ⭐⭐⭐ </ p >
< p class = "card-text" > 영화 코멘트 </ p >
</ div >
</ div >
</ div >
< div class = "col" >
< div class = "card h-100" >
class = "card-img-top" alt = "..." >
< div class = "card-body" >
< h5 class = "card-title" > 영화 제목 </ h5 >
< p class = "card-text" > ⭐⭐⭐ </ p >
< p class = "card-text" > 영화 코멘트 </ p >
</ div >
</ div >
</ div >
</ div >
</ div >
</ body >
</ html >
자바스크립트란
프로그래밍 언어중 하나, 브라우저가 알아들을 수 있는 언어.
브라우저가 JavaScript를 주로 사용하는 이유
역사적으로 JavaScript가 웹브라우저에서 실행되는 언어로 사용되어 왔기 때문 이다.
웹페이지의 동적인 기능을 구현하기위해 JavaScript가 개발되었으며 많은 웹개발자들이 JavaScript를 사용하여 웹애플리케이션을 구축하고 유지, 관리 해왔다.
JavaScript가 브라우저한테 명령을 내리는 표준 이다.
자바스크립트 범용성
자바스크립트를 이용하여 서버를 만들 수 있다.
자바스크립트는 프론트엔드, 백엔드 둘다 가능 하다.
IOS와 안드로이드 앱, 게임 개발 엔진, IOT(사물 인터넷) 애플리케이션 개발도 가능 하다.
JavaScript 기초문법
기초문법은 자바스크립트 뿐만이 아닌 개념자체는 어느 프로그래밍 언어를 가도 똑같다.
프로그래밍 언어는 기계와 사람이 소통하기 위해 만든 언어이다.
console 은 개발자도구
변수를 쓰는 이유 값을 담아서 한번에 관리하는 친구
변수는 내가 알아보기 쉽게 적어놔야 한다.
자료형
리스트 = 순서를 가지고 있는 형태 딕셔너리 =키(Key), 벨류(Velue) 값의 묶음
필요한 이유 = 순서를 표시할 수 있으며 정보를 묶을 수 있다.
< script >
let a = [ '사과' , '배' , '수박' ];
console . log ( a [ 1 ])
</ script >
< script >
let person ={ 'name' : 'bob' , 'age' : 30 , 'height' : 180 };
console . log ( person [ 'name' ])
</ script >
< script >
let person ={ 'name' : 'bob' , 'age' : 30 , 'height' : 180 };
console . log ( person [ 'age' ])
</ script >
< script >
let person ={ 'name' : 'bob' , 'age' : 30 , 'height' : 180 };
let name = person [ 'name' ]
let age = person [ 'age' ]
console . log ( name , age )
</ script >
조건문
let age = 15 ;
if ( age < 20 ) {
console . log ( '청소년입니다' )
} else {
console . log ( '성인입니다' )
}
let age = 25 ;
if ( age < 20 ) {
console . log ( '청소년입니다' )
} else {
console . log ( '성인입니다' )
}
반복문
let ages = [ 15 , 20 , 30 , 37 , 45 ];
ages . forEach ( a => {
if ( a < 20 ) {
console . log ( '청소년입니다' )
} else {
console . log ( '성인입니다' )
}
});
JavaScript 활용문법 (DOM)
함수는 같은 동작을 반복한다는 개념이다.
< script >
function hey () {
alert ( '안녕하세요' );
}
</ script >
< div class = "main" >
< div class = "p-5 mb-4 bg-body-tertiary rounded-3" >
< div class = "container-fluid py-5" >
< h1 class = "display-5 fw-bold" > 킹덤 </ h1 >
< p class = "col-md-8 fs-4" > 병든 왕을 둘러싸고 흉흉한 소문이 떠돈다. 어둠에 뒤덮인 조선, 기이한 역병에 신음하는 산하. 정체 모를 악에 맞서 백성을 구원할 희망은 오직
세자뿐이다. </ p >
< button onclick = " hey ()" type = "button" class = "btn btn-outline-light" > 영화 기록하기 </ button >
< button type = "button" class = "btn btn-outline-light" > 상세정보 </ button >
</ div >
</ div >
</ div >
JQuery 시작하기
JQuery란 누군가가 만들어놓은 라이브러리
< title > 스파르타플릭스 </ title >
integrity = "sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin = "anonymous" >
< div class = "container-fluid py-5" >
< h1 id = "title" class = "display-5 fw-bold" > 킹덤 </ h1 >
< p class = "col-md-8 fs-4" > 병든 왕을 둘러싸고 흉흉한 소문이 떠돈다. 어둠에 뒤덮인 조선, 기이한 역병에 신음하는 산하. 정체 모를 악에 맞서 백성을 구원할 희망은 오직
세자뿐이다. </ p >
< script >
function hey () {
$ ( '#title' ). text ( '쥬라기월드' )
}
</ script >
< prac class = "html" ></ prac >
<! DOCTYPE html >
< html >
< head >
< title > 자바스크립트 문법 연습하기! </ title >
</ head >
< style >
.button-part {
display : flex ;
height : 50px ;
}
</ style >
< script >
function checkResult (){
let a = [ '사과' , '배' , '감' , '귤' ]
$ ( '#q1' ). text ( a [ 2 ]);
}
</ script >
< body >
< div class = "top-part" >
< h1 > 자바스크립트 문법 연습하기! </ h1 >
</ div >
< hr />
< br >
< h2 > 1. 함수 </ h2 >
< div class = "button-part" >
< button onclick = " checkResult ()" > 결과 확인하기! </ button >
</ div >
< div class = "list-part" >
< h2 > 2. 리스트 </ h2 >
< div id = "q1" ></ div >
</ div >
< div class = "dict-part" >
< h2 > 3. 딕셔너리 </ h2 >
< div id = "q2" ></ div >
</ div >
< div >
< h2 > 4. 리스트 딕셔너리 </ h2 >
< div id = "q3" ></ div >
</ div >
</ body >
</ html >
function checkResult (){
let b = { 'name' : '영수' , 'age' : 30 }
$ ( '#q1' ). text ( b [ 'name' ]);
}
function checkResult () {
let c = [
{ 'name' : '영수' , 'age' : 30 },
{ 'name' : '철수' , 'age' : 35 }
]
$ ( '#q1' ). text ( c [ 1 ][ 'name' ]);
}
JQuery연습
<! DOCTYPE html >
< html >
< head >
< title > 자바스크립트 문법 연습하기! </ title >
</ head >
< script >
function checkResult () {
let fruits = [ '사과' , '배' , '감' , '귤' , '수박' ];
$ ( '#q1' ). empty ();
let temp_html = `<p>감자</p>` ;
$ ( '#q1' ). append ( temp_html );
}
</ script >
< body >
< div class = "top-part" >
< h1 > 자바스크립트 문법 연습하기! </ h1 >
</ div >
< hr />
< br >
< h2 > 1. 함수 </ h2 >
< div class = "button-part" >
< button onclick = " checkResult ()" > 결과 확인하기! </ button >
</ div >
< div class = "list-part" >
< h2 > 2. 붙이기 </ h2 >
< div id = "q1" >
< p > 사과 </ p >
< p > 귤 </ p >
< p > 감 </ p >
</ div >
</ div >
< div class = "list-part" >
< h2 > 3. 붙이기 </ h2 >
< div id = "q2" >
< p > 영수는 24살입니다. </ p >
< p > 세종은 30살입니다. </ p >
< p > 수영은 20살입니다. </ p >
</ div >
</ div >
</ body >
</ html >
function checkResult () {
let fruits = [ '사과' , '배' , '감' , '귤' , '수박' ];
$ ( '#q1' ). empty ();
let a = fruits [ 0 ];
let temp_html = `<p> ${ a } </p>` ;
$ ( '#q1' ). append ( temp_html );
}
function checkResult () {
let fruits = [ '사과' , '배' , '감' , '귤' , '수박' ];
$ ( '#q1' ). empty ();
fruits . forEach ( a => {
let temp_html = `<p> ${ a } </p>` ;
$ ( '#q1' ). append ( temp_html );
});
}
function checkResult () {
let people = [
{ 'name' : '서영' , 'age' : 24 },
{ 'name' : '현아' , 'age' : 30 },
{ 'name' : '영환' , 'age' : 12 },
{ 'name' : '서연' , 'age' : 15 },
{ 'name' : '지용' , 'age' : 18 },
{ 'name' : '예지' , 'age' : 36 }
]
$ ( '#q2' ). empty ();
people . forEach ( a => {
let name = a [ 'name' ];
let age = a [ 'age' ];
let temp_html = `<p> ${ a [ 'name' ] } 는 ${ a [ 'age' ] } 살입니다.</p>` ;
$ ( '#q2' ). append ( temp_html );
});
}