Skills rearranging
This commit is contained in:
parent
a6293a4052
commit
65eaf07352
2 changed files with 7 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
||||||
background-color: get-light-color('bg-primary') !important;
|
background-color: get-light-color('bg-primary') !important;
|
||||||
height: -moz-fit-content;
|
height: -moz-fit-content;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
padding: 0.7rem;
|
padding: 0.625rem;
|
||||||
padding-bottom: 0rem;
|
padding-bottom: 0rem;
|
||||||
// border-bottom: 0.0625rem solid rgba(get-light-color('accent-color'), 0.4);
|
// border-bottom: 0.0625rem solid rgba(get-light-color('accent-color'), 0.4);
|
||||||
|
|
||||||
|
@ -53,7 +53,6 @@ html[data-theme='dark'] {
|
||||||
.card {
|
.card {
|
||||||
.card-head {
|
.card-head {
|
||||||
background-color: get-dark-color('bg-card') !important;
|
background-color: get-dark-color('bg-card') !important;
|
||||||
// border-bottom: 0.0625rem solid rgba(get-dark-color('accent-color'), 0.4);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,15 +21,18 @@ section:
|
||||||
# filter: "others"
|
# filter: "others"
|
||||||
|
|
||||||
skills:
|
skills:
|
||||||
- name: Python
|
|
||||||
logo: /images/python.svg
|
|
||||||
|
|
||||||
- name: Linux
|
- name: Linux
|
||||||
logo: /images/tux.svg
|
logo: /images/tux.svg
|
||||||
|
|
||||||
- name: Git
|
- name: Git
|
||||||
logo: /images/git.svg
|
logo: /images/git.svg
|
||||||
|
|
||||||
|
- name: ROS2
|
||||||
|
logo: /images/ros2.svg
|
||||||
|
|
||||||
|
- name: Python
|
||||||
|
logo: /images/python.svg
|
||||||
|
|
||||||
- name: C++
|
- name: C++
|
||||||
logo: /images/C++_logo.svg
|
logo: /images/C++_logo.svg
|
||||||
|
|
||||||
|
@ -42,9 +45,6 @@ skills:
|
||||||
- name: Java
|
- name: Java
|
||||||
logo: /images/java.svg
|
logo: /images/java.svg
|
||||||
|
|
||||||
- name: ROS2
|
|
||||||
logo: /images/ros2.svg
|
|
||||||
|
|
||||||
- name: MATLAB
|
- name: MATLAB
|
||||||
logo: /images/matlab.svg
|
logo: /images/matlab.svg
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue