Index page almost OK. Now work on variant page (main hall...)
authorBenjamin Auder <benjamin.auder@somewhere>
Mon, 7 Jan 2019 16:36:27 +0000 (17:36 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Mon, 7 Jan 2019 16:36:27 +0000 (17:36 +0100)
commit298c42e63ae321526693e9ce418c4113af36e025
tree6bafb42a55b2b9b3aa29eadeadf69bd989193198
parent067c675b75072c496f9665c4bf801cdc3d40398d
Index page almost OK. Now work on variant page (main hall...)
25 files changed:
.gitignore
app.js
package-lock.json
package.json
public/javascripts/components/game.js
public/javascripts/components/problems.js
public/javascripts/contactForm.js [new file with mode: 0644]
public/javascripts/index.js
public/javascripts/utils/md5.js [deleted file]
public/javascripts/variant.js
public/stylesheets/index.sass
public/stylesheets/layout.sass
routes/all.js
routes/index.js [new file with mode: 0644]
routes/messages.js [new file with mode: 0644]
routes/problems.js [new file with mode: 0644]
routes/variant.js [new file with mode: 0644]
utils/language.js [new file with mode: 0644]
utils/sendEmail.js.dist [new file with mode: 0644]
views/contactForm.pug [new file with mode: 0644]
views/index.pug
views/layout.pug
views/settings.pug
views/translations/en.pug
views/variant.pug