-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhome.php
More file actions
134 lines (134 loc) · 6.19 KB
/
Copy pathhome.php
File metadata and controls
134 lines (134 loc) · 6.19 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html>
<head>
<title>Western Founders Network</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 id="home">
<?php include 'inc/assets.php' ?>
<?php include 'inc/ip-header.php' ?>
<?php include 'inc/nav-portrait.php' ?>
<div class="ip-main">
<header class="home">
<?php include 'inc/nav.php' ?>
<table class="feature">
<tr>
<td>
<h1></h1>
<!-- <a href="https://www.usc-online.ca/clubs_registration.asp?cid=8&scid=11&pid=7296" target="_blank" class="btn small-caps">Join Now</a> --><a href="/director-applications" class="btn small-caps">Director Applications</a>
</td>
<td>
<img src="" >
</td>
</tr>
</table>
<i class="vc t-decrement fa fa-angle-left"></i>
<i class="vc t-increment fa fa-angle-right"></i>
<div class="t-trigger-wrapper"></div>
</header>
<article>
<header class="blurb">
<h1 class="small-caps">What is Founders Network<span class="char">?</span></h1>
<p>Founders Network is a vibrant biz-tech network that aims to cultivate a community of entrepreneurially minded individuals and promote programming literacy. Founders Network focuses on helping students propel their tech skills and creative goals through three channels: education, entrepreneurship, and industry.</p>
</header>
<section class="stats">
<div class="stat">
<i class="fa fa-rocket"></i>
<div class="count fit"><span class="n">2013</span></div>
<h1 class="small-caps fit">Launched</h1>
</div><div class="stat">
<i class="fa fa-users"></i>
<div class="count fit"><span class="n">350</span>+</div>
<h1 class="small-caps fit">Members</h1>
</div><div class="stat">
<i class="fa fa-university"></i>
<div class="count fit" ><span class="n">3</span></div>
<h1 class="small-caps fit">Western Campuses</h1>
</div><div class="stat">
<i class="fa fa-graduation-cap"></i>
<div class="count fit"><span class="n">15</span></div>
<h1 class="small-caps fit">Majors Represented</h1>
</div>
</section>
<section class="programs">
<div class="program">
<a class="diamond-icon" title="Learn More" href="/education"><i class="fa fa-code"></i></a>
<h1 class="small-caps">Education</h1>
<p>Monthly Seminars & Workshops, Development Projects, Weekly Project Meetups & Scrum, Github Portfolio, Product Showcase</p>
<a href="/education"> Learn More </a>
</div><div class="program">
<a class="diamond-icon" title="Learn More" href="/entrepreneurship"><i class="fa fa-lightbulb-o"></i></a>
<h1 class="small-caps">Entrepreneurship</h1>
<p>Socials, Global Entrepreneurship Week, Ideas Workshops, Future View Conference, Entrepreneurial Speaker Series, Technology Showcase, Pitch Competitions</p>
<a href="/entrepreneurship"> Learn More </a>
</div><div class="program">
<a class="diamond-icon" title="Learn More" href="/industry"><i class="fa fa-pencil"></i></a>
<h1 class="small-caps">Industry</h1>
<p>Case Competitions, Resume Workshops, Career Panels, Kickstarter Workshop, Career Fairs, Techlink, Algorithms Practice</p>
<a href="/industry"> Learn More </a>
</div>
</section>
</article>
<article class="testimonial" title="Go to the article" data-link="http://news.westernu.ca/2015/01/student-network-facilitates-dream-team-developments/">
<div class="ac">
<p class="serif"><cite>Student Network Facilitates 'Dream Team' Developments</cite></p>
<p class="attribution"><em></em></p>
<p class="small-caps attributor-title">Western News</p>
</div>
</article>
<!--
<article>
<header class="blurb">
<h1 class="small-caps">Our Team</h1>
<p>Founders Network is led by a diverse team of students majoring in a multitude of disciplines at Western University. We share a common passion for technology and we believe that programming skills are essential and applicable regardless one’s major.</p>
</header>
<section class="team">
<?php include 'inc/core-team.php' ?>
</section>
</article>
-->
<article>
<header class="blurb">
<div class="company no-border">
<img src="img/tract9.png">
</div>
<p>Founders Network has recently partnered with Toronto technology and design incubator Tract9, come check out their <a href="http://tract9.com/toronto-events/tract-9-youth-innovation-booster/" target="_blank">Youth Innovation Booster</a> this weekend. This a perfect opportunity to advance any budding entrepreneurship aspirations or projects as you will get access to top notch experts in venture capital and entrepreneurship!</p>
</header>
<header class="blurb">
<h1 class="small-caps">Affiliates <span class="char">&</span> Partners</h1>
<p>All of our affiliates and partners are satisfied with our organization. Hopefully your company is next.</p>
</header>
<article class="companies with-blurb sponsors">
<div class="companies-wrapper">
<div class="company">
<img src="img/microsoft-sponsor.png">
</div><div class="company">
<img src="img/propel-sponsor.png">
</div><div class="company">
<img src="img/tech-alliance-sponsor.png">
</div><div class="company">
<img src="img/html500-sponsor.png">
</div><div class="company">
<img src="img/nspire-sponsor.png">
</div><div class="company">
<img src="img/hack-western-sponsor.png">
</div>
</div>
</article>
</article>
<?php include 'inc/footer.php' ?>
</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() {
if (window.location.href == "http://www.foundersnetwork.ca/#!microsoft-case-competition/c10vj") {
window.location.assign("http://www.foundersnetwork.ca/microsoft-case-competition");
}
});
</script>
</body>
</html>