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> <link href="https://fonts.googleapis.com/css?family=Cardo:400,400i,700|Cormorant+Garamond:300,300i,400,400i,500,500i,600,600i,700,700i|Cormorant:300,300i,400,400i,500,500i,600,600i,700,700i|Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Taviraj:400i" rel="stylesheet"> <title>Amina Cheng's Resume</title> </head> <body> <div class="border"> <p class="name">AMINA CHENG</p> <div class="info"> <p>310.863.0138</p> <p>aminacdesign@gmail.com</p> <p>aminacdesign.com</p> </div> <div class="description"> <div> <h1>Skills</h1> <hr/> <p>Adobe Illustrator, Photoshop, InDesign, AfterEffect | <i>Proficient</i></p> <p>Sketch, Invision, Principle | <i>Proficient</i></p> <p>Mac (Pages and Keynote) | <i>Proficient</i></p> </div> <div> <h1>Language</h1> <hr/> <p>English | <i>Proficient</i></p> <p>Mandarin | <i>Proficient</i></p> <p>HTML and CSS | <i>Proficent</i></p> <p>JavaScript | <i>familar</i></p> </div> <div> <h1>Experience</h1> <hr/> <h2>Design Intern | 2018</h2> <p><i>Supervsn Studio - Los Angeles, California</i></p> <p>- Designed single cover for Paloma Ford, countdown clock and brochure for YG “Stay Dangerous†Concert and Fashion Show.</p> <p>- Assisted photoshoot session for YG’s brand “4HUNNIDâ€.</p> <h2>Design Intern | 2018</h2> <p><i>Universe Multicultural Film Festival - Los Angeles</i></p> <p>-Designed multiple posters for the film festival.</p> <h2>Film Venue Volunteer | 2018</h2> <p><i>SXSW - Austin, Texas</i></p> <p>- Managed venue and guided over 200 audiences throughout the events.</p> <h2>Teaching Assistant | 2014 - 2015</h2> <p><i>US Fine Art Education Center - Torrance, California</i></p> <p>- Helped teachers prepare art supplies, assisted with the class.</p> </div> <div> <h1>Education</h1> <hr/> <h2>BFA Design, School of Visual Arts, New York | 2015-Present</h2> <p><i>with Enhanced Chairman’s Merit Scholarship (GPA 3.668)</i></p> </div> </div> </div> </body> </html>
h1{ font-weight: 900; font-size: 12px; line-height: 12px; margin-bottom:-1px; } h2{ font-weight: 900; font-size: 10px; line-height: 12px; margin-bottom: 0px; } p{ font-weight: 400; font-size: 10px; line-height: 16px; margin: 0px; } .border{ width: 500px; height: 647px; border: 2px solid black; } .name{ font-family: font-family: 'Cormorant', serif; font-style: italic; font-size: 31px; width: 129px; margin-left: 28px; margin-top: 28px; line-height: 20px; } .info{ float: left; width: 129px; font-family: 'Cormorant', serif; font-size: 8px; margin-left: 28px; margin-top: 10px; padding-top: 6px; } .description{ width: 303px; float: right; font-family: 'Lato', sans-serif; margin-right: 28px; margin-top: 10px; line-height: 20px; } .description > div { margin-bottom: 12px; }
// Write JavaScript here