Skip to content

Commit

Permalink
Merge pull request #353 from ASKnetCommunity/content
Browse files Browse the repository at this point in the history
update partner slider
  • Loading branch information
dutkulang authored Dec 10, 2023
2 parents 5538fcb + 7038298 commit 6d10c7d
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 13 deletions.
40 changes: 28 additions & 12 deletions _data/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,37 +162,53 @@ testimonial-items:

client-slider-items:
- logo: "assets/images/clients-logo/r0g_logo.png"
url: "#"
url: https://openculture.agency/
bw: true

- logo: "assets/images/clients-logo/founder_BMZ.jpg"
url: "#"
url: https://www.bmz.de/en
bw: true

- logo: "assets/images/clients-logo/hive_colab.png"
url: "#"
url: https://hivecolab.org/
bw: true

- logo: "assets/images/clients-logo/platform-africa.png"
url: "#"
url: https://www.platformafrica.ngo/
bw: true

- logo: "assets/images/clients-logo/gogirls.png"
url: "#"
url: https://gogirlsict.org/
bw: true

- logo: "assets/images/clients-logo/junub.png"
url: "#"
bw: true

- logo: "assets/images/clients-logo/ataka.png"
url: "#"
url: https://junubos.org/
bw: true

- logo: "assets/images/clients-logo/yef.png"
url: "#"
url: https://yef-uganda.org/
bw: true


- logo: "assets/images/clients-logo/CC4D.png"
url: https://cc4d.tech/
bw: true

- logo: "assets/images/clients-logo/ma-mara.jpg"
url: https://mamarasakitvillage.org/
bw: true

- logo: "assets/images/clients-logo/CECI.png"
url: https://www.ceciuganda.org/
bw: true

- logo: "assets/images/clients-logo/CIC.jpg"
url: https://www.facebook.com/profile.php?id=100076026173627
bw: true

- logo: "assets/images/clients-logo/koneta.png"
url: https://konetahub.org/
bw: true


#-------------------------------
# Contact Section
Expand Down
2 changes: 1 addition & 1 deletion _includes/client-slider.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% if site.data.settings.client-slider-items %}
<div class="client-logo-slider d-flex align-items-center">
{% for slider-item in site.data.settings.client-slider-items %}
<a href="{{ slider-item.url }}" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid" style="{% if slider-item.bw == true %}filter: grayscale(100%);{% endif %}" src="{{ site.baseurl }}/{{ slider-item.logo }}" alt="client-logo"></a>
<a href="{{ slider-item.url }}" class="text-center d-block outline-0 p-4" target="_blank"><img class="d-unset img-fluid" style="{% if slider-item.bw == true %}filter: grayscale(100%);{% endif %}" src="{{ site.baseurl }}/{{ slider-item.logo }}" alt="client-logo"></a>
{% endfor %}
</div>
{% endif %}
Binary file added assets/images/clients-logo/CC4D.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/clients-logo/CECI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/clients-logo/CIC.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/clients-logo/koneta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/clients-logo/ma-mara.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d10c7d

Please sign in to comment.