inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

반응형 웹사이트 포트폴리오(Architecture Agency)

서브페이지 모바일로 변환하기#02 (project subpage)

모바일 화면에서 hiring의 sns 문제-hiring.html 소스 올려 놓았습니다.

162

ohwhy

작성한 질문수 34

1

hiring.html 소스로 올려 놓았습니다. 

제 소스에서 sns 클래스에 바로 sns 도메인 주소로 가도록 했는데.. 강사님 처럼 #none으로 해도 모바일 화면에서는 컬러색이 적용이 안됩니다. 참 그리고 페북과 트위터는 도메인주소로 했을때 접속이 안되는데.. 왜 차단이 되는건지도 설명해 주시면 감사하겠습니다.  

hiring.html:

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0">
<title>bizpage-subpage_hiring</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="responsive.css">
</head>
<body>
<div class="modal">
<div class="header">
<div class="header-inner">
<div class="modal-display">+Hiring</div>
</div>
</div>
<div class="hiring-main">
<div class="hiring-heading">
<span>hiring</span>
<h1>Come work with us</h1>
</div>
</div>
<article class="hiring-info">
<div class="center-parent">
<div class="center-child">
<h2>Together we can make an impact</h2>
<p>bizpage offers the excitement of an entrepreneurial environment with the stability of an established practice. Principals and senior leadership work side-by-side with junior designers to create innovative, workable designs. With our global practice, we are currently creating the next generation of healthy, experience-based urban neighborhoods and resorts.</p>
</div>
</div>
<div class="photo"><img src="images/hiring-main-01-01.jpg"></div>
</article>
<article class="hiring-slogan">
<p>
Every summer we offer a Fellowship to a select group of students in architecture, planning and landscape architecture. Read about our 2019 Fellowship winners and learn more about what the Fellowship has to offer.
</p>
</article>
<article class="hiring-info">
<div class="photo"><img src="images/hiring-main-01-02.jpg"></div>
<div class="center-parent">
<div class="center-child">
<h2>We’re always looking for talent</h2>
<p>If you don’t see an open position that fits your talents, send us your resume. We’re always looking for smart, self-starters and will reach out to you if something becomes available.</p>
<div class="hiring-contact">
<ul>
<li>SEOUL</li>
<li>OY Kang</li>
<li>+82-10-3687-4054</li>
<li>oykang@bizpagecorp.com</li>
</ul>
<ul>
<li>Hanam-si</li>
<li>Daniel Kang</li>
<li>+82-31-425-3336</li>
<li>daniel_kang@bizpagecorp.com</li>
</ul>
</div>
<div class="sns">
<a href="https://facebook.com/" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://linkedin.com/" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://instagram.com/" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://youtube.com/" target="_blank"><i class="fa fa-youtube-play"></i></a>
<a href="https://bizpagecorp.com/contact" target="_blank"><i class="fa fa-envelope-o"></i></a>
</div>
</div>
 
</div>
</article>
</div>
</body>
</html>

HTML/CSS 웹 디자인 jquery 반응형-웹

답변 1

0

코딩웍스(Coding Works)

모바일에서도 sns 아이콘 호버랑 링크 전혀 문제 없는데요.

혹시 responsive.css 다른걸 하셨나요?

responsive.css가 다르지 않다면 문제 없는걸로 확인되는데요.

0

ohwhy

강사님 강의듣고 작성한 responsive.css 파일은 한개만 작성하였습니다. 제가 맥북프로를 사용하는데.. 혹시 맥북 크롬 검사에서 모바일 화면으로 전환시 지원이 안되는 문제가 있는걸까요? 

0

코딩웍스(Coding Works)

맥북 크롬 검사에서 모바일로 전환시 지원이 안되는 문제가 있지는 않을거에요.

완성본의 responsive.css를 사용해보세요. 그리고 문제가 없어지면 작성하신 responsive.css에 뭔가 있는거에요.

0

ohwhy

980px 이하 모바일 scrolling 모드에서 responsive.css 의 .sns a:nth-child()::before 적용 안되는 부분을 .sns a:hover:nth-child()로 고쳐 주었더니 해결이 되었습니다. 그런데 pc 화면에서는 .sns a:nth-child()::before 로 잘 작동되는데 왜 모바일 화면에서는 적용이 안되어 .sns a:hover:nth-child() 수정해 줘야 되는건지 잘 이해가 안갑니다. 설명 부탁 드리겠습니다.

full reload 질문

1

197

3

섹션4에 있는 4번째 강의 질문(스크롤링)

1

159

2

안녕하세요. 질문있어서 조심스레 글을 올려봅니다.

1

209

1

브라켓 라이브 실행시 실행오류때문에 진도가안나갑니다..ㅠㅠ

1

333

3

css full reload 문제가 발생하여 질문드립니다!

1

328

3

파일 내 index.html에 대한 오류

1

268

1

모바일 네비게이션 퍼블리싱 - 모바일트리거, GNB 보이기 감추기 부분 해결되지 않아 재 질문 드립니다ㅠㅠ

1

214

1

모바일 네비게이션 퍼블리싱 - 모바일트리거, GNB 보이기 감추기 질문입니다

0

221

2

모바일 네비게이션 퍼블리싱 ㅡ모바일트리거,GNB 보이기 감추기 부분 다시 수정하여 질문드립니다!

1

208

2

모바일 네비게이션 퍼블리싱 ㅡ모바일트리거,GNB 보이기 감추기 부분 질문드립니다.

1

262

3

크로스브라우징-크롬

1

292

2

섹션 17 하드코딩으로 이미지맵 만들기 부분 연습파일이 없어요..

0

261

1

line-hieght를 em 단위로 쓰는 것에 대하여 질문 드립니다

1

222

1

슬릭 슬라이더 dots 보이게 하는 방법 질문 드립니다

1

290

1

이거 h2 가 안나오고 스크롤도 안되는데 왜이래요?

1

265

1

모바일 버전에서 메뉴 클릭 후 그 위치로 이동할 때 상단 영역

1

522

2

PC에서 모바일화면으로 전환되면 GNB 메뉴가 OPEN되어있는 상태 (소스)4

2

235

1

PC에서 모바일화면으로 전환되면 GNB 메뉴가 OPEN되어있는 상태 (소스)3

2

316

1

PC에서 모바일화면으로 전환되면 GNB 메뉴가 OPEN되어있는 상태 (소스 js)2

2

276

1

PC에서 모바일화면으로 전환되면 GNB 메뉴가 OPEN되어있는 상태

2

441

1

포지션 속성 중복과 관련해서

1

228

1

section about에 관련.. 궁금해요

1

260

1

섹션3 모바일네이게이션 퍼블리싱 모바일트리거 관련

1

201

2

개발자도구

2

503

6