HTML

AI Website 2

Nov 18th, 2016
173
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.11 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 class="current" 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. Although not very common, these robots are truly an amazing thing. They are able to "scout ahead" for soldiers,
  28. and spot landmines that are hidden under the dirt or maybe even some leaves. After confirming the object as a
  29. landmine, the robot is able to disable the landmine with its "arm". The first of these robots was invented
  30. in a university in Tokyo, in September of 2008. These robots usually use EM waves to detect the landmines,
  31. and they are also able to use cameras and motion sensors to find the terrain ahead of them or know if there
  32. is something that is in the way. These are usually powered through a very large (100000+ mAh) Lithium-ion
  33. battery.
  34. </p>
  35. </article>
  36. <aside>
  37. <center>
  38. <p style="font-size: 18px;">Click the images to enlarge them.</p>
  39. <a target=blank; href="..\img\a1.jpg">
  40. <img style="
  41.     width:150px;
  42.     height:130px;"
  43.     src="..\img\a1.jpg"
  44.     alt="UAV"></a><br />
  45. <p style="font-size: 12px;">A UAV (Unmanned aerial viechle) used to detect the enemy.</p>
  46. <a target=blank; href="..\img\a2.jpg">
  47. <img style="
  48.     width:150px;
  49.     height:130px;"
  50.     src="..\img\a2.jpg"
  51.     alt="Alpha Dog"></a><br />
  52. <p style="font-size: 12px;">"Alpha dog" used to carry weight.</p>
  53. <a target=blank; href="..\img\a3.jpg">
  54. <img style="
  55.     width:150px;
  56.     height:130px;
  57.     border:2px solid red;"
  58.     src="..\img\a3.jpg"
  59.     alt="Mine Seeker"></a><br />
  60. <p style="font-size: 12px;">A robot scouting ahead for landmines.</p>
  61. <a target=blank; href="..\img\a4.jpg">
  62. <img style="
  63.     width:150px;
  64.     height:120px;"
  65.     src="..\img\a4.jpg"
  66.     alt="Warfare Robot"></a><br />
  67. <p style="font-size: 12px;">Some basic warfare robots.</p>
  68. </center>
  69. </aside>
  70. <footer>
  71. <center>
  72. <a target=blank; href="https://en.wikipedia.org/wiki/Military_robot"><button>Main<br>(Source)</button></a>
  73. <a target=blank; href="http://www.theuav.com/"><button>UAVs<br>(Source)</button></a>
  74. <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>
  75. <a target=blank; href="https://www.ri.cmu.edu/research_project_detail.html?project_id=220&menu_id=261"><button style="border:2px solid red;">Mine Seekers<br>(Source)</button></a>
  76. <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>
  77. <center>
  78. </footer>
  79. </body>
  80.  
  81. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment