-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patheducation.php
More file actions
76 lines (72 loc) · 4.08 KB
/
Copy patheducation.php
File metadata and controls
76 lines (72 loc) · 4.08 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
<!DOCTYPE html>
<html>
<head>
<title>Western Founders Network - Education</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>
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body id="education">
<?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 -education">
<div class="ac">
<h1 class="small-caps site-section-title">Education <span class="char">&</span> Projects</h1>
<p class="serif"><em>Bonding over technology breeds innovation and creates partnerships that can last forever. Founders Network is committed to creating a collaborative environment where student can build, break, and most importantly, learn together.</em></p>
</div>
</section>
<?php include 'inc/nav.php' ?>
</header>
<article>
<header class="blurb">
<h1 class="small-caps">Mission Statement</h1>
<p>The Education & Projects portfolio is here to help you get your hands dirty and write some code. Club members will have the opportunity to work on projects throughout the year and attend educational sessions to learn about new technologies and upcoming trends in the industry. The Education & Projects Portfolio will help you develop the necessary skills to bootstrap your next startup, create an MVP, or just learn about what technologies the top tech companies are using.
</p>
</header>
</article>
<article class="education">
<section class="stats">
<div class="stat">
<div class="fit"><i class="fa fa-users" aria-hidden="true"></i></div>
<h1 class="small-caps fit">Meet People</h1>
</div><div class="stat">
<div class="fit"><i class="fa fa-lightbulb-o" aria-hidden="true"></i></i></div>
<h1 class="small-caps fit">Discuss Ideas</h1>
</div><div class="stat">
<div class="fit"><i class="fa fa-code" aria-hidden="true"></i></div>
<h1 class="small-caps fit">Write Code</h1>
</div><div class="stat">
<div class="fit"><i class="fa fa-github" aria-hidden="true"></i></div>
<h1 class="small-caps fit">Develop Portfolio</h1>
</div>
</section>
</article>
<section class="programs">
<div class="program">
<div class="diamond-icon no-link"><i class="fa fa-calendar-check-o"></i></div>
<h1 class="small-caps">Weekly Meetups</h1>
<p> Founders Network club members will be able to participate in developing their own projects. Project Leads will lead weekly meetings in order to help resolve issues and be available for any questions. This is the time to bring in fresh ideas, concerns, and get in a room to work together.
</p>
</div><div class="program">
<div class="diamond-icon no-link"><i class="fa fa-book"></i></div>
<h1 class="small-caps">Monthly Educationals</h1>
<p> Each month, a programming workshop will be hosted by technical experts to both teach content and provide hands-on technical skills. These educational sessions will introduce students to new technologies, as well as provide a time to gain some hands-on skills with those technologies.
</p>
</div><div class="program">
<div class="diamond-icon no-link"><i class="fa fa-desktop"></i></div>
<h1 class="small-caps">Project Showcase</h1>
<p> At the end of each semester, Founders Network will host a Projects Showcase, where individuals and teams can demonstrate their apps and talk about what they learned. Members would then get the opportunity to see other applications being showcased and discuss different projects and the inspirations behind them.
</p>
</div>
</section>
<?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>