we have developed a surface exploring robot.
We used NASA websites to take ideas and information
It is important for humankind because it helps to increase the knowledge of a particular planet and find possibilities of life.
It works by scanning surface sample and displaying it on the screen. It doesn't require any external input.
By the project, we hope to achieve the best materials found in outer-space which benefit the humankind.
We were inspired by some science fiction moves and watching news about scientists all over the world working hard for us.
An approach was an inquisitive and one we continuously asked ourselves!
"Will this work? Is it beneficial?,etc"
Hardware/software : Html and CSS, vectary were used
problems -
Achievements :
Hardware/software : Html and CSS, vectary were used .
developed a surface exploring robot
It is important for humankind because it helps to increase the knowledge of a particular planet and find possibilities of life.
with the help of NASA app challenge hints we decided the project.
we took used the NASA website and some other space research center like ISRO to take idea for the project.
Demo video link https://youtu.be/zGBXHh1QXRI
our website made by the code :


We have used Html and vectary for designing the website and vectary , html css for the 3d model of space robot.
The Main purpose of the space robot is to detect the element which are in land(surface) of the planets
the code for the
<head>
<body>
<body style="background-color:sand;">
<h1><strong>Strange Scientists</strong></h1>
<div style="text-align:center">
<button onclick="playPause()">Play/Pause</button>
<button onclick="makeBig()">Big</button>
<button onclick="makeNormal()">Normal</button><br><br>
<embed src="C:\Users\High-tech\Desktop\Nasa Space Challenge" height = "450" width="580" autostart="true"></embed>
<a href="https://xvzpretcesgqbyg6nq8nlw-on.drv.tw/Stranger%20Scientist/"></a>
</div>
<script>
var myVideo = document.getElementById("video1");
function playPause() {
if (myVideo.paused)
myVideo.play();
else
myVideo.pause();
}
function makeBig() {
myVideo.width = 590;
}
function makeNormal() {
myVideo.width = 480;
}
</script>
<h2 style="font-family:courier;">Space_robot Image</h2><br>
<img src="robotlabeling.jpg" width="530" height="345"><br><br>
<p style= "font-size: 2vw;"><strong>Note:The Main purpose of the space robot is to detect the element which are in land(surface) of the planets.</strong></p>
</body>
</html>