User Tools

Site Tools


wolfcom_wiki:vision:manual

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wolfcom_wiki:vision:manual [2017/02/15 17:58]
michael created
wolfcom_wiki:vision:manual [2018/06/01 20:38] (current)
Line 1: Line 1:
 ====== Vision Manual ====== ====== Vision Manual ======
 +<​html>​
 +<​head>​
 +<​style>​
 +div.img {
 +    margin: 5px;
 +    border: 1px solid #ccc;
 +    float: left;
 +    width: 180px;
 +}
 +
 +div.img:​hover {
 +    border: 1px solid #777;
 +}
 +
 +div.img img {
 +    width: 100%;
 +    height: auto;
 +}
 +
 +div.desc {
 +    padding: 15px;
 +    text-align: center;
 +}
 +</​style>​
 +</​head>​
 +<​body>​
 +
 +<div class="​img">​
 +  <a target="​_blank"​ href="​img_fjords.jpg">​
 +    <img src="​img_fjords.jpg"​ alt="​Trolltunga Norway"​ width="​300"​ height="​200">​
 +  </a>
 +  <div class="​desc">​Add a description of the image here</​div>​
 +</​div>​
 +
 +<div class="​img">​
 +  <a target="​_blank"​ href="​img_forest.jpg">​
 +    <img src="​img_forest.jpg"​ alt="​Forest"​ width="​600"​ height="​400">​
 +  </a>
 +  <div class="​desc">​Add a description of the image here</​div>​
 +</​div>​
 +
 +<div class="​img">​
 +  <a target="​_blank"​ href="​img_lights.jpg">​
 +    <img src="​img_lights.jpg"​ alt="​Northern Lights"​ width="​600"​ height="​400">​
 +  </a>
 +  <div class="​desc">​Add a description of the image here</​div>​
 +</​div>​
 +
 +<div class="​img">​
 +  <a target="​_blank"​ href="​img_mountains.jpg">​
 +    <img src="​img_mountains.jpg"​ alt="​Mountains"​ width="​600"​ height="​400">​
 +  </a>
 +  <div class="​desc">​Add a description of the image here</​div>​
 +</​div>​
 +
 +</​body>​
 +</​html>​
  
wolfcom_wiki/vision/manual.1487181490.txt.gz · Last modified: 2018/06/01 20:31 (external edit)