質問編集履歴
1
下層ページHTMLを追記します
test
CHANGED
File without changes
|
test
CHANGED
@@ -164,4 +164,224 @@
|
|
164
164
|
|
165
165
|
|
166
166
|
|
167
|
+
```HTML
|
168
|
+
|
169
|
+
<!DOCTYPE html>
|
170
|
+
|
171
|
+
<html lang="ja">
|
172
|
+
|
173
|
+
<head>
|
174
|
+
|
175
|
+
<meta charset="UTF-8">
|
176
|
+
|
177
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, shrink-to-fit=no">
|
178
|
+
|
179
|
+
<meta name="keywords" content="">
|
180
|
+
|
181
|
+
<meta name="description" content="">
|
182
|
+
|
183
|
+
<meta property="og:site_name" content="">
|
184
|
+
|
185
|
+
<meta property="og:type" content="website">
|
186
|
+
|
187
|
+
<meta property="og:url" content="">
|
188
|
+
|
189
|
+
<meta property="og:title" content="">
|
190
|
+
|
191
|
+
<meta property="og:description" content="">
|
192
|
+
|
193
|
+
<!-- Bootstrap CSS -->
|
194
|
+
|
195
|
+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
|
196
|
+
|
197
|
+
<link rel="stylesheet" href="main.css" media="all">
|
198
|
+
|
199
|
+
<title>パートナー/partner</title>
|
200
|
+
|
201
|
+
</head>
|
202
|
+
|
203
|
+
<body>
|
204
|
+
|
205
|
+
<!--ここからloading */-->
|
206
|
+
|
207
|
+
<div id="loader-bg">
|
208
|
+
|
209
|
+
<div id="loader">
|
210
|
+
|
211
|
+
<img src="image/dolphin6.gif" alt="loading...">
|
212
|
+
|
213
|
+
</div>
|
214
|
+
|
215
|
+
</div>
|
216
|
+
|
217
|
+
<!--loadingここまで*/-->
|
218
|
+
|
219
|
+
<div id="background">
|
220
|
+
|
221
|
+
<!--ここからヘッダー-->
|
222
|
+
|
223
|
+
<header>
|
224
|
+
|
225
|
+
<h1><a href="index.html"><img class="d-block mx-auto" src="image/title.png" alt="cocoharete" width="35%"></a></h1>
|
226
|
+
|
227
|
+
<!-- ↓ハンバーガーメニューここから↓ -->
|
228
|
+
|
229
|
+
<div class="hamburger-demo-menubox">
|
230
|
+
|
231
|
+
<input id="hamburger-demo5" type="checkbox" class="input-hidden">
|
232
|
+
|
233
|
+
<label for="hamburger-demo5" class="hamburger-demo-switch hamburger-demo-switch5">
|
234
|
+
|
235
|
+
<span class="hamburger-switch-binder"></span>
|
236
|
+
|
237
|
+
</label>
|
238
|
+
|
239
|
+
<div class="hamburger-demo-menuwrap hamburger-menuwrap-left hamburger-menuwrap-binder">
|
240
|
+
|
241
|
+
<ul class="hamburger-demo-menulist hamburger-menulist-binder">
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
<li><a href="index.html"><i class="far fa-hand-point-up"></i> TOP</a></li>
|
246
|
+
|
247
|
+
<li><a href="service.html"><i class="fas fa-concierge-bell"></i> サービス</a></li>
|
248
|
+
|
249
|
+
<li><a href="breakroom/index.html"><i class="fas fa-cocktail"></i> ブレイクルーム</a></li>
|
250
|
+
|
251
|
+
<li><a href="partner.html"><i class="far fa-handshake"></i> パートナー</a></li>
|
252
|
+
|
253
|
+
<li><a href="summary.html"><i class="fas fa-paw"></i> 事業紹介</a></li>
|
254
|
+
|
255
|
+
<li><a href="contact/contact.php"><i class="far fa-paper-plane"></i> お問い合わせ</a></li>
|
256
|
+
|
257
|
+
<li><a href="sdgs.html"><i class="fas fa-globe-asia"></i> SDGs</a></li>
|
258
|
+
|
259
|
+
<li><a href="privacy.html"><i class="fas fa-user-secret"></i> Privacy policy</a></li>
|
260
|
+
|
261
|
+
</ul>
|
262
|
+
|
263
|
+
</div>
|
264
|
+
|
265
|
+
<div class="hamburger-demo-closelabel">
|
266
|
+
|
267
|
+
<label for="hamburger-demo5" class="hamburger-demo-cover"></label>
|
268
|
+
|
269
|
+
</div>
|
270
|
+
|
271
|
+
</div>
|
272
|
+
|
273
|
+
<!-- ↑ハンバーガーメニューここまで↑ -->
|
274
|
+
|
167
|
-
|
275
|
+
</header>
|
276
|
+
|
277
|
+
<!--ヘッダーここまで-->
|
278
|
+
|
279
|
+
|
280
|
+
|
281
|
+
<!--ここからメイン-->
|
282
|
+
|
283
|
+
<div id="main">
|
284
|
+
|
285
|
+
<span class="partnerimage">
|
286
|
+
|
287
|
+
<img src="image/partner.png" alt="" class="img-fluid">
|
288
|
+
|
289
|
+
</span>
|
290
|
+
|
291
|
+
<div id="display_position">
|
292
|
+
|
293
|
+
<section class="box_area">
|
294
|
+
|
295
|
+
<div class="balloon1">
|
296
|
+
|
297
|
+
<h6 class="privacy_lead"></h6>
|
298
|
+
|
299
|
+
</div>
|
300
|
+
|
301
|
+
<span class="doggif">
|
302
|
+
|
303
|
+
<img src="image/doggif.gif" alt="">
|
304
|
+
|
305
|
+
</span>
|
306
|
+
|
307
|
+
|
308
|
+
|
309
|
+
</section>
|
310
|
+
|
311
|
+
</div>
|
312
|
+
|
313
|
+
<div id="display_position_2">
|
314
|
+
|
315
|
+
<section class="box_area">
|
316
|
+
|
317
|
+
<a href="" target="_blank" rel="noopener noreferrer"><h2 class="privacy_title"></h2></a>
|
318
|
+
|
319
|
+
<p class="privacy_lead">では今まで培ってきた提案力と行動力で
|
320
|
+
|
321
|
+
ビジネスを加速させてお客様のビジネスをトータルでサポートいたします。<br>
|
322
|
+
|
323
|
+
IT導入補助金事業者登録済(2021年)のためIT導入補助金はもちろん、その他補助金のサポートも承っております。
|
324
|
+
|
325
|
+
</p>
|
326
|
+
|
327
|
+
<a href="" target="_blank" rel="noopener noreferrer" class="btn btn_menu_7_p">
|
328
|
+
|
329
|
+
<img src="image/7_p_off.png" alt="BUTTON" class="img-fluid"></a>
|
330
|
+
|
331
|
+
</section>
|
332
|
+
|
333
|
+
</div>
|
334
|
+
|
335
|
+
<div id="display_position_3">
|
336
|
+
|
337
|
+
<section class="box_area">
|
338
|
+
|
339
|
+
<a href="hiro.html" target="_blank" rel="noopener noreferrer"><h2 class="privacy_title"></h2></a>
|
340
|
+
|
341
|
+
<p class="privacy_lead">では主にコンサルティング業務を行っており、自社物件の賃貸も行っております。</p>
|
342
|
+
|
343
|
+
<a href="hiro.html" target="_blank" rel="noopener noreferrer" class="btn btn_menu_8_p">
|
344
|
+
|
345
|
+
<img src="image/8_p_off.png" alt="BUTTON" class="img-fluid"></a>
|
346
|
+
|
347
|
+
</section>
|
348
|
+
|
349
|
+
</div>
|
350
|
+
|
351
|
+
<div class="section s_01">
|
352
|
+
|
353
|
+
<div class="fuwafuwa"><a href="#" class="back-to-top"><img src="image/5_off.png" alt="" class="img-fluid"></a></div>
|
354
|
+
|
355
|
+
</div>
|
356
|
+
|
357
|
+
</div>
|
358
|
+
|
359
|
+
<!--メインここまで-->
|
360
|
+
|
361
|
+
</div>
|
362
|
+
|
363
|
+
|
364
|
+
|
365
|
+
<!--ここからフッター-->
|
366
|
+
|
367
|
+
<footer>
|
368
|
+
|
369
|
+
<p><small>© All rights Reserved.</small></p>
|
370
|
+
|
371
|
+
</footer>
|
372
|
+
|
373
|
+
<!--フッターここまで-->
|
374
|
+
|
375
|
+
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
|
376
|
+
|
377
|
+
<script src="main.js"></script>
|
378
|
+
|
379
|
+
<script defer src="https://use.fontawesome.com/releases/v5.7.2/js/all.js"></script>
|
380
|
+
|
381
|
+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
|
382
|
+
|
383
|
+
</body>
|
384
|
+
|
385
|
+
</html>
|
386
|
+
|
387
|
+
```
|