-
Notifications
You must be signed in to change notification settings - Fork 49
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
Labels
Comments
smddzcy
added
enhancement
help wanted
hacktoberfest
easy
and removed
help wanted
labels
Oct 15, 2016
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:
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 :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: