Open smddzcy opened 8 years ago
which elements ? Can you explain in more details .?
I gave this a try. Let me know what you think. #5
@gthropp It looks really good! But there are some slight changes I'd really appreciate to see:
dist/js/
and load them from there?Thank you so much.
@arijitAD I've just updated the description. Please let me know if you need more information!
@smddzcy I'll try and get this updated today :)
About
One should be able to order the sections without changing the HTML code. The purpose of this is to let users configure everything without looking at the
index.html
file.Solution
Any solution is fine, but a configuration file (like the other ones in
src/html/contents
) that keeps the order of the sections is enough. (ie. a json file containing{ leftHalfScreen: { 1: "experiences", 2: "languages" }, rightHalfScreen: { 1: "projects" } }
) Also, sections should be positioned according to those settings.