File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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>
198198 </ section >
199199< footer class ="shared footer bg-blue-light py-5 ">
200200 < div class ="container ">
201-
202- < div class ="row ">
201+ < div class ="row text-center ">
203202 < 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+
204207
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 >
206209
207210 </ div >
208211 </ 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
224224 }
225225
226226 .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 % ;
230230 object-fit : cover;
231231 }
232232
@@ -461,7 +461,7 @@ <h2 class="text-primary">Panagiotis Kaliosis</h2>
461461 < div class ="row text-center ">
462462 < div class ="col-12 ">
463463 < 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 ; ">
465465 </ div >
466466
467467
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>
199199 </ section >
200200< footer class ="shared footer bg-blue-light py-5 ">
201201 < div class ="container ">
202-
203- < div class ="row ">
202+ < div class ="row text-center ">
204203 < 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+
205208
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 >
207210
208211 </ div >
209212 </ 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>
198198 </ section >
199199< footer class ="shared footer bg-blue-light py-5 ">
200200 < div class ="container ">
201-
202- < div class ="row ">
201+ < div class ="row text-center ">
203202 < 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+
204207
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 >
206209
207210 </ div >
208211 </ 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>
198198 </ section >
199199< footer class ="shared footer bg-blue-light py-5 ">
200200 < div class ="container ">
201-
202- < div class ="row ">
201+ < div class ="row text-center ">
203202 < 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+
204207
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 >
206209
207210 </ div >
208211 </ div >
Original file line number Diff line number Diff line change 22 {{ with .Site.Data.home.hero }}{{ partial "sections/hero.html" . }}{{ end }}
33 <!-- {{ with .Site.Data.home.brands }}{{ partial "sections/brands.html" . }}{{ end }} -->
44 {{ 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 }}
66<!-- {{ with .Site.Data.home.testimonials }}{{ partial "sections/testimonials.html" . }}{{ end }}
77 {{ with .Site.Data.home.cta }}{{ partial "sections/cta.html" . }}{{ end }} -->
88{{ end }}
Original file line number Diff line number Diff line change 1111 }
1212
1313 .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 % ;
1717 object-fit : cover;
1818 }
1919
You can’t perform that action at this time.
0 commit comments