File tree Expand file tree Collapse file tree 11 files changed +33
-21
lines changed Expand file tree Collapse file tree 11 files changed +33
-21
lines changed Original file line number Diff line number Diff line change @@ -198,11 +198,14 @@ <h2 class="fs-1 fw-bold text-center text-primary pb-3">Categories</h2>
198
198
</ section >
199
199
< footer class ="shared footer bg-blue-light py-5 ">
200
200
< div class ="container ">
201
-
202
- < div class ="row ">
201
+ < div class ="row text-center ">
203
202
< div class ="col-12 ">
203
+ < div class ="mb-4 ">
204
+ < img src ="images/iva.png " alt ="Sponsored by IVA " class ="img-fluid " style ="max-width: 500px; ">
205
+ </ div >
206
+
204
207
205
- < p class ="small text-black-61 text-center "> © 2025 Orb DB Team</ p >
208
+ < p class ="small text-black-61 mb-0 "> © 2025 Orb DB Team</ p >
206
209
207
210
</ div >
208
211
</ div >
Original file line number Diff line number Diff line change @@ -224,9 +224,9 @@ <h3 class="hero-title fw-bold display-1 text-primary text-center text-xl-start p
224
224
}
225
225
226
226
.team-member img {
227
- width : 150 px ;
228
- height : 150 px ;
229
- border-radius : 40 % ;
227
+ width : 200 px ;
228
+ height : 200 px ;
229
+ border-radius : 20 % ;
230
230
object-fit : cover;
231
231
}
232
232
@@ -461,7 +461,7 @@ <h2 class="text-primary">Panagiotis Kaliosis</h2>
461
461
< div class ="row text-center ">
462
462
< div class ="col-12 ">
463
463
< div class ="mb-4 ">
464
- < img src ="images/iva.png " alt ="Sponsored by IVA " class ="img-fluid " style ="max-width: 500px ; ">
464
+ < img src ="images/iva.png " alt ="Sponsored by IVA " class ="img-fluid " style ="max-width: 550px ; ">
465
465
</ div >
466
466
467
467
Original file line number Diff line number Diff line change @@ -199,11 +199,14 @@ <h2 class="fs-1 fw-bold text-center text-primary pb-3">Posts</h2>
199
199
</ section >
200
200
< footer class ="shared footer bg-blue-light py-5 ">
201
201
< div class ="container ">
202
-
203
- < div class ="row ">
202
+ < div class ="row text-center ">
204
203
< div class ="col-12 ">
204
+ < div class ="mb-4 ">
205
+ < img src ="images/iva.png " alt ="Sponsored by IVA " class ="img-fluid " style ="max-width: 500px; ">
206
+ </ div >
207
+
205
208
206
- < p class ="small text-black-61 text-center "> © 2025 Orb DB Team</ p >
209
+ < p class ="small text-black-61 mb-0 "> © 2025 Orb DB Team</ p >
207
210
208
211
</ div >
209
212
</ div >
Original file line number Diff line number Diff line change @@ -198,11 +198,14 @@ <h2 class="fs-1 fw-bold text-center text-primary pb-3">Tags</h2>
198
198
</ section >
199
199
< footer class ="shared footer bg-blue-light py-5 ">
200
200
< div class ="container ">
201
-
202
- < div class ="row ">
201
+ < div class ="row text-center ">
203
202
< div class ="col-12 ">
203
+ < div class ="mb-4 ">
204
+ < img src ="images/iva.png " alt ="Sponsored by IVA " class ="img-fluid " style ="max-width: 500px; ">
205
+ </ div >
206
+
204
207
205
- < p class ="small text-black-61 text-center "> © 2025 Orb DB Team</ p >
208
+ < p class ="small text-black-61 mb-0 "> © 2025 Orb DB Team</ p >
206
209
207
210
</ div >
208
211
</ div >
Original file line number Diff line number Diff line change @@ -198,11 +198,14 @@ <h2 class="fs-1 fw-bold text-center text-primary pb-3">Index</h2>
198
198
</ section >
199
199
< footer class ="shared footer bg-blue-light py-5 ">
200
200
< div class ="container ">
201
-
202
- < div class ="row ">
201
+ < div class ="row text-center ">
203
202
< div class ="col-12 ">
203
+ < div class ="mb-4 ">
204
+ < img src ="images/iva.png " alt ="Sponsored by IVA " class ="img-fluid " style ="max-width: 500px; ">
205
+ </ div >
206
+
204
207
205
- < p class ="small text-black-61 text-center "> © 2025 Orb DB Team</ p >
208
+ < p class ="small text-black-61 mb-0 "> © 2025 Orb DB Team</ p >
206
209
207
210
</ div >
208
211
</ div >
Original file line number Diff line number Diff line change 2
2
{{ with .Site.Data.home.hero }}{{ partial "sections/hero.html" . }}{{ end }}
3
3
<!-- {{ with .Site.Data.home.brands }}{{ partial "sections/brands.html" . }}{{ end }} -->
4
4
{{ with .Site.Data.home.people }}{{ partial "sections/people.html" . }}{{ end }}
5
- <!-- {{ with .Site.Data.home.services }}{{ partial "sections/services.html" . }}{{ end }} -->
5
+ {{ with .Site.Data.home.services }}{{ partial "sections/services.html" . }}{{ end }}
6
6
<!-- {{ with .Site.Data.home.testimonials }}{{ partial "sections/testimonials.html" . }}{{ end }}
7
7
{{ with .Site.Data.home.cta }}{{ partial "sections/cta.html" . }}{{ end }} -->
8
8
{{ end }}
Original file line number Diff line number Diff line change 11
11
}
12
12
13
13
.team-member img {
14
- width : 150 px ;
15
- height : 150 px ;
16
- border-radius : 40 % ;
14
+ width : 200 px ;
15
+ height : 200 px ;
16
+ border-radius : 20 % ;
17
17
object-fit : cover;
18
18
}
19
19
You can’t perform that action at this time.
0 commit comments