HTML

AI Website 3

Nov 18th, 2016
182
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.98 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 class="current" 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 href="warfarebots.html"><button>Warfare Robots</button></a>
  23. </center>
  24. </nav>
  25. <article>
  26. <p style="font-size:26px;">
  27. UAVs are probably one of the most common use of robots in the Military. UAVs have the ability to track the enemy,
  28. with extremely powerful cameras all over its chassis that can detect movement, and how well they detect movement
  29. can vary extremely, as this is based on how high the aircraft is at the time. UAV stands for Unmanned Aerial Viechle.
  30. UAVs often use motion or heat sensors to find their enemy for the team. The method of power is usually battery,
  31. however, fuel is used to actually move the viechle through the sky.
  32. </p>
  33. </article>
  34. <aside>
  35. <center>
  36. <p style="font-size: 18px;">Click the images to enlarge them.</p>
  37. <a target=blank; href="..\img\a1.jpg">
  38. <img style="
  39.     width:150px;
  40.     height:130px;
  41.     border:2px solid red;"
  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.     src="..\img\a4.jpg"
  64.     alt="Warfare Robot"></a><br />
  65. <p style="font-size: 12px;">Some basic warfare robots.</p>
  66. </center>
  67. </aside>
  68. <footer>
  69. <center>
  70. <a target=blank; href="https://en.wikipedia.org/wiki/Military_robot"><button>Main<br>(Source)</button></a>
  71. <a target=blank; href="http://www.theuav.com/"><button style="border:2px solid red;">UAVs<br>(Source)</button></a>
  72. <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>
  73. <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>
  74. <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>
  75. <center>
  76. </footer>
  77. </body>
  78.  
  79. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment