-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (95 loc) · 5.26 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="description" content="">
<title>Tesoro MUN</title>
<link rel="icon" href="icon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<div class="navbar" id="navigation" >
<a href="#"><img href="#" class="logo logo-large" src="logo.png"/></a>
<div class="menu-items">
<a class="menu-item" href="#">Home</a>
<a class="menu-item" href="about/">About Us</a>
<a class="menu-item" href="gallery/">Gallery</a>
<a class="menu-item" href="register/">Register</a>
<i class="fa fa-bars menu-item" id="hamburger"></i>
</div>
</div>
</header>
<img id="banner" src="banner.jpg"/>
<h1 id="page-title">Tesoro High School <br/> Model United Nations</h1>
<div class="wrapper">
<div class="section">
<h2>Schedule</h2>
<table>
<tr>
<th>Event</th>
<th>Matrix</th>
<th>Date</th>
<th>Location</th>
</tr>
<tr>
<th><a href="#" target="_blank">Tustin</a></th>
<td><a href="#" target="_blank">Pending</a></td>
<td>November 23-24</td>
<td><a href="https://maps.app.goo.gl/pz8xmeiv3HoVp3fG7" target="_blank">1171 El Camino Real, Tustin, CA 92780</a></td>
</tr>
<tr>
<th><a href="#" target="_blank">Capistrano</a></th>
<td><a href="#" target="_blank">Pending</a></td>
<td>January 25</td>
<td><a href="https://maps.app.goo.gl/JU67hcgERQ7cFnaE6" target="_blank">26301 Via Escolar, Mission Viejo, CA 92692</a></td>
</tr>
<tr>
<th><a href="#" target="_blank">Laguna</a></th>
<td><a href="#" target="_blank">Pending</a></td>
<td>TBA</td>
<td><a href="https://maps.app.goo.gl/2kcjTpjsKxfUcNRK7" target="_blank">25401 Paseo De Valencia, Laguna Hills, CA 92653</a></td>
</tr>
<tr>
<th><a href="#" target="_blank">Trabuco Hills</a></th>
<td><a href="#" target="_blank">Pending</a></td>
<td>TBA</td>
<td><a href="https://maps.app.goo.gl/R7rTvkgpKey3k7fz7" target="_blank">27501 Mustang Run, Mission Viejo, CA 92691</a></td>
</tr>
<tr>
<th><a href="#" target="_blank">El Toro</a></th>
<td><a href="#" target="_blank">Pending</a></td>
<td>TBA</td>
<td><a href="https://maps.app.goo.gl/B3xxWfHfNw81ozPt8" target="_blank">25255 Toledo Way, Lake Forest, CA 92630</a></td>
</tr>
</table>
</div>
<div class="section" id="team">
<h2>Our Team</h2>
<p>
For most of us, MUN is not just an extremely competitive team, but also a group of like-minded peers to engage with both in and outside of the official MUN setting. In our club, we hope to facilitate an environment where all delegates not only feel welcome, but are challenged to think about how they can solve some of the most pressing issues facing the international community today. We are excited to see our members grow as thinkers, speakers, and the leaders of tomorrow, as they engage with these topics.
</p>
<center><a class="button" href="about/">Learn More</a></center>
</div>
</div>
<footer>
<div class="advisor">
<p>Address: 1 Tesoro Creek Road, Las Flores, CA 92688</p>
<p>Faculty Advisor: Mrs. Kimberly Jindra, <a href="mailto:[email protected]">[email protected]</a></p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Tel: <a href="tel:9492345310">(949) 234-5310</a></p>
</div>
<div class="footer-icons">
<a href="https://classroom.google.com/c/NjUxMTYxMjc0NzM1?cjc=wvyipue" target="_blank" ><img style="margin-right: 10px;" src="classroom-icon.png"/></a>
<a href="https://www.remind.com/join/jindramun" target="_blank" ><img style="margin-right: 10px;" src="remind-icon.png"/></a>
<a href="https://www.instagram.com/tesoromun_/" target="_blank" ><img style="margin-right: 10px;" src="../Instagram_icon.png"/></a>
</div>
</div>
</footer>
<script src="main.js"></script>
</body>
</html>