diff --git a/assets/email/Ticket.hbs b/assets/email/Ticket.hbs index d9d006ff..a6ee46bf 100644 --- a/assets/email/Ticket.hbs +++ b/assets/email/Ticket.hbs @@ -1 +1,500 @@ -
{{firstName}}
\ No newline at end of file + + + + + + + McHacks 6: Important Information + + + +
+ + + + +
+ + + + + + + + + + + +
+ + + + + +
+ Logo +
+ +
+ + + + + +
+

4 + Days until McHacks 6!

+

+ Hi {{firstName}}! +

+ McHacks 6 is this coming weekend and we're excited to spend an epic + weekend with you hacking away! 🎉 +

+ Before we get to that, let's go through some important information to + get you ready for the hackathon: +
+

Communication

+ Join our Facebook + group for announcements, to RSVP for workshops/activities, chat + with other hackers, and form teams! +

+ During the hackathon, we'll be using both the FB group and the official + McHacks + 6 Slack. Be sure to join the Slack so you're updated on + everything going on as they happen! +

+ We'll also have a live site with the schedule, announcements, and + everything else you need to know at mchacks.ca + closer to the event. +

+

Registration

+ Out of town check-in begins on Saturday at 8:00 am and local check-in + at 9:30 am. Remember to bring your student ID as you'll need it to + register! +

+ We'll only be allowing accepted and a limited amount of waitlisted + hackers into the hackathon. Your status must be "confirmed" on your hacker + dashboard to be allowed into the hackathon. +

+ You'll also need your Hack Pass so we know who you are! Grab it on your + hacker + dashboard or save a copy of it right here: +

+
+

+

What + to Bring

+ You should bring your student ID and anything you’d need for a + productive, healthy, and fun weekend: laptop, phone, chargers, + deodorant (!), change of clothes, etc. We'll have a sleeping space + available during the night for hackers to get some rest. 😴 +

+ Don't worry about food and drinks, we've got you covered there! We also + encourage bringing a reusable mug so we can reduce our carbon footprint + together. 🍃 +

+

Transportation

+ McHacks 6 will be hosted at Theatre + St James in the Old Port of Montreal. +

+ If you have a seat on one of our buses, they'll drop you off right + outside the venue. If you're arranging your own travel, you can take + the metro to the Square-Victoria–OACI station, a short walk away from + the venue. +

+

Hacking + Policy

+ All projects built at our hackathon can be made by teams of 1-4 people. + If you're looking to find like-minded participants to work with, you + can post in our Facebook + group or in #team-formation on Slack. +

+ In the interest of fairness, participants aren't allowed to work on + pre-existing projects or begin their projects before hacking at McHacks + begins. Any attempts of dishonesty or cheating will result in + disqualification. +

+ That being said, you're more than welcome to familiarize yourself with + all the tech and tools you intend to build with beforehand! You can + check our Devpost + which will be updated soon with our available prizes to inspire ideas + for your project! 🎁 +

+

That's + all for now, folks!

+ Follow us on Facebook, + Twitter, + and Instagram + for important updates and news about McHacks 6! If you have any + questions, feel free to reach out at contact@mchacks.ca. +

+

+
+ McHacks Team +
+ mchacks.ca +

+ +
+ +
+ + + +
+ +
+
+ + + \ No newline at end of file diff --git a/services/hacker.service.js b/services/hacker.service.js index 24259f21..5993b8b0 100644 --- a/services/hacker.service.js +++ b/services/hacker.service.js @@ -103,7 +103,7 @@ async function getStatsAllHackersCached() { */ async function generateQRCode(str) { const response = await QRCode.toDataURL(str, { - scale: 3 + scale: 4 }); return response; }