Skip to content

Commit c582a5c

Browse files
committed
added prettier config, new sponsors, and fix speaker
1 parent 14c4241 commit c582a5c

File tree

7 files changed

+300
-246
lines changed

7 files changed

+300
-246
lines changed

.prettierconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

css/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5589,8 +5589,8 @@ img {
55895589
position: relative;
55905590
max-width: 100%;
55915591
height: 80px;
5592-
opacity: 0.4;
5593-
transition: all 300ms ease;
5592+
opacity: 0.7;
5593+
transition: all 600ms ease;
55945594
}
55955595

55965596
.sponsor-section .client-logo .image:hover img {
@@ -5607,6 +5607,7 @@ img {
56075607
line-height: 30px;
56085608
font-weight: 600;
56095609
text-transform: uppercase;
5610+
border-radius: 10px;
56105611
}
56115612

56125613
.sponsor-section.style-two .client-logo {

images/clients/gatsby.png

9.99 KB
Loading

images/clients/paystack.png

2.71 KB
Loading

images/resource/quadri-unstack.jpg

43.9 KB
Loading

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,11 +844,22 @@ <h2>Our Sponsors</h2>
844844
</div>
845845

846846
<div class="sponsors-area">
847+
<div class="client-logo">
848+
<figure class="image">
849+
<a href="https://gatsbsjs.org" target="_blank"><img src="images/clients/gatsby.png" alt=""></a>
850+
</figure>
851+
</div>
852+
<div class="client-logo">
853+
<figure class="image">
854+
<a href="https://paystack.com" target="_blank"><img src="images/clients/paystack.png" alt=""></a>
855+
</figure>
856+
</div>
847857
<div class="client-logo">
848858
<figure class="image">
849859
<a href="https://egghead.io" target="_blank"><img src="images/clients/egghead.png" alt=""></a>
850860
</figure>
851861
</div>
862+
852863
<div class="client-logo">
853864
<figure class="image">
854865
<a href="https://andela.com" target="_blank"><img src="images/clients/andela.png" alt=""></a>

speakers.html

Lines changed: 285 additions & 244 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)