-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmcc.php
More file actions
44 lines (43 loc) · 2.63 KB
/
Copy pathmcc.php
File metadata and controls
44 lines (43 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<title>Western Founders Network - Microsoft Case Competition</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="//a.mailmunch.co/app/v1/site.js" id="mailmunch-script" data-mailmunch-site-id="244825" async="async"></script>
</head>
<body>
<?php include 'inc/assets.php' ?>
<?php include 'inc/ip-header.php' ?>
<?php include 'inc/nav-portrait.php' ?>
<div class="ip-main">
<header class="mcc">
<?php include 'inc/nav.php' ?>
<article id="content-wrapper">
<div id="content">
<h1>Microsoft Case Competition</h1>
<p><strong><i>Founders Network</i></strong> is partnering with <a href="https://www.microsoft.com/en-ca/" target="_blank"><strong><i>Microsoft</i></strong></a> and <a href="http://www.buchabrew.ca" target="_blank"><strong><i>Bucha Brew</i></strong></a> to bring you the 2nd annual Microsoft Case Competition on <strong>March 19th, 2016</strong>.</p>
<h2>Get ready.</h2>
<p class="cal"><i class="fa fa-calendar"></i> <a href="ics/Microsoft_Case_Competition.ics">Add this to your calendar</a></p>
<a href="https://docs.google.com/spreadsheets/d/1KF7mtFRNEtJv0PK_yjzl8YVxnUwj9ZTKVPfYuZ4-jWc/pubhtml" class="btn small-caps" style="font-size: larger;">Preliminary Rounds</a><br>
<a href="https://medium.com/founders-network/microsoft-case-competition-bridging-the-gap-between-tech-business-22fb109f556e#.aij92oof7" class="btn small-caps">Explore Last Year</a><!-- -->
<!--<a href="http://tilt.tc/Z08Q" class="btn small-caps reg-button-alert">Member Registration</a>
<a href="http://tilt.tc/cYDx" class="btn small-caps reg-button-alert">Non-Member Registration</a>-->
<br><br>
<img src="img/mcc-microsoft.png" width="100" align="middle"><img src="img/wfn-white.png" width="100" align="middle"><img src="img/bucha-brew.png" align="middle"><img src="img/ivey.png" width="85" align="middle">
</div>
</article>
</header>
</div><!-- .ip-main -->
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script src="dist/jquery.easing.1.3.js"></script>
<script src="dist/fn.min.js"></script>
<script>
$(function() {
$('.reg-button-alert').on('click', function() {
alert('NOTICE: You must sign up in a team of 2 to 4 individuals. All members must sign up individually through the appropriate registration form (member or non-member).');
});
});
</script>
</body>
</html>