Skip to content

Commit a1039ec

Browse files
authored
Merge pull request #23 from pythonsul/add-canal-roveeb
feat: add Roveeb as supporter
2 parents 47bcc70 + 0e8e673 commit a1039ec

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

content/data/section/sponsors.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,16 @@
7676
"es": "Logo de GDG - Porto Alegre"
7777
}
7878
},
79+
{
80+
"name": "Canal Roveeb",
81+
"url": "https://roveeb.com/",
82+
"logo": "https://sul.python.org.br/images/logo-roveeb.png",
83+
"alt": {
84+
"pt-br": "Logo do Canal Roveeb - Lajeado - RS",
85+
"en": "Logo of Canal Roveeb - Lajeado - RS",
86+
"es": "Logo de Canal Roveeb - Lajeado - RS"
87+
}
88+
},
7989
{
8090
"name": "PHPRS",
8191
"url": "https://github.com/PHPRS",

src/assets/scss/sections/_supporters.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,9 @@
3131
height: $space-4;
3232
}
3333
}
34+
35+
&.canal-roveeb {
36+
background-color: $black;
37+
}
3438
}
3539
}

src/static/images/logo-roveeb.png

19.3 KB
Loading

0 commit comments

Comments
 (0)