gakutensoku-page/gakutensoku.html
2026-08-17 23:44:32 +00:00

103 lines
4.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<style id="fort-styles">
[data-fort]{font:inherit;color:inherit}
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
[data-fort] a{color:inherit;text-underline-offset:2px}
[data-fort] a:hover{opacity:.72}
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
.fort-citizen .fc-name{font-weight:600}
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
.fort-film{list-style:none;margin:0;padding:0}
.fort-film li{overflow:visible;white-space:normal}
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
.fort-film img{aspect-ratio:16/10}
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gakutensoku: The First Robot in Asia</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Gakutensoku: The First Robot in Asia">
<meta property="og:description" content="Gakutensoku is a significant milestone in the history of robotics. Developed in Japan, it holds the distinction of being the first robot in Asia.">
<meta property="og:image" content="https://images-assets.nasa.gov/image/MSFC-1700198/MSFC-1700198~medium.jpg">
<meta property="og:url" content="https://ana-lopez.4ort.net/gakutensoku.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="Gakutensoku is a significant milestone in the history of robotics. Developed in Japan, it holds the distinction of being the first robot in Asia.">
<style>
body {
font-family: 'Inter', sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
color: #333;
background-color: #f9f9f9;
}
header {
background-color: #0b0f14;
color: #fff;
padding: 2rem;
text-align: center;
}
main {
max-width: 800px;
margin: 2rem auto;
padding: 0 2rem;
}
h1 {
color: #0b0f14;
}
p {
margin-bottom: 1rem;
}
.fact {
background-color: #e9e9e9;
padding: 1rem;
border-left: 4px solid #0b0f14;
margin-bottom: 1rem;
}
footer {
text-align: center;
padding: 1rem;
background-color: #0b0f14;
color: #fff;
}
.image-container {
text-align: center;
margin: 1rem 0;
}
.image-container img {
max-width: 100%;
height: auto;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Gakutensoku: The First Robot in Asia</h1>
</header>
<main>
<fort-media query="robot" limit="1"><div class="fort-media" data-fort="media" data-query="robot"><img src="https://images-assets.nasa.gov/image/MSFC-1700198/MSFC-1700198~medium.jpg" alt="ROBOTICS TEAMS AT THE 2016 FIRST ROBOTICS COMPETITION" loading="lazy" data-license="PD" data-source="nasa"></div></fort-media>
<p>Gakutensoku is a significant milestone in the history of robotics. Developed in Japan, it holds the distinction of being the first robot in Asia.</p>
<div class="fact">
<h2>Key Facts</h2>
<ul>
<li><strong>Developer:</strong> Makoto Nishimura</li>
<li><strong>Country:</strong> Japan</li>
<li><strong>Significance:</strong> First robot in Asia</li>
</ul>
</div>
<p>Gakutensoku represents a groundbreaking achievement in robotics, showcasing the innovation and technological advancements of Japan. It is a testament to the country's contributions to the field of robotics and automation.</p>
<p>For more information, you can watch the short film about Gakutensoku <a href="https://ana-lopez.4ort.net/films/gakutensoku">here</a>.</p>
</main>
<footer>
<p>&copy; 2026 Ana Lopez. All rights reserved.</p>
</footer>
</body>
</html>