Skip to content

Commit 2549f58

Browse files
nirgn975Nir Galon
authored andcommitted
fix: update davicons exampleSite
1 parent 7568943 commit 2549f58

File tree

4 files changed

+17
-14
lines changed

4 files changed

+17
-14
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Continuous Deployment
33
on:
44
milestone:
55
types: [closed]
6+
push:
7+
branches:
8+
- main
69

710
jobs:
811
deploy:

assets/scss/main.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ span.category-header {
162162
padding-left: 2rem;
163163
}
164164

165-
span.devicons {
166-
font-size: 1.6rem;
165+
i.devicon {
166+
font-size: 1.3rem;
167167
}
168168

169169
span.icon {
@@ -172,7 +172,7 @@ span.category-header {
172172
align-items: center;
173173
}
174174

175-
i.fas, i.fad, span.devicons {
175+
i.fas, i.fad, i.devicon {
176176
margin-right: .25rem;
177177
}
178178
}

exampleSite/data/content.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,29 +84,29 @@ skills:
8484
items:
8585
- family: FrontEnd
8686
items:
87-
- icon: <span class="devicons devicons-html5"></span>
87+
- icon: <i class="devicon devicon-html5-plain"></i>
8888
text: HTML
89-
- icon: <span class="devicons devicons-sass"></span>
89+
- icon: <i class="devicon devicon-css3-plain"></i>
9090
text: CSS / SCSS (Bootstrap, Material Design)
91-
- icon: <span class="devicons devicons-nodejs_small"></span>
91+
- icon: <i class="devicon devicon-javascript-plain"></i>
9292
text: JavaScript (jQuery, Ajax)
93-
- icon: <span class="devicons devicons-angular"></span>
93+
- icon: <i class="devicon devicon-angularjs-plain"></i>
9494
text: Angular
9595
- family: BackEnd
9696
items:
97-
- icon: <span class="devicons devicons-nodejs"></span>
97+
- icon: <i class="devicon devicon-nodejs-plain"></i>
9898
text: Node.js (TypeScript, NestJS, Mocha)
99-
- icon: <span class="devicons devicons-python"></span>
99+
- icon: <i class="devicon devicon-python-plain"></i>
100100
text: Python (Django, Sanic)
101-
- icon: <span class="devicons devicons-go"></span>
101+
- icon: <i class="devicon devicon-go-plain"></i>
102102
text: Golang
103103
- family: Platforms
104104
items:
105-
- icon: <span class="devicons devicons-linux"></span>
105+
- icon: <i class="devicon devicon-linux-plain"></i>
106106
text: Linux
107-
- icon: <span class="devicons devicons-git"></span>
107+
- icon: <i class="devicon devicon-git-plain"></i>
108108
text: Git
109-
- icon: <span class="devicons devicons-github_badge"></span>
109+
- icon: <i class="devicon devicon-github-original"></i>
110110
text: GitHub
111111

112112
projects:

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<link rel="stylesheet" href="{{ $style.Permalink }}" integrity="{{ $style.Data.Integrity }}" >
3131

3232
{{"<!-- Devicons -->"| safeHTML}}
33-
<link href='//cdn.jsdelivr.net/npm/devicons@2.10.1/css/devicons.min.css' rel='stylesheet'>
33+
<link href='https://cdn.jsdelivr.net/gh/devicons/devicon@v2.10.1/devicon.min.css' rel='stylesheet'>
3434

3535
{{"<!-- Font Awesome -->"| safeHTML}}
3636
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-VhBcF/php0Z/P5ZxlxaEx1GwqTQVIBu4G4giRWxTKOCjTxsPFETUDdVL5B6vYvOt" crossorigin="anonymous">

0 commit comments

Comments
 (0)