-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmathFormula.html
More file actions
executable file
·64 lines (63 loc) · 2.27 KB
/
mathFormula.html
File metadata and controls
executable file
·64 lines (63 loc) · 2.27 KB
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
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="css/bootstrap.min.css">
<title>高校数学公式集</title>
</head>
<body>
<div class="container">
<div class="jumbotron">
<h3>高校数学公式集</h3>
<p class="lead">「高校数学公式集」はサクサクとスワイプして高校数学の重要事項を確認できるアプリです!無料なのでぜひお試しください。</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col">
<a href= "https://apps.apple.com/jp/app/%E9%AB%98%E6%A0%A1%E6%95%B0%E5%AD%A6%E5%85%AC%E5%BC%8F%E9%9B%86/id1556606484" >
<img class="my-5 w-100" src="images/jpapple2.png" >
</a>
</div>
<div class="col">
<a href="https://play.google.com/store/apps/details?id=com.bonosocial.math_formula_app_test&hl=ja&gl=US">
<img class="my-5 w-100" src="images/jpgoogle.png">
</a>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col">
<img class="my-5 w-100" src="images/mathapp3.png">
</div>
<div class="col d-flex align-items-center">
<p class="lead">公式・重要事項にポイント・問題・解答が付いているので理解しやすい。</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col d-flex align-items-center">
<p class="lead">充実した検索機能ですぐに公式を見つけられる。</p>
</div>
<div class="col">
<img class="my-5 w-100" src="images/mathapp2.png">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col">
<img class="my-5 w-100" src="images/mathapp1.png">
</div>
<div class="col d-flex align-items-center">
<p class="lead">見やすい円グラフで進捗を管理できる機能も搭載。</p>
</div>
</div>
</div>
<script src="js/jquery-3.3.1.slim.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
</body>
</html>