-
Notifications
You must be signed in to change notification settings - Fork 0
/
credo.html
85 lines (77 loc) · 3.45 KB
/
credo.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8"/>
<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_単体.png">
<!-- 使用しているフレームワーク -->
<script
src="https://code.jquery.com/jquery-3.5.1.js"
integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc="
crossorigin="anonymous"></script>
<script src="header&footer.js"></script>
<link href="library/fontawesome-free-5.15.3-web/css/all.min.css" rel="stylesheet">
</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 white">
<div class="box-title--black">Project YUIのクレド</div>
<ol class="before-credo"></ol>
<ol class="credo">
<li>行動する勇気を持つ</li>
<li>幸せで在ることに気づく</li>
<li>感謝を伝える</li>
<li>人に尽くす(他者貢献)</li>
<li>謙虚に「わがまま」であれ</li>
</ol>
<p></p>
<ul class="credo list-style-none">
<li>キャッチコピー</li>
<li>「楽しんだもの=価値」</li>
<li>志</li>
<li>「対話による勇気づけで人々を笑顔に」</li>
</ul>
<p></p>
<a href="https://forms.gle/LT7FmT42CUHepTyX7" class="btn2 btn--black2">プロジェクトへの参加を志望する<br>https://forms.gle/LT7FmT42CUHepTyX7</a>
</div>
</div>
<div class="footer">
<!-- <div class="footer-logo"></div> -->
<div class="footer-list">
<ul id="footer">
<!-- header&footer.jsで記載:一括編集の為 -->
</ul>
<div name="auther">
<a href="project-member.html" class="text-button">©nezuu2 & Projectメンバー</a>
<a href="project-member.html" class="text-button">Projectリーダー: 森田健太</a>
</div>
<div name="social-media" style="position: relative;top:10px">
<a href="https://twitter.com/share?url=https://nezuu2.github.io/YUI_web/" class="fab fa-twitter fa-lg"></a>
<a href="https://instagram.com" class="fab fa-instagram fa-lg"></a>
<a href="https://linevoom.line.me/" class="fab fa-line fa-lg"></a>
<a href="privacy-policy.html" class="text-button">プライバシーポリシー</a>
</div>
</div>
</div>
</body>
</html>