Difference between revisions of "Team:Austin LASA"

 
(27 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
.src-common-page-___page__vertical___j2tNG {
 
.src-common-page-___page__vertical___j2tNG {
 
   background: #222338;
 
   background: #222338;
 +
}
 +
.src-common-page-___page__vertical___j2tNG p {
 +
  background: #222338;
 +
}
 +
.src-common-page-___page__vertical___j2tNG h1 {
 +
  font-family: 'Montserrat', sans-serif;
 +
  font-weight: 700;
 +
  color: #eee;
 +
  text-align: center;
 +
  font-size: 3em;
 +
}
 +
.src-common-page-___page__vertical___j2tNG h3 {
 +
  font-family: 'Montserrat', sans-serif;
 +
  font-weight: 700;
 +
  color: #ccc;
 +
  text-align: center;
 +
  font-size: 2em;
 +
}
 +
#content2 {
 +
  background: #222338;
 +
  color: #eee;
 +
  font-family: 'Quattrocento Sans', sans-serif;
 +
  font-size: 1.2em;
 +
  display: flex;
 +
  flex-direction: column;
 +
  align-items: center;
 +
}
 +
#tube {
 +
  height: 11em;
 
}
 
}
 
</style>
 
</style>
Line 11: Line 40:
 
h(g.Page, {selector: [0, 0]},
 
h(g.Page, {selector: [0, 0]},
 
   h('h1', null, 'INFECTION DETECTION'),
 
   h('h1', null, 'INFECTION DETECTION'),
   h('h3', null, 'HIV1 Detection in Infants'),
+
   h('h3', null, 'HIV-1 Detection in Infants'),
   h('img', {src: 'https://static.igem.org/mediawiki/2018/3/36/T--Austin_LASA--Tube2.png'})
+
   h('div', {id: 'content2'},
 +
    h('img', {id: 'tube', src: 'https://static.igem.org/mediawiki/2018/0/01/T--Austin_LASA--Tube3.jpg'}),
 +
    h('p', null, 'Diagnosis of HIV in infants is a pressing problem in many developing countries. Many available diagnostic systems are ineffective at diagnosing infants and/or are difficult to implement in resource-limited settings. As a result, many children who could receive life-altering antiretroviral therapies do not.'),
 +
    h('p', null, 'In our iGEM project, our team set out to create an effective point-of-care HIV1 diagnostic kit for infants in developing countries. Read more about what we did here!')
 +
  )
 
);
 
);
 
</textarea>
 
</textarea>
 
</html>
 
</html>

Latest revision as of 22:32, 17 October 2018