Skip to content

Commit

Permalink
Merge pull request eclipse-theia#72 from theia-ide/eclipse-theiagh-101
Browse files Browse the repository at this point in the history
Added Arduino to the logos + Updated the logos Layout.
  • Loading branch information
svenefftinge committed Oct 28, 2019
2 parents 7024bdc + 4e9f0df commit 0648316
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import GoogleLogo from '../resources/google.svg'
import ARMLogo from '../resources/arm.svg'
import EricssonLogo from '../resources/ericsson.svg'
import SAPLogo from '../resources/sap.svg'
import Arduino from '../resources/arduino.svg'
import IconExtension from '../resources/icon-extension.svg'
import IconCloudScreen from '../resources/icon-cloud-screen.svg'
import IconOpenSource from '../resources/icon-open-source.svg'
Expand Down Expand Up @@ -99,6 +100,12 @@ const Index = styled.div`
justify-content: space-between;
flex-wrap: wrap;
@media(min-width: 768px) {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-row-gap: 80px;
}
@media(max-width: 50rem) {
text-align: center;
}
Expand All @@ -112,10 +119,19 @@ const Index = styled.div`
&-container {
height: 4rem;
@media(min-width: 768px) {
height: 4.5rem;
text-align: center;
}
@media(max-width: 50rem) {
width: 40%;
margin-bottom: 4rem;
}
@media(max-width: 30rem) {
width: 100%;
}
}
&--ericsson {
Expand Down Expand Up @@ -390,6 +406,11 @@ export default () => {
<img className="contributors__image contributors__image--sap" src={SAPLogo} alt="Sap logo" />
</a>
</div>
<div className="contributors__image-container">
<a target="_blank" rel="noopener noreferrer" href="https://www.arduino.cc/">
<img className="contributors__image contributors__image--sap" src={Arduino} alt="Arduino logo" />
</a>
</div>
</div>
</section>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/resources/arduino.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0648316

Please sign in to comment.