Madewithwebsim / BvuBsWfKV5gVv5chT.html
allknowingroger's picture
Upload 59 files
d9673df verified
raw
history blame contribute delete
No virus
4.41 kB
<html><head><base href="https://roboticsinsider.com" />
<title>Robotics Insider - Exploring the World of Robots and Robotics</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #f0f0f0;
}
header {
background-color: #0077be;
color: white;
text-align: center;
padding: 1em;
border-radius: 5px;
}
h1 {
margin-bottom: 0;
}
nav {
background-color: #333;
padding: 0.5em;
border-radius: 5px;
}
nav ul {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
justify-content: space-around;
}
nav ul li a {
color: white;
text-decoration: none;
}
main {
background-color: white;
padding: 20px;
margin-top: 20px;
border-radius: 5px;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 20px;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.cta-button {
display: inline-block;
background-color: #0077be;
color: white;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
margin-top: 20px;
}
footer {
margin-top: 20px;
text-align: center;
font-size: 0.8em;
color: #666;
}
</style>
</head>
<body>
<header>
<h1>Robotics Insider</h1>
<p>Exploring the World of Robots and Robotics</p>
</header>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#featured-video">Featured Video</a></li>
<li><a href="#playlist">Full Playlist</a></li>
<li><a href="#resources">Resources</a></li>
</ul>
</nav>
<main>
<section id="about">
<h2>About Robotics Insider</h2>
<p>Welcome to Robotics Insider, your gateway to the fascinating world of robots and robotics. We curate and analyze the latest developments, breakthroughs, and applications in the field of robotics. Our goal is to make complex robotics concepts accessible to everyone, from curious beginners to seasoned professionals.</p>
</section>
<section id="featured-video">
<h2>Featured Video</h2>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLrveqdDSIuGV9waCz1NxRXXA2tehnYXI-" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<p>Explore our curated playlist featuring in-depth discussions on various aspects of robotics, from basic principles to cutting-edge research and real-world applications.</p>
</section>
<section id="playlist">
<h2>Full Robotics Playlist</h2>
<p>Our comprehensive playlist covers a wide range of topics in robotics, including:</p>
<ul>
<li>Fundamentals of Robot Design</li>
<li>Artificial Intelligence in Robotics</li>
<li>Robot Kinematics and Dynamics</li>
<li>Computer Vision for Robots</li>
<li>Robotic Process Automation (RPA)</li>
<li>Ethics and Social Implications of Robotics</li>
</ul>
<a href="https://m.youtube.com/playlist?list=PLrveqdDSIuGV9waCz1NxRXXA2tehnYXI-" class="cta-button" target="_blank">View Full Playlist</a>
</section>
<section id="resources">
<h2>Additional Resources</h2>
<p>Enhance your understanding of robotics with these carefully selected resources:</p>
<ul>
<li><a href="https://roboticsinsider.com/beginners-guide">Beginner's Guide to Robotics</a></li>
<li><a href="https://roboticsinsider.com/latest-research">Latest Robotics Research Papers</a></li>
<li><a href="https://roboticsinsider.com/diy-projects">DIY Robotics Projects</a></li>
<li><a href="https://roboticsinsider.com/career-paths">Careers in Robotics</a></li>
</ul>
</section>
</main>
<footer>
<p>&copy; 2023 Robotics Insider. All rights reserved. | <a href="https://roboticsinsider.com/privacy-policy">Privacy Policy</a> | <a href="https://roboticsinsider.com/terms-of-service">Terms of Service</a></p>
</footer>
</body></html>