Skip to content

Commit d18a6a3

Browse files
author
Kingdom Orjiewuru
committed
feat: speakers and sponsors
1 parent cc7f2de commit d18a6a3

File tree

5 files changed

+493
-496
lines changed

5 files changed

+493
-496
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.netlify/
22
.idea/
3+
.DS_Store

css/style.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,9 @@ img{
194194
}
195195

196196
.btn-style-two:hover{
197-
color:#F79E01;
197+
color: #F79E01;
198198
background-color: #ffffff;
199+
border: 1px solid #F79E01;
199200
}
200201

201202
/*Btn Style Three*/
@@ -1960,6 +1961,7 @@ img{
19601961
top: 110px;
19611962
}
19621963

1964+
.speakers-section .sec-title,
19631965
.features-section .sec-title{
19641966
margin-bottom: 15px;
19651967
}
@@ -2567,6 +2569,7 @@ img{
25672569
margin-bottom: 55px;
25682570
}
25692571

2572+
.content-column .text,
25702573
.events-carousel .content-column .text{
25712574
position: relative;
25722575
display: block;
@@ -5541,7 +5544,7 @@ img{
55415544
.sponsor-section .client-logo img{
55425545
position: relative;
55435546
max-width: 100%;
5544-
height: auto;
5547+
height: 80px;
55455548
opacity: .4;
55465549
transition: all 300ms ease;
55475550
}

images/clients/andela.png

30.9 KB
Loading

images/clients/vanhack.png

47.8 KB
Loading

0 commit comments

Comments
 (0)