-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
61 lines (56 loc) · 3.03 KB
/
header.php
File metadata and controls
61 lines (56 loc) · 3.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="keywords" content="共通キーワード" />
<meta name="description" content="<?php bloginfo( 'description' ); ?>" />
<title><?php bloginfo( 'name' ); ?></title>
<link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/assets/images/crypto_favicon.jpg" />
<link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/assets/css/styles.css" media="screen">
<link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/css/slick.css" media="screen">
<link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/css/slick-theme.css" media="screen">
<link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/css/common.css" media="screen">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css">
<script src="https://kit.fontawesome.com/ddad10e19a.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=源暎Nuゴシック EB" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=コーポレート・ロゴ ver2" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Yrsa:ital,wght@1,700&display=swap" rel="stylesheet">
<script type="text/javascript" src="//webfonts.xserver.jp/js/xserver.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- <script src="<?php echo get_template_directory_uri(); ?>/js/common.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/js/slick.min.js"></script>
-->
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div class="container">
<header id="header">
<div class="header__inner">
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/company.png" class="logo" alt="株式会社無限の始まり" />
<div class="menubtn">
<div class="openbtn8 ">
<div class="openbtn-area ">
<span></span><span></span><span></span>
</div>
</div>
</div>
</div>
<div class="w1000">
<nav>
<h1>クリプトエージェント</h1>
<ul>
<a href="#job"><li>Job</li></a>
<a href="#fuature"><li>Fuature</li></a>
<a href="#flow"><li>Flow</li></a>
<a href="#mission"><li>MISSION</li></a>
<a href="#entry"><li>ENTRY</li></a>
<a class="for-corporate" href="https://docs.google.com/forms/d/1q77AMzhX9cNzFXosQBBDzZmE_lQCu2QE1CTlCgXAI7I/edit"><li>企業様</li></a>
</ul>
</nav>
</div>
</header>
<?php if( is_front_page() ): ?>
<?php endif; ?>