Skip to content

Commit

Permalink
Merge pull request #13 from saveriogzz/missing-icons
Browse files Browse the repository at this point in the history
Add some missing icons
  • Loading branch information
tudi2d authored Sep 15, 2023
2 parents 0b0b10e + a90251e commit d3bc0b8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions _data/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,15 @@
- config:
id: kotlin
name: Kotlin
icons_html: >
<i class="devicon-kotlin-plain"></i>
projects:
- url: https://github.com/spotify/ruler
- config:
id: objective-c
name: Objective-C
icons_html: >
<i class="devicon-objectivec-plain"></i>
projects:
- url: https://github.com/spotify/ios-style
- url: https://github.com/spotify/ios-sdk
Expand Down Expand Up @@ -120,6 +124,8 @@
- config:
id: scala
name: Scala
icons_html: >
<i class=devicon-scala-plain"></i>
projects:
- url: https://github.com/spotify/big-data-rosetta-code
- url: https://github.com/spotify/featran
Expand Down
6 changes: 6 additions & 0 deletions _data/projects_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,8 @@
- config:
id: kotlin
name: Kotlin
icons_html: |
<i class="devicon-kotlin-plain"></i>
projects:
- name: ruler
description: Gradle plugin which helps you analyze the size of your Android apps.
Expand All @@ -490,6 +492,8 @@
- config:
id: objective-c
name: Objective-C
icons_html: >
<i class="devicon-objectivec-plain"></i>
projects:
- name: ios-style
description: Guidelines for iOS development in use at Spotify
Expand Down Expand Up @@ -700,6 +704,8 @@
- config:
id: scala
name: Scala
icons_html: |
<i class="devicon-scala-plain"></i>
projects:
- name: big-data-rosetta-code
description: Code snippets for solving common big data problems in various
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<link href="https://www.scdn.co/i/_global/favicon.png" rel="icon" />
<link
href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css"
href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css"
rel="stylesheet"
/>
<!-- <link href="assets/octicons/octicons.css" rel="stylesheet" type="text/css"> -->
Expand Down

0 comments on commit d3bc0b8

Please sign in to comment.