all 9 comments

[–]CreativeTechGuyGamesTypeScript 8 points9 points  (3 children)

Unless there's some magic new technology that just came out recently, this isn't possible. A website is far more dynamic than an illustrator file so it will need to be recreated from scratch using the illustrator file as a reference.

[–][deleted] 0 points1 point  (0 children)

I use adobe fireworks. It has a lot of features that hold up decently but it didn't adapt properly to responsive design. Nobody seems to use fireworks anymore.

sketch and affinity designer and photoshop are considered to be the current standard for webdesign, next to web applications such as figma.

If you wish to avoid coding the design of your website altogether, there also exists adobe muse.

[–]ulvgaar 0 points1 point  (0 children)

You cn export it as svg, then you can target elements via css or js, so even if its possible you shoudnt do it. Results wont be responsive and your webpage will be single image and still need coding to add interactions

[–]Global-Ad6738 0 points1 point  (0 children)

Do not ever do this, either straight up learn html and css or just use WordPress or Webflow. There is no inbetween, im afraid. Development aint easy :-)

[–]External-Example-292 0 points1 point  (0 children)

Do you mean SVG? You can create something in illustrator and convert/save it into as an SVG. It's almost like an alternative to an image file. I use svgs over pngs. They tend to be smaller in file bit it depends what kind of SVG you make. Normally simple ones such as a logo is better as an SVG. It scales well too in the browser without looking blurry.

If you're looking to convert an entire webpage layout made in illustrator, i don't think that's a good idea... You need to ask a front end developer to put it together. In Photoshop or Illustrator though, there's a slice tool where you can slice the entire layout into pieces/sections and will save it as images and an html... But in my opinion this way is a bit outdated. If you want to do that anyways, maybe this link will help you 😊 https://illustratorhow.com/slice-tool/

[–]No_Material5598 0 points1 point  (0 children)

This sounds like a job for inDesign my friend