Line 2: | Line 2: | ||
<html> | <html> | ||
+ | <head> | ||
+ | <style> | ||
+ | .column-left{ float: left; width: 33%; } | ||
+ | .column-right{ float: right; width: 33%; } | ||
+ | .column-center{ display: inline-block; width: 33%; } | ||
+ | .column-halfleft{ float: left; width: 50%; } | ||
+ | .column-halfright{ float: right; width: 50%; } | ||
− | + | html { | |
+ | box-sizing: border-box; | ||
+ | } | ||
− | + | *, *:before, *:after { | |
− | + | box-sizing: inherit; | |
+ | } | ||
− | + | .column { | |
+ | float: left; | ||
+ | width: 33.3%; | ||
+ | margin-bottom: 16px; | ||
+ | padding: 0 8px; | ||
+ | } | ||
− | + | @media (max-width: 650px) { | |
− | + | .column { | |
− | + | width: 100%; | |
− | + | display: block; | |
− | + | } | |
− | + | } | |
− | + | ||
− | + | .card { | |
− | + | box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .container { | |
− | + | padding: 0 16px; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | .container::after, .row::after { | |
− | + | content: ""; | |
− | + | clear: both; | |
− | + | display: table; | |
− | + | } | |
− | + | ||
− | + | .title { | |
− | + | color: grey; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .button { | |
− | + | border: none; | |
− | + | outline: 0; | |
− | + | display: inline-block; | |
− | + | padding: 8px; | |
− | + | color: white; | |
+ | background-color: #2cb1b4; | ||
+ | text-align: center; | ||
+ | cursor: pointer; | ||
+ | width: 100%; | ||
+ | } | ||
− | < | + | .button:hover { |
− | + | background-color: #39999B; | |
− | + | } | |
− | + | </style> | |
− | + | </head> | |
− | + | <body> | |
− | < | + | <h2 align = "center">Meet the Team!</h2> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | <br> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | <div class="row"> |
− | + | <div class="column"> | |
− | + | <div class="card"> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/1/19/T--Austin_UTexas--ZachBioPic.jpg" width = "75%" height = "75%"> | |
− | + | <div class="container"> | |
− | + | <h2>Zachary Martinez</h2> | |
+ | <p class="title">Team Leader</p> | ||
+ | <p>Major: Biology</p> | ||
+ | <p>Year: Third</p> | ||
+ | <p>Hobbies: Sports, horror movies, video games and watching my experiments fail</p> | ||
+ | <p>Favorite Song: Island In The Sun by Weezer</p> | ||
+ | <p>Perfect Pizza: Pepperoni, olives, and garlic</p> | ||
+ | <p><button class="button">Contact</button></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | + | <div class="column"> | |
− | + | <div class="card"> | |
− | + | <img src="/w3images/team1.jpg" alt="Rachel" style="width:100%"> | |
− | + | <div class="container"> | |
− | + | <h2>Rachel Johnson</h2> | |
− | + | <p class="title">Team Leader</p> | |
+ | <p>Major: Biochemistry and Nutrition</p> | ||
+ | <p>Year: Third</p> | ||
+ | <p>Hobbies: Cooking, dancing, and yoga</p> | ||
+ | <p>Favorite Song: My Way by Frank Sinatra</p> | ||
+ | <p>Perfect Pizza: Ricotta, eggplant and basil</p> | ||
+ | <p><button class="button">Contact</button></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | < | + | <div class="row"> |
− | <div class=" | + | <div class="column"> |
− | <div class=" | + | <div class="card"> |
− | < | + | <img src="/w3images/team1.jpg" alt="Jayvin" style="width:100%"> |
− | <p> | + | <div class="container"> |
− | + | <h2>Jayvin Patel</h2> | |
− | < | + | <p class="title">Team Leader</p> |
− | < | + | <p>Major: Biochemistry</p> |
− | < | + | <p>Year: Second</p> |
− | < | + | <p>Hobbies: Running, Watching Netflix, Swimming, Volleyball, Tennis</p> |
− | < | + | <p>Favorite Song: I'll Find You by Lecrae</p> |
− | </ | + | <p>Perfect Pizza: Pepperoni</p> |
+ | <p><button class="button">Contact</button></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | </div> | + | <div class="row"> |
+ | |||
+ | <div class="column"> | ||
+ | <div class="card"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/0/0b/T--Austin_UTexas--AndrewBioPic.jpg" width = "75%" height = "75%"> | ||
+ | <div class="container"> | ||
+ | <h2>Andrew Ly</h2> | ||
+ | <p class="title">Team Leader</p> | ||
+ | <p>Major: Microbiology and Infectious Diseases</p> | ||
+ | <p>Year: Third</p> | ||
+ | <p>Hobbies: Watching Netflix, cooking, eating, and taking daily naps</p> | ||
+ | <p>Favorite Song: How Far I’ll Go by Auli’I Cravalho</p> | ||
+ | <p>Perfect Pizza: Pepperoni and a lot of cheese</p> | ||
+ | <p><button class="button">Contact</button></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="column"> | ||
+ | <div class="card"> | ||
+ | <img src="/w3images/team1.jpg" alt="Matt" style="width:100%"> | ||
+ | <div class="container"> | ||
+ | <h2>Matthew Hooper</h2> | ||
+ | <p class="title">Team Leader</p> | ||
+ | <p>Major: Neuroscience</p> | ||
+ | <p>Year: Third</p> | ||
+ | <p>Hobbies: Studying languages, Watching Youtube videos</p> | ||
+ | <p>Favorite Song: Someone like You by Adele</p> | ||
+ | <p>Perfect Pizza: Mediterranean</p> | ||
+ | <p><button class="button">Contact</button></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="column"> | ||
+ | <div class="card"> | ||
+ | <img src="/w3images/team1.jpg" alt="Surta" style="width:100%"> | ||
+ | <div class="container"> | ||
+ | <h2>Surta Dave</h2> | ||
+ | <p>Major: Neuroscience</p> | ||
+ | <p>Year: Second</p> | ||
+ | <p>Hobbies: Baking, watching romantic comedies, eating</p> | ||
+ | <p>Favorite Song: Despacito by Luis Fonsi</p> | ||
+ | <p>Perfect Pizza: Cheese</p> | ||
+ | <p><button class="button">Contact</button></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="row"> | ||
+ | <div class="column"> | ||
+ | <div class="card"> | ||
+ | <img src="/w3images/team1.jpg" alt="Andrea" style="width:100%"> | ||
+ | <div class="container"> | ||
+ | <h2>Andrea Martinez</h2> | ||
+ | <p>Major: Biochemistry</p> | ||
+ | <p>Year: Second</p> | ||
+ | <p>Hobbies: Avid dog-enthusiast, binge watching Netflix, reading</p> | ||
+ | <p>Favorite Song: Midnight City by M83</p> | ||
+ | <p>Perfect Pizza: Hawaiian! (yes, with pineapple)</p> | ||
+ | <p><button class="button">Contact</button></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="column"> | ||
+ | <div class="card"> | ||
+ | <img src="/w3images/team1.jpg" alt="Ian" style="width:100%"> | ||
+ | <div class="container"> | ||
+ | <h2>Ian Overman</h2> | ||
+ | <p>Major: Biochemistry</p> | ||
+ | <p>Year: Third</p> | ||
+ | <p>Hobbies: Backpacking, climbing, and Reddit</p> | ||
+ | <p>Favorite Song: Starman by David Bowie</p> | ||
+ | <p>Perfect Pizza: Mushroom and Pepperoni</p> | ||
+ | <p><button class="button">Contact</button></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="row"> | ||
+ | |||
+ | <div class="column"> | ||
+ | <div class="card"> | ||
+ | <img src="/w3images/team1.jpg" alt="Kevin" style="width:100%"> | ||
+ | <div class="container"> | ||
+ | <h2>Kevin Prabhu</h2> | ||
+ | <p>Major: Neuroscience</p> | ||
+ | <p>Year: Second</p> | ||
+ | <p>Hobbies: Competitive Gaming, Watching Movies, Contributing on Reddit</p> | ||
+ | <p>Favorite Song: X0 Tour Life by Lil Uzi Vert</p> | ||
+ | <p>Perfect Pizza: Margherita</p> | ||
+ | <p><button class="button">Contact</button></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="column"> | ||
+ | <div class="card"> | ||
+ | <img src="/w3images/team1.jpg" alt="Eve" style="width:100%"> | ||
+ | <div class="container"> | ||
+ | <h2>Eve Sharpee</h2> | ||
+ | <p>Major: Biochemistry</p> | ||
+ | <p>Year: Third</p> | ||
+ | <p>Hobbies: Reading, writing, hiking, and staring at the wiki code</p> | ||
+ | <p>Favorite Song: You Can Call Me Al by Paul Simon</p> | ||
+ | <p>Perfect Pizza: Alfredo sauce, chicken, smoked bacon</p> | ||
+ | <p><button class="button">Contact</button></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="row"> | ||
+ | |||
+ | <div class="column"> | ||
+ | <div class="card"> | ||
+ | <img src="/w3images/team1.jpg" alt="Milki" style="width:100%"> | ||
+ | <div class="container"> | ||
+ | <h2>Milki Negeri</h2> | ||
+ | <p>Major: Neuroscience</p> | ||
+ | <p>Year: Second</p> | ||
+ | <p>Hobbies: Reading, soccer and XBox</p> | ||
+ | <p>Favorite Song: Ordinary Life by The Weeknd</p> | ||
+ | <p>Perfect Pizza: Veggie</p> | ||
+ | <p><button class="button">Contact</button></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
+ | |||
+ | |||
+ | </body> | ||
</html> | </html> |
Revision as of 17:21, 27 October 2017
Meet the Team!
Zachary Martinez
Team Leader
Major: Biology
Year: Third
Hobbies: Sports, horror movies, video games and watching my experiments fail
Favorite Song: Island In The Sun by Weezer
Perfect Pizza: Pepperoni, olives, and garlic
Rachel Johnson
Team Leader
Major: Biochemistry and Nutrition
Year: Third
Hobbies: Cooking, dancing, and yoga
Favorite Song: My Way by Frank Sinatra
Perfect Pizza: Ricotta, eggplant and basil
Jayvin Patel
Team Leader
Major: Biochemistry
Year: Second
Hobbies: Running, Watching Netflix, Swimming, Volleyball, Tennis
Favorite Song: I'll Find You by Lecrae
Perfect Pizza: Pepperoni
Andrew Ly
Team Leader
Major: Microbiology and Infectious Diseases
Year: Third
Hobbies: Watching Netflix, cooking, eating, and taking daily naps
Favorite Song: How Far I’ll Go by Auli’I Cravalho
Perfect Pizza: Pepperoni and a lot of cheese
Matthew Hooper
Team Leader
Major: Neuroscience
Year: Third
Hobbies: Studying languages, Watching Youtube videos
Favorite Song: Someone like You by Adele
Perfect Pizza: Mediterranean
Surta Dave
Major: Neuroscience
Year: Second
Hobbies: Baking, watching romantic comedies, eating
Favorite Song: Despacito by Luis Fonsi
Perfect Pizza: Cheese
Andrea Martinez
Major: Biochemistry
Year: Second
Hobbies: Avid dog-enthusiast, binge watching Netflix, reading
Favorite Song: Midnight City by M83
Perfect Pizza: Hawaiian! (yes, with pineapple)
Ian Overman
Major: Biochemistry
Year: Third
Hobbies: Backpacking, climbing, and Reddit
Favorite Song: Starman by David Bowie
Perfect Pizza: Mushroom and Pepperoni
Kevin Prabhu
Major: Neuroscience
Year: Second
Hobbies: Competitive Gaming, Watching Movies, Contributing on Reddit
Favorite Song: X0 Tour Life by Lil Uzi Vert
Perfect Pizza: Margherita
Eve Sharpee
Major: Biochemistry
Year: Third
Hobbies: Reading, writing, hiking, and staring at the wiki code
Favorite Song: You Can Call Me Al by Paul Simon
Perfect Pizza: Alfredo sauce, chicken, smoked bacon
Milki Negeri
Major: Neuroscience
Year: Second
Hobbies: Reading, soccer and XBox
Favorite Song: Ordinary Life by The Weeknd
Perfect Pizza: Veggie