Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <link rel="icon" href="img\dogbot.jpg">
- <link rel="stylesheet" type="text/css" href="style.css">
- <title>Military Robots Project</title>
- </head>
- <body>
- <header>
- <h1>Jacob Howard and Dallas Leffew Military Robots Project</h1>
- </header>
- <nav>
- <center>
- <button onclick="getElementById('date').innerHTML=Date()">Time and Date</button>
- <p id="date"></p>
- <a class="current" href="index.html"><button>Home</button></a>
- <a href="pages\uavs.html"><button>UAVs</button></a>
- <a href="pages\doggos.html"><button>Alpha Dogs</button></a>
- <a href="pages\seekers.html"><button>Mine-seekers</button></a>
- <a href="pages\warfarebots.html"><button>Warfare Robots</button></a>
- </center>
- </nav>
- <article>
- <p style="font-size:26px;">Military robots are the future of the military. They can do multiple things from
- finding the enemy, to actually fighting the enemy. The reason robots are so important is because, as long as
- they have a good battery, they can keep going on and on with doing their job the right way. These robots can
- do lots of things for our future, including things that humans themselves are not completly capable of. Such
- as finding concealed landmines through magnetic waves. Or finding the enemy by super-strong movement sensors.
- This list can go on and on for nearly forever!</p>
- </article>
- <aside>
- <center>
- <p style="font-size:18px;">Click the images to enlarge them.</p>
- <a target=blank; href="img\a1.jpg">
- <img style="
- width:150px;
- height:130px;"
- src="img\a1.jpg"
- alt="UAV"></a><br />
- <p style="font-size: 12px;">A UAV (Unmanned aerial viechle) used to detect the enemy.</p>
- <a target=blank; href="img\a2.jpg">
- <img style="
- width:150px;
- height:130px;"
- src="img\a2.jpg"
- alt="Alpha Dog"></a><br />
- <p style="font-size: 12px;">"Alpha dog" used to carry weight.</p>
- <a target=blank; href="img\a3.jpg">
- <img style="
- width:150px;
- height:130px;"
- src="img\a3.jpg"
- alt="Mine Seeker"></a><br />
- <p style="font-size: 12px;">A robot scouting ahead for landmines.</p>
- <a target=blank; href="img\a4.jpg">
- <img style="
- width:150px;
- height:120px;"
- src="img\a4.jpg"
- alt="Warfare Robot"></a><br />
- <p style="font-size: 12px;">Some basic warfare robots.</p>
- </center>
- </aside>
- <footer>
- <center>
- <a target=blank; href="https://en.wikipedia.org/wiki/Military_robot"><button style="border:2px solid red;">Main<br>(Source)</button></a>
- <a target=blank; href="http://www.theuav.com/"><button>UAVs<br>(Source)</button></a>
- <a target=blank; href="http://www.army-technology.com/features/featurecould-bigdog-be-a-soldiers-best-robotic-friend/"><button>Alpha Dogs<br>(Source)</button></a>
- <a target=blank; href="https://www.ri.cmu.edu/research_project_detail.html?project_id=220&menu_id=261"><button>Mine Seekers<br>(Source)</button></a>
- <a target=blank; href="http://thediplomat.com/2015/07/super-humans-and-killer-robots-how-the-us-army-envisions-warfare-in-2050/"><button>Warfare Robots<br>(Source)</button></a>
- <center>
- </footer>
- </body>
- </html>
Advertisement