Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yuneko1127 authored Jan 12, 2024
1 parent e67d8ba commit 54676a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2>自己紹介</h2>
<div>
<p>
<h3>ゆう猫(they/かれ/さん)</h3>
コンピュータが大好きで、大学で情報科学の勉強をしているトランスでノンバイナリーの人間です。<br>
コンピュータを愛していて、大学で情報科学の勉強をしているトランスでノンバイナリーの人間です。<br>
このHPでは、私の書いたCode Poetryやそのほかの創作物を公開しています。<br>
X:<a href="https://twitter.com/yuneko_monolog">yuneko_monolog</a> Instagram:<a href="https://www.instagram.com/yuneko_1127">yuneko_1127</a> Github:<a href="https://github.com/yuneko1127">yuneko1127</a>
</p>
Expand Down Expand Up @@ -70,7 +70,7 @@ <h3>GraphicsのXXX in Techシリーズ</h3>
<li>素材自体をコンテンツ・商品として再配布・販売(<a href="https://suzuri.jp/yuneko_2004/home">Suzuri</a>で公式に販売しています)</li>
<li>その他著作者が不適切と判断した場合</li>
</ul>
分からないことがありましたら<a href="contact.html">Contact</a>からお問い合わせください。
不明なことや相談したいことがありましたら<a href="contact.html">Contact</a>からお問い合わせください。
</p>
</section>
</main>
Expand Down
22 changes: 8 additions & 14 deletions poem.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ <h1>Code Poetry</h1>
<div class="navigation2">
<nav>
<ul>
<li><a href="#poem_pray">pray.c</a></li>
<li><a href="#poem_typedef_gender">typedef_gender.c</a></li>
<li><a href="#poem_tokureihou">特例法.c</a></li>
<li><a href="#poem_not_a_phase">not_a_phase.c</a></li>
Expand All @@ -56,8 +57,7 @@ <h2>pray.c(2024/01/03)</h2>
pray for *;
}
return 0;
}
</code></pre>
} </code></pre>
</section>

<section id = "poem_typedef_gender" class="poem">
Expand Down Expand Up @@ -122,8 +122,7 @@ <h2>typedef_gender.c(2023/11/22)</h2>
Person_by_me Yuneko = {???, ??????, 2004, 11, 27};

return 0;
}
</code></pre>
}</code></pre>
</section>

<section id = "poem_tokureihou" class="poem">
Expand Down Expand Up @@ -170,8 +169,7 @@ <h2>特例法.c(2023/10/26)</h2>
}

return gate;
}
</code></pre>
}</code></pre>
</section>

<section id = "poem_not_a_phase" class="poem">
Expand Down Expand Up @@ -205,8 +203,7 @@ <h2>not_a_phase.c(2023/9/29)</h2>
}

return 0;
}
</code></pre>
}</code></pre>
</section>

<section id = "poem_gender_assignment" class="poem">
Expand All @@ -227,8 +224,7 @@ <h2>gender_assignment.c(2023/9/28)</h2>
}

return 0;
}
</code></pre>
}</code></pre>
</section>

<section id = "poem_your_gender_volid" class="poem">
Expand All @@ -239,8 +235,7 @@ <h2>your_gender_volid.py(2023/9/28)</h2>
if gender in ["male", "female"]:
print("As everyone says, you are valid.")
else:
print("Whatever anyone says, you are valid.")
</code></pre>
print("Whatever anyone says, you are valid.")</code></pre>
</section>

<section id = "poem_introduction" class="poem">
Expand All @@ -260,8 +255,7 @@ <h2>introduction.c(2023/9/28)</h2>
printf("Hello World! I'm %s and I use %s pronouns.\n", name, pronouns);

return 0;
}
</code></pre>
}</code></pre>
</section>

</main>
Expand Down

0 comments on commit 54676a4

Please sign in to comment.