Skip to content

Commit

Permalink
Merge pull request #43 from saurabh0402/faq
Browse files Browse the repository at this point in the history
Add lic as sponsor
  • Loading branch information
sukhbir-singh authored Mar 22, 2018
2 parents 8e0d3dd + 22f5346 commit b9becd5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
8 changes: 8 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,14 @@ body {
vertical-align: middle;
}

.sponsor-icons .sponsor-icon.main-sponsor {
width: 45%;
}

.sponsor-icons .sponsor-icon.secondary-sponsor {
width: 25%;
}

.sponsor-icons .sponsor-icon img {
width: 80%;
}
Expand Down
8 changes: 8 additions & 0 deletions css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,14 @@
padding: 5px;
}

.sponsor-icons .sponsor-icon.main-sponsor {
width: 49%;
}

.sponsor-icons .sponsor-icon.secondary-sponsor {
width: 40%;
}

.sponsor-icons .sponsor-icon.advantIcon img {
width: auto;
height: 90px;
Expand Down
Binary file added images/Sponsors/lic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,13 @@ <h2> Prize Distribution <br> ( 25th March ) </h2>
<div class="frame4-content">
<h1> Sponsors </h1>
<div class="sponsor-icons">
<div class="sponsor-icon">
<div class="sponsor-icon main-sponsor">
<a href="https://fossbytes.com/" target="__blank"><img src="./images/Sponsors/fossbytes.png"></a>
</div>
<div class="sponsor-icon secondary-sponsor">
<a href="https://www.licindia.in/" target="__blank"><img src="./images/Sponsors/lic.png"></a>
</div>
<br>
<div class="sponsor-icon">
<a href="https://www.bugsee.com/" target="__blank"><img src="./images/Sponsors/bugsee.png"></a>
</div>
Expand Down

0 comments on commit b9becd5

Please sign in to comment.