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>resume</title> </head> <body> <!-- Start your code here --> <div class="canves"> <div class="top-lines"> <div class="line1"></div> <div class="line2"></div> <div class="line3"></div> </div> <div class="info"> <p class="name"><strong>LIHUA JIN </strong></p> <div class="phone"> <p>+ (310) 880 - 4167<br>lihuajin19@gmail.com<br/> www.J-lihua.com</p> </div> </div> <div class="edu"> <p class="edu-title"><strong>Eduacation</strong></p> <div class="edu-info"> <p><strong>School of Visual Arts</strong> | 2016 – 2019<br>BFA Graphic Design</p> <p><strong>Santa Monica College</strong> | 2013 – 2016<br>AA Graphic Design<br>Business Administration and Management</p> </div> <div class="blue-line"></div> </div> <div class="exp"> <p class="exp-title"><strong>Experience</strong></p> <p class="free"><strong>Freelance</strong> | 2015 – Present</p> <p class="jobs"> - Portfolio website design for freelance architect.<br/> - Branding and social media promotion for local restaurant.<br/> - Branding and print material design (business card, stationery set,<br/> and product catalogue) for electronic materials company.<br/> - Print design for wedding invation, poster and brochure. </p> <div class="green-line"></div> </div> <div class="skillandtool-container"> <div class="skillandtool-grid"> <div class="skill"> <p class="skill-title"><strong>Skills</strong></p> <p class="skill-info">UI/UX, Coding, Communication Design,<br/> AR/VR Prototyping, Motion Design,<br/> Video Editing, Branding, Print Design,<br/> Typography, Illustration, etc.</p> </div> <div class="tool"> <p class="tool-title"><strong>Design Tools</strong></p> <p class="tool-info">Illustration, Photoshop, InDesign, Sketch<br/> HTML, CSS, familiarity with JavaScript<br/> After Effects, Premiere, C4D, Torch 3D<br/> Ottifox, Halo, etc.</p> </div> </div> <div class="o-line"></div> </div> <div class="lag"> <p class="lag-title"><strong>Languages</strong></p> <p class="lag-item">Fluent in English, Chinese and Cantonese</p> </div> <div class="bottom-line"> <div class="line1"></div> <div class="line2"></div> <div class="line3"></div> </div> </div> <!-- End your code here --> </body> </html>
.canves{ width: 612; height: 792; border: solid 0.01em; } .top-lines{ display: block; margin-top: 24px; margin-left: 435px; } .line1{ width: 120; height: 1px; background-color: #1b75bc; } .line2{ width: 120; height: 1px; background-color: #009444; margin-top: 6px; } .line3{ width: 120; height: 1px; background-color: #f7941d; margin-top: 6px; } .info{ font-family: Avenir Next; font-size: 12; display: block; margin-left: 57; } .name{ font-size: 24; } .phone{ display: block; margin-top: -20px; } .edu{ display: block; margin-left: 57; margin-top: 35px; font-family: Avenir Next; font-size: 12; } .edu-info{ margin-top: -5px; } .edu-title{ font-size:18; color: #1b75bc; } .blue-line{ width: 498; height: 1px; background-color: #1b75bc; margin-top: -10px; } .exp{ display: block; margin-left: 57; margin-top: 35px; font-family: Avenir Next; font-size: 12; } .exp-title{ font-size:18; color: #009444; } .jobs{ margin-top: -5px; } .green-line{ width: 498; height: 1px; background-color: #009444; margin-top: -10px; } .skillandtool-container{ display: block; margin-left: 57; margin-top: 20px; font-family: Avenir Next; font-size: 12; } .skillandtool-grid{ display: grid; grid-template-columns: 50% 50%; } .skill-title{ font-size:18; color: #f7941d; } .tool-title{ font-size:18; color: #f7941d; } .skill-info{ margin-top: -12px; } .tool-info{ margin-top: -12px; } .o-line{ width: 498; height: 1px; background-color: #f7941d; margin-top: -10px; } .lag{ display: block; margin-left: 57; margin-top: 20px; font-family: Avenir Next; font-size: 12; } .lag-title{ font-size:18; color: d7df23; } .lag-item{ display: block; margin-top: -12px; } .bottom-line{ display: block; margin-left: 57; margin-top: 55px; }
// Write JavaScript here