Skip to content

Commit

Permalink
Merge pull request #1 from icaros7/google
Browse files Browse the repository at this point in the history
Google
  • Loading branch information
icaros7 authored Jan 26, 2021
2 parents d593bef + 29969f5 commit 0eb8133
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
a:hover { color: blue; text-decoration: underline;}

#map {
height: 65vh;
height: 55vh;
margin: 0px 20px;
}

html,
body {
height: 90vh;
margin: 10px 20px 10px 20px;
margin: 10px 15px 10px 15px;
}

#pac-input {
Expand Down Expand Up @@ -287,8 +287,8 @@
</head>

<body>
<div style="padding-left: 20px;">
<h1><a href="https://meet.minnote.net">여기서 만나요!</a></h1>
<div style="margin-left: 15px;">
<h1>여기서 만나요!</h1>
<h4>알송달송한 우리들 위치의 중심점. 약속 장소 어디가 공평할까?</h4>
<h4>마우스 클릭 혹은 검색을 통해 위치를 지정 한 뒤 우측 상단 <span class="meetBtn">"만나요!"</span> 버튼을 누르시면 중앙 지점이 표시됩니다.</h4>
마커의 이름을 바꾸고 싶은 경우 마커 이름 란을 바꾸면 됩니다. 기본 값은 숫자, 검색 키워드 입니다.
Expand All @@ -314,7 +314,21 @@ <h4>마우스 클릭 혹은 검색을 통해 위치를 지정 한 뒤 우측 상
/>
<div id="map"></div>

<div style="padding-left: 20px;">
<div style="margin-left: 15px;">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 여기서 만나요 하단 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-2486110819959925"
data-ad-slot="2178450902"
data-ad-format="link"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>

<div style="margin-left: 15px;">
<h4>Powered By iCAROS7(<a href="https://minnote.net" target="_blank">minnote.net</a>) / Google Map</h4>
<h5>Version 2.1 (2021.01.20 13:25)</h5>
</div>
Expand Down

0 comments on commit 0eb8133

Please sign in to comment.