Difference between revisions of "Team:UNIK Copenhagen/Design"

(Replaced content with "{{UNIK_Copenhagen2}} <html> <head> <style> </style> </head> <p>We are working on this page</p> </html>")
Line 6: Line 6:
 
<style>
 
<style>
  
 +
p{
 +
text-align:justify;
 +
}
  
 +
#textbox{
 +
float:left;
 +
}
 +
 +
#listbox{
 +
float:left;
 +
width:500px;
 +
margin:0px 40px;
 +
        border: none;
 +
        background:white;
 +
}
 +
 +
#imagebox{
 +
font-size:10px;
 +
}
 +
 +
.imageboxshadow img{
 +
box-shadow: 0px 0px 5px #888888;
 +
-webkit-box-shadow: 0px 0px 5px #888888;
 +
-moz-box-shadow: 0px 0px 5px #888888;
 +
}
 +
 +
div.container {
 +
      display:inline-block;
 +
      clear: left;
 +
    }
  
  
 
</style>
 
</style>
 
</head>
 
</head>
 +
 +
<h2>Testing the Moss</h2>
 +
 +
<h3>Building an Arduino circuit</h3>
 +
 +
 +
<div class="container">
 +
    <img src="https://static.igem.org/mediawiki/2015/6/6d/UNIK_Copenhagen_Arduinostuff.jpg"/ height="400" width="400" />
 +
    <p>Everything we need to build our Arduino circuit</p>
 +
  </div>
 +
  <div class="container">
 +
    <img class="middle-img" src="https://static.igem.org/mediawiki/2015/b/b1/UNIK_Copenhagen_thermosensor.jpg"/ height="400" width="400" />
 +
    <p>DS18B20 temperature sensor</p>
 +
  </div>
 +
 +
<div class="container">
 +
    <img src="https://static.igem.org/mediawiki/2015/7/75/UNIK_Copenhagen_domandvic.jpg"/ height="400" width="400" />
 +
    <p>Working on building the circuit on the Aduino Breadboard</p>
 +
  </div>
 +
  <div class="container">
 +
    <img class="middle-img" src="https://static.igem.org/mediawiki/2015/f/f7/UNIK_Copenhagen_Circuitdiagram.jpg"/ height="400" width="400" />
 +
    <p>Circuit diagram: Normal power mode</p>
 +
  </div>
  
  
  
  
<p>We are working on this page</p>
 
  
  
  
 
</html>
 
</html>

Revision as of 16:25, 30 August 2015


Testing the Moss

Building an Arduino circuit

Everything we need to build our Arduino circuit

DS18B20 temperature sensor

Working on building the circuit on the Aduino Breadboard

Circuit diagram: Normal power mode