Skip to content

Commit

Permalink
feat: fix ad
Browse files Browse the repository at this point in the history
  • Loading branch information
tnantoka committed Jan 31, 2024
1 parent e70081e commit e8e148c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 36 deletions.
16 changes: 10 additions & 6 deletions src/components/Nav.astro
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,17 @@ const { exampleName, exampleEntries } = Astro.props;
</div>

<div class="mt-1 mb-2 text-center small ad">
<p class="mb-1">[PR] 第8章にFlameが載ってる模様</p>
<p class="mb-2">
<span class="badge text-bg-secondary rounded-0">PR</span>
第8章にFlameが載ってる模様
</p>
<div>
<a
href="https://www.amazon.co.jp/dp/4798068527?&linkCode=ll1&tag=flutter-flame-22&linkId=2f4425a5e2fea26916bb8a35ae278ce5&language=ja_JP&ref_=as_li_ss_tl"
target="_blank"
>
マルチプラットフォーム対応 最新フレームワーク Flutter 3入門
<a href="https://amzn.to/3HFREZF" target="_blank">
<img
border="0"
alt="マルチプラットフォーム対応 最新フレームワーク Flutter 3入門"
src="https://m.media-amazon.com/images/I/31wEyUVTc+L._SL500_.jpg"
/>
</a>
</div>
</div>
Expand Down
44 changes: 14 additions & 30 deletions src/pages/games.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,16 @@ import DocLink from '../components/DocLink.astro';
改造したら面白くなりそうな気はしています。

<div class="mb-4">
<a
href="https://www.amazon.co.jp/7%E5%A4%A7%E3%82%B2%E3%83%BC%E3%83%A0%E3%81%AE%E4%BD%9C%E3%82%8A%E6%96%B9%E3%82%92%E5%AE%8C%E5%85%A8%E3%83%9E%E3%82%B9%E3%82%BF%E3%83%BC-%E3%82%B2%E3%83%BC%E3%83%A0%E3%82%A2%E3%83%AB%E3%82%B4%E3%83%AA%E3%82%BA%E3%83%A0%E3%81%BE%E3%82%8B%E3%81%94%E3%81%A8%E5%9B%B3%E9%91%91-%E5%BB%A3%E7%80%AC-%E8%B1%AA/dp/4297126095?&linkCode=li3&tag=flutter-flame-22&linkId=1e1ede8368faab6fc6cc8d54a1201f60&language=ja_JP&ref_=as_li_ss_il"
target="_blank"
>
<p class="mb-2">
<span class="badge text-bg-secondary rounded-0">PR</span>
</p>
<a href="https://amzn.to/3Sjj7W6" target="_blank">
<img
border="0"
src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=4297126095&Format=_SL250_&ID=AsinImage&MarketPlace=JP&ServiceVersion=20070822&WS=1&tag=flutter-flame-22&language=ja_JP"
src="https://m.media-amazon.com/images/I/51NnsnE6DjL._SL500_.jpg"
alt="7大ゲームの作り方を完全マスター! ゲームアルゴリズムまるごと図鑑"
class="w-25"
/>
</a>
<img
src="https://ir-jp.amazon-adsystem.com/e/ir?t=flutter-flame-22&language=ja_JP&l=li3&o=9&a=4297126095"
width="1"
height="1"
border="0"
alt=""
style="border:none !important; margin:0px !important;"
loading="lazy"
/>
</div>

<DocLink document="https://hitteki.pages.dev/" label="デモ" />
Expand All @@ -72,24 +64,16 @@ import DocLink from '../components/DocLink.astro';
日経ソフトウエア 2022 年 3 月号の特集 "Python で「人工生命」を作る" を参考につくってみたもの。

<div class="mb-4">
<a
href="https://www.amazon.co.jp/%E6%97%A5%E7%B5%8C%E3%82%BD%E3%83%95%E3%83%88%E3%82%A6%E3%82%A8%E3%82%A2-2022%E5%B9%B43%E6%9C%88%E5%8F%B7-%E9%9B%91%E8%AA%8C-ebook/dp/B09QRJ3GQC?_encoding=UTF8&qid=1684070280&sr=8-1&linkCode=li2&tag=flutter-flame-22&linkId=03017aba56ade0b4f61838a2cd7277a3&language=ja_JP&ref_=as_li_ss_il"
target="_blank"
>
<p class="mb-2">
<span class="badge text-bg-secondary rounded-0">PR</span>
</p>
<a href="https://amzn.to/3vXfNIz" target="_blank">
<img
border="0"
src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=B09QRJ3GQC&Format=_SL160_&ID=AsinImage&MarketPlace=JP&ServiceVersion=20070822&WS=1&tag=flutter-flame-22&language=ja_JP"
src="https://m.media-amazon.com/images/I/61IVVrVzz1L._SL500_.jpg"
alt="日経ソフトウエア 2022年3月号 [雑誌]"
class="w-25"
/>
</a>
<img
src="https://ir-jp.amazon-adsystem.com/e/ir?t=flutter-flame-22&language=ja_JP&l=li2&o=9&a=B09QRJ3GQC"
width="1"
height="1"
border="0"
alt=""
style="border:none !important; margin:0px !important;"
loading="lazy"
/>
</div>

<DocLink document="https://flal.pages.dev/" label="デモ" />
Expand Down

0 comments on commit e8e148c

Please # to comment.