|
164 | 164 | animation: fadeInUp 1s ease-in; |
165 | 165 | } |
166 | 166 |
|
| 167 | + .highlight-section { |
| 168 | + background: #e0f7fa; /* Light blue background */ |
| 169 | + padding: 10px ; /* More padding */ |
| 170 | + margin: 10px ; /* More margin */ |
| 171 | + border: 2px solid #00bcd4; /* Cyan border */ |
| 172 | + box-shadow: 0 8px 25px rgba(0, 188, 212, 0.2); /* Enhanced shadow */ |
| 173 | + } |
| 174 | + .highlight-section section{ |
| 175 | + margin: 10px; |
| 176 | + } |
| 177 | + .highlight-section section{ |
| 178 | + margin: 10px; |
| 179 | + text-align: center; |
| 180 | + } |
| 181 | + |
167 | 182 | section h2 { |
168 | 183 | font-family: 'Poppins', sans-serif; |
169 | 184 | font-size: 2.2rem; |
|
603 | 618 | color: #FF6B6B; |
604 | 619 | } |
605 | 620 |
|
606 | | - #supported-hardware .call-to-action { |
| 621 | + .call-to-action { |
607 | 622 | text-align: center; |
608 | 623 | margin-top: 30px; |
609 | 624 | font-size: 1.1rem; |
610 | 625 | color: #1A2E44; |
611 | 626 | } |
612 | 627 |
|
613 | | - #supported-hardware .call-to-action a { |
| 628 | + .call-to-action a { |
614 | 629 | display: inline-block; |
615 | 630 | background: linear-gradient(45deg, #FF6B6B, #FF8E8E); |
616 | 631 | color: #F8EDE3; |
|
622 | 637 | margin: 5px; |
623 | 638 | } |
624 | 639 |
|
625 | | - #supported-hardware .call-to-action a:hover { |
| 640 | + .call-to-action a:hover { |
626 | 641 | transform: translateY(-3px); |
627 | 642 | box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4); |
628 | 643 | } |
@@ -852,9 +867,20 @@ <h3>Your Device</h3> |
852 | 867 | <div class="slider-controls"> |
853 | 868 | <button id="show-all-button" class="show-all-button">Show as grid</button> |
854 | 869 | </div> |
855 | | - <p class="call-to-action">Want your board supported?</p> |
856 | | - <p class="call-to-action" > <a href="mailto:info@MicroPythonOS.com">Email us!</a></p> |
857 | 870 | </section> |
| 871 | + |
| 872 | + <section class="highlight-section"> |
| 873 | + <section> |
| 874 | + <h2>Custom App?</h2> |
| 875 | + <h2>Device Support?</h2> |
| 876 | + <p> </p> |
| 877 | + <p class="center">Want us to make a custom app?</p> |
| 878 | + <p> </p> |
| 879 | + <p>Want your device supported?</p> |
| 880 | + <p class="call-to-action" > <a href="mailto:info@MicroPythonOS.com">Email us!</a></p> |
| 881 | + </section> |
| 882 | + </section> |
| 883 | + |
858 | 884 | <section> |
859 | 885 | <h2>Key Features</h2> |
860 | 886 | <ul> |
@@ -1100,3 +1126,4 @@ <h2>Possibilities</h2> |
1100 | 1126 | </script> |
1101 | 1127 | </body> |
1102 | 1128 | </html> |
| 1129 | + |
0 commit comments