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>Rushir Parikh</title> <meta name="author" content="Rushir Parikh"> <meta name="description" content="The portfolio site of Rushir Parikh"> <meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui"> <link rel="stylesheet" href="main.css"> <link href='http://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css'> </head> <body> <div class="wrapper"> <div class="wrapper-inner"> <h1 class="name">RUSHIR PARIKH</h1> <h2 class="byline">Live in the future, design in the present.</h2> <hr class="divider" /> <ul class="social-links"> <nav> <ul> <li><a href="blog">Blog</a></li> <li><a href="resume.html">Resume</a></li> <li><a href="portfolio.html">Portfolio</a></li> </ul> </nav> </ul> </div> </div> </body> </html>
@font-face { font-family: FreightBigLight; src: url('FreightBigLight.ttf'), url('fonts/FreightBigLight.woff') format('woff'), url('fonts/FreightBigLight.ttf') format('truetype'), url('fonts/FreightBigLight.svg') format('svg');; } /* Structure & Background ----------------------------- */ .wrapper { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color:000; background-size: cover; background-position: center; color: #fff; text-align: center; text-rendering: optimizeLegibility; } .wrapper:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; } .wrapper:after { content: ''; position: fixed; top: 10px; right: 10px; bottom: 10px; left: 10px; border: 1px solid rgba(255,255,255,.2); } .wrapper-inner { position: relative; display: inline-block; vertical-align: middle; z-index: 2; margin-top: 5%; max-width: 80%; } /* Type ----------------------------- */ .name { font-size: 60px; line-height: 1; letter-spacing: 0.18em; font-weight: 300; font-style: italic; font-family: 'FreightBigLight', serif; margin-top: 1px; margin-bottom: 0; } .byline { font-family: 'Muli', sans-serif; font-size: 12px; text-transform: uppercase; line-height: 1.6; font-weight: 300; letter-spacing: 0.3em; } .divider { width: 300px; margin-top: 75px; border-color: rgba(255,255,255, .5); border-width: 0; border-bottom-width: 1px; } /* Social Links ----------------------------- */ nav { position: fixed; text-align: center; top: 0; right: 0; bottom: 0; left: 0; text-align: center; margin-top: 450px; width:100%; } nav ul { position: fixed; display: block; line-height: -20; vertical-align: center; width: inherit; text-align: center; } nav ul li { list-style: none; margin: 30px 30px 30px; margin: 1.875rem 1.875rem 1.875rem; font-family: 'Muli', sans-serif; font-size: .8125em; font-weight: 400; text-align: center; text-transform: uppercase; display:inline-block; } nav ul li a, nav ul li a:hover, nav ul li a:visited { color: #fff; text-align: center; text-decoration: none; } nav ul li a:hover { opacity: .5; } /* Screens ----------------------------- */ @media (max-width: 800px) { .name { font-size: 36px; } } @media (max-width: 400px) { .name { font-size: 35px; } .byline { font-size: 12px; } .divider { margin-top: 45px; } .social-links { margin-top: 55px; } }
/* Write JavaScript here */