Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabina67 committed Nov 24, 2024
2 parents 8feb953 + 5074089 commit dc1838f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 43 deletions.
30 changes: 1 addition & 29 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ <h3>車に関わるすべてのこと、それが私たちのミッション。<
<h5 style="border-bottom: 2px solid #ff8600; max-width: 90px;">会社情報</h5>
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>会社名:</strong> <span>株式会社 D-MASH LINE</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>英名:</strong> <span>D-MASH LINE Co., Ltd.</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>本店所在地:</strong> <span>〒 059-0922 北海道白老郡白老町萩野342-188</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>TEL:</strong> <span>0144-30-9033</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>FAX:</strong> <span>0144-30-9033</span></li>
Expand Down Expand Up @@ -575,17 +576,6 @@ <h3>LINE 公式アカウント</h3>
24時間、LINE受付中です!<br />
お気軽にお問い合わせください!
</p>
<!--
<div class="mt-4 p-3" style="background-color: white;">
<img src="assets/img/line/logo.png" height="60">
<div>
<img src="assets/img/line/qrcode.png" height="100">
<a href="https://lin.ee/dHbAsr2" target="_blank" rel="noopener noreferrer">
<img src="assets/img/line/add.png">
</a>
</div>
</div>
-->
<div class="mt-4 text-center">
<a href="https://lin.ee/dHbAsr2" target="_blank" rel="noopener noreferrer">
<img src="assets/img/line/qrcode.png" height="120">
Expand Down Expand Up @@ -622,24 +612,6 @@ <h3>Email</h3>
</div>
</div>

<!--
<div class="col-md-6 mt-4 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-mobile-alt"></i>
<h3>LINE 公式アカウント</h3>
<p style="font-size: 20px;">
<a href="https://lin.ee/dHbAsr2" target="_blank" rel="noopener noreferrer">
友だち追加
&nbsp;
<span style="font-size: 15px;">
<i class="bi bi-box-arrow-up-right"></i>
</span>
</a>
</p>
</div>
</div>
-->

</div>

</div>
Expand Down
14 changes: 7 additions & 7 deletions screenshots.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
const puppeteer = require('puppeteer');
const urls = [
'https://garage-mash.com/',
'https://garage-mash.com/#about',
'https://garage-mash.com/#services',
'https://garage-mash.com/#portfolio',
'https://garage-mash.com/#contact',
'https://garage-mash.com/notfound',
'https://garage-mash.com/notfound/',
'https://dmash-line.com/',
'https://dmash-line.com/#about',
'https://dmash-line.com/#services',
'https://dmash-line.com/#portfolio',
'https://dmash-line.com/#contact',
'https://dmash-line.com/notfound',
'https://dmash-line.com/notfound/',
];

const sleep = (ms) => new Promise(resolve => setTimeout(resolve, ms));
Expand Down
14 changes: 7 additions & 7 deletions screenshots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

| Index | URL |
| ---- | ---- |
| 0 | https://garage-mash.com/ |
| 1 | https://garage-mash.com/#about |
| 2 | https://garage-mash.com/#services |
| 3 | https://garage-mash.com/#portfolio |
| 4 | https://garage-mash.com/#contact |
| 5 | https://garage-mash.com/notfound |
| 6 | https://garage-mash.com/notfound/ |
| 0 | https://dmash-line.com/ |
| 1 | https://dmash-line.com/#about |
| 2 | https://dmash-line.com/#services |
| 3 | https://dmash-line.com/#portfolio |
| 4 | https://dmash-line.com/#contact |
| 5 | https://dmash-line.com/notfound |
| 6 | https://dmash-line.com/notfound/ |

0 comments on commit dc1838f

Please sign in to comment.