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
|
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Model UN Recruit</title>
<link rel="stylesheet" href="index.css">
</head><body><div><span>
<h4>CENTENNIAL HIGH SCHOOL</h4>
<h1>Model UN</h1>
</span><img src="gavel.jpg" srcset="gavel.jpg 851w, gavel600.jpg 600w,
gavel300.jpg 300w" sizes="(max-width: 300px) 300px, (max-width: 600px)
600px, 851px"><img src="gsmst.jpg" srcset="gsmst.jpg 3264w,
gsmst1200.jpg 1200w, gsmst800.jpg 800w, gsmst400.jpg 400w"
sizes="(max-width: 400px) 400px, (max-width: 800px) 800px, (max-width:
1200px) 1200px, 3264px"><span>
<h6>Join Centennial's most successful team today!</h6>
<p>Model United Nations provides students with an opportunity for
hands-on learning concerning global challenges in the 21st century.</p>
</span><span>
<h2><a href="gsmapp">Apply to GSMSTMUN by August 31 at 5pm.</a></h2>
<p>GSMSTMUN is scheduled for September 26th.
There will be a logistics meeting on September 2nd and a prep meeting on September 25th! Hope to see you there!</p>
<h4><a href="team">Join the Microsoft Team!</a></h4><h6>For more information, <a
href="mailto:hennesseym@fultonschools.org">contact henneseym@fultonschools.org
</a></h6></span><img src="chsmun.png" srcset="chsmun.png 1311w,
chsmun600.png 600w, chsmun400.png 400w" sizes="(max-width: 400px) 400px,
(max-width: 600px) 600px, 1311px"></div>
<footer><p><a href="https://www.flickr.com/photos/124387535@N03/14135683605">"Justice Gavel"</a> by <a href="https://www.flickr.com/photos/124387535@N03">toridawnrector</a>
is licensed under <a
href="https://creativecommons.org/licenses/by-sa/2.0/?ref=ccsearch&atype=rich">CC
BY-SA 2.0</a></p><p>All rights reserved © 2020 Centennial Model UN</p><div></footer>
</body>
<script>const setVh = () => {
const vh = window.innerHeight * 0.01;
document.documentElement.style.setProperty('--vh', `${vh}px`);
};
window.addEventListener('load', setVh);
window.addEventListener('resize', setVh);</script>
</html>
|