Skip to content

Commit a66141e

Browse files
Merge pull request #49 from beavertronics/add-sponsors-to-landing
bueno
2 parents 3cfe95c + 27670fd commit a66141e

File tree

12 files changed

+184
-8
lines changed

12 files changed

+184
-8
lines changed
30.2 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading
106 KB
Loading
Lines changed: 31 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
197 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading
6.04 KB
Loading

landing/index.html

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h1>
133133
<div class="info-card-overlay">
134134
<b>DESIGN</b>
135135
<br><br>
136-
Our team strategically designs each robot with feasability, simplicity, and awesomeness all in mind, based on a thorough analysis of each year's game. We experiment with ideas by making prototypes out of scrap wood. Once we have a good idea of what we want the robot to do and how we want it to do it, we flesh out the details using Onshape, a cloud-based CAD software. Finally, the CAD is thoroughly reviewed, both by students and by our experienced mentors, before manufacturing and assembly take place.</div>
136+
Our team strategically designs each robot with feasibility, simplicity, and awesomeness all in mind, based on a thorough analysis of each year's game. We experiment with ideas by making prototypes out of scrap wood. Once we have a good idea of what we want the robot to do and how we want it to do it, we flesh out the details using Onshape, a cloud-based CAD software. Finally, the CAD is thoroughly reviewed, both by students and by our experienced mentors, before manufacturing and assembly take place.</div>
137137
<img src="https://static.wixstatic.com/media/cbe77e_85f3406992e241ef9988ef2bc1cbbeb2~mv2.jpg/v1/fill/w_284,h_420,al_c,q_80,usm_1.20_1.00_0.01,enc_auto/cbe77e_85f3406992e241ef9988ef2bc1cbbeb2~mv2.jpg" class="img">
138138
</div>
139139
<div class="info-card">
@@ -152,6 +152,34 @@ <h1>
152152
</div>
153153
</div>
154154

155+
<!-- Sponsors section -->
156+
<h1>SPONSORS</h1>
157+
<p class="text-content" style="text-align: center">We are incredibly grateful for the generous support of our sponsors.</p>
158+
159+
<!-- scrolling logos -->
160+
<div class="sponsors-container">
161+
<div class="sponsors-slide">
162+
<div class="sponsor-logos" id="sponsors-set-1"></div>
163+
<div class="sponsor-logos" id="sponsors-set-2"></div>
164+
</div>
165+
</div>
166+
167+
<!-- "Donate" and "Become a Sponsor" buttons -->
168+
<div class="landing-button-container">
169+
<button class="landing-button" onclick="donateClick()">Donate</button>
170+
<button class="landing-button" onclick="window.location.href='mailto:sponsors@team5970.org'">Become a Sponsor</button>
171+
</div>
172+
173+
<div class="landing-button-container">
174+
<div id="donate-instructions" class="hidden" style="display: none">
175+
<div id="donate-instructions-content" style="text-align: center">
176+
<p class="text-content" style="text-align: center">To donate to us, select <b>BEAVERTON HIGH SCHOOL</b> from the <b>School</b> dropdown, then select <b>Donation to Robotics Club</b> from the <b>Item</b> dropdown.</p>
177+
<button class="landing-button" onclick="window.open('https://or-beaverton-lite.intouchreceipting.com/', '_blank')">Got it!</button>
178+
<p class="text-content" style="text-align: center">Click the "Got It!" button to navigate to the Beaverton School District donation website.<br>Thank you for your support!</p>
179+
</div>
180+
</div>
181+
</div>
182+
155183
<!--
156184
this is the link to the calendar that is on the bottom
157185
there is also Javascript that should, in theory delete the iframe if the screen is too small

0 commit comments

Comments
 (0)