An open API service indexing awesome lists of open source software.

https://github.com/ssi02014/responsivewebsite

๐Ÿ–ฅ W3C ์›น ํ‘œ์ค€ ์ค€์ˆ˜ ๋ฐ˜์‘ํ˜• ์›น ์‚ฌ์ดํŠธ
https://github.com/ssi02014/responsivewebsite

Last synced: 8 months ago
JSON representation

๐Ÿ–ฅ W3C ์›น ํ‘œ์ค€ ์ค€์ˆ˜ ๋ฐ˜์‘ํ˜• ์›น ์‚ฌ์ดํŠธ

Awesome Lists containing this project

README

          

# ๐Ÿ’ป ResponsiveWebSite

### HTML, CSS, JS(Jquery)๋ฅผ ์ด์šฉํ•ด์„œ ๋งŒ๋“  W3C ์›น ํ‘œ์ค€ ์ค€์ˆ˜ ๋ฐ˜์‘ํ˜• ์‚ฌ์ดํŠธ
### โญ Github Page : https://ssi02014.github.io/ResponsiveWebSite/




## ๐ŸŽฅ ์›น ํŽ˜์ด์ง€ ํ™”๋ฉด

![1](https://user-images.githubusercontent.com/64779472/93800827-1cf23100-fc7c-11ea-9ca9-eea5d11964ab.PNG)

![2](https://user-images.githubusercontent.com/64779472/93800831-1e235e00-fc7c-11ea-8e42-9ca348962595.PNG)






## ๐ŸŽฅ W3C Check

![3](https://user-images.githubusercontent.com/64779472/93802630-ae62a280-fc7e-11ea-998c-e6e400129fbd.PNG)


![4](https://user-images.githubusercontent.com/64779472/93802634-aefb3900-fc7e-11ea-9031-a88ecf316943.PNG)






## ๐Ÿ”– Main Development Stack
### ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป FrontEnd
1. HTML
2. CSS
3. JavaScript(Jquery)




## ๐Ÿ“ˆ HTML ๊ด€๋ จ ํ•™์Šต ๋‚ด์šฉ ๋˜๋Š” ์ด์Šˆ
### ๐Ÿ” 1. favicon ์ ์šฉ
```html









```


### ๐Ÿ” 2. ์‹œ๋งจํ‹ฑ ํƒœ๊ทธ
```html
1. : ํ—ค๋”
2. : ๋„ค๋น„๊ฒŒ์ด์…˜
3. : ์‚ฌ์ด๋“œ์— ์œ„์น˜ํ•˜๋Š” ๊ณต๊ฐ„
4. : ๋ณธ๋ฌธ์˜ ์—ฌ๋Ÿฌ ๋‚ด์šฉ(article)์„ ํฌํ•จํ•˜๋Š” ๊ณต๊ฐ„
5. : ๋ณธ๋ฌธ์˜ ์ฃผ ๋‚ด์šฉ์ด ๋“ค์–ด๊ฐ€๋Š” ๊ณต๊ฐ„
6. : ํ‘ธํ„ฐ
```


### ๐Ÿ” 3. ๋ฐ˜์‘ํ˜• ์ด๋ฏธ์ง€
```html
๋ฐ˜์‘ํ˜• ์ด๋ฏธ์ง€: ํ•ด์ƒ๋„, ์Šคํฌ๋ฆฐ ํฌ๊ธฐ ๋“ฑ์ด ๋‹ค๋ฅธ ์ˆ˜๋งŽ์€ ๊ธฐ๊ธฐ๋“ค์—์„œ ์ •์ƒ์ ์œผ๋กœ ํ‘œ์‹œ๋˜๋Š” ์ด๋ฏธ์ง€


image
```


### ๐Ÿ” 4. Youtube ์˜์ƒ ๊ฐ€์ ธ์˜ค๊ธฐ
```html


```




## ๐Ÿ“ˆ CSS ๊ด€๋ จ ํ•™์Šต ๋‚ด์šฉ ๋˜๋Š” ์ด์Šˆ
### ๐Ÿ” 1. @media(๋ฏธ๋””์–ด ์ฟผ๋ฆฌ)
```css
/* ํ™”๋ฉด ๋„ˆ๋น„ 0 ~ 1220px : ๋ฐ์Šคํฌํƒ‘ */
@media (max-width:1220px) {
...
}
/* ํ™”๋ฉด ๋„ˆ๋น„ 0 ~ 960px : ํƒ€๋ธ”๋ ›1 */
@media (max-width:960px) {
...
}

/* ํ™”๋ฉด ๋„ˆ๋น„ 0 ~ 768px : ํƒ€๋ธ”๋ ›2 */
@media (max-width:768px){
...
}

/* ํ™”๋ฉด ๋„ˆ๋น„ 0 ~ 600px : ๋ชจ๋ฐ”์ผ1 */
@media (max-width:600px){
...
}

/* ํ™”๋ฉด ๋„ˆ๋น„ 0 ~ 480px : ๋ชจ๋ฐ”์ผ2 */
@media (max-width:510px){
...
}
/* ํ™”๋ฉด ๋„ˆ๋น„ 0 ~ 360px : ๋ชจ๋ฐ”์ผ3 */
@media (max-width:320px){
...
}
```


### ๐Ÿ” 2. ๋ผ์ดํŠธ ๋ฐ•์Šค ์ด๋ฏธ์ง€ ํšจ๊ณผ
```css
.square a:nth-child(1):hover img {filter: blur(2px);}
.square a:nth-child(2):hover img {filter: brightness(50%);}
.square a:nth-child(3):hover img {filter: contrast(10%);}
.square a:nth-child(4):hover img {filter: grayscale(100%);}
.square a:nth-child(5):hover img {filter: hue-rotate(120deg);}
.square a:nth-child(6):hover img {filter: invert(100%);}
.square a:nth-child(7):hover img {filter: opacity(10%);}
.square a:nth-child(8):hover img {filter: saturate(10%);}
.square a:nth-child(9):hover img {filter: sepia(120%);}
.square a:nth-child(10):hover img {filter: sepia(120%) hue-rotate(120deg);}
```




## ๐Ÿ“ˆ JavaScript ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ(Jquery)
### ๐Ÿ” 1. Slick์„ ์ด์šฉํ•œ Slide ๊ตฌํ˜„ํ•˜๊ธฐ
```html




```

```javascript
// jquery code
$(".slider").slick({
dots: true,
autoplay: true,
autoplaySpeed: 3000,
arrows: true,
responsive: [
{
breakpoint: 768,
settings: {
autoplay : false
}
}
]
});
```


### ๐Ÿ” 2. lightgallery๋ฅผ ์ด์šฉํ•œ gallery ๊ตฌํ˜„ํ•˜๊ธฐ
```html