Skip to content

Commit

Permalink
add google logo
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarv committed Aug 4, 2017
1 parent 2e84e06 commit eda72d5
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified public/.DS_Store
Binary file not shown.
Binary file modified public/img/.DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions public/img/google.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/.DS_Store
Binary file not shown.
Binary file modified resources/views/.DS_Store
Binary file not shown.
8 changes: 6 additions & 2 deletions resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,14 @@
<div class="col-md-12">
<h1>SPONSORS</h1>
<div class="row">
<div class="col-md-6">
<div class="col-md-12">
<a href="https://www.google.com/" target="_blank"><img src="{{asset('img/google.svg')}}" class="s-logo img-fluid" style="max-height: 80px"></a>
</div>
<br/><br/>
<div class="col-md-6" style="margin-top: 40px;">
<a href="https://www.bloomberg.com/" target="_blank"><img src="{{asset('img/bloomberg-logo.png')}}" class="s-logo img-fluid" style="max-height: 60px"></a>
</div>
<div class="col-md-6">
<div class="col-md-6" style="margin-top: 40px;">
<a href="http://techpoint.org/techpoint-x/" target="_blank"><img src="{{asset('img/techpoint.png')}}" class="s-logo img-fluid"></a>
</div>
<div class="col-md-12" style="margin-top:50px">
Expand Down

0 comments on commit eda72d5

Please sign in to comment.