@@ -267,23 +267,19 @@ <h3 class="tier-title">Platinum</h3>
267267 < input id ="custom " class ="sponsor-radio " type ="radio " name ="sponsor ">
268268 < div class ="sponsor-card ">
269269 < h3 > Custom</ h3 >
270- < div class ="amount-wrapper ">
271- < input id ="amount-input " class ="amount-input " inputmode ="decimal "
272- placeholder ="Enter amount (USD) " min ="1 "
273- step ="1 " required >
274- < div id ="amount-prefix " class ="currency-symbol "> $</ div >
275- < div id ="amount-suffix " class ="currency-symbol "> USD</ div >
276- </ div >
277-
278- <!-- Payment cycle selector -->
279- < div class ="cycle-wrapper ">
280- < label class ="cycle-option ">
281- < input type ="radio " name ="custom-cycle " value ="monthly " checked >
282- Monthly
283- </ label >
284- < label class ="cycle-option ">
285- < input type ="radio " name ="custom-cycle " value ="onetime ">
286- One-time
270+ < div class ="d-flex align-items-center gap-3 mb-2 ">
271+ < div class ="amount-wrapper ">
272+ < input id ="amount-input " class ="amount-input "
273+ inputmode ="decimal "
274+ placeholder ="Enter amount (USD) " min ="1 "
275+ step ="1 " required >
276+ < div id ="amount-prefix " class ="currency-symbol "> $</ div >
277+ < div id ="amount-suffix " class ="currency-symbol "> USD</ div >
278+ </ div >
279+ <!-- Monthly checkbox -->
280+ < label class ="checkbox-label mb-0 ">
281+ < input type ="checkbox " id ="custom-montly " checked >
282+ < span class ="checkbox "> </ span > Monthly
287283 </ label >
288284 </ div >
289285 </ div >
@@ -522,9 +518,12 @@ <h2 class="accordion-header" id="faqHeading3">
522518 < div class ="accordion-body ">
523519 At present, Axmol Engine does not operate its own nonprofit
524520 entity.
525- Instead, we rely on the < strong > < a href ="https://opencollective.com/opensource "> Open Source Collective</ a >
521+ Instead, we rely on the < strong > < a
522+ href ="https://opencollective.com/opensource "> Open Source
523+ Collective</ a >
526524 (OSC)</ strong > , a
527- U.S.-registered 501(c)(6) nonprofit fiscal host dedicated to supporting
525+ U.S.-registered 501(c)(6) nonprofit fiscal host dedicated to
526+ supporting
528527 open source
529528 projects.< br > < br >
530529 By sponsoring Axmol through OSC, Corporate contributors benefit
0 commit comments