This commit is contained in:
ameyoyo 2022-01-08 07:02:41 -08:00
parent 0fa88b8368
commit a3ef2b8f17
3 changed files with 39 additions and 1 deletions

View File

@ -663,6 +663,40 @@
</p>
</div>
</div>
<!-- Card -->
<div class="w-11/12 md:w-md lg:w-md xl:w-lg rounded shadow-lg bg-white mt-4 mb-4" data-aos="fade-up" data-aos-anchor-placement="center-bottom">
<div class="px-4 py-4">
<div class="flex flex-row flex-nowrap justify-between">
<div class="flex flex-col">
<p class="font-bold text-xl">Doggie</p>
<p class="text-gray-500 text-sm font-mono">@nodoggie_</p>
</div>
<img src="./img/chili_7.png" width="50" height="50"
class="transition transform rotate-12 translate-x-4 -translate-y-4 hover:scale-125">
</div>
<img class="myImages" id="myImg" src="">
<p class="text-gray-700 text-base mt-2">
I can&#x27;t give you a gift because I haven&#x27;t found a talent to use to make a gift. You make my heart explode and I love you Nana! I wish you a happy birthday, and I hope your year gets better. &lt;3
</p>
</div>
</div>
<!-- Card -->
<div class="w-11/12 md:w-md lg:w-md xl:w-lg rounded shadow-lg bg-white mt-4 mb-4" data-aos="fade-up" data-aos-anchor-placement="center-bottom">
<div class="px-4 py-4">
<div class="flex flex-row flex-nowrap justify-between">
<div class="flex flex-col">
<p class="font-bold text-xl">五十嵐苺</p>
<p class="text-gray-500 text-sm font-mono">@sassahuaranga</p>
</div>
<img src="./img/chili_7.png" width="50" height="50"
class="transition transform rotate-12 translate-x-4 -translate-y-4 hover:scale-125">
</div>
<img class="myImages" id="myImg" src="https://cdn.discordapp.com/attachments/911843747258581024/929388101456003072/nana_peek_w_room.png">
<p class="text-gray-700 text-base mt-2">
Happy birthday Nana-chan!<br>I wish for you to be healthy and successful in everything you do! You are working so hard to make us happy with amazing videos/streams and art. Thank you for that. I hope that on this special day you get to enjoy yourself and have a lot of fun! Nana-chan daisuki! https://youtu.be/1K0W92xm6tY
</p>
</div>
</div>
</div>
</section>
</div>

View File

@ -25,6 +25,7 @@ records.map(record => {
twitter: twitter.trim(),
content: record[3],
image_link: record[4],
video_link: record[5],
};
messages.push(message_row);

View File

@ -75,4 +75,7 @@ PS. Nihonggo wa muzukashi desu",,
1/6/2022 15:34:58,Mika,@mikayu_1,お誕生日おめでとうございます!今年もよろしくお願いします!( ̄^ ̄)ゞ,https://cdn.discordapp.com/attachments/911843747258581024/928791226017263647/Nana_bday.png,
1/6/2022 19:39:24,Shadow Tisalode,@tisalode,"Thank you for making my days better with your streams, covers, and art. You've been a great inspiration and have been part of the inspiration that really got me to start drawing. Otanjoubi omedetou.",./img/Nana-Shadow_Tisalode.png,
1/7/2022 4:48:35,死神キラキ,@kiraki_reaper,"ナナママ、お誕生日おめでとうございます!!
ナナママのイラストと声にとても好きです。ナナママの歌はよく聞きますが、とてもいいです。これからも応援しています",,
ナナママのイラストと声にとても好きです。ナナママの歌はよく聞きますが、とてもいいです。これからも応援しています",,
1/7/2022 16:50:21,Doggie,@nodoggie_,"I can't give you a gift because I haven't found a talent to use to make a gift. You make my heart explode and I love you Nana! I wish you a happy birthday, and I hope your year gets better. <3",,
1/8/2022 6:21:32,五十嵐苺,@sassahuaranga,"Happy birthday Nana-chan!
I wish for you to be healthy and successful in everything you do! You are working so hard to make us happy with amazing videos/streams and art. Thank you for that. I hope that on this special day you get to enjoy yourself and have a lot of fun! Nana-chan daisuki! https://youtu.be/1K0W92xm6tY",https://cdn.discordapp.com/attachments/911843747258581024/929388101456003072/nana_peek_w_room.png,
1 Timestamp Please write your name here./お名前 Please write your Twitter ID here./Twitter ID Write your message here (200 chars. max)/メッセージ If you have a drawing you want to share, please upload it here!/送りたい絵がありましたら、アップロードしてください! If you have a drawing you like to send, please upload it here!/絵があれば、アップロードして下さい
75
76
77
78
79
80
81