Skip to content

Commit

Permalink
Add sponsors section
Browse files Browse the repository at this point in the history
  • Loading branch information
corollari committed Jan 3, 2019
1 parent 448c226 commit f2e97b5
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 15 deletions.
5 changes: 1 addition & 4 deletions css/new-age.css
Original file line number Diff line number Diff line change
Expand Up @@ -928,13 +928,10 @@ body {
}

#sponsors img {
opacity: 0.5;
opacity: 1;
margin: 2em;
}

#sponsors img:hover {
opacity: 1;
}

#judges img{
transition: .3s;
Expand Down
9 changes: 1 addition & 8 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ body {
width: 300px;
}

.sponsors li img:hover {
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
width: 310px;
}

.team {
margin-left: -2%;
width: 100%;
Expand Down Expand Up @@ -167,4 +160,4 @@ footer ul li a {
}
.travelQuestion p{
text-align: center;
}
}
Binary file added images/escolaeng.jpeg
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/inhadoc.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/inserty.jpg
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/uab.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/wolfram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 39 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,47 @@ <h2>Location</h2>
<!--?php //include('sections/volunteer.html'); ?-->
<!--/section-->

<!--
<section id="sponsors" class="text-center">
<?php //include('sections/sponsors.html'); ?>

<div class="container">
<div class="row">
<!--Sponsors-->
<div class="col-md-8 col-md-offset-2 col-sponsor">
<h2 class="section-heading">Sponsors</h2>
<ul class="sponsors">
<li>
<a href="http://www.wolfram.com/" target="_blank">
<img src="images/wolfram.png">
</a>
</li>
<li>
<a href="http://inserty.com/ca/" target="_blank">
<img src="images/inserty.jpg">
</a>
</li>
<li>
<a href="https://inadhoc.com/" target="_blank">
<img src="images/inhadoc.png">
</a>
</li>

<li>
<a href="https://www.uab.cat/enginyeria/" target="_blank">
<img src="images/escolaeng.jpeg">
</a>
</li>
<li>
<a href="https://www.uab.cat/" target="_blank">
<img src="images/uab.png">
</a>
</li>
</ul>
</div>

</div>
</div>

</section>
-->

<!--
<section id="judges" class="text-center">
Expand Down

0 comments on commit f2e97b5

Please sign in to comment.