Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 43 additions & 9 deletions content/services/sponsoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,56 @@
title: 'Sponsoring'
date: 2018-11-28T15:15:26+10:00
icon: ''
layouts: 'sponsor'
featured: true
draft: false
heroHeading: 'Sponsoring'
heroHeading: 'Interested in Sponsoring?'
heroSubHeading: 'Help us bring CodeJam 2020 to life'
heroBackground: 'images/codejam14.jpg'
---

CodeJam would not be possible without the support of our sponsors. We provide a nurturing environment where teams of students experiment with new technologies, brainstorm solutions, and collaborate with experts in the field.
<section id="header">

## Sponsorship Deets
<div class="container">

- TBD
- TBD
- TBD
<div class="header-text"># Why Sponsor Us

## Get in touch
<div class="line"><span class="line-1"></span><span class="line-2"></span><span class="line-3"></span><span class="line-4"></span><span class="line-5"></span><span class="line-6"></span><span class="line-7"></span><span class="line-8"></span><span class="line-9"></span><span class="line-10"></span><span class="line-11"></span><span class="line-12"></span></div>

Please reach out to [sponsor.codejam@mcgilleus.ca](mailto:sponsor.codejam@mcgilleus.ca) to discuss CodeJam 2020.
We look forward to working with you! 🤝
<div class="reason">##### Connect With Talent <span class="square"></span>Meet the next generation of skilled and passionate McGill Engineering and Computer Science students. <span class="reason2">##### Promote Your Business Access McGill's developer community and distribute apparel or accessories to gain recognition, exposure and student interest.</span> <span class="reason3">##### Mentor The Next Generation Offer insight into your company's product evosystem, host workshops and provide students with invaluable lessons.</span></div>

<button class="common-btn" href="mailto:codejam@mcgilleus.ca">Become a Sponsor</button>

<div class="line2"><span class="line-1"></span><span class="line-2"></span><span class="line-3"></span><span class="line-4"></span><span class="line-5"></span><span class="line-6"></span><span class="line-7"></span><span class="line-8"></span><span class="line-9"></span><span class="line-10"></span><span class="line-11"></span><span class="line-12"></span><span class="line-13"></span></div>

</div>

</div>

</section>

<section id="tiers">

<div class="tier-container">

<div class="tier-header">## Sponsorship Benefits</div>

</div>

<section id="features">

<div class="feature-row">

<div class="feature-col">![](../../images/platinum.svg) #### **Platinium** -Host a workshop -Access to discord rooms -Resume access -Own a discord room for lightning network -Virtual Tech Fair -Curated resume review sessions -Access project submission and to teams -Sponsored activity or session -Send company merchandise</div>

<div class="feature-col">![](../../images/diamond.svg) #### **Diamond** -Social Media shoutout -Sponsored prizes -Product Promotions -Send virtual pamplets to participants</div>

<div class="feature-col">![](../../images/diamond+.svg) #### **Diamond +** -Dedicated email -Keynote time -Promotional material on the website -Company AMA</div>

</div>

</section>

<div class="btn2"><button class="common-btn2" href="mailto:codejam@mcgilleus.ca">Become a Sponsor</button></div>

</section>
6 changes: 3 additions & 3 deletions data/features.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"title": "Coding",
"description": "Build an awesome project with your team over the course of the weekend (and get feedback and mentoring throughout). ",
"description": "Get feedback and metoring while you build an awesome project with your team throughout the course of the weekend.",
"image": "features/code.svg"
},
{
"title": "Problem-Solving",
"description": "Team up to brainstorm solutions to the problem at hand and apply ideas to come up with effective results",
"description": "Team up to brainstorm solutions to the problem at hand and apply ideas to come up with effective results.",
"image": "features/brain.svg"
},
{
Expand All @@ -16,7 +16,7 @@
},
{
"title": "Network",
"description": "Meet like-minded hackers and share your knowledge.",
"description": "Establish connections by meeting like-minded hackers and gaining knowledge from your peers, and our mentors.",
"image": "features/social-network.svg"

},
Expand Down
35 changes: 35 additions & 0 deletions public/404/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Page Not Found</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link href='/css/style.min.css' rel='stylesheet' />

</head>

<body>
<div id="wrapper" class="wrapper">

<div class="container pt-9 pb-9 pt-md-13 pb-md-13">
<div class="row justify-content-center align-content-between">
<div class="col-9 text-center">
<h1 class="display-1 text-primary mb-4">Page not found</h1>
</div>
<div class="col-9 text-center mb-2">
<a href="/" class="btn btn-primary">Home</a>
</div>
<div class="col-9 text-center mb-2">
<a href="/contact" class="btn btn-primary">Contact Us</a>
</div>
</div>
</div>

</div>
</body>

</html>
15 changes: 15 additions & 0 deletions public/404/index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Page Not Found on McGill CodeJam 2020</title>
<link>https://codejam2020.netlify.app/404/</link>
<description>Recent content in Page Not Found on McGill CodeJam 2020</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 10 Feb 2018 10:52:03 +0700</lastBuildDate>

<atom:link href="https://codejam2020.netlify.app/404/index.xml" rel="self" type="application/rss+xml" />


</channel>
</rss>
Loading