Merge pull request #2367 from sveltejs/who-is-using-svelte
Add a 'Who's using Svelte' sectionpull/2368/head
@ -0,0 +1,58 @@
|
||||
<!--
|
||||
Instructions for adding new logos:
|
||||
|
||||
* Fork this repo, and clone your fork
|
||||
* Create a branch called e.g. `add-myorganisation-logo`
|
||||
* Add the logo to the `static/organisations` directory (preferably SVG)
|
||||
* Add a new <a> tag in this component, in alphabetical order
|
||||
* Create a pull request. Thanks!
|
||||
-->
|
||||
|
||||
<style>
|
||||
.logos {
|
||||
margin: 1em 0 0 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
a {
|
||||
height: 40px;
|
||||
margin: 0 0.5em 0.5em 0;
|
||||
text-decoration: none;
|
||||
border: 1px solid #aaa;
|
||||
padding: 5px 10px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.add-yourself {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border: 1px solid #eee;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: 540px) {
|
||||
a {
|
||||
height: 60px;
|
||||
padding: 10px 20px;
|
||||
border-radius: 30px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="logos">
|
||||
<a href="https://beyonk.com"><img src="organisations/beyonk.svg" alt="Beyonk logo"></a>
|
||||
<a href="https://chess.com" style="background-color: rgb(49,46,43);"><img src="organisations/chess.svg" alt="Chess.com logo"></a>
|
||||
<a href="https://datawrapper.de"><img src="organisations/datawrapper.svg" alt="Datawrapper logo"></a>
|
||||
<a href="https://db.nomics.world" style="background-color: rgb(15,39,47);"><img src="organisations/dbnomics.png" alt="DBNomics logo"></a>
|
||||
<a href="https://from-now-on.com"><img src="organisations/from-now-on.png" alt="From-Now-On logo"></a>
|
||||
<a href="https://itslearning.com"><img src="organisations/itslearning.svg" alt="itslearning logo"></a>
|
||||
<a href="http://mustlab.ru"><img src="organisations/mustlab.png" alt="Mustlab logo"></a>
|
||||
<a href="https://www.nesta.org.uk"><img src="organisations/nesta.svg" alt="Nesta logo"></a>
|
||||
<a href="https://nytimes.com"><img src="organisations/nyt.svg" alt="The New York Times logo"></a>
|
||||
<a href="https://www.stone.co"><img src="organisations/stone.svg" alt="Stone Payments logo"></a>
|
||||
<a href="https://github.com/sveltejs/svelte/blob/master/site/src/components/WhosUsingSvelte/index.svelte" class="add-yourself"><span>+ your company?</span></a>
|
||||
</div>
|
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 2.2 KiB |