HTML

AI Website 1

Nov 18th, 2016
196
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.22 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 class="current" 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. From what are referred to as "Alpha Dogs", these are commonly used to carry heavy loads, which can let a lot of
  28. weight off of the soldiers. This can let them move forward more affectively, as the robots can carry several hundred
  29.  pounds. Although, these are sometimes called "BigDogs", they have several different names as they are not in
  30.  full deployment just yet. The first ALpha Dog idea was brought up towards December in 2009. These robots usually
  31. are covered with cameras and sensors so that their robotic legs can adjust accordingly to the terrain around them,
  32. preventing a fall. These are also powered through a fairly large battery, that is usually not rechargable.
  33. Since these robots have so many sensors handy, they excel at moving over uneven terrain.
  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.     border:2px solid red;"
  51.     src="..\img\a2.jpg"
  52.     alt="Alpha Dog"></a><br />
  53. <p style="font-size: 12px;">"Alpha dog" used to carry weight.</p>
  54. <a target=blank; href="..\img\a3.jpg">
  55. <img style="
  56.     width:150px;
  57.     height:130px;"
  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)<br></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 style="border:2px solid red;">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>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