File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 < link rel ="stylesheet " href ="styles/frow.min.css ">
99 < link rel ="stylesheet " href ="styles/main.css ">
1010 < link rel ="stylesheet " href ="fonts/fonts.css ">
11+ < link rel ="shortcut icon " href ="favicon.png " type ="image/x-icon ">
1112
1213</ head >
1314
@@ -24,12 +25,18 @@ <h1 class="frow color-primary font-brizel-regular font-size-300">Rustaceans Keny
2425 < h3 class ="color-primary "> Collaboration and Meetups for the Rust Programming Language Community in
2526 Kenya.</ h3 >
2627 </ div >
27- < div class ="frow row-around mt-50 font-size-150 justify-around ">
28- < div class ="frow button-link mr-50 ">
29- < a class ="color-primary " href ="# "> Projects</ a >
28+ < div class ="frow w-50 row-around mt-50 font-size-150 justify-around ">
29+ < div class ="frow button-link ">
30+ < a class ="color-primary " href ="https://github.com/RustaceansKenya/ "> Github</ a >
31+ </ div >
32+ < div class ="frow button-link ">
33+ < a class ="color-primary " href ="https://t.me/+G8BrYdWiqhNjMWRk "> Telegram</ a >
34+ </ div >
35+ < div class ="frow button-link ">
36+ < a class ="color-primary min-width-100 " href ="https://x.com/RustaceansKenya "> X</ a >
3037 </ div >
3138 < div class ="frow button-link ">
32- < a class ="color-primary " href ="# " > Showcase </ a >
39+ < a class ="color-primary min-width-100 " href ="https://github.com/RustaceansKenya/Brand-Collateral/blob/master/RustaceansKenya-Partnerships-deck.pdf " > Partnerships </ a >
3340 </ div >
3441 </ div >
3542 </ div >
Original file line number Diff line number Diff line change 7474 border : 2px solid # C03A31 ;
7575 border-radius : 30px ;
7676 padding : 10px 15px ;
77+ min-width : 50px ;
7778
7879}
7980
@@ -120,4 +121,11 @@ body {
120121
121122.bg-color-tertiary {
122123 background-color : # FFFFFF ;
124+ }
125+
126+ .w-50 {
127+ width : 50% !important ;
128+ }
129+ .min-width-100 {
130+ width : 100px ;
123131}
You can’t perform that action at this time.
0 commit comments