-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapply.html
More file actions
140 lines (120 loc) · 6.42 KB
/
apply.html
File metadata and controls
140 lines (120 loc) · 6.42 KB
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Apply At WisdomGate</title>
<link rel="stylesheet" href="./css/animate.css">
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/apply.css">
</head>
<body>
<header>
<div class="blurry">
<h1>Applications</h1>
</div>
<div class="img-icon-holder">
<img src="./images/search.svg" alt="">
</div>
<div class="header-head">
<div><a href="./apply.html">Apply at WisdomGate</a></div>
<div><a href="./academics.html">Academics</a></div>
<div><a href="./athletics.html">Athletics</a></div>
<div><a href="./tourxcal.html">Visit WisdomGate</a></div>
</div>
</header>
<main>
<h2>
How to Apply
</h2>
<p class="intro-p">Our application deadline has now passed. If you are interested in applying for the fall of 2024, please contact Admission Office Manager Kim Marburger at kmarburger@thehill.org or 610-705-1252 to inquire about our late application process.</p>
<div class="grey-txt">
<p>Thank you for your interest in applying to The Hill School! <br>The information on this page outlines the application process and timeline. All completed applications are due on January 31, 2024. <br> Applications received after that date will be considered as space permits. </p>
</div>
<p class="lone-txt">
Questions? Please contact the admission office at <span>admission@wisdomgate.com</span> or 610-705-1252.
</p>
<h3 class="online">
Online Application:
</h3>
<p class="info-p">
Complete your application using Gateway to Prep Schools or the Standard Application Online (SAO). Applicants will then receive an email with a link to their Hill online account which will enable them to track the status of their application and receive an admission decision.
</p>
<a href="" class="gateway gateway1">
Gateway to Prep Schools Application
</a>
<br>
<br>
<a href="" class="gateway">
Standard Application Online Application
</a>
<h3 class="testing-h">
Testing Requirements:
</h3>
<ul class="test-ls">
<li><b>Third and Fourth Form (9th and 10th grade) Applicants:</b> Students are required to submit <span class="ssat">SSAT, ISEE,</span> or PSAT scores</li>
<li><b>Fifth and Sixth Form (11th and 12th grade) and Post-Graduate Applicants: </b>PSAT, SAT, ACT, or <b>SSAT</b> testing is required.</li>
<li><b>International Students:</b> In addition to the SSAT, the TOEFL exam is required for all international students for whom English is not their first language, with the exception of applicants who have attended an American school and/or international school within the last three years.</li>
</ul>
<h3 class="testing-h">
Teacher Recommendations:
</h3>
<p class="teacher">
English, Math and Counselor (or principal) recommendations are required.We prefer these recommendations come from current year teachers.
</p>
<div class="blue-back">
<h3 class="timeline-h">
Admission Timeline:
</h3>
<ul class="bl-ls">
<li><span class="blue-start">September 13, 2023 – January 31, 2024: </span>Admission Interviews available and testing requirements must be fulfilled</li>
<li><span class="blue-start">January 15, 2024: </span>Deadline to complete admission application</li>
<li><span class="blue-start">March 10, 2024: </span>Admission decisions released</li>
<li><span class="blue-start">April 10, 2024: </span>Enrollment contracts due</li>
<li><span class="blue-start">Late Admission Decisions: </span>Completed applications received after February 1st will be considered on a space-available basis. Decisions for these applications will be made on a rolling basis.</li>
</ul>
</div>
<p class="last-p">
<span class="blue-start">Not ready to apply quite yet?</span> Fill out our <a class="adm-b" href="">Admission Inquiry Form</a> to learn more about life at WisdomGate!
</p>
</main>
<footer>
<section class="links">
<div class="linkses-divs"><h3>INQUIRE</h3></div>
<div class="linkses-divs"><h3>VISIT</h3></div>
<div class="linkses-divs"><h3>APPLY</h3></div>
</section>
<section class="foot">
<div>
<div><p>
A coeducational independent boarding and day school for students in grades 9-12 and post-graduates.
</p></div>
<hr>
<div>
<p>860 Beech Street | Pottstown, PA | 19464 <br>
610-326-1000</p>
</div>
</div>
<div>
<ul class="cont-lst">
<a href="./contact.html"><li>Contact Us</li></a>
<a href="./contact.html"><li>Directions</li></a>
<a href="./tourxcal.html"><li>Calendar</li></a>
<a href="./contact.html"><li>Privacy Policy</li></a>
<a href="./index.html"><li>Home</li></a>
</ul>
</div>
<div class="fcontgr">
<h3>Follow Us</h3>
<div class="cont-grid">
<img src="./images/envelope.svg" alt="">
<img src="./images/envelope.svg" alt="">
<img src="./images/envelope.svg" alt="">
<img src="./images/envelope.svg" alt="">
</div>
</div>
<div></div>
</section>
</footer>
</body>
</html>