Difference between revisions of "Team:Austin LASA/Team"

Line 2: Line 2:
 
<html>
 
<html>
 
<style>
 
<style>
#container {
+
.member {
  display: flex;
+
    display: flex;
 +
    margin-bottom: 1em;
 
}
 
}
#photos {
+
 
  display: flex;
+
.member img {
  flex-direction: column;
+
    height: 10em;
  align-items: center;
+
  margin-right: 1em;
+
 
}
 
}
#photos img {
+
 
  height: 10em;
+
.member p {
 +
    margin: 0;
 
}
 
}
 +
 +
.member > div {
 +
    align-self: center;
 +
    margin-left: 1em;
 +
}
 +
 
</style>
 
</style>
 
<textarea id='page'>
 
<textarea id='page'>
 
h(g.Page, {title: 'Team Members', prev: 'prev', next: 'next', selector: [2, 0]},
 
h(g.Page, {title: 'Team Members', prev: 'prev', next: 'next', selector: [2, 0]},
   h('div', {id: 'container'},
+
   h('div', {className: 'member'},
     h('div', {id: 'photos'},
+
     h('img', {src: 'https://static.igem.org/mediawiki/2018/f/f5/T--Austin_LASA--boi.png'}, null),
      h('img', {src: 'https://static.igem.org/mediawiki/2018/f/f5/T--Austin_LASA--boi.png'}),
+
     h('div', null,
      h('img', {src: 'https://static.igem.org/mediawiki/2018/b/bc/T--Austin_LASA--shreya.png'})
+
       h('h3', null, 'Anna Tutuianu (Student Leader)'),
    ),
+
      h('p', null, 'Anna Tutuianu is a senior at the Liberal Arts and Science Academy. Anna has been leading the LASA iGEM team since the end of her freshman year of high school and, as a result, has developed a deep passion for innovation in the applied sciences. She is the core organizer of the LASA iGEM team but gave up on keeping the lab bench organized a long time ago. Outside of iGEM and school, Anna enjoys bullet journaling, doing yoga, researching sustainable living, and reading bizarre novels.')
     h('div', {id: 'bios'},
+
    )
       h('div', null,
+
  ),
        h('h3', null, 'Anna (Student Leader)'),
+
  h('div', {className: 'member'},
        h('p', null, 'Anna Tutuianu is a senior at the Liberal Arts and Science Academy. Anna has been leading the LASA iGEM team since the end of her freshman year of high school and, as a result, has developed a deep passion for innovation in the applied sciences. She is the core organizer of the LASA iGEM team but gave up on keeping the lab bench organized a long time ago. Outside of iGEM and school, Anna enjoys bullet journaling, doing yoga, researching sustainable living, and reading bizarre novels.')
+
    h('img', {src: 'https://static.igem.org/mediawiki/2018/b/bc/T--Austin_LASA--shreya.png'}, null),
      ),
+
    h('div', null,
      h('div', null,  
+
      h('h3', null, 'Shreya Gupta (Student Leader)'),
        h('h3', null, 'Shreya (Student Leader)'),
+
      h('p', null, 'Shreya Gupta is a senior at the Liberal Arts and Science Academy. She joined the iGEM team because she enjoys combining problem solving with elements of biology to solve a problem. In the future, Shreya wishes to go into the medical field. Alongside iGEM, she is a member of an FRC robotics team and enjoys watching crime shows.')
        h('p', null, 'Shreya Gupta is a senior at the Liberal Arts and Science Academy. She joined the iGEM team because she enjoys combining problem solving with elements of biology to solve a problem. In the future, Shreya wishes to go into the medical field. Alongside iGEM, she is a member of an FRC robotics team and enjoys watching crime shows.')
+
      ),
+
 
     )
 
     )
   )
+
   ),
 
);
 
);
 
</textarea>
 
</textarea>
 
</html>
 
</html>

Revision as of 23:32, 14 October 2018