Difference between revisions of "Team:Austin LASA"

Line 30: Line 30:
 
   align-items: center;
 
   align-items: center;
 
}
 
}
#header {
+
#tube {
   display: flex;
+
   height: 4em;
  flex-direction: row;
+
  flex-wrap: wrap;
+
 
}
 
}
 
</style>
 
</style>
Line 39: Line 37:
 
<textarea id='page'>
 
<textarea id='page'>
 
h(g.Page, {selector: [0, 0]},
 
h(g.Page, {selector: [0, 0]},
   h('div', {id: 'header'},
+
   h('h1', null, 'INFECTION DETECTION'),
    h('div', {id: 'title'},
+
  h('h3', null, 'HIV1 Detection in Infants'),
      h('h1', null, 'INFECTION DETECTION'),
+
  h('div', {id: 'content2'},
      h('h3', null, 'HIV1 Detection in Infants')
+
     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('img', {id: 'tube', src: 'https://static.igem.org/mediawiki/2018/0/01/T--Austin_LASA--Tube3.jpg'})
+
    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!')
  ),
+
  )
  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>

Revision as of 09:39, 17 October 2018