forked from project-sunbird/project-sunbird.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
partner.html
126 lines (120 loc) · 4.6 KB
/
partner.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
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
---
---
<!DOCTYPE html>
<html>
<head>
{% include head.html %}
<meta name="robots" content="index, follow">
</head>
<body>
{% include header.html %}
<div class="partnerpage fill-height inner__content fixed-content">
<div class="container main">
<div class="row">
<div class="col-xs-12 col-sm-10 col-sm-offset-1">
<h1><center>Partner with Us</center></h1>
<p><center>The goal of the Sunbird project is to open the arena for community participation to build effective, engaging and customizable learning solutions. <br>Participate and contribute in your own unique way. Connected interactions within the learning community are a powerful stimulant to enlighten, reflect and re-examine thoughts and beliefs. "Learning by osmosis” is the mantra. So, participate in the Sunbird project, be a teacher as well as a learner and leave your mark to impact a million minds.</center></p>
</div>
<div class="col-xs-12">
<table class="partners-table">
<tr>
<td style="width:25%;">
<img src="img/partner_images/software-developers.png"><center><br><strong>Software Developers</strong> <br>Write code to develop new features</center>
</td>
<td style="width:25%;">
<img src="img/partner_images/software-architects.png"><center><br><strong>Software Architects</strong> <br>Extend the platform</center>
</td>
<td style="width:25%;">
<img src="img/partner_images/educators.png"><center><br><strong>Educators</strong> <br>Suggest courses, course structures, create <br>learning material, review artifacts and more</center>
</td>
<td style="width:25%;">
<img src="img/partner_images/students.png"><center><br><strong>Students</strong> <br>Use the learning artifacts <br>and provide feedback</center>
</td>
</tr>
</table>
<h2>Our Solution Partners</h2>
<table class="solution-partners">
<tr>
<td style="width:25%">
<a href="https://phraseapp.com" target="_blank">
<img src="img/partner_images/phraseapp_transparent_logo.png" style=" padding:5px;">
</a>
</td>
<td style="width:25%" >
<a href="" target="_blank">
<img src="img/partner_images/logo_transparent_resize.png">
</a>
</td>
<td style="width:25%">
<a href="" target="_blank">
<img src="img/partner_images/logo_transparent_resize.png">
</a>
</td>
<td style="width:25%">
<a href="" target="_blank">
<img src="img/partner_images/logo_transparent_resize.png">
</a>
</td>
</tr>
</table>
<h2>Our Development Partners</h2>
<table class="solution-partners">
<tr>
<td style="width:25%;" >
<a href="#" target="_blank">
<img src="img/partner_images/goodworklabs_logo.png" style=" background-color: rgb(241,108,73);padding:5px;">
</a>
</td>
<td style="width:25%;">
<a href="#" target="_blank">
<img src="img/partner_images/niit_logo.png">
</a>
</td>
<td style="width:25%;">
<a href="#" target="_blank">
<img src="img/partner_images/optit_logo.png">
</a>
</td>
<td style="width:25%">
<a href="#" target="_blank">
<img src="img/partner_images/qualitrix_logo.png">
</a>
</td>
</tr>
<tr>
<td style="width:25%">
<a href="#" target="_blank">
<img src="img/partner_images/sahaj_logo.png">
</a>
</td>
<td style="width:25%">
<a href="#" target="_blank">
<img src="img/partner_images/tekdi_logo.png">
</a>
</td>
<td style="width:25%;">
<a href="#" target="_blank">
<img src="img/partner_images/tarento_logo.png" style=" background-color: #404040;">
</a>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class="bg-grey">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h3 class="title-green">Learning by Osmosis</h3>
<p>Connected interactions within the learning community are a powerful stimulant to enlighten, reflect and re-examine thoughts and beliefs.</p>
<p>So, participate in the Sunbird project, be a teacher as well as a learner and leave your mark to impact a million minds.</p>
<button class="btn-features"><a href="contact/">Contact Us</a></button>
</div>
</div>
</div>
</div>
{% include footer.html %}
</body>
</html>