-
Notifications
You must be signed in to change notification settings - Fork 0
/
hard.html
109 lines (95 loc) · 4.54 KB
/
hard.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="ja"><head>
<meta charset="utf-8"/>
<title>Sofmoハードウェア</title>
<link href="css/bootstrap.css" rel="stylesheet"/>
<script async="" src="//www.google-analytics.com/analytics.js"></script><script src="js/SofmoFsk.js" type="text/javascript"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!-- [if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif] -->
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a href="index.html" class="navbar-brand">Sofmo</a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse" id="navbar-main">
<ul class="nav navbar-nav">
<li>
<a href="soft.html">プログラム</a>
</li>
<li>
<a href="hard.html">Sofmoハードウェア</a>
</li>
<li>
<a href="prod.html">商品紹介</a>
</li>
<li>
<a href="index.html">作品ライブラリ(準備中)</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="page-header" id="banner">
<div class="row">
<div class="col-lg-8 col-md-7 col-sm-6 col-xs-8">
<h1>Sofmo</h1>
<p class="lead">Sofmoとは音で通信するarduino互換</p>
</div>
</div>
</div>
<span itemscope itemtype="http://schema.org/SoftwareApplication"><div class="page-header">
<div class="row">
<div class="col-lg-12">
<h2 itemprop="name" id="buttons">Sofmoのハードウェア</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2 id="buttons">Sofmo</h2>
<figure>
<legend itemprop="requirements">回路図</legend>
<img itemprop="image" src="pic/SKK.jpg" alt="" class="col-lg-8 col-md-7 col-sm-6 col-xs-8"/>
<br/>
</figure>
<figure>
<legend>配線図</legend>
<img itemprop="image" src="pic/SK.jpg" alt="" class="col-lg-8 col-md-7 col-sm-6 col-xs-8"/>
<br/>
</figure>
</div>
</div></span>
<div class="row">
<div itemscope itemtype="http://schema.org/SoftwareApplication" class="col-lg-12">
<h2 itemprop="name" id="buttons">Sofmoシールド</h2>
<figure>
<legend itemprop="requirements">回路図</legend>
<img itemprop="image" src="pic/SSK.jpg" alt="" class="col-lg-8 col-md-7 col-sm-6 col-xs-8"/>
<br/>
</figure>
<figure>
<legend>配線図</legend>
<img itemprop="image" src="pic/SS.jpg" alt="" class="col-lg-8 col-md-7 col-sm-6 col-xs-8"/>
<br/>
</figure>
</div>
</div>
</div>
<script></script>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body></html>