HTML

AI Website 4

Nov 18th, 2016
194
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.12 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="icon" href="..\img\dogbot.jpg">
  5. <link rel="stylesheet" type="text/css" href="..\style.css">
  6. <title>Military Robots Project</title>
  7. </head>
  8.  
  9. <body>
  10.  
  11. <header>
  12. <h1>Jacob Howard and Dallas Leffew Military Robots Project</h1>
  13. </header>
  14. <nav>
  15. <center>
  16. <button onclick="getElementById('date').innerHTML=Date()">Time and Date</button>
  17. <p id="date"></p>
  18. <a href="..\index.html"><button>Home</button></a>
  19. <a href="uavs.html"><button>UAVs</button></a>
  20. <a href="doggos.html"><button>Alpha Dogs</button></a>
  21. <a href="seekers.html"><button>Mine-seekers</button></a>
  22. <a class="current" href="warfarebots.html"><button>Warfare Robots</button></a>
  23. </center>
  24. </nav>
  25. <article>
  26. <p style="font-size:26px;">
  27. These robots are not very common whatsoever. These robots, which are currently referred to in several different ways,
  28. are useful for their ability to fight for the team. These robots have their own ways of identifying teammates, to
  29. avoid hurting them, or even killing them! As stated, these robots are currently not very common, but they are expected
  30. to make a large chunk of our military by 2050. These can vary from arming rocket launchers, machine guns, or even be
  31. able to arm mines. These are essentially powered by a very large rechargable battery. These robots also have
  32. motion sensors and cameras, to know what prey and terrain they are actually dealing with.
  33. </p>
  34. </article>
  35. <aside>
  36. <center>
  37. <p style="font-size: 18px;">Click the images to enlarge them.</p>
  38. <a target=blank; href="..\img\a1.jpg">
  39. <img style="
  40.     width:150px;
  41.     height:130px;"
  42.     src="..\img\a1.jpg"
  43.     alt="UAV"></a><br />
  44. <p style="font-size: 12px;">A UAV (Unmanned aerial viechle) used to detect the enemy.</p>
  45. <a target=blank; href="..\img\a2.jpg">
  46. <img style="
  47.     width:150px;
  48.     height:130px;"
  49.     src="..\img\a2.jpg"
  50.     alt="Alpha Dog"></a><br />
  51. <p style="font-size: 12px;">"Alpha dog" used to carry weight.</p>
  52. <a target=blank; href="..\img\a3.jpg">
  53. <img style="
  54.     width:150px;
  55.     height:130px;"
  56.     src="..\img\a3.jpg"
  57.     alt="Mine Seeker"></a><br />
  58. <p style="font-size: 12px;">A robot scouting ahead for landmines.</p>
  59. <a target=blank; href="..\img\a4.jpg">
  60. <img style="
  61.     width:150px;
  62.     height:120px;
  63.     border:2px solid red;"
  64.     src="..\img\a4.jpg"
  65.     alt="Warfare Robot"></a><br />
  66. <p style="font-size: 12px;">Some basic warfare robots.</p>
  67. </center>
  68. </aside>
  69. <footer>
  70. <center>
  71. <a target=blank; href="https://en.wikipedia.org/wiki/Military_robot"><button>Main<br>(Source)</button></a>
  72. <a target=blank; href="http://www.theuav.com/"><button>UAVs<br>(Source)</button></a>
  73. <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>
  74. <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>
  75. <a target=blank; href="http://thediplomat.com/2015/07/super-humans-and-killer-robots-how-the-us-army-envisions-warfare-in-2050/"><button style="border:2px solid red;">Warfare Robots<br>(Source)</button></a>
  76. <center>
  77. </footer>
  78. </body>
  79.  
  80. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment