Initializing
Liveweave
Web
expand_more
home
Home
data_object
CSS Explorer
arrow_outward
Palette
Color Explorer
arrow_outward
Polyline
Graphics Editor
arrow_outward
outbox_alt
Generative AI
arrow_outward
frame_source
Python Playground
New
arrow_outward
build
Tools
expand_more
restart_alt
Load "Hello Weaver!"
post_add
Generate Lorem ipsum...
code
Format HTML
code_blocks
Format CSS
data_object
Format JavaScript
library_add
Library
expand_more
A
Algolia JS
Animate CSS
Apex Charts JS
B
Bulma CSS
Bootstrap
C
Chart JS
Chartist
Create JS
D
D3
Dojo
F
Foundation
Fullpage JS
G
Granim JS
Google Charts
H
Halfmoon
J
jQuery
M
Materialize
Moment JS
Masonry JS
Milligram CSS
P
Pure CSS
Primer CSS
Popper JS
Pattern CSS
Picnic CSS
R
React JS
Raphael JS
Raisin CSS
S
Semantic UI
Skeleton CSS
Spectre CSS
Tachyons CSS
T
Tailwind
Three JS
U
UI Kit
Vis JS
W
Water CSS
download
Download
expand_more
developer_mode
Download as HTML
folder_zip
Download as .ZIP
cloud_upload
Save
account_circle
Login
settings
Settings
expand_more
14
px
Live mode
Night mode
Line number
Mini map
Word wrap
sync_alt
Reset Settings
smart_display
Run
<!DOCTYPE html> <html> <head> <title>Two columns</title> </head> <body> <div class="container"> <div class="row"> <div class="column"> <img src="https://i.imgur.com/sHgRDKw.png" width="300"/> <p class="bold">RNA Evolution: From Primordial Life to Masterminds of Gene Expression</p> <p> <i class="it">Starting July 28</i> </p> <p>From dark matter of genomes to primordial life on earth, RNA is no longer the simple messenger to the genetic code. In this course, students will discover the vast and intricate world of RNA biology. Learn how to extract RNA from mouse organs and use reverse- transcriptase PCR to visualize how RNA can determine cellular diversity beyond the genetic blueprint.</p> <a href="https://www.eventbrite.com/notavailable"><p class="link">More info here >></p></a> <p class="space"></p> <img src="https://i.imgur.com/ERHJexd.png" width="300"/> <p class="bold">*NEW* Solving cases with Genetic Traces: A Forensics and Genomics Workshop</p> <i class="it">Saturday August 11</i> <p>While reading the first human genome cost $3 billion and took 13 years to complete in 2003, today, that same genome can now be genotyped for $99 and can be given as a Christmas present to connect to long-lost family members. The wide adoption of genomics is not without ethical challenges, tensions between scientific progress, individual privacy, and the potential for group-based discrimination. Join Dr. Sophie Zaaijer and Dr. Kadija Ferryman for a workshop exploring the promises, challenges, and perils as genomics becomes a part of everyday life.</p> <a href="https://www.eventbrite.com/notavailable"><p class="link">More info here >></p></a> </div> <div class="column" > <img src="https://i.imgur.com/jUCIIq1.png" width="300"/> <p class="bold">Biohacker Boot Camp</p> <p> <i class="it">Starting August 9</i> </p> <p>We'll extract our own DNA, analyze ancestry through bioinformatics, splice genes into bacteria, and learn all the standard techniques such as using pipettes, gel electrophoresis, amplifying DNA with PCR reactions, working with restriction enzymes to build plasmids, and growing and transforming bacteria.</p> <a href="https://www.eventbrite.com/notavailable"><p class="link">More info here >></p></a> <p class="space1"></p> <img src="https://i.imgur.com/FqVQvT8.png" width="300"/> <p class="bold">Biotech Crash Course</p> <i class="it">Saturday August 11</i> <p>This introductory course covers the basic techniques that facilitated the biotechnology revolution, and will show you where it is headed in the near future. Learn about the fundamental characteristics of DNA and how we can take advantage of these to cut and paste DNA, making lots of copies of specific DNA sequences, or assembling new DNA sequences into a new genetic program.</p> <a href="https://www.eventbrite.com/notavailable"><p class="link">More info here >></p></a> </div> </div> </div> </body> </html
.body{padding:40px,40px,40px,40px; } .container{ grid-column-gap: 50px; } .space {padding-top: 30px;} .space1 {padding-top:86px;} .bold { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: bold;} .it {font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;} * { box-sizing: border-box; } .column { float: left; width: 50%; padding: 20px 40px 15px 20px; width: 300px; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } .row:after { content: ""; display: table; clear: both;