Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easy element ordering #1

Open
smddzcy opened this issue Oct 15, 2016 · 5 comments
Open

Easy element ordering #1

smddzcy opened this issue Oct 15, 2016 · 5 comments

Comments

@smddzcy
Copy link
Owner

smddzcy commented Oct 15, 2016

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
Copy link

which elements ? Can you explain in more details .?

@faebit
Copy link

faebit commented Oct 27, 2016

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

@smddzcy
Copy link
Owner Author

smddzcy commented Oct 27, 2016

@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
Copy link
Owner Author

smddzcy commented Oct 29, 2016

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

@faebit
Copy link

faebit commented Oct 31, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants