Skip to content

Instantly share code, notes, and snippets.

@gonnbe1106
Created October 20, 2018 03:17
Show Gist options
  • Save gonnbe1106/06a533d58bda020fbc729fb15d6c4578 to your computer and use it in GitHub Desktop.
Save gonnbe1106/06a533d58bda020fbc729fb15d6c4578 to your computer and use it in GitHub Desktop.
ExampleCompany.html
<!DOCTYPE html>
<html>
<head>
<meta> charset="utf-8">
<title(株) Flatten World</title> <link rel="stylesheet" href="css/main.css" type="text/css">
<script src="js/main.js"></script>
</head>
<body>
<header>
<div><img src="images"/logo.png" width="320" height="32" alt="ロゴ"></div>
</header>
<nav>
<ul>
<li><a href="info.html">会社概要</a></li>
<li><a href="product.html">商品案内</a></li>
<li><a href="order.html">ご注文</a></li>
<li><a href="recruit.html">採用情報</a></li>
<li><a href="news.html">お知らせ</a></li>
<li><a href="contact.html">お問い合わせ</a></li>
</ul>
</nav>
 <article>
<h1>インバウンド(海外からのお客様の誘致)について<h1>
<p>
現在2020年の東京オリンピックに向けて、レストラン、ホテル様々なサービス業の皆さまが外国語でのサービスの提供に向けて対応されているかと思います。当社はどこよりも<strong>安く</strong></p <p>WEBサイトの構築<p>
<p>外国人のお客様との<strong>Q</strong>アンド<strong>A</strong>等のチャットやメール対応サービス</p>
<p>通訳者の派遣</p>
<p>24時間対応のコールセンターの設置等をさせて頂きます。</p>
  
</article>
<section>
<h2>商品例<h2>
<p>WordPressを使ったサイト制作1言語1ページにつき1万円</p>
<p>翻訳1ページにつき7000円<p>
</section>
<aside>
<div><img src="images/banner.png" width="200" height="200" alt="広告">
<div>
</aside>
<footer>
<p><small>2018 & copy; (株)Flatten World</small></p>
<p>100-0014 東京都千代田区永田町1-7-1</p>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment