-
Notifications
You must be signed in to change notification settings - Fork 0
/
counseling.html
79 lines (69 loc) · 3.12 KB
/
counseling.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8"/>
<meta name="google-site-verification" content="iTWCKf0zKoACBYjgNElQz5ayYZK_jyprrEgUJXXqegM" />
<meta name="description" content="YUI公式サイト">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>YUI公式サイト|カウンセリングページ</title>
<link rel="stylesheet" href="stylesheet.css">
<link rel="icon" type="image/png" href="YUI-icon.png">
<!-- 使用しているフレームワーク -->
<script src="library/jquery-3.5.1.min.js"></script>
<script src="popup.js"></script>
<link href="library/fontawesome-free-5.15.3-web/css/all.min.css" rel="stylesheet">
<script src="header&footer.js"></script>
</head>
<body>
<!--
<div class="header">
<div class="header-logo"><img src="YUI-icon.png" width="50px">YUI育成ポータルサイト</div>
<div class="header-sub">対話による勇気づけで人々を幸せに</div>
<a href="contact-us.html">お問い合わせ</a>
</div>
-->
<nav class="navbar navbar-light bg-light fixed-top">
<ul>
<!-- タイトル -->
<li><a href="index.html" class="menu-active tabs-button" style="font-size:5rem;display:-moz-inline-grid;justify-content:center;">
<img src="yui_単体.png" style="width:6.3rem;height:6.3rem;">YUI育成ポータルサイト</a>
</li>
<span id="header" style="white-space:nowrap;display:inline-flex;justify-content:center;">
<!-- header&footer.jsで記載:一括編集の為 -->
</span>
</ul>
</nav>
<div class="main">
<div class="box1">
<div class="box-title">カウンセリングについて</div>
<img src="YUIスマホ.png" alt="" width="150" class="left-picture circle-shap">
<p font size="3" class="font-arialblack">
現在 開発中のためご利用いただけません。<br>
ベータ版ができるのをお楽しみに!
</p>
<a id="button" class="btn btn--black"> 月額サービスを登録する </a>
<div class="popup">
<div class="content">
<p>大変申し訳ありませんが、<br>現在この機能は開発中のためご利用いただけません。</p>
<!--<h5>利用規約 2021/02/26更新</h5>
<h2></h2>
<p></p>
<a id="send" class="btn btn--black">アカウントを作成する</a>-->
<a id="close" class="btn btn--black">閉じる</a>
</div>
</div>
</div>
<div class="box1">
<div class="box-title">現在新たに実装予定の機能</div>
<ul class="credo">
<li>1対1でカウンセラーとマッチングするシステム</li>
<li>人々の自己実現を支援</li>
<li>傾聴機能</li>
<li>カウンセリング機能</li>
<li>コーチング機能</li>
<li>マネージメント機能</li>
</ul>
</div>
<div class="footer" id="footer_content"></div>
</body>
</html>