File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -113,11 +113,25 @@ <h2>Conference Schedule</h2>
113113 < div >
114114 < div id ="speakers-images " style ="padding: 2em; ">
115115 < div class ="sponsor-info ">
116- < a href ="https://instructlab.ai/ ">
116+ < a href ="https://instructlab.ai/?utm_referrer=bigskydevcon ">
117117 < img class ="speaker-img "
118118 src ="https://bsdc.sfo2.cdn.digitaloceanspaces.com/InstructLab%20Logo%20Full%20Color-1.png " alt ="InstructLab ">
119119 </ a >
120120 </ div >
121+
122+ < div class ="sponsor-info ">
123+ < a href ="https://trustandwill.com/?utm_referrer=bigskydevcon ">
124+ < img class ="speaker-img "
125+ src ="https://bsdc.sfo2.cdn.digitaloceanspaces.com/Trust&Will-Logo-2Line-Black-HR.png " alt ="Trust & Will ">
126+ </ a >
127+ </ div >
128+
129+ < div class ="sponsor-info ">
130+ < a href ="https://bigsky.software/?utm_referrer=bigskydevcon ">
131+ < img class ="speaker-img "
132+ src ="https://bsdc.sfo2.cdn.digitaloceanspaces.com/bss.png " alt ="Big Sky Software ">
133+ </ a >
134+ </ div >
121135 </ div >
122136 </ div >
123137 < div style ="padding: 2em; ">
Original file line number Diff line number Diff line change 592592
593593.sponsor-info a {
594594 color : black;
595+ border-radius : 50% ;
596+ box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.2 );
597+ display : block;
598+ }
599+
600+ .sponsor-info img {
601+ box-shadow : none;
602+ border-radius : 0 ;
603+ padding : 3em ;
604+ object-fit : contain;
595605}
596606
597607.scroll-icon {
You can’t perform that action at this time.
0 commit comments