diff --git a/dist/examples/assets/images/sample.jpg b/dist/examples/assets/images/sample.jpg new file mode 100644 index 0000000..c3bf3d3 Binary files /dev/null and b/dist/examples/assets/images/sample.jpg differ diff --git a/dist/examples/index.html b/dist/examples/index.html index be23e51..542c7ea 100644 --- a/dist/examples/index.html +++ b/dist/examples/index.html @@ -65,7 +65,6 @@

見出し:h4

  • 大河くるみ
  • 亀井美嘉
  • -

    見出し:h2

    東西南北は四神をモチーフとしています。

    @@ -83,7 +82,7 @@

    見出し:h2

    >

    -

    四神や方角を東西南北の名前に当てはめると下記の通りになります。

    +

    四神や方角を東西南北のメンバー名に当てはめると下記の通りになります。

    - + - + - + - +
    東西南北のメンバーと四神の対応表 @@ -99,31 +98,70 @@

    見出し:h2

    青龍 東「ゆう」ゆう
    白虎 西「大河」くるみ大河くるみ
    朱雀 華「鳥」蘭子蘭子
    玄武 「亀」井美嘉井美嘉
    + +

    見出し:h3

    +

    作中で大河くるみは「C++やJavaを使った可能性を試したい」と話していました。

    +

    せっかくなのでそれぞれの「Hello, world」を出力するコードを掲載します。

    +
    +          
    +            #include <iostream>
    +
    +            int main() {
    +              std::cout << "Hello, world!";
    +              return 0;
    +            }
    +          
    +        
    +
    +          
    +            public class Main {
    +              public static void main(String[] args) {
    +                System.out.println("Hello, world!");
    +              }
    +            }
    +          
    +        
    + +

    見出し:h4

    +

    作中で東ゆうがタミヤ製のロボットを買った描写があるので、同じくタミヤで有名なミニ四駆の写真を掲載します。

    + + + ミニ四駆が陳列されたショーケース + + UnsplashClark Guが撮影した写真