Skip to content

Commit a973d85

Browse files
author
Quasi Kili
committed
better call to action
1 parent 8178fa2 commit a973d85

1 file changed

Lines changed: 32 additions & 5 deletions

File tree

index.html

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,21 @@
164164
animation: fadeInUp 1s ease-in;
165165
}
166166

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+
167182
section h2 {
168183
font-family: 'Poppins', sans-serif;
169184
font-size: 2.2rem;
@@ -603,14 +618,14 @@
603618
color: #FF6B6B;
604619
}
605620

606-
#supported-hardware .call-to-action {
621+
.call-to-action {
607622
text-align: center;
608623
margin-top: 30px;
609624
font-size: 1.1rem;
610625
color: #1A2E44;
611626
}
612627

613-
#supported-hardware .call-to-action a {
628+
.call-to-action a {
614629
display: inline-block;
615630
background: linear-gradient(45deg, #FF6B6B, #FF8E8E);
616631
color: #F8EDE3;
@@ -622,7 +637,7 @@
622637
margin: 5px;
623638
}
624639

625-
#supported-hardware .call-to-action a:hover {
640+
.call-to-action a:hover {
626641
transform: translateY(-3px);
627642
box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
628643
}
@@ -852,9 +867,20 @@ <h3>Your Device</h3>
852867
<div class="slider-controls">
853868
<button id="show-all-button" class="show-all-button">Show as grid</button>
854869
</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>
857870
</section>
871+
872+
<section class="highlight-section">
873+
<section>
874+
<h2>Custom App?</h2>
875+
<h2>Device Support?</h2>
876+
<p>&nbsp;</p>
877+
<p class="center">Want us to make a custom app?</p>
878+
<p>&nbsp;</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+
858884
<section>
859885
<h2>Key Features</h2>
860886
<ul>
@@ -1100,3 +1126,4 @@ <h2>Possibilities</h2>
11001126
</script>
11011127
</body>
11021128
</html>
1129+

0 commit comments

Comments
 (0)