-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathInternational_Partnerships.php
65 lines (60 loc) · 4.51 KB
/
International_Partnerships.php
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
<?php
include 'html/header.html';
include 'html/navbar.html'
?>
<!-- Marketing Container -->
<div class="container">
<div class="col-md-10 col-md-offset-1 content bgimg">
<h1 class="content-heading">International Partnerships</h2>
<hr>
<h4 class="content-heading">Project ConneXion (Xi’an, China)</h4>
<p>Since 2015, BMUN has collaborated with Project ConneXion and Rising International to bring BMUN’s education-based MUN experience to high school students in China.</p>
<br>
<div class="row front">
<div class="col-md-3">
<img class="featurette-image img-responsive" src="img/PC1.png">
</div>
<div class="col-md-9">
<p><strong>Projection ConneXion</strong>, which provides human resources and logistical support to BMUN China, is a fast growing Model UN-based national network of young leaders and an entirely student-run social entrepreneurial initiative in China. Bringing together a group of open-minded visionary young Chinese leaders from colleges and high schools both home and abroad, Projection ConneXion aims to promote civic education by providing academic and organizational support to the rapidly developing student-run Model UN conferences throughout the country.
</p>
</div>
</div>
<br>
<div class="row front">
<div class="col-md-3">
<img class="featurette-image img-responsive" src="img/RI1.png">
</div>
<div class="col-md-9">
<p><strong>Rising International</strong>, which provides financial and legal support to BMUN China, is an entrepreneurial firm that focuses on supporting civic education events in China and cross-cultural trips between China and the United States. It has hosted two national events in China and two trips in Korea and the United States. Taking advantage of its academic resources and professional experience in the United States, Rising International also works to cultivate stronger competitiveness for Chinese students applying to American universities and supports Chinese parents with travel plans to visit their children studying in the United States. Over 500 students and families in China have experienced high-quality events or services from Rising International to date.
</p>
</div>
</div>
<br>
<p><strong>Please visit the following websites for further information:</strong> </p>
<a href="http://www.bmunchina.org">BMUN China</a> <br>
<a href="http://www.procxn.org ">Project ConneXion</a> <br>
<a href="http://www.rising-edu.com">Rising International</a> <br>
<hr>
<h4 class="content-heading">MUN Café (Hyderabad, India)</h4>
<p>Since 2015, BMUN has collaborated with MUN Café to bring BMUN’s education-based MUN experience to high school students in India.</p>
<div class="row front">
<div class="col-md-3">
<img class="featurette-image img-responsive" src="img/MunCafe.png">
</div>
<div class="col-md-9">
<p><strong>Based in Hyderabad, India, MUN Café</strong> is a global platform providing opportunities and solutions for students interested in experiential learning through Model United Nations and other inter-governmental simulations. We use a mix of travel, conferences, projects, training & mentorship modules and technology as tools in our international experiential learning programs. Out aim is to develop responsible global leaders through impactful experiential learning.
</p>
<p>Since their incorporation in 2009, MUNCafé has delivered enriching learning experiences to over 6,000 High-School students from India, the USA, the Middle-East, China, Pakistan, Bangladesh, Sri-Lanka, Singapore, Hong-Kong, Ukraine, Columbia, Brazil among other countries. Students from over 200 schools have been engaged in our programs.
</p>
<p>Their aim is to provide a perfect platform for students to deliberate and discuss pressing global issues while they develop themselves as rounded and conscious individuals with a powerful skills-set to be responsible global leaders.</p>
</p>
</div>
</div>
<br>
<p><strong>Please visit the following websites for further information:</strong> </p>
<a href="http://www.muncafe.com">MUN Café</a> <br>
</div>
</div>
<?php
include 'html/footer.html';
?>