aswinzz / LucidCV

CV Maker :rocket:
https://lucidcv.herokuapp.com/
39 stars 67 forks source link

Add more templates #1

Open aswinzz opened 6 years ago

aswinzz commented 6 years ago

Everyone can work on this issue by adding more themes. As of now there is only one template.We need more templates so that the users can have a choice among the templates. When doing this issue:

nityanandagohain commented 6 years ago

I want to take this issue.

aswinzz commented 6 years ago

Sure

aswinzz commented 6 years ago

@nityanandagohain any updates?

nityanandagohain commented 6 years ago

@aswinzz I am facing a problem .... i have created a theme2.ejs in views folder now where to link it please help.

aswinzz commented 6 years ago

send the screenshot of the page here.

nityanandagohain commented 6 years ago

I have not completed it yet, but to test it how to run the .ejs file i am stuck

aswinzz commented 6 years ago

You have to set it up locally. Go through the readme

nityanandagohain commented 6 years ago

I have already set it up .. how to access the new file from there. because selecting theme2 doesn’t seem to work

aswinzz commented 6 years ago

Go to routes->index.js and there will be a part where resume.js is being rendered so add a condition like if selected option is theme1 then render resume..ejs and else render theme2.ejs

aswinzz commented 6 years ago

So it will have solution for #5 too.so mention that when u make PR

nityanandagohain commented 6 years ago

screenshot from 2018-01-12 11-01-37 Please help what is wrong here I am getting "document is not defined error" while creating CV

aswinzz commented 6 years ago

document.getElementById wont work ,use req.body (refer the code above that!)

aswinzz commented 6 years ago

@nityanandagohain status?

nityanandagohain commented 6 years ago

@aswinzz I am still stuck in the JavaScript part please help me out.

aswinzz commented 6 years ago

okay leave that just add the theme2.ejs and send pr you will get points for this issue

aswinzz commented 6 years ago

More themes are welcome!