-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
202 lines (107 loc) · 4.12 KB
/
about.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE HTML>
<html lang="ja">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0;URL=/end-of-life.html">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width" initial-scale="1.0">
<meta name="format-detection" content="telephone=no">
<title>About | PescadoGames</title>
<meta property="og:title" content="PescadoLinux | About" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.pescadolinux.ml/about.html" />
<meta property="og:image" content="/assets/icons/NewLogo_Transparent_1040x1038.png" />
<meta property="og:image" content="/assets/icons/NewLogo_Transparent_1040x1038.png">
<meta property="og:locale" content="ja_JP">
<link rel="icon" type="image/x-icon" href="assets/icons/NewLogo_Transparent_1040x1038.png">
<link rel="shortcut icon" href="assets/icons/NewLogo_Transparent_1040x1038.png">
<link rel="stylesheet" href="/assets/styles/style.css">
</head>
<body>
<!--ヘッダー-->
<header>
<!--▽▽ヘッダーロゴ▽▽-->
<div class="logo">
<img src="assets/icons/NewLogo_Transparent_56x56.png" alt="Logo">
</div>
<!--△△ヘッダーロゴ△△-->
<!--▽▽ハンバーガーメニュー▽▽-->
<div id="hamburger">
<div class="icon">
<span></span>
<span></span>
<span></span>
</div>
</div>
<!--△△ハンバーガーメニュー△△-->
<!--▽▽ハンバーガーメニューのリスト▽▽-->
<nav class="sm">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="news.html">NEWS</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="service.html">SERVICES</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</nav>
<!--△△ハンバーガーメニューのリスト△△-->
<!--▽▽ヘッダーリスト▽▽-->
<nav class="pc"> <!--pcクラスを追記-->
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="news.html">NEWS</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="service.html">SERVICES</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</nav>
<!--△△ヘッダーリスト△△-->
</header>
<!--▽▽jQuery▽▽-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script>
$('#hamburger').on('click', function(){
$('.icon').toggleClass('close');
$('.sm').slideToggle();
});
</script>
<!--△△jQuery△△-->
<center>
<img src="assets/icons/NewLogo_Transparent_1040x1038.png" alt="Logo" width="20%" height="20%">
</center>
<center>
<span style="font-family: Meiryo" class="about">PescadoGamesの目標はただ一つそれは<b>世界のゲーム開発会社になること。</b></span>
</center>
<center>
<section class="wrapper">
<div class="container">
<div class="content">
<div class="content-item">
<img src="assets/icons/PGBOT.png" class="PGBOT" width="20%" height="20%">
</div>
<div class="content-item">
<div class="text">
<h2 class="heading" style="color:FFF">準備中</h2>
<pstyle="color:FFF"></p>
</div>
</div>
</div>
</div>
</section>
</center>
<footer>
<footer id="footer">
<center>
<div class="Footer__inner">
<img src="assets/icons/NewLogo_Transparent_1040x1038.png" alt="PescadoGames" width="10%" height="10%">
<center>
<span class="copyright">copyright(c)2019-2021 PescadoGames All right reserved</span>
</center>
</center>
<!--/Footer__body-->
<!--/Footer__inner-->
<!--/Footer-->
</footer>
<script type="text/javascript" src="/assets/js/script.js"></script>
</body>
</html>