{"id":26006,"date":"2025-05-11T07:55:22","date_gmt":"2025-05-10T22:55:22","guid":{"rendered":"http:\/\/www.tyosuke20xx.com\/blog\/?p=26006"},"modified":"2025-05-11T07:55:24","modified_gmt":"2025-05-10T22:55:24","slug":"myaos-html","status":"publish","type":"post","link":"http:\/\/www.tyosuke20xx.com\/blog\/?p=26006","title":{"rendered":"MyAOS.html"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html>\n&lt;html lang=\"ja\">\n\n&lt;head>\n  &lt;meta charset=\"UTF-8\">\n  &lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  &lt;title>My Site&lt;\/title>\n  &lt;link rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/aos@next\/dist\/aos.css\" \/>\n  &lt;link rel=\"stylesheet\" href=\"style.css\">\n&lt;\/head>\n\n&lt;body>\n  &lt;section>\n    &lt;h1>\u8a18\u4e8b\u4e00\u89a7&lt;\/h1>\n    &lt;article>\n      &lt;img src=\"forest.png\" width=\"240\" height=\"160\" data-aos=\"my-animation\">\n      &lt;div class=\"text\">\n        &lt;h2>\u30bf\u30a4\u30c8\u30eb&lt;\/h2>\n        &lt;p>\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002&lt;\/p>\n      &lt;\/div>\n    &lt;\/article>\n    &lt;article>\n      &lt;img src=\"forest.png\" width=\"240\" height=\"160\">\n      &lt;div class=\"text\">\n        &lt;h2>\u30bf\u30a4\u30c8\u30eb&lt;\/h2>\n        &lt;p>\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002&lt;\/p>\n      &lt;\/div>\n    &lt;\/article>\n    &lt;article>\n      &lt;img src=\"forest.png\" width=\"240\" height=\"160\">\n      &lt;div class=\"text\">\n        &lt;h2>\u30bf\u30a4\u30c8\u30eb&lt;\/h2>\n        &lt;p>\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002\u3053\u3093\u306b\u3061\u306f\u3002&lt;\/p>\n      &lt;\/div>\n    &lt;\/article>\n  &lt;\/section>\n\n  &lt;section>\n    &lt;h1>\u304a\u5ba2\u69d8\u306e\u58f0&lt;\/h1>\n    &lt;div class=\"voices\">\n      &lt;section data-aos=\"fade-up\">\n        &lt;h2>\u3059\u3070\u3089\u3057\u3044&lt;\/h2>\n        &lt;p>\u7d20\u6674\u3089\u3057\u3044\u3067\u3059\u3002\u7d20\u6674\u3089\u3057\u3044\u3067\u3059\u3002&lt;\/p>\n      &lt;\/section>\n      &lt;section data-aos=\"fade-up\" data-aos-delay=\"300\">\n        &lt;h2>\u3059\u3070\u3089\u3057\u3044&lt;\/h2>\n        &lt;p>\u7d20\u6674\u3089\u3057\u3044\u3067\u3059\u3002\u7d20\u6674\u3089\u3057\u3044\u3067\u3059\u3002&lt;\/p>\n      &lt;\/section>\n      &lt;section data-aos=\"fade-up\" data-aos-delay=\"600\">\n        &lt;h2>\u3059\u3070\u3089\u3057\u3044&lt;\/h2>\n        &lt;p>\u7d20\u6674\u3089\u3057\u3044\u3067\u3059\u3002\u7d20\u6674\u3089\u3057\u3044\u3067\u3059\u3002&lt;\/p>\n      &lt;\/section>\n    &lt;\/div>\n  &lt;\/section>\n\n  &lt;footer id=\"footer\">\n    (c) dotinstall.com\n  &lt;\/footer>\n\n  &lt;a href=\"#\" class=\"to-top\" data-aos=\"fade-up\" data-aos-anchor=\"#footer\" data-aos-offset=\"0\">\u5148\u982d\u3078&lt;\/a>\n\n  &lt;script src=\"https:\/\/unpkg.com\/aos@next\/dist\/aos.js\">&lt;\/script>\n  &lt;script>\n    AOS.init();\n  &lt;\/script>\n&lt;\/body>\n\n&lt;\/html><\/code><\/pre>\n\n\n\n<p>style.css<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@charset \"utf-8\";\n\nbody {\n  margin: 0;\n}\n\nbody>section {\n  margin: 0 32px;\n}\n\nh1 {\n  text-align: center;\n  padding: 160px 0;\n}\n\narticle {\n  display: flex;\n  gap: 16px;\n  align-items: center;\n}\n\narticle .text {\n  flex: 1;\n}\n\narticle h2 {\n  margin: 0;\n  font-size: 22px;\n}\n\narticle+article {\n  margin-top: 32px;\n}\n\narticle:nth-child(even) {\n  flex-direction: row-reverse;\n}\n\n.voices {\n  display: flex;\n  gap: 16px;\n}\n\n.voices>section {\n  border-radius: 8px;\n  border: 1px solid #ccc;\n  padding: 16px 32px;\n  text-align: center;\n}\n\nfooter {\n  margin-top: 160px;\n  text-align: center;\n  padding: 80px 0;\n  background: #eee;\n}\n\n.to-top {\n  position: fixed;\n  bottom: 16px;\n  right: 16px;\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>style.css<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[80,4],"tags":[3],"class_list":["post-26006","post","type-post","status-publish","format-standard","hentry","category-html","category-programming","tag-programming"],"aioseo_notices":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/26006","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=26006"}],"version-history":[{"count":1,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/26006\/revisions"}],"predecessor-version":[{"id":26007,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/26006\/revisions\/26007"}],"wp:attachment":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=26006"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=26006"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=26006"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}