-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#313 공고 상세페이지 타이틀 디자인 및 index.html 수정
- Loading branch information
Showing
4 changed files
with
125 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,110 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="ko"> | ||
<!-- Google Tag Manager --> | ||
<script> | ||
(function (w, d, s, l, i) { | ||
w[l] = w[l] || []; | ||
w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); | ||
var f = d.getElementsByTagName(s)[0], | ||
j = d.createElement(s), | ||
dl = l != 'dataLayer' ? '&l=' + l : ''; | ||
j.async = true; | ||
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; | ||
f.parentNode.insertBefore(j, f); | ||
})(window, document, 'script', 'dataLayer', 'GTM-KKNX2ZKD'); | ||
</script> | ||
<!-- End Google Tag Manager --> | ||
|
||
<!-- Google Tag Manager --> | ||
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | ||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | ||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | ||
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | ||
})(window,document,'script','dataLayer','GTM-KKNX2ZKD');</script> | ||
<!-- End Google Tag Manager --> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> | ||
<!-- Google tag (gtag.js) --> | ||
<script | ||
async | ||
src="https://www.googletagmanager.com/gtag/js?id=G-757LG6FY1Q" | ||
></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { | ||
dataLayer.push(arguments); | ||
} | ||
gtag('js', new Date()); | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico"> | ||
<!-- Google tag (gtag.js) --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-757LG6FY1Q"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'G-757LG6FY1Q'); | ||
</script> | ||
<!-- HTML Meta Tags --> | ||
<title>공모전 팀빌딩 서비스 | 공작소 gongjakso</title> | ||
<meta | ||
name="description" | ||
content="귀찮은 공모전 팀 구인 과정은 이제 그만! 내가 원하는 조건에 맞추어 공모전 팀원을 모집해보세요." | ||
/> | ||
|
||
gtag('config', 'G-757LG6FY1Q'); | ||
</script> | ||
<!-- Facebook Meta Tags --> | ||
<meta property="og:url" content="https://gongjakso.xyz" /> | ||
<meta property="og:type" content="website" /> | ||
<meta | ||
property="og:title" | ||
content="공모전 팀빌딩 서비스 | 공작소 gongjakso" | ||
/> | ||
<meta | ||
property="og:description" | ||
content="귀찮은 공모전 팀 구인 과정은 이제 그만! 내가 원하는 조건에 맞추어 공모전 팀원을 모집해보세요." | ||
/> | ||
<meta | ||
property="og:image" | ||
content="https://opengraph.b-cdn.net/production/images/5585fb04-c501-4717-8122-8c9d3d05f246.png?token=hOfHzJ7eKbz1nuru47epxsiWBHDGHpfIodgv5PB7b0Y&height=557&width=1200&expires=33266696940" | ||
/> | ||
|
||
</head> | ||
<!-- Twitter Meta Tags --> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta property="twitter:domain" content="gongjakso.xyz" /> | ||
<meta property="twitter:url" content="https://gongjakso.xyz" /> | ||
<meta | ||
name="twitter:title" | ||
content="공모전 팀빌딩 서비스 | 공작소 gongjakso" | ||
/> | ||
<meta | ||
name="twitter:description" | ||
content="귀찮은 공모전 팀 구인 과정은 이제 그만! 내가 원하는 조건에 맞추어 공모전 팀원을 모집해보세요." | ||
/> | ||
<meta | ||
name="twitter:image" | ||
content="https://opengraph.b-cdn.net/production/images/5585fb04-c501-4717-8122-8c9d3d05f246.png?token=hOfHzJ7eKbz1nuru47epxsiWBHDGHpfIodgv5PB7b0Y&height=557&width=1200&expires=33266696940" | ||
/> | ||
|
||
<body> | ||
<div id="root"></div> | ||
<!-- Meta Tags Generated via https://www.opengraph.xyz/ --> | ||
</head> | ||
|
||
<!-- Event snippet for 페이지 조회 conversion page --> | ||
<script> | ||
function gtag_report_conversion(url) { | ||
var callback = function () { | ||
if (typeof(url) != 'undefined') { | ||
window.location = url; | ||
} | ||
}; | ||
gtag('event', 'conversion', { | ||
'send_to': 'AW-16763777373/-HQ6CPeV4ecZEN3iy7k-', | ||
'value': 1.0, | ||
'currency': 'KRW', | ||
'event_callback': callback | ||
}); | ||
return false; | ||
} | ||
</script> | ||
|
||
</body> | ||
<!-- Google Tag Manager (noscript) --> | ||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KKNX2ZKD" | ||
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
<!-- End Google Tag Manager (noscript) --> | ||
</html> | ||
<body> | ||
<div id="root"></div> | ||
|
||
<!-- Event snippet for 페이지 조회 conversion page --> | ||
<script> | ||
function gtag_report_conversion(url) { | ||
var callback = function () { | ||
if (typeof url != 'undefined') { | ||
window.location = url; | ||
} | ||
}; | ||
gtag('event', 'conversion', { | ||
send_to: 'AW-16763777373/-HQ6CPeV4ecZEN3iy7k-', | ||
value: 1.0, | ||
currency: 'KRW', | ||
event_callback: callback, | ||
}); | ||
return false; | ||
} | ||
</script> | ||
</body> | ||
<!-- Google Tag Manager (noscript) --> | ||
<noscript | ||
><iframe | ||
src="https://www.googletagmanager.com/ns.html?id=GTM-KKNX2ZKD" | ||
height="0" | ||
width="0" | ||
style="display: none; visibility: hidden" | ||
></iframe | ||
></noscript> | ||
<!-- End Google Tag Manager (noscript) --> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters