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 lang="en"> <head> <meta charset="UTF-8"> <title>Jugal Manjeshwar - Resume</title> <link rel="stylesheet" href="style.css"> <link href="https://fonts.googleapis.com/css?family=Merriweather:300,400,700|Source+Sans+Pro:400,400i" rel="stylesheet"> <body> <div class="page"> <div class="section row"> <h1 class="col"><span style="font-weight:700">Yuka</span> Fukuoka</h1> <div class="contact-info col-right"> <div>646-689-6445</div> <div><a href="yfukuoka@sva.edu">yfukuoka@sva.edu</a></div> <div><a href="http://jugalm.com">yukafukuoka.com</a></div> </div> </div> <div class="section row"> <h2 class="col">PROFESSIONAL STATEMENT</h2> <div class="section-text col-right"><span class="key">I worked with the Yahoo! JAPAN, so I gained many experiences of cooperating with engineers. Every day I would do very detailed pixel-level works, and I also established a guideline for icons. I was responsible for a wide range of designs, from posters to websites and apps. I also teamed up with engineers to participate in a total of six hackathons and won many prizes. As a personal project, I worked together with engineers as a group leader and designer in order to create and launch a device that can experience stuttering which was exhibited at SXSW.</div> </div> <div class="section row"> <h2 class="col">Education</h2> <div class="section-text col-right"> <h3><span class="emph">School of Visual Arts</h3> <div>Master of Fine Arts in Design for Social Innovation</div> <div class="row"> <div class="col light">New York, USA</div> <div class="col-right light">September 2016 - May 2018</div> </div> </div> <div class="section-text col-right"> <h3><span class="emph">Tama Art University</h3> <div>Bachelor of Fine Arts in Information Design and Service Design (GPA3.7)</div> <div class="row"> <div class="col light">Tokyo, Japan</div> <div class="col-right light ">April 2010 - March 2014 </div> </div> </div> </div> <div class="section row"> <h2 class="col">Experience</h2> <div class="section-text col-right"> <div class="row"> <div class="col"> <h3>UNDP, United Nations Development Programme, Graphic Design Internship - New York</h3> </div> </div> <div class="row subsection"> <div class="emph col">Graphic Design Internship</div> <div class="col-right light">June 2014 - August 2014</div> </div> <div>I was in charge of most of infograohics, poster and brochure. </div> <ul class="desc"> <li>Working in The Strategy and Innovation Unit in the Bureau of External Relations and Advocacy.</li> <li>Gauge the needs and intentions of the client, quickly come to grips with them, and then produce a design in an appropriate and simplistic design.</li> <li>Produced booklets that explain about UNDP's value in an easy-to-understand manner as well as creating infographics.</li> </div> <div class="section-text col-right"> <div class="row"> <div class="col"> <h3>Yahoo! JAPAN Corporation</h3> </div> </div> <div class="row subsection"> <div class="emph col">Full-Time Designer</div> <div class="col-right light">April 2014 - October 2015</div> </div> <ul class="desc"> <li>Improved designs of social contribution services: Internet fund-raising, 3.11 Tohoku earthquake reconstruc- tion events. Redesigned the Internet donation service and raised the donation rate by 5 times.</li> <li>Designed 2015 corporate new year’s poster announcing the president’s resolution, and Superstar/moon corporate award poster – both of which were posted at all Yahoo offices throughout Japan.</li> <li>Tripled the click-through-rate compared to the previous year by creating an internship recruitment website.</li> <li>Redesigned all service icons to the flat design in 2014.</li> </div> </div> <div class="section row"> <h2 class="col">Projects</h2> <div class="section-text col-right"> <div class="row"> <div class="col"> <h3>STACHA, The Device of Experiencing the Symptoms of Stuttering - New York</h3> </div> </div> <ul class="desc"> <li>Created the wearable device aimed at educating people on the difficulties of stuttering</li> <li>Created a documentary film to tell the story of woman facing stuttering for research, in collaboraation with Genyuukai stuttering support organization</li> <li>Won the Tokyo University's competition to exhibit this device and speak in a public session at the SXSW(- South by South West) Interactive Conference, March 2017</li> </div> </div> </div> </div> </body> </html>
body { margin: 0; padding: 0; background-color: #fff font-size: 12px; font-family: 'Times new roman', sans-serif; -webkit-font-smoothing: subpixel-antialiased; } * { box-sizing: border-box; -moz-box-sizing: border-box; } /* Primary Rules */ h1 { font-weight: 300; margin: 5px 0 0; font-size: 40px; color:#000000; padding: 0 10px 10px; border-radius:2px; font-family: 'Merriweather', serif; } h2 { color: #4169E1; width: 150px; font-size: 18px; padding-left: 20px; font-weight:400; font-family: 'Merriweather', serif; } h2:first-letter { font-size: 150%; } h3 { font-size: 18px; font-weight: bold; margin-bottom: 0; line-height: 28px; font-family: 'Merriweather', serif; } h2, h3 { margin-top: 5px } a { color: #4169E1; display: inline-block; text-decoration: none; padding:2px 4px; border-radius:2px; margin-right:-2px; } a:hover { background-color:#ba0018; color:#fff; } .key:first-child { margin-left: 0 } .key { margin: 0 10px; position: relative; } .key::before { content: 'â—†'; position: absolute; left: -15px; color: #555; font-size: 7pt; } .key:first-child::before { content: '' } .section { border-bottom: 1px solid #ddd; padding: 10px 0 15px; } .section:last-child { border: none } .section-text { width: 80%; font-size: 18px; line-height: 24px; margin: 10px 0 10px; padding: 0 10px; } .subsection { margin: 10px 0 5px } .desc { font-size: 16px; font-family: 'Source Sans Pro', sans-serif; color:#444;} .contact-info { font-size: 16px; text-align: right; } .light { color: #aaa;letter-spacing:1px; font-size: 14px; line-height:28px; font-family: 'Source Sans Pro', sans-serif; text-transform:uppercase; } ul{ padding-left:15px; } ul.skills{ float:left; width:30%; padding-left:0px; margin: 0 20px 0 0; } ul.skills li{ list-style: none; font-size:16px; margin-bottom:10px; } ul.skills li:last-child{ margin:0; } /* Float Rules */ .row:before, .row:after { content: ""; display: table; } .row:after { clear: both } .col { float: left } .col-right { float: right } /* Page Rules */ .page { width: 1000px; min-height: 29.7cm; margin: 1cm auto; background: white; padding: 20px 50px; } .subpage { padding: 1cm; border: 1px red solid; height: 297mm; } @page { size: A4; margin: 0; } @media print { .page { margin: 0; border: initial; border-radius: initial; width: initial; min-height: initial; box-shadow: initial; background: initial; page-break-after: always; } .page-break{ page-break-before: always; padding-top:30px; } body { font-size: 12pt;} h1{ font-size: 23pt; } h2{ font-size:10pt; width: 3cm; padding-left: 10px; } h3 { font-size: 10pt; line-height:11pt} .section-text { font-size: 9pt; line-height: 14pt; } .light { font-size: 7.5pt; line-height:12pt; color:#ddd; } .page { width: 21cm } ul {margin:5px 0 0} .section { padding: 5px 0 8px } .section-text { width: 15cm; margin: 5px 0 5px;} .subsection { margin: 5px 0 0 } .desc { font-size: 9pt } .contact-info { font-size: 9pt} ul.skills{margin: 0 10px 0 0;} ul.skills li{ font-size: 9pt; margin-bottom:0} }
// Write JavaScript here