Skip to content

Commit

Permalink
edit text
Browse files Browse the repository at this point in the history
  • Loading branch information
burnworks committed Jan 21, 2024
1 parent 858b2c1 commit bf7a102
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
30 changes: 15 additions & 15 deletions src/components/Sample04.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ const details = [
title: "サービス案内",
contents: [
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
],
Expand All @@ -27,19 +27,19 @@ const details = [
title: "会社概要",
contents: [
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
],
Expand All @@ -48,19 +48,19 @@ const details = [
title: "採用情報",
contents: [
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
],
Expand Down Expand Up @@ -89,15 +89,15 @@ const html = `<div class="details-sample-04">
<ul>
<li>
<a href="#">
サブメニュー的なもの
コンテンツへのリンク
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="m8.25 4.5 7.5 7.5-7.5 7.5" />
</svg>
</a>
</li>
<li>
<a href="#">
サブメニュー的なもの
コンテンツへのリンク
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="m8.25 4.5 7.5 7.5-7.5 7.5" />
</svg>
Expand Down Expand Up @@ -246,7 +246,7 @@ const css = `/*---
<div class="bg-white px-4 py-24" id="sample-04">
<div class="mx-auto max-w-7xl">
<div class="details-sample-04">
<h2 class="details-sample-header">サンプル 04 (メニュー的なもの)</h2>
<h2 class="details-sample-header">サンプル 04 (コンテンツリスト的なもの)</h2>
<div class="details-wrap">
{details.map((details) => (
<details>
Expand Down
62 changes: 31 additions & 31 deletions src/components/Sample05.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ const details = [
subTitle: "ウェブサイト制作",
subContents: [
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
]
Expand All @@ -30,19 +30,19 @@ const details = [
subTitle: "ウェブマーケティング",
subContents: [
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
]
Expand All @@ -51,19 +51,19 @@ const details = [
subTitle: "コンサルティング",
subContents: [
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
]
Expand All @@ -77,19 +77,19 @@ const details = [
subTitle: "サンプル株式会社について",
subContents: [
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
]
Expand All @@ -98,19 +98,19 @@ const details = [
subTitle: "サスティナビリティ",
subContents: [
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
]
Expand All @@ -124,19 +124,19 @@ const details = [
subTitle: "新卒採用",
subContents: [
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
]
Expand All @@ -145,19 +145,19 @@ const details = [
subTitle: "キャリア採用",
subContents: [
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
{
title: "サブメニュー的なもの",
title: "コンテンツへのリンク",
href: "#",
},
]
Expand Down Expand Up @@ -200,15 +200,15 @@ const html = `<div class="details-sample-05">
<ul>
<li>
<a href="#">
サブメニュー的なもの
コンテンツへのリンク
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="m8.25 4.5 7.5 7.5-7.5 7.5" />
</svg>
</a>
</li>
<li>
<a href="#">
サブメニュー的なもの
コンテンツへのリンク
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="m8.25 4.5 7.5 7.5-7.5 7.5" />
</svg>
Expand Down Expand Up @@ -380,7 +380,7 @@ const css = `/*---
<div class="bg-white px-4 py-24" id="sample-05">
<div class="mx-auto max-w-7xl">
<div class="details-sample-05">
<h2 class="details-sample-header">サンプル 05 (多階層メニュー的なもの)</h2>
<h2 class="details-sample-header">サンプル 05 (多階層のコンテンツリスト的なもの)</h2>
<div class="details-wrap">
{details.map((details) => (
<details>
Expand Down

0 comments on commit bf7a102

Please sign in to comment.