HTML

AI Website 0

Nov 18th, 2016
203
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.99 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 class="current" href="index.html"><button>Home</button></a>
  19. <a href="pages\uavs.html"><button>UAVs</button></a>
  20. <a href="pages\doggos.html"><button>Alpha Dogs</button></a>
  21. <a href="pages\seekers.html"><button>Mine-seekers</button></a>
  22. <a href="pages\warfarebots.html"><button>Warfare Robots</button></a>
  23. </center>
  24. </nav>
  25. <article>
  26. <p style="font-size:26px;">Military robots are the future of the military. They can do multiple things from
  27.  finding the enemy, to actually fighting the enemy. The reason robots are so important is because, as long as
  28.  they have a good battery, they can keep going on and on with doing their job the right way. These robots can
  29.  do lots of things for our future, including things that humans themselves are not completly capable of. Such
  30.  as finding concealed landmines through magnetic waves. Or finding the enemy by super-strong movement sensors.
  31.  This list can go on and on for nearly forever!</p>
  32. </article>
  33. <aside>
  34. <center>
  35. <p style="font-size:18px;">Click the images to enlarge them.</p>
  36. <a target=blank; href="img\a1.jpg">
  37. <img style="
  38.     width:150px;
  39.     height:130px;"
  40.     src="img\a1.jpg"
  41.     alt="UAV"></a><br />
  42. <p style="font-size: 12px;">A UAV (Unmanned aerial viechle) used to detect the enemy.</p>
  43. <a target=blank; href="img\a2.jpg">
  44. <img style="
  45.     width:150px;
  46.     height:130px;"
  47.     src="img\a2.jpg"
  48.     alt="Alpha Dog"></a><br />
  49. <p style="font-size: 12px;">"Alpha dog" used to carry weight.</p>
  50. <a target=blank; href="img\a3.jpg">
  51. <img style="
  52.     width:150px;
  53.     height:130px;"
  54.     src="img\a3.jpg"
  55.     alt="Mine Seeker"></a><br />
  56. <p style="font-size: 12px;">A robot scouting ahead for landmines.</p>
  57. <a target=blank; href="img\a4.jpg">
  58. <img style="
  59.     width:150px;
  60.     height:120px;"
  61.     src="img\a4.jpg"
  62.     alt="Warfare Robot"></a><br />
  63. <p style="font-size: 12px;">Some basic warfare robots.</p>
  64. </center>
  65. </aside>
  66. <footer>
  67. <center>
  68. <a target=blank; href="https://en.wikipedia.org/wiki/Military_robot"><button style="border:2px solid red;">Main<br>(Source)</button></a>
  69. <a target=blank; href="http://www.theuav.com/"><button>UAVs<br>(Source)</button></a>
  70. <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>
  71. <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>
  72. <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>
  73. <center>
  74. </footer>
  75. </body>
  76.  
  77. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment