This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
project_create_your_own.html
49 lines (48 loc) · 3.2 KB
/
project_create_your_own.html
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BBA - Bits and Bytes Association</title>
<link rel="icon" type="image/png" href="favicon.ico">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-override.css">
<link rel="stylesheet" href="assets/fonts/material-icons.css">
<link rel="stylesheet" href="assets/css/user.css">
<link rel="stylesheet" href="assets/css/socialnavigation.css">
</head>
<body>
<img src="assets/img/secondary banner.png" style="width: 100%;" alt="">
<div w3-include-html="header.html"></div>
<div class="container post">
<div class="row">
<div class="col-md-4 post-title">
<h3>Create Your Own</h3>
</div>
<div class="col-md-8 col-md-offset-0 post-body">
<p>
Chair of the ACE Department, Haider Al-Saidi is working hard to create an environment that encourages the students of Red River College to embrace entrepeneurship.
</p>
<p>
RRC has recently finished remodeling a creative space for local entrepeneurs in Innovation Alley. This project space, located at 321 McDermot Ave celebrated its grand opening in April 2017. This space will be utilized by local entrepeneurs and RRC students to collaborate as well as complete industry projects. This will provide our students hands-on experience with cutting-edge technologies as well as network with local IT professionals.
</p>
<p>
Students will be encouraged to present their own entrepeneurial ideas to be evaluated by a board, and successful applicants will be granted access to part of this new development space.
</p>
<p>
<img src="assets/img/north_forge.jpg" class="img-thumbnail" style="float: left; height: 100px; margin-right: 10px; margin-top:5px;"></img>
Additionally, RRC is partnering with <a href="https://www.northforge.ca/">North Forge Technology Echange</a>, an innovation-based economic development agency and a powerhouse community dedicated to fueling Manitoba’s innovation economy. RRC is willing to sponser a number of students by covering the cost of the monthly membership fee.
Members of North Forge gain access to a wide variety of machinery to prototype and build thier product ideas. Available shops include metals, wood, 3D printing, circutboard printing, painting, and more.
</p>
</div>
</div>
</div>
<div w3-include-html="./footer.html"></div>
<script src="http://www.w3schools.com/lib/w3data.js"></script>
<script>
w3IncludeHTML();
</script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>