-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from gpul-org/sponsor-6
add another sponosr
- Loading branch information
Showing
6 changed files
with
96 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
layout: '~/layouts/MarkdownLayout.astro' | ||
--- | ||
|
||
import igaliaLogo from '~/assets/images/igalia.svg'; | ||
import igaliaTeam from '~/assets/images/igaliaTeam.jpg'; | ||
import igaliaOffice from '~/assets/images/igaliaOffice.png'; | ||
|
||
import { Image } from 'astro:assets'; | ||
|
||
<Image src={igaliaLogo} alt="Igalia LOGO" height="200" width="400" style="box-shadow: none !important" /> | ||
|
||
|
||
Igalia é unha empresa de consultoría especializada en software | ||
libre con sede na Coruña e traballadores e clientes por todo | ||
o mundo. Os nosos proxectos abranguen industrias como a dos | ||
dispositivos móviles, automoción, videoxogos, cloud, sistemas | ||
embebidos e TV dixital, entre moitas outras. | ||
|
||
<Image src={igaliaOffice} alt="Igalia Office" /> | ||
|
||
Traballamos con todo | ||
tipo de tecnoloxías de código aberto como navegadores web, | ||
gráficos, compiladores, multimedia, virtualización e o kernel e | ||
sistema operativo Linux. A empresa ten unha estrutura cooperativa | ||
onde a estratexia se decide de forma colectiva e todo o mundo pode | ||
participar na toma de decisións. | ||
|
||
<Image src={igaliaTeam} alt="Igalia Team" /> | ||
|
||
En Igalia sempre estamos a buscar xente con ganas de traballar no | ||
mundo do software libre e tamén ofrecemos prácticas remuneradas | ||
para estudantes. | ||
|
||
Enlaces: | ||
|
||
- Web: https://www.igalia.com/ | ||
- Talento: https://www.igalia.com/jobs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters