Copy link to clipboard
Copied
I want to create the Unique design for our website. Some people is copy the design and give the client or use for own website. I want to create the best creative and unique design, Which software is best for that task in adobe family. Recomend me best and easy software.
Copy link to clipboard
Copied
Is your site built with an online site builder like WordPress? If yes, you should purchase a premium Theme that's compatible with that web platform. Adobe does not make any design tools for that, sorry.
See customizing your WordPress Theme.
https://www.wpbeginner.com/beginners-guide/how-to-customize-your-wordpress-theme/
If you wish to create new graphics for your site, use these Adobe graphics tools.
- Illustrator CC for vector /SVG https://www.adobe.com/products/illustrator.html
- Photoshop CC for raster /JPG, PNG, GIF: https://www.adobe.com/products/photoshop.html
If you're looking to code a new site manually, see these links:
- https://www.w3schools.com/html/
- https://www.w3schools.com/css/
- https://www.w3schools.com/js/
- https://www.w3schools.com/bootstrap/
CODE EDITORS:
-- Adobe Dreamweaver CC - https://www.adobe.com/products/dreamweaver.html
-- Atom (free) - https://atom.io/
-- Codespaces (free, browser-based) - https://github.com/features/codespaces
-- Nova (Mac only, formerly called Coda) - https://nova.app/
-- Pinegrow - https://pinegrow.com/
-- Sublime Text - http://www.sublimetext.com/
-- Visual Studio Code (free) - https://code.visualstudio.com/
Hope that helps.