Skip to content

Commit

Permalink
fixed thumbnail presentations in clients section
Browse files Browse the repository at this point in the history
  • Loading branch information
JWL committed Jan 29, 2025
1 parent e89258a commit 420bcfd
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ <h3>aQtiv (<a href="http://aqtiv.ug/" target="_blank">aqtiv.ug</a>)</small></h3>

<div class="project partner col-sm-6 col-md-4">
<div class="thumbnail">
<img src="/static/images/partners/kizito.png" alt="ST. KIZITO LEARNING CENTRE">
<img style="max-height:none;" src="/static/images/partners/kizito.png" alt="ST. KIZITO LEARNING CENTRE">
<div class="caption">
<h3>ST. KIZITO LEARNING CENTRE (<a href="https://kizitolearningcentre.net" target="_blank">kizitolearningcentre.net</a>)</h3>
<p>This school, operating at primary level, based in Mityana, Uganda, is perhaps one of the most loyal clients and partners of Nuchwezi in the Education Technology sector. We have worked together on several approaches to school management systems, since 2008, and have explored desktop, web and mobile school solutions that are generic enough to adopt perhaps nation-wide or in schools operating on the standard Uganda cirriculum.</p>
Expand All @@ -916,15 +916,27 @@ <h3>Africa Leadership Institute (<a href="https://aflinstitute.net/" target="_bl

<div class="project partner col-sm-6 col-md-4">
<div class="thumbnail">
<img src="/static/images/partners/Mak.png" alt="Prof. Donald (Makerere University)">
<img style="max-height:none;" src="/static/images/partners/Mak.png" alt="Prof. Donald (Makerere University)">
<div class="caption">
<h3>Professor Donald K.R (<a href="https://rugirakugonza.com/" target="_blank">rugirakugonza.com</a>)</h3>
<p>We designed their Website, and offer them Webmaster support Services</p>
<p>We designed their Website, and offer them Webmaster Support Services.</p>
</div>
</div>
</div>


<div class="project partner col-sm-6 col-md-4">
<div class="thumbnail">
<img src="/static/images/partners/acode.png" alt="Advocates Coalition for Development and Environment">
<div class="caption">
<h3>ACODE (<a href="http://acode-u.org/" target="_blank">acode-u.org</a>)</h3>
<p>ACODE is an independent public policy research and advocacy think tank registered in Uganda with operations in the Eastern and Southern Africa sub-region.</p>
<hr/>
<p><i>We once provided ICT consultation services to them & built some of their powerful mobile & web-powerered research and data-collection platforms.</i></p>
</div>
</div>
</div>



</div><!-- end row -->
Expand All @@ -942,18 +954,6 @@ <h3>Serval Ltd. (<a href="http://serval.ug/" target="_blank">serval.ug</a>)</h3>
</div>


<div class="project partner col-sm-6 col-md-4">
<div class="thumbnail">
<img src="/static/images/partners/acode.png" alt="Advocates Coalition for Development and Environment">
<div class="caption">
<h3>ACODE (<a href="http://acode-u.org/" target="_blank">acode-u.org</a>)</h3>
<p>ACODE is an independent public policy research and advocacy think tank registered in Uganda with operations in the Eastern and Southern Africa sub-region.</p>
<hr/>
<p><i>We once provided ICT consultation services to them & built some of their powerful mobile & web-powerered research and data-collection platforms.</i></p>
</div>
</div>
</div>




Expand All @@ -968,12 +968,6 @@ <h3>BEKKS Group (<a href="#" target="_blank">bekks.net</a>)</h3>
</div>


</div><!-- end row -->


<div class="row">


<div class="project partner col-sm-6 col-md-4">
<div class="thumbnail">
<img src="/static/images/partners/sbi.png" alt="SBI">
Expand All @@ -989,6 +983,14 @@ <h3>Smart Business Intelligence (<a href="http://sbintell.com" target="_blank">s
</div><!-- end row -->


<div class="row">




</div><!-- end row -->


</div>
<!-- end partners -->

Expand Down

0 comments on commit 420bcfd

Please sign in to comment.