-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathteam.php
More file actions
139 lines (135 loc) · 5.31 KB
/
Copy pathteam.php
File metadata and controls
139 lines (135 loc) · 5.31 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
135
136
137
138
139
<!DOCTYPE html>
<html>
<head>
<title>Western Founders Network - Our Team</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="team">
<?php include 'inc/assets.php' ?>
<?php include 'inc/ip-header.php' ?>
<?php include 'inc/nav-portrait.php' ?>
<div class="ip-main">
<header>
<section class="site-section-heading -team">
<div class="ac" style="width: 80vw;">
<h1 class="small-caps site-section-title">Our Team</h1>
<p class="serif"><em>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.</em></p>
</div>
</section>
<?php include 'inc/nav.php' ?>
</header>
<article>
<header class="blurb">
<h1 class="small-caps">Our Mandate</h1>
<p>Through a "students-teaching-students" model, we hope to improve programming literacy and promote the field of technology to all members of our community. We believe these skills are especially valuable to aspiring entrepreneurs in a world that is becoming increasingly digitalized.</p>
</header>
<section class="team">
<?php include 'inc/core-team.php' ?>
<br>
<header class="blurb">
<h1 class="small-caps">Executives</h1>
<p>Executives haven't been selected yet for the upcoming 2016-2017 year. <a href="/director-applications">Apply now →</a>
</p>
</header>
<!--
<div class="team-member">
<h1 class="small-caps">Taha Nasir</h1>
<p><em>Education Coordinator</em></p>
</div><div class="team-member">
<h1 class="small-caps">Patrick Bartler</h1>
<p><em>Education Coordinator</em></p>
</div><div class="team-member">
<h1 class="small-caps">Adrian Furiato</h1>
<p><em>Operations Coordinator</em></p>
</div><div class="team-member">
<h1 class="small-caps">Sabena Ahmadyar</h1>
<p><em>Social Media Coordinator</em></p>
</div><div class="team-member">
<h1 class="small-caps">Dan Wei</h1>
<p><em>Sponsorship Coordinator</em></p>
</div><div class="team-member">
<h1 class="small-caps">Justin Ford</h1>
<p><em>Sponsorship Coordinator</em></p>
</div><div class="team-member">
<h1 class="small-caps">Christy Au-Yeung</h1>
<p><em>Digital Media Coordinator</em></p>
</div><div class="team-member">
<h1 class="small-caps">Fahim Ahmed</h1>
<p><em>Digital Media Coordinator</em></p>
</div><div class="team-member">
<h1 class="small-caps">Alex Zarifoglu</h1>
<p><em>Advisor, Tech</em></p>
</div><div class="team-member">
<h1 class="small-caps">Samantha Armstrong</h1>
<p><em>Advisor, Sponsorship</em></p>
</div><div class="team-member">
<h1 class="small-caps">Aaron Leung</h1>
<p><em>Editor, Founders Blog</em></p>
</div><div class="team-member">
<h1 class="small-caps">Shehan Wijeyagoonewardane</h1>
<p><em>Sponsorship Coordinator</em></p>
</div>
-->
</section>
</article>
<article>
<article class="companies jobs">
<p class="small-caps companies-title">Members <span class="char">&</span> Alumni have landed positions at</p>
<div class="companies-wrapper with-title">
<div class="company">
<img src="img/microsoft-sponsor.png">
</div><div class="company">
<img src="img/ibm-white.png">
</div><div class="company">
<img src="img/blackberry-white.png">
</div><div class="company">
<img src="img/facebook-white.png">
</div><div class="company">
<img src="img/google-white.png">
</div>
</div>
</article>
</article>
<!--
<article>
<section class="team">
<div style="text-align: left;">
<header class="blurb">
<h1 class="small-caps">Alumni <span class="char">&</span><br>Past Executives</h1>
</header>
<p class="small-caps alum-year">2014-2015</p>
<div class="team-member">
<h1 class="small-caps">Justin Tang</h1>
<p><em>President</em></p>
</div><div class="team-member">
<h1 class="small-caps">Alex Zarifoglu</h1>
<p><em>Vice President</em></p>
</div><div class="team-member">
<h1 class="small-caps">Abdul Khan</h1>
<p><em>Vice President</em></p>
</div><div class="team-member">
<h1 class="small-caps">Zain Hemani</h1>
<p><em>Vice President</em></p>
</div><div class="team-member">
<h1 class="small-caps">Mark Hall</h1>
<p><em>Vice President</em></p>
</div><div class="team-member">
<h1 class="small-caps">Aaron Leung</h1>
<p><em>Vice President</em></p>
</div><div class="team-member">
<h1 class="small-caps">Samantha Armstrong</h1>
<p><em>Vice President</em></p>
</div>
</div>
</section>
</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>
</body>
</html>