smddzcy / cv

A simple, modern CV / resume template.
MIT License
103 stars 49 forks source link

Easy element ordering #1

Open smddzcy opened 8 years ago

smddzcy commented 8 years ago

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.

arijitAD commented 8 years ago

which elements ? Can you explain in more details .?

faebit commented 8 years ago

I gave this a try. Let me know what you think. #5

smddzcy commented 8 years ago

@gthropp It looks really good! But there are some slight changes I'd really appreciate to see:

  1. Is jQuery and jQuery-ui really necessary? If they are, can you please put minified versions of them to dist/js/ and load them from there?
  2. Can you please make this also for sections? Changing the order of individual elements was not the thing on my mind, I was thinking changing the order of sections, but it's really good to have too!

Thank you so much.

smddzcy commented 8 years ago

@arijitAD I've just updated the description. Please let me know if you need more information!

faebit commented 8 years ago

@smddzcy I'll try and get this updated today :)