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>HTML, CSS and JavaScript demo</title> </head> <body> <div class="center" id ="Bryant Park Reading Room"> <img class="center" src="http://static1.squarespace.com/static/588b7cc315d5dbdea1425e5e/t/5a99bac69140b7e764af5d85/1520024268964/GenSpace_Logo+LARGE+copy.png?format=1000w"/> <img src="https://i.imgur.com/vYj7BLp.png"/> <p>Take a lunch break tomorrow with Genspace! Join us at the Bryant Park Reading Room for a <a href ="https://www.nycgovparks.org/events/2018/07/18/bryant-park-author-one-thing-leads-to-another?mc_cid=bc42434e0d&mc_eid=0c723f84b1" target="_blank"> conversation with Eugenia Bone about her new book, Microbia.</a> Then come by the lab to get your hands on some microbes yourself in one of our upcoming workshops. </p> </div> <div class="center" id="Bryant Park Author: One Thing Leads to Another"> <img src="https://i.imgur.com/brWup5E.png"/> <p class="italic"> Julie Wolf hosts Eugenia Bone for a conversation about her new book Microbia: A Journey into the Unseen World Around You, at the Bryant Park Reading Room. </p> </div> <div class="center" id="Neurohacking 101: Brain Networks and Machine Learning"> <img src="https://i.imgur.com/d23kz1N.png"/> <h1>Neurohacking 101: Brain Networks and Machine Learning </h1> <p class="subtitle">Starting Thursday, July 19</p> <p> Did you know you can learn a lot about the brain from as little as a half hour in an MRI scanner? And that there are tens of thousands of brain scans publicly available on the internet? MRI has revolutionized the way we see the brain and mind, and it is advancing at an incredible speed. This introductory course covers some of the most important techniques used in the analysis of MRI data, and you’ll learn plenty about neuroscience along the way! </p> <p> This is our third time offering this workshop at Genspace, and this time we've decided to include an <strong>optional Python Boot Camp</strong>. Python is an incredibly powerful and easy to learn all-purpose programming language. This short Python Boot Camp will be great for bringing your programming skills up to speed. </p> <p> <a href="https://www.eventbrite.com/e/neurohacking-101-brain-networks-and-machine-learning-tickets-47202924217?mc_cid=bc42434e0d&mc_eid=0c723f84b1" target="_blank">More info here »</a> </p> </div> <div class="graybox botinfo"> <p> <i>Copyright © 2017 Genspace,All rights reserved.</i> </p> <p> Our mailing address is: 140 32nd Street Brooklyn, NY 11232 </p> <p> Want to change how you receive these emails? You can <u>update your preferences</u> or <u>unsubscribe from this list</u>. </p> </div> </body> </html>
h1 { display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 15px; width: 585px; } p { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 15px; width: 585px; margin-top: 5px; padding-bottom: 20px; line-height: 25px; } img { width: 585px; } .italic{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-style: italic; margin-top: 0; line-height: 14px; } .subtitle { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 15px; font-style: italic; margin-top: -5px; margin-bottom: -5px; } .center { width:555px; margin-right:20px; margin-left:10px; } .graybox{ width: 625px; height: 250px; background: #333333; margin-left: -8px; } .botinfo { color: white; text-align: center; padding-top: 60px; }
// Write JavaScript here