Difference between revisions of "project09:Programme"
From 100ybp
(Created page with "__NOTITLE__ __NOTOC__ 850px <div style="height:30px; width: 850px; margin:0px; padding: 0px; padding-top: 20px; border: 0px;"> <div style="float:left; w...") |
|||
(6 intermediate revisions by one user not shown) | |||
Line 5: | Line 5: | ||
<div style="float:left; width: 158px; height 30px; border: 1px solid #aaa; margin-right:10px; margin-bottom:10px;" align="center"> | <div style="float:left; width: 158px; height 30px; border: 1px solid #aaa; margin-right:10px; margin-bottom:10px;" align="center"> | ||
[[Project09:Main|'''Main''']] | [[Project09:Main|'''Main''']] | ||
− | |||
− | |||
− | |||
</div> | </div> | ||
<div style="float:left; width: 158px; height 30px; border: 1px solid #aaa; margin-right:10px; margin-bottom:10px;" align="center"> | <div style="float:left; width: 158px; height 30px; border: 1px solid #aaa; margin-right:10px; margin-bottom:10px;" align="center"> | ||
Line 26: | Line 23: | ||
</div> | </div> | ||
<br> | <br> | ||
+ | |||
+ | |||
+ | <html> | ||
+ | |||
+ | <style> | ||
+ | * { box-sizing: border-box;} | ||
+ | #container {width: 100%;} | ||
+ | #imgcont {float: left; | ||
+ | width: 99%; | ||
+ | padding: 1%;} | ||
+ | h2 {} | ||
+ | .image {width: 100%;} | ||
+ | </style> | ||
+ | |||
+ | |||
+ | |||
+ | <div id="container"> | ||
+ | <div id="imgcont"> | ||
+ | <h2>Programme Distribution Diagram</h2> | ||
+ | <img src="http://100ybp.roboticbuilding.eu/images/5/55/Program_Distribution_Diagram.jpg" class="image"/> | ||
+ | </div> | ||
+ | |||
+ | <div id="imgcont"> | ||
+ | <h2>Flocking Algorithm Diagram</h2> | ||
+ | <img src="http://100ybp.roboticbuilding.eu/images/a/a3/Flocking_Diagram.jpg" class="image"/> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </html> |
Latest revision as of 13:56, 26 March 2019