<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dotinstall Walking - すごいお散歩アプリ</title>
<link rel="icon" href="img/favicon.png">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div class="container">
<a href="">
<h1>
<img
src="img/logo.png"
alt="Dotinstall Walking"
width="240"
height="27">
</h1>
</a>
<a href="#" class="btn">ダウンロード</a>
</div>
</header>
<section class="hero">
<div class="container">
<div class="desc">
<h1>すごいお散歩アプリ</h1>
<p>毎日のお散歩を<br>AIがもっと楽しくする</p>
<a href="#" class="btn">ダウンロード</a>
</div>
<div class="pic">
<img
src="img/app.png"
alt="アプリの動作イメージ"
width="320"
height="330">
</div>
</div>
</section>
<section class="features">
<h1>すごい特徴</h1>
<div class="container">
<section>
<div class="pic">
<img src="img/feature1.png" alt="すごい特徴のイメージ">
</div>
<h2>すごい特徴</h2>
<p>すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。</p>
<p>すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。</p>
</section>
<section>
<div class="pic">
<img src="img/feature2.png" alt="すごい特徴のイメージ">
</div>
<h2>すごい特徴</h2>
<p>すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。</p>
<p>すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。</p>
</section>
<section>
<div class="pic">
<img src="img/feature3.png" alt="すごい特徴のイメージ">
</div>
<h2>すごい特徴</h2>
<p>すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。</p>
<p>すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。すごいです。</p>
</section>
</div>
</section>
<section class="voices">
<h1>ユーザーの声</h1>
<div class="container">
<section>
<p>素晴らしいアプリでした。素晴らしいアプリでした。素晴らしいアプリでした。素晴らしいアプリでした。</p>
<footer>
<img
src="img/user1.png"
alt="ユーザーのアイコン"
width="40"
height="40">
<p>会社員(32)</p>
</footer>
</section>
<section>
<p>素晴らしいアプリでした。素晴らしいアプリでした。素晴らしいアプリでした。素晴らしいアプリでした。</p>
<footer>
<img
src="img/user2.png"
alt="ユーザーのアイコン"
width="40"
height="40">
<p>会社員(32)</p>
</footer>
</section>
<section>
<p>素晴らしいアプリでした。素晴らしいアプリでした。素晴らしいアプリでした。素晴らしいアプリでした。</p>
<footer>
<img
src="img/user3.png"
alt="ユーザーのアイコン"
width="40"
height="40">
<p>会社員(32)</p>
</footer>
</section>
</div>
</section>
<section class="call-to-action">
<h1>さあ、はじめてみよう!</h1>
<a href="#" class="btn">ダウンロード</a>
</section>
<footer class="copyright">
<small>(c) dotinstall.com</small></footer>
</body>
</html>