<!DOCTYPE html> <html> <head> <!--Scan the QR code on your device to access and use the app--> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <style> @import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@500&display=swap'); body{ background-image:linear-gradient(35deg,#FF69B4,#F0FFF0); } .accordion { background-color:transparent; color: #0000CD; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 25px; transition: 0.4s; font-family:'Darker Grotesque'; font-weight:bold; } .active, .accordion:hover { background-color: #E6E6FA; } .accordion:after { content: '\002B'; color:#FF69B4; font-weight: bold; float: right; margin-left: 5px; } .active:after { content: "\2212"; } .panel { padding: 0 18px; background-color: transparent; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; } p{ font-family:'Darker Grotesque'; font-size:25px; } h2{ font-family:'Darker Grotesque'; font-size:25px; color:#FF1493; } a:visited{ color:blue; } a{ font-family:'Darker Grotesque'; font-size:25px; } </style> </head> <body> <h2>6th - 8th Grade</h2> <button class="accordion">STEM</button> <div class="panel"> <br> <a href="https://www.davidsongifted.org/gifted-programs/fellows-scholarship/" target="_blank">Davidson Gifted</p></a> <br> <a href="https://www.exploravision.org" target="_blank">Explore A Vision</p></a> <br> <a href="http://christophercolumbusawards.com/" target="_blank">Christopher Columbus Awards</p></a> <br> <a href="https://www.exploravision.org" target="_blank" >Explore A Vision</p></a> <br> <a href="https://scholarships360.org/scholarship/paradigm-challenge/" target="_blank">Paradigm Challenge</p></a> <br> <a href="https://info.firstinspires.org/2021season?utm_source=adwords&utm_term=%2Bmiddle%20%2Bschool%20%2Bscience&utm_medium=ppc&utm_campaign=fir-pro&hsa_src=g&hsa_acc=3688876192&hsa_mt=b&hsa_net=adwords&hsa_cam=768138643&hsa_grp=41717560216&hsa_ad=218814914523&hsa_kw=%2Bmiddle%20%2Bschool%20%2Bscience&hsa_tgt=kwd-22561891765&hsa_ver=3&gclid=CjwKCAjwx6WDBhBQEiwA_dP8rU1kvLO2ls80xXWuZE-ZsQJhRW360ZEh2_pUknZbGEMIHi3ncpkQnRoCClEQAvD_BwE" target="_blank">Game Changers</p></a> </div> <button class="accordion">Writing</button> <div class="panel"> <br> <a href="https://billofrightsinstitute.org/we-the-students-essay-contest" target="_blank">We the students</p></a> <br> <a href="https://letgrow.org/program/think-for-yourself-scholarship/" target="_blank">Think for yourself</p></a> <br> <a href="https://scholarships360.org/scholarship/sweet-and-simple-scholarship/" target="_blank">Sweet and Simple</p></a> <br> <a href="https://www.vfw.org/PatriotsPen/" target="_blank">Patriots Pen</p></a> <br> <a href="https://www.artandwriting.org/scholarships/" target="_blank">Scholastic Art & Writing Awards</p></a> <br> <a href="https://scholarships360.org/scholarship/ocean-awareness-contest/" target="_blank">Ocean awareness Contest</p></a> </div> <button class="accordion">Math</button> <div class="panel"> <br> <a href="https://scholarships360.org/scholarship/breakthrough-junior-challenge-video-contest-scholarship/" target="_blank">Breakthrough - Junior Challenge</p></a> <br> <a href="https://www.davidsongifted.org/gifted-programs/fellows-scholarship/" target="_blank">Davidson Fellowship</p></a> <br> <a href="https://www.mathcounts.org/" target="_blank">Math Counts</p></a> </div> <button class="accordion">Science</button> <div class="panel"> <br> <a href="https://scholarships360.org/scholarship/breakthrough-junior-challenge-video-contest-scholarship/" target="_blank">Breakthrough - Junior Challenge</p></a> <br> <a href="http://christophercolumbusawards.com/" target="_blank">Christopher Columbus Awards</p></a> <br> <a href="https://www.davidsongifted.org/gifted-programs/fellows-scholarship/" target="_blank">Davidson Fellowship</p></a> </div> <button class="accordion">Spelling</button> <div class="panel"> <br> <a href="http://spellingbee.com/" target="_blank">Scripps National Spelling Bee</p></a> <br> <a href="https://spellpundit.com/?fbclid=IwAR1Qk_04MRX-MMAMT1BGq_tJS3U01ibOq71Q_6nP1C9FreJfgDPcIXZicb8" target="_blank">Spell Pundit</p></a> <br> <a href="https://southasianspellingbee.com/" target="_blank">South Asian Spelling Bee</p></a> </div> <button class="accordion">Speech/Debate</button> <div class="panel"> <br> <a href="https://www.optimist.org/member/scholarships1.cfm" target="_blank">Optimist International Oratorical Contest</p></a> </div> <button class="accordion">Geography</button> <div class="panel"> <br> <a href="https://www.nationalgeographic.org/education/student-experiences/geobee/" target="_blank">National Geographic Bee</p></a> </div> <div> <button class="accordion">Art</button> <div class="panel"> <br> <a href="https://www.artandwriting.org/scholarships/" target="_blank">Scholastic Art & Writing Awards</p></a> <br> <a href="https://scholarships360.org/scholarship/ocean-awareness-contest/" target="_blank">Ocean awareness Contest</p></a> <br> </div> <a href="https://nimblecat48.qoom.space/scholar.html" target="https://nimblecat48.qoom.space/scholar.html" <button style="font-size:24px;font-family: 'Darker Grotesque'; color:#8A2BE2; font-weight:bold;background-color:transparent; border:transparent;cursor:pointer;font-style:90px;outline:none;text-decoration:none;display:block;background-repeat:no-repeat;margin-left:265px">Home <i class="fa fa-angle-double-right"></i></button></a> <script> var acc = document.getElementsByClassName("accordion"); var i; for (i = 0; i < acc.length; i++) { acc[i].addEventListener("click", function() { this.classList.toggle("active"); var panel = this.nextElementSibling; if (panel.style.maxHeight) { panel.style.maxHeight = null; } else { panel.style.maxHeight = panel.scrollHeight + "px"; } }); } </script> </body> </html>