forked from masonscioly/masonscioly.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonate.html
77 lines (76 loc) · 3.52 KB
/
donate.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
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="shortcut icon" href="images/favicon.ico"
type="image/x-icon">
<title>MSO - Donate</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link href="https://fonts.googleapis.com/css?family=Dosis:700%7CHammersmith+One%7CQuicksand:700%7CViga"
rel="stylesheet">
<link rel="stylesheet" href="assets/css/main.css">
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<noscript><link rel="stylesheet" href="assets/css/noscript.css"></noscript>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<header id="header">
<div class="content">
<div class="inner">
<h2><a href="./index.html"><span style="font-family: Quicksand;">MASON HIGH SCHOOL SCIENCE OLYMPIAD<br>
</span> </a> </h2>
</div>
</div>
<nav>
<ul>
<li> <a href="./about.html">ABOUT</a> </li>
<li> <a href="./events.html">EVENTS</a> </li>
<li> <a href="./blog.html">BLOG</a> </li>
<li> <a href="./invite.html">INVITATIONAL</a> </li>
<li> <a href="./sponsors.html">SPONSORS</a> </li>
<li> <a href="./donate.html">DONATE</a> </li>
<li> <a href="./contact.html">Contact</a> </li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- Donate -->
<article id="donate">
<h2 style="text-align: left;" class="major"><span style="font-family: Quicksand;">DONATE<br>
</span></h2>
<p style="text-align: center;"> With any donation, your company will be listed on our website with your logo and a link to the business, along with a thank you during the awards ceremony of the Mason Invitational.
<br>
<div style="text-align: center;">If you are interested in making a
personal or company/business donation, please contact us at <a href="[email protected]">[email protected]</a> and <a href="[email protected]">[email protected]</a>. </div>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright"> 2017 <a target="_blank" href="http://www.masonohioschools.com/">Mason
City Schools</a> | 6100 Mason Montgomery Rd, Mason, OH
45040</p>
<p class="copyright"><br>
</p>
<p class="copyright">MASON SCIENCE OLYMPIAD. <a target="_blank" href="mailto:[email protected]">[email protected]</a></p>
<p class="copyright"><a target="_blank" href="mailto:[email protected]"><br>
</a></p>
<p class="copyright"><a target="_blank" href="mailto:[email protected]"><br>
</a></p>
<p class="copyright"><a target="_blank" href="mailto:[email protected]"><br>
</a></p>
<p class="copyright">Design: <a target="_blank" href="https://html5up.net/">HTML5
UP</a>. IMAGES: <a target="_blank" href="https://unsplash.com/">UNSPLAsh</a>.<a
target="_blank"
href="https://unsplash.com/"><br>
</a></p>
</footer>
</div>
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>