-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsensor.html
45 lines (41 loc) · 2.15 KB
/
sensor.html
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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="sensor.css">
<link rel="stylesheet" href="index.html">
<link rel="stylesheet" href="app.html">
<link rel="stylesheet" href="sensor.html">
<link rel="stylesheet" href="image.html">
</head>
<body>
<div class="header" id="header">
<p class="header_content">Bus Stop Project</p>
</div>
<div class="app_title"><img src="image/bus-central.png" alt=""><h1>センサネットワーク</h1></div>
<main><div class="container">
<div class="main_img_1">a</div>
<div class="main_content_1">センサネットワークバスの中には位置情報を取得するための機材を設置しています。
</div>
<div class="main_content_2">こちらは、バスの中にカメラを設置し、取得した画像からバスの乗車人数をカウントしています。取得した人数を送信し、バスどこに混雑状況を表示しています。</div>
<div class="main_img_2"><img src=" alt=">a</div>
</div>
</main>
<footer class="footer">
<ul class="footer_title">
<p><a href="index.html" style="text-decoration: none;">Bus Stop Project</a></p>
</ul>
<ul class="footer_bigtitle">
<li><a href="#" style="text-decoration: none;">top</a></li>
<li><a href="https://nottydoko-demo.sodeproject.com/" style="text-decoration: none;">のっティバスどこ</a></li>
</ul>
<ul class="footer_smalltitle">
<li><a href="app.html" style="text-decoration: none;">アプリ開発</a></li>
<li><a href="web.html" style="text-decoration: none;">Web開発</a></li>
<li><a href="sensor.html" style="text-decoration: none;">センサネットワーク</a></li>
<li><a href="image.html" style="text-decoration: none;">画像処理</a></li>
</ul>
</footer>
<script src="header.js"></script>
</body>
</html>