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
<html> <head> <title>GenSpace Eblast2</title> </head> <body> <div> <img class="genspace-logo" src="https://i.imgur.com/9QqGPqN.png" height="150px" width="450px"/> <div class="round-image"> <img src="https://i.imgur.com/H8LmCVP.png" height="400px" width="600"/> <p class="body-copy"> Take a lunch break <span style="color:#330CF2">tomorrow</span> with Genspace! Join us at the Bryant Park Reading <br/> Room for a <span style="color:#22BCBC">conversation with Eugenia Bone about her new book, Microbia.</span> Then <br>come by the lab to get your hands on some microbes yourself in one of our upcoming <br>workshops. </p> <div> <img src="https://i.imgur.com/Tp3v68C.jpg" height="400px" width="600"/> <div class="body-copy"> Julie Wolf hosts Eugenia Bone for a conversation about her book Microba: A Journey<br>into the Unseen World Around You, at the Bryant Park Reading Room.</div> <p> <div> <img src="https://i.imgur.com/o7PZ683.png" height="400px" width="600"/> <div class="body-copy"><b> Neurohacking 101: Brian Networks and Machine Learning <br> <span style="color:#330CF2">Starting Thursday July 19</span> </b> </div> <p class="body-copy"> Did you know you can learn about the brain from as little as a half hour in an MRI <br>scanner? And that there are tens of thousands of brain scans publicly availabe on <br>the internet? MRI has revolutionized the way we seethe brain and mind, and it is <br>advancing at an incredible speed. This introductory course covers some of the <br>most important techniques used in the analysis of MRI data, and you'll learn <br>plenty about neuroscience along the way!</p> <p class="body-copy">This is our third time offering this workshop at Genspace, and this time we've decided <br> to include an <b>optional Python Boot Camp</b>. Python is an incredibly powerful and<br> easy wayt learn all-purpose programming language. This short Python Boot Camp <br>will be great for bringing your programming skills up to speed.</p> </div> </body> </html>
.genspace-logo{ margin-left: 70px; } .round-image{ margin: 10; position: absolute; top: 150px; left: 10px; } .body-copy{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #696969; }
// Write JavaScript here