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=Noto+Serif+KR|Open+Sans" rel="stylesheet" type="text/css"> <title>What IxD means to me</title> </head> <body> <h1 style="text-align:center">What IxD Means to me</h1> <div style="text-align:center"> <img width="80%"src="https://thumbs.gfycat.com/PlainReasonableIsabellineshrike-size_restricted.gif"/> <h2>What is interactive design?</h2> <p> <ul> <li class="OpenSans">Interactive design is like the medium between users and the information they want to access. I think our job as a designer is to develop a method for users to enjoy the process through visual, and through critical and logical analysis. It’s like designing a map for the treasure hunter. </li> </ul> </p> </div> <div style="text-align:center"> <h2>If you were a coding and design guru who could create anything singlehandedly, what would you make?</h2> <p> <ul> <li class="OpenSans">I would love to create interactive websites because I like webpages that users can interact with. For example the official website of <a href="https://hawraf.com/"> HAWRAF </a>. I found is fun to play with the website while browsing it. <p><img class="image-size red-round-curve-border" src="https://i.imgur.com/MEX6oHq.png"/></p> </li> </ul> </p> </div> <div style="text-align:center"> <h2>Find three examples of interaction design that you find cool/meaningful/important/beautiful.</h2> <ol> <li class="OpenSans"> Tavano Vincent Portfolio Page <p> <a href="https://tavanovincent.com/loewe" target="_blank"> <img class="image-size red-round-curve-border" src="https://i.imgur.com/ac1PIRy.png"> </a> </p> <p class="OpenSans">I like his portfolio page a lot because its VERY INTERACTIVE, and it's so fun to open up each project because I would expect something interesting will happen.</p> </li> <li> Protanopia, A revolutionary digital comic <p> <a href="http://andrebergs.com/protanopia/"> <img class="image-size red-round-curve-border" src="https://i.imgur.com/FPpPXp2.jpg"> </a> </p> <p class="OpenSans">I like this work because the comic will move as you move the ipad. I think it's a smart design for modern days' comic readers.</p> </li> <li>Google "No internet" mini game</li> <p> <a href="https://www.google.com/"> <img class="image-size red-round-curve-border" src="https://i.imgur.com/IB3Wu8i.png"> </a> </p> <p class="OpenSans">I'm sure when there's no internet connection, this screen will pop up on your browser. I think many of you have tried this feature before. I think this's a interesting detail that google chrome developers added into UXUI design.</p> </ol> </div> <!-- End your code here --> </body> </html>
h1 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 50px; } html { width: 600px; margin: auto; } .OpenSans{ font-family: 'Open Sans', sans-serif; } .image-size { width: 80%; } .video-size{ width: 80%; } .red-round-curve-border { border-color: red; border-width: 10px; border-style: solid; border-radius: 10px; } .red-round-curve-border { border-color: red; border-width: 10px; border-style: solid; border-radius: 10px; }
// Write JavaScript here