Commit e2d07b84 by o.kimura

リリース後修正リストNo.30対応

parent a8f09a0e
...@@ -143,15 +143,19 @@ ...@@ -143,15 +143,19 @@
<link rel="stylesheet" href="/common_previous/css/other.css"> <link rel="stylesheet" href="/common_previous/css/other.css">
<link rel="stylesheet" href="/common_previous/css/contact.css"> <link rel="stylesheet" href="/common_previous/css/contact.css">
<?php } ?> <?php } ?>
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-3405083-1"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-3405083-1"></script>
<script> <script>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date()); gtag('js', new Date());
gtag('config', 'UA-3405083-1'); gtag('config', 'UA-3405083-1');
</script>
</script>
</head> </head>
<body class="page-<?php echo $pageid; ?>"> <body class="page-<?php echo $pageid; ?>">
...@@ -187,7 +191,7 @@ ...@@ -187,7 +191,7 @@
</div> </div>
<div class="c-header2 sp-only"> <div class="c-header2 sp-only">
<a href="/strategy/" class="c-header2-link1"><span>『頂点への道』講座</span><br>体験説明会</a> <a href="/strategy/" class="c-header2-link1"><span>『頂点への道』講座</span><br>体験説明会</a>
<a href="/schedule/" class="c-header2-link2">講演会</a> <a href="/pub/schedule/#seminar" class="c-header2-link2">講演会</a>
<a href="/catalogue/" class="c-header2-link3">資料請求</a> <a href="/catalogue/" class="c-header2-link3">資料請求</a>
</div> </div>
<nav class="c-nav nav-sp"> <nav class="c-nav nav-sp">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment