-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsponser.html
More file actions
143 lines (141 loc) · 6.09 KB
/
Copy pathsponser.html
File metadata and controls
143 lines (141 loc) · 6.09 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Sponsor Us - Perfect Paradox 8400</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="img/favicon.ico" />
<link rel="stylesheet" href="styles/comon.css" />
<link rel="stylesheet" href="styles/sponsor-page.css" />
<link rel="stylesheet" href="styles/mediaQueries.css" />
<script src="https://zeffy-scripts.s3.ca-central-1.amazonaws.com/embed-form-script.min.js"></script>
<script
src="https://kit.fontawesome.com/110868636c.js"
crossorigin="anonymous"
></script>
</head>
<body>
<nav>
<div class="title">
<a href="index.html"><img src="img/logo.png" width="70px" alt="Robot Logo" /></a>
<h2>Perfect Paradox 8400</h2>
</div>
<div class="nav-links">
<div class="phone-menu-item">
<img src="img/logo.png" width="50px" alt="Robot Logo" />
<i class="phone-menu-exit-icon fa-solid fa-rectangle-xmark fa-2xl" style="color: #ffffff;"></i>
</div>
<div><a href="index.html">Home</a></div>
<div><a href="about.html">About</a></div>
<div><a href="partners.html">Partners</a></div>
<a class="link-rounded" href="sponser.html">Sponsor Us!</a>
</div>
<div class="phone-menu-icon"><i class="fa-solid fa-bars"></i></div>
<script src="scripts/phone-menu.js"></script>
</nav>
<section class="content">
<header>
<h1>
PERFECT PARADOX 8400 invites you to invest in the future of robotics
by sponsoring our team!
</h1>
</header>
<main>
<div class="main">
<h3>
Our robotics team is looking for sponsors to help us innovate,
compete, and inspire the next generation of engineers. Your support
makes a difference!
</h3>
<div class="main-description">
<h2>Why Sponsor Us?</h2>
Sponsoring our FTC team is more than just supporting a robotics
program—it’s an investment in the future of innovation and
leadership. By partnering with us, your company will be directly
helping students develop critical skills in engineering,
programming, teamwork, and problem-solving, all while preparing for
careers in science and technology. Your brand will gain visibility
at competitions, community events, and on our team’s digital
platforms, showcasing your commitment to education and innovation.
Most importantly, your sponsorship will empower young minds to push
boundaries, create solutions, and represent your company with pride
and professionalism. Join us in shaping the future of robotics and
inspiring the next generation of tech leaders!
</div>
<!-- <h2>Purple Sponsors</h2>
<div class="purple-sponsors">
Be the First
</div> -->
<div class="main-grid">
<div class="sponsor-levels">
<div class="sponsor-purple">
<h2>$3,000+ <span>PURPLE SPONSOR</span></h2>
<ul>
<li>All benefits of GOLD sponsors</li>
<li>Your advertisement on our 4th of July parade float</li>
<li>Promotion at our city park demonstration</li>
<li>Invitation to exclusive sponsor dinner</li>
</ul>
</div>
<div class="sponsor-gold">
<h2>$2,000+ <span>GOLD SPONSOR</span></h2>
<ul>
<li>All benefits of SILVER sponsors</li>
<li>Team demonstration with robot at company event</li>
<li>Your company featured at events</li>
</ul>
</div>
<div class="sponsor-silver">
<h2>$1,000 <span>SILVER SPONSOR</span></h2>
<ul>
<li>All benefits of BRONZE sponsors</li>
<li>
Showcase your LARGE logo on our sponsor display at all
community events and competitions (30+ events)
</li>
<li>Merch handed out at competitions</li>
</ul>
</div>
<div class="sponsor-bronze">
<h2>$500 <span>BRONZE SPONSOR</span></h2>
<ul>
<li>All benefits of MAHOGANY sponsors</li>
<li>
Showcase your SMALL logo on our sponsor display at all
community events and competitions (30+ events)
</li>
</ul>
</div>
<div class="sponsor-mahogany">
<h2>$ <span>MAHOGANY SPONSOR</span></h2>
<ul>
<li>Logo on team website</li>
<li>Social media shout-outs</li>
<li>
Our heartfelt thank you for supporting our team goals!
</li>
</ul>
</div>
</div>
<div class="sponsor-invitation">
<h2>Become a Sponsor Today!</h2>
<div class="contact-us">
<h2>Contact Us</h2>
<ul class="contact-info">
<li><strong>Location:</strong> Cedar City, UT 84720</li>
<li><strong>Email:</strong> <a href="perfectparadox8400@gmail.com">perfectparadox8400@gmail.com</a></li>
<li><strong>Text Us:</strong> <a href="tel:+14352672246">(435) 267-2246</a></li>
</ul>
</p>
</div>
<img src="img/fundraising.png" alt="fundraising together" />
<h2>Or Donate Here!</h2>
<button zeffy-form-link="https://www.zeffy.com/embed/donation-form/perfectparadox8400?modal=true" type="submit">❤ Donate</button>
</div>
</div>
</div>
</main>
</section>
<footer>© 2026 Perfect Paradox. All rights reserved.</footer>
</body>
</html>