88---
99
1010### ** {{site.tagline}}**
11- {: .lh-0 .text-purple-200 }
11+ {: .lh-0 .text-blue-000 }
1212
1313# Everything you need to build a satellite
1414
@@ -25,7 +25,7 @@ Explore the BIRDS bus and start building:
2525<div style =" display : flex ; flex-wrap : wrap ; gap : 10px ; justify-content : space-between ;" >
2626
2727 <!-- Getting Started -->
28- <div style =" flex : 1 1 calc (50% - 10px ); margin : 5px 0 ; padding : 10px ; background-color : #f4f6fa ; border-radius : 5px ; box-shadow : 2px 2px 5px rgba (0 , 0 , 0 , 0.1 );" >
28+ <div style =" flex : 1 1 calc (50% - 10px ); margin : 5px 0 ; padding : 10px ; background-color : #005596 ; border-radius : 5px ; box-shadow : 2px 2px 5px rgba (0 , 0 , 0 , 0.1 );" >
2929 <div style="display: flex; align-items: center; gap: 10px;">
3030 <img src="https://www.svgrepo.com/show/9108/running-stick-figure.svg" width="40" height="40">
3131 <h3 style="margin: 0;">Getting Started</h3>
@@ -36,8 +36,8 @@ Explore the BIRDS bus and start building:
3636 </a>
3737 </div >
3838
39- <!-- Hardware Guide -->
40- <div style =" flex : 1 1 calc (50% - 10px ); margin : 5px 0 ; padding : 10px ; background-color : #f4f6fa ; border-radius : 5px ; box-shadow : 2px 2px 5px rgba (0 , 0 , 0 , 0.1 );" >
39+ <!-- Hardware Guide light-bg: #f4f6fa -->
40+ <div style =" flex : 1 1 calc (50% - 10px ); margin : 5px 0 ; padding : 10px ; background-color : #005596 ; border-radius : 5px ; box-shadow : 2px 2px 5px rgba (0 , 0 , 0 , 0.1 );" >
4141 <div style="display: flex; align-items: center; gap: 10px;">
4242 <img src="https://www.svgrepo.com/show/326665/hardware-chip-outline.svg" width="40" height="40">
4343 <h3 style="margin: 0;">Hardware Guide</h3>
@@ -48,8 +48,8 @@ Explore the BIRDS bus and start building:
4848 </a>
4949 </div >
5050
51- <!-- Software Guide -->
52- <div style =" flex : 1 1 calc (50% - 10px ); margin : 5px 0 ; padding : 10px ; background-color : #f4f6fa ; border-radius : 5px ; box-shadow : 2px 2px 5px rgba (0 , 0 , 0 , 0.1 );" >
51+ <!-- Software Guide light-bg: #f4f6fa -->
52+ <div style =" flex : 1 1 calc (50% - 10px ); margin : 5px 0 ; padding : 10px ; background-color : #005596 ; border-radius : 5px ; box-shadow : 2px 2px 5px rgba (0 , 0 , 0 , 0.1 );" >
5353 <div style="display: flex; align-items: center; gap: 10px;">
5454 <img src="https://www.svgrepo.com/show/525688/book-bookmark-minimalistic.svg" width="40" height="40">
5555 <h3 style="margin: 0;">Software Guide</h3>
@@ -60,8 +60,8 @@ Explore the BIRDS bus and start building:
6060 </a>
6161 </div >
6262
63- <!-- Contributor Guide -->
64- <div style =" flex : 1 1 calc (50% - 10px ); margin : 5px 0 ; padding : 10px ; background-color : #f4f6fa ; border-radius : 5px ; box-shadow : 2px 2px 5px rgba (0 , 0 , 0 , 0.1 );" >
63+ <!-- Contributor Guide light-bg: #f4f6fa -->
64+ <div style =" flex : 1 1 calc (50% - 10px ); margin : 5px 0 ; padding : 10px ; background-color : #005596 ; border-radius : 5px ; box-shadow : 2px 2px 5px rgba (0 , 0 , 0 , 0.1 );" >
6565 <div style="display: flex; align-items: center; gap: 10px;">
6666 <img src="https://www.svgrepo.com/show/525586/user-plus.svg" width="40" height="40">
6767 <h3 style="margin: 0;">Contributor's Guide</h3>
@@ -72,8 +72,8 @@ Explore the BIRDS bus and start building:
7272 </a>
7373 </div >
7474
75- <!-- Project Details -->
76- <div style =" flex : 1 1 100% ; margin : 5px 0 ; padding : 10px ; background-color : #f4f6fa ; border-radius : 5px ; box-shadow : 2px 2px 5px rgba (0 , 0 , 0 , 0.1 );" >
75+ <!-- Project Details light-bg: #f4f6fa -->
76+ <div style =" flex : 1 1 100% ; margin : 5px 0 ; padding : 10px ; background-color : #005596 ; border-radius : 5px ; box-shadow : 2px 2px 5px rgba (0 , 0 , 0 , 0.1 );" >
7777 <div style="display: flex; align-items: center; gap: 10px;">
7878 <img src="https://www.svgrepo.com/show/486630/details.svg" width="40" height="40">
7979 <h3 style="margin: 0;">Project Details</h3>
0 commit comments