Fix: html header, footer and maestro home button

This commit is contained in:
2018-11-15 13:04:21 +09:00
parent aee79270f6
commit d7f8fe5782
8 changed files with 123 additions and 18 deletions
+8 -2
View File
@@ -2,11 +2,17 @@
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="javascript:void(0);" onClick="goHome()" href="">[ chocomae.com ]</a>
<a class="btn btn-warning btn-lg" href="./../main/index.html">
초코마에 [홈]
<!-- <button type="button" class="btn btn-warning">chocomae.com</button> -->
<!-- <span class="h1 text-warning font-weight-bold">chocomae.com</span> -->
</a>
<!-- <a class="navbar-brand" href="javascript:void(0);" onClick="goHome()" href="">[ chocomae.com ]</a> -->
</div>
<div class="eyebrow ml-auto mt-0 d-md-flex align-items-center">
<a class="btn btn-outline-warning btn-lg mr-2" href="./../client/login.html" target="_blank">등록 학생 앱 실행</a>
<a class="btn btn-outline-warning btn-lg mr-2" href="./../client/login.html" target="_blank">등록 학생 로그인</a>
<a class="btn btn-primary btn-lg" href="./../main/login.html">마에스트로 로그인</a>
</div>