blessjp/kr/public/header.html
2021-10-26 18:14:32 +09:00

42 lines
1.9 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js ie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="ja"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>TRi-aBility株式会社</title>
<meta name="description" content="TRi-aBility株式会社">
<meta name="author" content="TRi-aBility株式会社">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/media-queries.css">
<script src="js/modernizr.js"></script>
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
</head>
<body class="homepage">
<div id="preloader">
<div id="status">
<img src="images/loader.gif" height="60" width="60" alt="">
<div class="loader">Loading...</div>
</div>
</div>
<header id="main-header">
<div class="row header-inner">
<div class="logo">
<a class="smoothscroll" href="#hero">TRi-aBility株式会社</a>
</div>
<nav id="nav-wrap">
<ul id="nav" class="nav">
<li class="current"><a class="smoothscroll" href="#hero">ホーム</a></li>
<li><a class="smoothscroll" href="#portfolio">企業情報</a></li>
<li><a class="smoothscroll" href="#services">サービス</a></li>
<li><a class="smoothscroll" href="#about">導入事例</a></li>
<li><a class="smoothscroll" href="#journal">採用情報</a></li>
<li><a class="smoothscroll" href="#contact">お問い合わせ</a></li>
</ul>
</nav>
</div>
</header>