-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvisit.html
More file actions
87 lines (79 loc) · 3.3 KB
/
Copy pathvisit.html
File metadata and controls
87 lines (79 loc) · 3.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Visit WisdomGate</title>
<link rel="stylesheet" href="./css/animate.css">
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/visit.css">
</head>
<body>
<header>
<div class="blurry">
<h1>Visit WisdomGate Academy</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>
<h1>
Schedule Your Visit
</h1>
<p class="p-1">
For students interested in applying for the fall of 2025, we have appointments available now through August 16 for you to visit campus. During your visit you will enjoy a tour of campus led by a current Hill student and have a conversation with an admission officer about your academic, co-curricular, and social interests.
</p>
<a href="tourxcal.html" class="gateway">
Schedule Your Visit
</a>
<p class="p-2">
Please note: Our application deadline for the fall of 2024 has passed. If you are interested in applying for this coming academic year, please contact Admission Office Manager Kim Marburger at <b>kmarburger@wisdomgate.org</b> or 610-705-1252 to inquire about our late application process.
</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>