Skip to content
This repository was archived by the owner on Apr 19, 2022. It is now read-only.

Commit 36a3086

Browse files
committed
Added Excelsoft to sponsor section.
1 parent 965ca39 commit 36a3086

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

public/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ footer {
922922
}
923923

924924
.diamond {
925-
width: 60%;
925+
width: 120%;
926926
}
927927

928928
.platinum {
6.51 KB
Loading

views/index.hbs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,16 @@
368368
</div>
369369
<br/>
370370
<div class="row sponsor-row">
371-
<div class="col-sm-12 ">
371+
<div class="col-md-6 col-sm-12 ">
372+
<div class="sponsor-wrapper">
373+
<a href="https://www.excelsoftcorp.com/" target="_blank" rel="noopener">
374+
<img class="sponsor-img img-fluid mx-auto d-block diamond"
375+
src="/images/sponsors/2020/excelsoft.png"
376+
alt="Excelsoft"
377+
title="Excelsoft"/></a>
378+
</div>
379+
</div>
380+
<div class="col-md-6 col-sm-12 ">
372381
<div class="sponsor-wrapper">
373382
<a href="https://devfolio.co/" target="_blank" rel="noopener">
374383
<img class="sponsor-img img-fluid mx-auto d-block diamond"

0 commit comments

Comments
 (0)