Chat List

Show All

  • A
  • B
  • D
  • J
  • O
Chat with Khelesh

Online

Hi, how are you samim? 8:40 AM, Today
Hi Khalid i am good tnx how about you? 8:55 AM, Today
I am good too, thank you for your chat template 9:00 AM, Today
You are welcome 9:05 AM, Today
I am looking for your next templates 9:07 AM, Today
Ok, thank you have a good day 9:10 AM, Today
Bye, see you 9:12 AM, Today
Hi, how are you samim? 8:40 AM, Today
Hi Khalid i am good tnx how about you? 8:55 AM, Today
I am good too, thank you for your chat template 9:00 AM, Today
You are welcome 9:05 AM, Today
I am looking for your next templates 9:07 AM, Today
Ok, thank you have a good day 9:10 AM, Today
Bye, see you 9:12 AM, Today
Notications

Show All

  • SEVER STATUS
  • KK
  • SOCIAL
  • RU
  • SEVER STATUS
  • AU
  • MO
Notes

Add New Nots

New Project File Structure

When create a new project from scratch without any template, please restructure file path & folder according to the standard scaffolding that stated below.

														
your-project-folder/
├── index.html
└── assets/
	└── css/
		├── bootstrap.css
		└── custom.css
	└── js/
		├── file.js
		└── otherfile.js
	└── images/
		├── image.jpg
		└── image-2.png
	└── fonts/
		├── font.woff
		└── font-2.woff
														
													

Template Project File Structure

Using bought template usually will bring different project file structure according to the template creator itself. Developer must re-arrange the project structure according to our basic "New Project File Structure" with the attachment of template necessary files.

														
your-project-folder/
├── index.html
└── assets/
	└── css/
		├── bootstrap.css
		└── custom.css
	└── js/
		├── file.js
		└── otherfile.js
	└── images/
		├── image.jpg
		└── image-2.png
	└── fonts/
		├── font.woff
		└── font-2.woff