-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBMUN_Recap.php
70 lines (58 loc) · 3.87 KB
/
BMUN_Recap.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
66
67
68
69
70
<?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">BMUN LXIII Recap</h2>
<hr>
<div class="row front">
<div class="col-md-6" style="vertical-align:middle">
<p>As we transition into preparations for BMUN’s 64th session, the secretariat reflects back on the highlights of the past 63rd session. Once again the committees featured an eclectic slate of topics, from sports policing to currency wars to Mongol expansion. Not all negotiations were resolved peacefully. Executions and excommunications took place left and right. “Al Capone”, for instance, was reportedly shot to death in the Atlantic City Conference.</p>
</div>
<div class="col-md-6">
<img class="featurette-image img-responsive" src="img/Opening_Head_Chairs.jpg">
</div>
</div>
<br>
<div class="row front">
<div class="col-md-6">
<img class="featurette-image img-responsive" src="img/Rules_Presentation.jpg">
</div>
<div class="col-md-6">
<p>Every year we are astonished by the incredible enthusiasm and professionalism of high school students who flood onto the UC Berkeley campus from all corners of the world to discuss global issues past, present, and future. This year was no different. Delegates arriving from right here in the Bay Area to those trekking from Italy coalesced for three days of speeches, negotiations, and secret deals. Others travelled from Chicago, Canada, and China. Although BMUN is primarily a learning experience, it is also a beautiful opportunity to reunite with old friends and to make new acquaintances. We hope everyone took advantage of the chance to make a new connection with another student from a different school.</p>
</div>
</div>
<br>
<div class="row front">
<div class="col-md-6">
<p>During Opening Ceremony, Secretariat member Emily Reece introduced our 63rd session’s conference cause. We addressed the issue of global education in collaboration with Teach for All, and in this way, extended our impact on educating youths beyond our conference. We are grateful to all the delegates and advisors for contributing to the effort of raising awareness about the fight for equal access to quality education.</p>
</div>
<div class="col-md-6">
<img class="featurette-image img-responsive" src="img/Teach_For_All.jpg">
</div>
</div>
<br>
<div class="row front">
<div class="col-md-6">
<img class="featurette-image img-responsive" src="img/Guest_Lecturer.jpg">
</div>
<div class="col-md-6">
<p>After three days of intense policymaking, all conference attendees congregated under one roof for Closing Ceremony. Our honorable guest speaker, Mike Foulkes, began the ceremony reminiscing about his own BMUN experience from the late eighties, even presenting his old placard. Following was a string of excellent repertoires, including a rap and a rather faulty Mandarin Chinese translation. </p>
</div>
</div>
<br>
<div class="row front">
<div class="col-md-6">
<p>BMUN would not be the amazing conference it is today without the participation of every single delegate. We hope BMUN 63 will remain a fond memory to look back upon as you look forward in anticipation to the 64th session.</p>
</div>
<div class="col-md-6">
<img class="featurette-image img-responsive" src="img/Closing.jpg">
</div>
</div>
</div>
</div>
<?php
include 'html/footer.html';
?>