This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sponsorships.html
194 lines (167 loc) · 10.2 KB
/
sponsorships.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
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html lang="en">
<head>
<title>Our sponsors - Daring Dragons DI Team</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Discover how you can support the Daring Dragons Destination Imagination Team through our Sponsorships page. View sponsor benefits, and see how to contact us.">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/x-icon" href="photos/favicon-removebg-preview.webp">
<meta name="keywords" content="Destination Imagination, Creative Problem Solving, Daring Dragons, Team, Innovation">
<meta name="author" content="Eshaan Ahuja">
<meta name="language" content="English">
<link rel="apple-touch-icon" href="photos/favicon.webp">
<meta name="theme-color" content="#8DCFEC">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap">
<script type="application/ld+json">
{
"@context": "https://schstronga.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "Who are the Daring Dragons Destination Imagination team?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We are a team of friends who compete in the Destination Imagination competition. Destination imagination (or DI) is a globally known theater competition for kids in grades 2 through collage."
}
}, {
"@type": "Question",
"name": "How do we sponsor the Daring Dragons?",
"acceptedAnswer": {
"@type": "Answer",
"text": "To sponsor us, please email us at [email protected]. We would love to hear from you!"
}
}]
}
</script>
</head>
<body>
<header>
<div id="big">
<ul id="u">
<li id="hed"> <a href="index.html"> Go to the home page! </a></li>
<li id="hed"> <a href="contact.html"> Contact us! </a></li>
<li id="hed"> <a href="sponsorships.html"> Sponsorships! </a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">About our team!</a>
<div class="dropdown-content">
<a id="hd" href="varun_i.html">Varun I</a>
<a id="hd" href="gokul_s.html">Gokul S</a>
<a id="hd" href="eshaan_a.html">Eshaan A</a>
<a id="hd" href="sristi_s.html">Sristi S</a>
<a id="hd" href="sk.html">Sahasra K</a>
<a id="hd" href="sahasra_v.html">Sahasra V</a>
<a id="hd" href="rj.html">Ruchika Joshi - The Team Manager!!</a>
</div>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Team progress & fun games!</a>
<div class="dropdown-content">
<a id="hd" href="script.html">Script Progress!</a>
<a id="hd" href="sets&costumes.html">Sets and Costumes progress!</a>
<a id="hd" href="quiz.html">Take a DI quiz to test your knowledge!</a>
<a id="hd" href="resources.html">Resources/Materials</a>
</div>
<li id="long">|</li>
<input type="text" id="search" placeholder="Search for info on our page!">
<div id="search-results"></div>
<!-- <script src="script.js"></script> -->
</li>
<li>
<div id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</li>
</ul>
</div>
<h1>Sponsor Us!</h1>
</header>
<ul id="unfixed">
<li><a href="#top" title="Return to the top" id="top-button">^</a></li>
</ul>
<!-- <h2>Currently, we have received vouchers from companies such as Stickermule, but currently have no full sponsors, but if you would like to sponsor us, email us at <i>[email protected]</i>. We would love to partner with you!</h2>
<a href="contact.html" style="display: inline-block; padding: 10px 20px; background-color: #ff6600; color: #fff; text-decoration: none; border-radius: 5px; transition: background-color 0.3s;"
onmouseover="this.style.backgroundColor='#e55e00'" onmouseout="this.style.backgroundColor='#ff6600'">
Contact Us
</a> -->
<section>
<h2>Why Sponsor the Daring Dragons?</h2>
<hr>
<p>By sponsoring the Daring Dragons Destination Imagination Team, you gain:</p>
<p>- High visibility in our promotional materials, which are shown at all the competitions we make. Last year (the 2022 - 2023 season) we made it Kansas City Global Finals which had teams from all around the globe. This year, we will be competing at Kansas City Global Finals 2024 on May 22-25, 2024, so sponsoring us now might lead to global publicity!</p>
<p>- Featured logo on sets, our website, and t-shirts (If we make any for this year). (Depending on your plan)</p>
<!-- Add more benefits -->
</section>
<section>
<h2>Sponsorship Tiers:</h2>
<hr>
<p>Choose the sponsorship level that aligns with your goals and budget:</p>
<div>
<p> - <strong><a href="mailto:[email protected]?subject=Sponsorship Inquiry&body=I am interested in becoming a Gold Sponsor for the Daring Dragons Destination Imagination Team. I come on behalf of" target="_blank">Gold Sponsor:</a></strong> Featured logo on <strong>sets</strong>, <strong>our website</strong>, at <strong>competitions</strong> (such as putting stickers on our transportation materials), and on <strong>t-shirts</strong> (If we make any for this year).</p>
<p> - <strong><a href="mailto:[email protected]?subject=Sponsorship Inquiry&body=I am interested in becoming a Silver Sponsor for the Daring Dragons Destination Imagination Team. I come on behalf of" target="_blank">Silver Sponsor:</a></strong> Recognition on <strong>our website</strong>, at <strong>competitions</strong>, and on <strong>t-shirts</strong> (If we make any for this year).</p>
<p> - <strong><a href="mailto:[email protected]?subject=Sponsorship Inquiry&body=I am interested in becoming a Bronze Sponsor for the Daring Dragons Destination Imagination Team. I come on behalf of" target="_blank">Bronze Sponsor:</a></strong> Recognition on <strong>our website</strong>, and on <strong>t-shirts</strong> (If we make any for this year).</p>
<p> - <strong><a href="mailto:[email protected]?subject=Sponsorship Inquiry&body=I am interested in becoming a Custom Sponsor for the Daring Dragons Destination Imagination Team. I come on behalf of" target="_blank">Other Sponsor:</a></strong> Email us for a custom sponsorship plan at <a href="mailto:[email protected]"><i>[email protected]</i></a>! We would love to hear from you!</p>
</div>
</section>
<section>
<h2>Become a Sponsor Today!</h2>
<hr>
<p>Ready to support creativity and innovation? Contact us to discuss sponsorship opportunities, or click on your plan above:</p>
<a href="mailto:[email protected]" class="button" style="display: inline-block; padding: 10px 20px; font-size: 21px; background-color: #ff6600; color: #fff; text-decoration: none; border-radius: 5px; transition: background-color 0.3s;"
onmouseover="this.style.backgroundColor='#e55e00'" onmouseout="this.style.backgroundColor='#ff6600'" target="_blank">Email us at <i>[email protected]</i> today!</a>
<br>
<br>
<a href="sms:[email protected]" id="mobile" style=" padding: 10px 20px; font-size: 21px; background-color: #ff6600; color: #fff; text-decoration: none; border-radius: 5px; transition: background-color 0.3s;" onmouseover="this.style.backgroundColor='#e55e00'" onmouseout="this.style.backgroundColor='#ff6600'" target="_blank">Text us!</a>
<br>
<br>
<button onclick="copyEmail()" style="background-color: #9243d9; color: #fff; padding: 10px 20px; font-size: 21px; border: none; cursor: pointer; border-radius: 5px;">Copy our Email</button>
<script>
// Function to copy the email to the clipboard
function copyEmail() {
const emailToCopy = '[email protected]';
// Create a temporary input element
const tempInput = document.createElement('textarea');
tempInput.value = emailToCopy;
// Append the input element to the document
document.body.appendChild(tempInput);
// Select the text in the input element
tempInput.select();
tempInput.setSelectionRange(0, 99999); /* For mobile devices */
// Copy the selected text to the clipboard
document.execCommand('copy');
// Remove the temporary input element
document.body.removeChild(tempInput);
// Provide some visual feedback (optional)
alert('Email copied to clipboard: ' + emailToCopy);
}
</script>
</section>
<br>
<br>
<hr>
<a href="index.html" class="button">Back to our Main Page</a>
<script>
const searchInput = document.getElementById("search");
const teamMembers = document.querySelectorAll("#u li");
searchInput.addEventListener("input", () => {
const searchTerm = searchInput.value.toLowerCase();
for (const member of teamMembers) {
const memberName = member.textContent.toLowerCase();
if (memberName.includes(searchTerm)) {
member.style.display = "block";
} else {
member.style.display = "none";
}
}
});
</script>
<footer>
<p>© 2024 Eshaan Ahuja - Daring Dragons. All rights reserved.</p>
</footer>
<br>
<br>
</body>
</html>