Skip to content

Commit

Permalink
Add partners logos
Browse files Browse the repository at this point in the history
  • Loading branch information
shaypal5 committed Sep 21, 2023
1 parent 36cc517 commit 78dab9c
Show file tree
Hide file tree
Showing 16 changed files with 67 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _sass/elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ h1 {

h2 {
font-size: 2.3em;
margin: 0 0 30px 0;
margin: 0 0 20px 0;
text-align: center;
}

Expand Down Expand Up @@ -109,4 +109,4 @@ form {
&:hover {
background: darken($brand-color, 5%);
}
}
}
11 changes: 10 additions & 1 deletion _sass/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@ nav .button {
border-radius: 50px;
}

.noborderimage {
display: inline-block;
line-height: 0;
background: white;
margin-top: -40px;
padding: 6px;
box-shadow: 2px 7px 39px 9px #f7f7f7;
}

p {
font-size: 1.1rem;
}
Expand Down Expand Up @@ -358,4 +367,4 @@ footer {
.darker {
background: #f8fafb;
padding: 60px 0;
}
}
Binary file added images/partners/IIA logo black.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 images/partners/Technion Logo black.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 images/partners/baot black.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 images/partners/dagshub logo black.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 images/partners/forter logo black.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 images/partners/hasoub logo black.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 images/partners/itworks logo black.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 images/partners/leo logo black.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 images/partners/tsofen logo black.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 images/partners/ydata black logo.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 removed images/sheep.jpg
Binary file not shown.
Binary file removed images/sheep2.jpg
Binary file not shown.
Binary file removed images/wooly.jpg
Binary file not shown.
55 changes: 55 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,61 @@ <h2 class="editable" style="text-align: center;">
</div>
</div>

<div class="darker">
<div class="container">
<h2 class="editable">
Our Partners
</h2>

<div class="columns">

<!--First Column-->
<div>
<blockquote> <!--row 1-->
<div class="attribute">
<p class="meta">
<span class="noborderimage"><img class="editable" src="{{ site.baseurl }}images/partners/itworks logo black.png" alt="itworks" /></span>
</p>
</div>
</blockquote>
</div>

<!--Second Column-->
<div>
<blockquote> <!--row 1-->
<div class="attribute">
<p class="meta">
<span class="noborderimage"><img class="editable" src="{{ site.baseurl }}/images/partners/IIA logo black.png" alt="Israel Innovation Authority" /></span>
</p>
</div>
</blockquote>
</div>

<!--Third Column-->
<div>
<blockquote> <!--row 1-->
<div class="attribute">
<p class="meta">
<span class="noborderimage"><img class="editable" src="{{ site.baseurl }}images/partners/Technion Logo black.png" alt="The Technion" /></span>
</p>
</div>
</blockquote>
</div>

<!--Forth Column-->
<div>
<blockquote> <!--row 1-->
<div class="attribute">
<p class="meta">
<span class="noborderimage"><img class="editable" src="{{ site.baseurl }}images/partners/tsofen logo black.png" alt="Tsofen" /></span>
</p>
</div>
</blockquote>
</div>

</div>
</div>


<!--<div class="container" id="donate">-->
<!-- <h2 class="editable">-->
Expand Down

0 comments on commit 78dab9c

Please sign in to comment.