-
Notifications
You must be signed in to change notification settings - Fork 2
/
Scholarship.php
33 lines (29 loc) · 3.36 KB
/
Scholarship.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
<?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">Alumni Scholarship</h1>
<hr>
<p>The BMUN Secretariat is committed to ensuring that no delegate is excluded from BMUN due to financial constraints. As such, our Alumni Scholarship allocates $7,000 of financial aid to low-income students. Individual delegates can apply for this assistance to cover part of the cost of attending BMUN, including delegate fees, transportation, and hotel costs. For the BMUN 64, we have significantly increased the scholarship amounts. All students in need are strongly encouraged to apply.</p>
<p>The financial aid is need-based for expenses directly related to the conference, transportation, hotel, and registration fees. In this application we ask for personal information regarding your finances that we believe will help us to determine the financial aid required for each applicant. We therefore ask that you provide proof of need in all applicable areas to increase your chances of receiving financial aid. All information will be treated with utmost confidentiality and will be used only for financial aid purposes.</p>
<p>In order for your scholarship application to be considered complete, both the student application and the School Advisor Recommendation form must be submitted by <strong>December 21, 2015</strong> in order to be considered for financial aid.</p>
<p>The Alumni Scholarship Application can be accessed <a href="https://goo.gl/7nZZNI">HERE</a> </p>
<p>The School Advisor Recommendation can be accessed <a href="https://goo.gl/r3TztN">HERE</a> </p>
<h3>Important Deadlines</h3>
<p><strong>August 24, 2015 -</strong> Alumni Scholarship Application is released and ready for submissions,</p>
<p><strong>December 21, 2015 –</strong> Student Application deadline. Both this student application and School Advisor Recommendation must be submitted by this date</p>
<p><strong>January 4, 2016 –</strong> Scholarship announcement via email</p>
<p><strong>January 11, 2016 –</strong> Scholarship acceptance deadline</p>
<p><strong>March 4, 2016 to March 6, 2016 –</strong> BMUN 64 Conference. Scholarship checks are available for pickup at registration and OPI during the conference. Students must provide receipts or proof of payment in order to receive check</p>
<p>If you wish to support the Alumni Scholarship, please consider donating on <a href="https://smile.amazon.com/ch/56-2457816">Amazon Smile</a>. If you buy anything on Amazon, you have the option of having Amazon donate 0.5% of your purchase to Berkeley Model United Nations, an official 501 (c) 3 non-profit organization. All the donations will go directly to our Alumni Scholarship program to further subsidize low-income students to attend BMUN LXIV. If you would like to help, visit Smile.Amazon.com and select Berkeley Model United Nations as your organization. It does not cost you anything because Amazon will donate on your behalf.</p>
<p style="align:left; max-width:50%">Mischa Fritz<br>
Treasurer | BMUN LXIV <br>
<a href="mailto:treasurer@bmun.org" target="_blank">treasurer@bmun.org</a></p>
</div>
</div>
<?php
include 'html/footer.html';
?>